chadmespath 0.3.0

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.
Documentation
# 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 = "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"