# 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 = "json-deserializer" version = "0.4.4" authors = ["Jorge C. Leitao "] description = "Performant library to deserialize JSON" homepage = "https://github.com/jorgecarleitao/json-deserializer" readme = "README.md" keywords = ["json"] license = "Apache-2.0" repository = "https://github.com/jorgecarleitao/json-deserializer" [[bench]] name = "parse" harness = false [dependencies.indexmap] version = "1.5.2" optional = true default_features = false [dev-dependencies.criterion] version = "0.3" [dev-dependencies.proptest] version = "1" [dev-dependencies.serde] version = "1" features = ["derive"] default-features = false [dev-dependencies.serde_json] version = "1" [dev-dependencies.simd-json] version = "0.4" features = ["allow-non-simd"] [features] default = [] preserve_order = ["indexmap"]