# 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 = "jmespath" version = "0.3.0" authors = ["Michael Dowling "] build = "build.rs" description = "Rust implementation of JMESPath, a query language for JSON" homepage = "https://github.com/jmespath/jmespath.rs" documentation = "https://docs.rs/jmespath/" readme = "../README.md" keywords = ["json", "jmespath", "query"] license = "MIT" repository = "https://github.com/jmespath/jmespath.rs" [[bench]] name = "generated" harness = false [dependencies.lazy_static] version = "1.4" [dependencies.serde] version = "1" features = ["rc"] [dependencies.serde_json] version = "1" [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.serde_derive] version = "1" [build-dependencies.serde_json] version = "1" [build-dependencies.slug] version = "0.1" [features] specialized = [] sync = []