2020-11-22 00:37:16 +00:00
|
|
|
[package]
|
|
|
|
authors = ["The Nu Project Contributors", "Christian Zangl <laktak@cdak.net>"]
|
|
|
|
description = "Fork of serde-hjson"
|
|
|
|
edition = "2018"
|
|
|
|
license = "MIT"
|
|
|
|
name = "nu-json"
|
2021-01-06 02:16:08 +00:00
|
|
|
version = "0.25.1"
|
2020-11-22 00:37:16 +00:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2021-01-07 00:38:22 +00:00
|
|
|
num-traits = "0.2.14"
|
2021-01-06 02:16:08 +00:00
|
|
|
lazy_static = "1"
|
2020-11-22 00:37:16 +00:00
|
|
|
regex = "^1.0"
|
2021-01-06 02:16:08 +00:00
|
|
|
serde = "^0.8.0"
|