# 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 = "ajson" version = "0.3.1" authors = ["importcjj "] include = [ "Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-MIT", ] autobenches = false description = "JSON Parser for Rust - Get JSON values quickly" documentation = "https://docs.rs/ajson/latest/ajson/" readme = "README.md" keywords = [ "json", "json-parser", "gjson", "ajson", ] categories = ["encoding"] license = "MIT" repository = "https://github.com/importcjj/rust-ajson" [lib] bench = false [[bench]] name = "ajson_benchmark" path = "benches/ajson_benchmark.rs" harness = false [[bench]] name = "traversing_benchmark" path = "benches/traversing.rs" harness = false [dependencies.regex] version = "1" optional = true [dependencies.smallvec] version = "1.9.0" [dev-dependencies.criterion] version = "0.2" [dev-dependencies.gjson] version = "0.8.1" [dev-dependencies.json] version = "0.11.13" [dev-dependencies.nom] version = "5" [dev-dependencies.serde] version = "1.0.98" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [features] default = [] wild = ["regex"]