# 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 = "jsonpath-plus" version = "0.1.9" description = """ A JSONPath implementation in Rust, compliant with the Proposal A specification as well as including several extensions such as parent and subpath selectors.""" readme = "README.md" keywords = [ "jsonpath", "json", "query", ] categories = [ "parser-implementations", "api-bindings", ] license = "MIT/Apache-2.0" repository = "https://github.com/CraftSpider/jsonpath-plus" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[bench]] name = "benchmarks" harness = false [dependencies.chumsky] version = "0.8" default-features = false [dependencies.either] version = "1.6" [dependencies.serde_json] version = "1.0" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.pprof] version = "0.6" features = [ "flamegraph", "criterion", ] [dev-dependencies.serde] version = "1.0" features = ["derive"] [features] spanned = []