mirror of
https://github.com/nushell/nushell
synced 2024-11-16 09:47:57 +00:00
4faaa5310e
* Bump to 0.29 * fix test
25 lines
668 B
TOML
25 lines
668 B
TOML
[package]
|
|
authors = ["The Nu Project Contributors", "Christian Zangl <laktak@cdak.net>"]
|
|
description = "Fork of serde-hjson"
|
|
edition = "2018"
|
|
license = "MIT"
|
|
name = "nu-json"
|
|
version = "0.29.0"
|
|
|
|
# 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"
|
|
num-traits = "0.2.14"
|
|
regex = "^1.0"
|
|
lazy_static = "1"
|
|
linked-hash-map = { version = "0.5", optional = true }
|
|
|
|
[dev-dependencies]
|
|
nu-test-support = { version = "0.29.0", path = "../nu-test-support" }
|
|
serde_json = "1.0.39"
|
|
dunce = "1.0.1"
|