jetro-core 0.4.0

Jetro core — parser, compiler, and VM for the Jetro JSON query language. Storage-free.
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 = "2021"
name = "jetro-core"
version = "0.4.0"
authors = ["Milad (Mike) Taghavi <mitghi.at.me.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Jetro core — parser, compiler, and VM for the Jetro JSON query language. Storage-free."
readme = "README.md"
keywords = [
    "json-search",
    "json-query",
    "json-path",
    "jmespath",
    "serde",
]
categories = [
    "algorithms",
    "encoding",
]
license = "MIT"
repository = "https://github.com/mitghi/jetro"

[features]
default = []
simd-json = ["dep:simd-json"]

[lib]
name = "jetro_core"
path = "src/lib.rs"

[[example]]
name = "bench_complex"
path = "examples/bench_complex.rs"

[[example]]
name = "bench_lock"
path = "examples/bench_lock.rs"

[[example]]
name = "bench_nested_vs_jaq"
path = "examples/bench_nested_vs_jaq.rs"

[[example]]
name = "bench_scan"
path = "examples/bench_scan.rs"

[[example]]
name = "bench_vs_jaq"
path = "examples/bench_vs_jaq.rs"

[[example]]
name = "profile_chain"
path = "examples/profile_chain.rs"

[[example]]
name = "profile_scan"
path = "examples/profile_scan.rs"

[[example]]
name = "v2_tour"
path = "examples/v2_tour.rs"

[[test]]
name = "complex_payload"
path = "tests/complex_payload.rs"

[[test]]
name = "unsafe_invariants"
path = "tests/unsafe_invariants.rs"

[dependencies.indexmap]
version = "2"

[dependencies.memchr]
version = "2"

[dependencies.parking_lot]
version = "0.12"

[dependencies.pest]
version = "2.7.0"

[dependencies.pest_derive]
version = "2.7.0"

[dependencies.serde]
version = "1.0.171"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.102"

[dependencies.simd-json]
version = "0.13"
optional = true

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

[dev-dependencies.jaq-core]
version = "3.0"

[dev-dependencies.jaq-json]
version = "2.0"

[dev-dependencies.jaq-std]
version = "3.0"