# 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 = "json_value_search" version = "1.0.1" authors = ["Jean-Marc Fiaschi "] include = ["src/*", "LICENSE-APACHE", "LICENSE-MIT", "README.md"] description = "Interface to search elements into serde_json::Value." readme = "README.md" keywords = ["serde", "json", "value", "search"] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/jmfiaschi/json_value_search" [profile.release] lto = true [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.regex] version = "1" [dependencies.serde_json] version = "1.0" [dev-dependencies.criterion] version = "0.3"