# 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 = "serde_json_borrow" version = "0.7.1" authors = ["Pascal Seitz "] build = false exclude = ["benches/**/*.json"] autobins = false autoexamples = false autotests = false autobenches = false description = "Provides JSON deserialization into a borrowed DOM" readme = "README.md" keywords = [ "JSON", "serde", "deserialization", "ref", "borrowed", ] categories = [ "parsing", "parser-implementations", "encoding", ] license = "MIT" repository = "https://github.com/PSeitz/serde_json_borrow" [lib] name = "serde_json_borrow" path = "src/lib.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.serde] version = "1.0.145" [dependencies.serde_json] version = "1.0.86" [dev-dependencies.binggan] version = "0.14.0" [dev-dependencies.simd-json] version = "0.13.10" [features] cowkeys = [] default = ["cowkeys"]