# 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 = "2018" name = "generic-json" version = "0.7.0" authors = ["Timothée Haudebourg "] description = "Generic JSON traits" documentation = "https://docs.rs/generic-json" readme = "README.md" keywords = ["json", "trait"] categories = ["data-structures"] license = "MIT/Apache-2.0" repository = "https://github.com/timothee-haudebourg/generic-json" [dependencies.cc-traits] version = "0.7.3" [dependencies.ijson] version = "0.1" optional = true [dependencies.serde_json] version = "1.0.69" optional = true [dependencies.smallstr] version = "0.2" optional = true [dependencies.smallvec] version = "1.7" optional = true [features] ijson-impl = ["ijson", "cc-traits/ijson"] nightly = [] serde_json-impl = ["serde_json", "cc-traits/serde_json"] smallkey = ["smallvec", "smallstr"]