# 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 = "2021" name = "nu-json" version = "0.100.0" authors = [ "The Nushell Project Developers", "Christian Zangl ", ] build = 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" [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.num-traits] version = "0.2" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dev-dependencies.fancy-regex] version = "0.14.0" [dev-dependencies.nu-path] version = "0.100.0" [dev-dependencies.nu-test-support] version = "0.100.0" [dev-dependencies.serde_json] version = "1.0" [features] default = ["preserve_order"] preserve_order = [ "linked-hash-map", "linked-hash-map/serde_impl", ] [lints.clippy] unchecked_duration_subtraction = "warn"