# 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 = "jmespath_community" version = "0.1.1" authors = ["Maxime Labelle "] description = "JMESPath is a query and transformation language for JSON" homepage = "https://jmespath.site" documentation = "https://docs.rs/jmespath_community/0.1.1/jmespath_community" readme = "README.md" license = "Apache-2.0" [lib] path = "lib.rs" [dependencies.indexmap] version = "1" features = ["serde"] [dependencies.lazy_static] version = "1" [dependencies.regex] version = "1.7" [dependencies.santiago] version = "1.3" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" features = ["preserve_order"] [dev-dependencies.rstest] version = "0.17.0" [features] preserve_order = [ "serde_json/preserve_order", "indexmap/serde", ]