# 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" rust-version = "1.71.0" name = "json-syntax" version = "0.12.5" authors = ["Timothée Haudebourg "] description = "Strict JSON parsing and mapping library" documentation = "https://docs.rs/json-syntax" readme = "README.md" keywords = [ "parsing", "json", "rfc", "mapping", ] categories = [ "parsing", "data-structures", ] license = "MIT/Apache-2.0" repository = "https://github.com/timothee-haudebourg/json-syntax" [package.metadata.docs.rs] all-features = true [[example]] name = "serde" required-features = ["serde"] [[example]] name = "serde_json" required-features = ["serde_json"] [dependencies.contextual] version = "0.1.1" optional = true [dependencies.decoded-char] version = "0.1" [dependencies.hashbrown] version = "0.12.1" features = ["raw"] [dependencies.indexmap] version = "1.9.1" [dependencies.json-number] version = "0.4.8" features = ["smallnumberbuf"] [dependencies.locspan] version = "0.8.2" [dependencies.locspan-derive] version = "0.6" [dependencies.ryu-js] version = "0.2.2" optional = true [dependencies.serde] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.smallstr] version = "0.3" [dependencies.smallvec] version = "1.9" [dependencies.utf8-decode] version = "1.0.1" [dev-dependencies.serde] version = "1.0" features = ["derive"] [features] canonicalize = [ "ryu-js", "json-number/canonical", ] serde = [ "dep:serde", "json-number/serde", "smallstr/serde", ] serde_json = [ "dep:serde_json", "json-number/serde_json", ]