nushell/crates/nu-json/Cargo.toml

37 lines
959 B
TOML
Raw Normal View History

[package]
authors = ["The Nu Project Contributors", "Christian Zangl <laktak@cdak.net>"]
description = "Fork of serde-hjson"
2022-02-07 19:11:34 +00:00
<<<<<<< HEAD
edition = "2018"
license = "MIT"
name = "nu-json"
2022-01-18 17:06:12 +00:00
version = "0.43.0"
2022-02-07 19:11:34 +00:00
=======
edition = "2021"
2021-10-01 05:11:49 +00:00
license = "MIT"
name = "nu-json"
version = "0.37.1"
2022-02-07 19:11:34 +00:00
>>>>>>> 9259a56a28f1dd3a4b720ad815aa19c6eaf6adce
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
preserve_order = ["linked-hash-map", "linked-hash-map/serde_impl"]
default = ["preserve_order"]
[dependencies]
serde = "1.0"
2021-01-11 18:50:53 +00:00
num-traits = "0.2.14"
regex = "^1.0"
lazy_static = "1"
2021-06-22 05:22:33 +00:00
linked-hash-map = { version="0.5", optional=true }
[dev-dependencies]
2022-02-07 19:11:34 +00:00
<<<<<<< HEAD
2022-01-18 17:06:12 +00:00
nu-path = { version = "0.43.0", path="../nu-path" }
nu-test-support = { version = "0.43.0", path="../nu-test-support" }
2022-02-07 19:11:34 +00:00
=======
2021-10-01 05:11:49 +00:00
nu-path = { version = "0.37.1", path="../nu-path" }
2022-02-07 19:11:34 +00:00
>>>>>>> 9259a56a28f1dd3a4b720ad815aa19c6eaf6adce
serde_json = "1.0.39"