[package]
edition = "2018"
name = "chadmespath"
version = "0.3.0"
authors = [
"Michael Dowling <mtdowling@gmail.com>",
"Cerberus <markjacksoncbt@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JMESPath for JSON — a fork of jmespath 0.3 (MIT) adding Expression::search_cached, which evaluates against a pre-converted Rcvar so a document is converted once, not per query. Used by chadselect."
homepage = "https://github.com/markjacksoncerberus/chadmespath"
documentation = "https://docs.rs/chadmespath/"
readme = "README.md"
keywords = [
"json",
"jmespath",
"query",
]
categories = ["parsing"]
license = "MIT"
repository = "https://github.com/markjacksoncerberus/chadmespath"
[features]
specialized = []
sync = []
[lib]
name = "chadmespath"
path = "src/lib.rs"
[dependencies.lazy_static]
version = "1.4"
[dependencies.serde]
version = "1"
features = ["rc"]
[dependencies.serde_json]
version = "1"