rsonpath-lib 0.8.4

Blazing fast JSONPath query engine powered by SIMD. Core library of `rsonpath`.
Documentation
[[example]]
doc-scrape-examples = true
name = "approx_spans_usage"
path = "examples/approx_spans_usage.rs"
[dependencies.arbitrary]
features = ["derive"]
optional = true
version = "1.3.1"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.log]
version = "0.4.20"

[dependencies.memmap2]
version = "0.9.0"

[dependencies.nom]
version = "7.1.3"

[dependencies.smallvec]
features = ["union"]
version = "1.11.1"

[dependencies.static_assertions]
version = "1.1.0"

[dependencies.thiserror]
version = "1.0.50"

[dependencies.vector-map]
version = "1.0.1"
[dev-dependencies.itertools]
version = "0.11.0"

[dev-dependencies.pretty_assertions]
version = "1.4.0"

[dev-dependencies.proptest]
version = "1.3.1"

[dev-dependencies.test-case]
version = "3.2.1"

[features]
arbitrary = ["dep:arbitrary"]
default = ["simd"]
simd = []

[lib]
bench = false
name = "rsonpath"

[package]
authors = ["Mateusz Gienieczko <mat@gienieczko.com>"]
categories = ["text-processing", "parser-implementations"]
description = "Blazing fast JSONPath query engine powered by SIMD. Core library of `rsonpath`."
edition = "2021"
exclude = ["/tests", "/proptest-regressions"]
keywords = ["json", "jsonpath", "query", "simd", "parser"]
license = "MIT"
name = "rsonpath-lib"
readme = "README.md"
repository = "https://github.com/V0ldek/rsonpath"
rust-version = "1.67.1"
version = "0.8.4"
[package.metadata.docs.rs]
features = ["arbitrary"]
rustdoc-args = ["--cfg", "docsrs"]