nu-json 0.41.0

Fork of serde-hjson
Documentation
[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.41.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-path = { version = "0.41.0", path="../nu-path" }

nu-test-support = { version = "0.41.0", path="../nu-test-support" }

serde_json = "1.0.39"