# 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_bytes" version = "0.2.4" authors = ["Geoffroy Couprie "] description = "a JSON Value object with strings backed by Bytes, parsed by serde_json" readme = "README.md" keywords = [ "json", "parser", "bytes", ] categories = ["parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/apollographql/serde_json_bytes" [dependencies.ahash] version = "0.8.11" [dependencies.bytes] version = "1.1.0" [dependencies.indexmap] version = "2.1" optional = true [dependencies.jsonpath-rust] version = "0.3.5" [dependencies.regex] version = "1.10.4" [dependencies.serde] version = "1.0.100" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0.73" [features] alloc = ["serde/alloc"] arbitrary_precision = ["serde_json/arbitrary_precision"] default = ["std"] preserve_order = ["indexmap"] std = ["serde/std"]