nu-json 0.111.0

Fork of serde-hjson
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "nu-json"
version = "0.111.0"
authors = [
    "The Nushell Project Developers",
    "Christian Zangl <laktak@cdak.net>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fork of serde-hjson"
readme = "README.md"
license = "MIT"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-json"

[features]
default = ["preserve_order"]
preserve_order = [
    "linked-hash-map",
    "linked-hash-map/serde_impl",
]

[lib]
name = "nu_json"
path = "src/lib.rs"
bench = false

[[test]]
name = "main"
path = "tests/main.rs"

[dependencies.linked-hash-map]
version = "0.5"
optional = true

[dependencies.nu-utils]
version = "0.111.0"
default-features = false

[dependencies.num-traits]
version = "0.2"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.fancy-regex]
version = "0.17.0"

[dev-dependencies.nu-path]
version = "0.111.0"

[dev-dependencies.nu-test-support]
version = "0.111.0"

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.rstest]
version = "0.23"
default-features = false

[dev-dependencies.serde_json]
version = "1.0"

[lints.clippy]
result_large_err = "allow"
unchecked_duration_subtraction = "warn"
used_underscore_binding = "warn"