[[bench]]
harness = false
name = "equal"
path = "benches/equal.rs"
[[bench]]
harness = false
name = "regex"
path = "benches/regex.rs"
[dependencies.pest]
version = "2.7.15"
[dependencies.pest_derive]
version = "2.7.15"
[dependencies.regex]
version = "1"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0.9"
[dev-dependencies.criterion]
version = "0.5.1"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"
[lib]
name = "jsonpath_rust"
path = "src/lib.rs"
[package]
authors = ["BorisZhguchev <zhguchev@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "parsing", "text-processing"]
description = "The library provides the basic functionality to find the set of the data according to the filtering query."
edition = "2021"
homepage = "https://github.com/besok/jsonpath-rust"
keywords = ["json", "json-path", "jsonpath", "jsonpath-rust", "xpath"]
license = "MIT"
name = "jsonpath-rust"
readme = "README.md"
repository = "https://github.com/besok/jsonpath-rust"
version = "1.0.0"