jpx-engine 0.3.4

JMESPath query engine with introspection, discovery, and advanced features
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 = "2024"
rust-version = "1.90"
name = "jpx-engine"
version = "0.3.4"
authors = ["Josh Rotenberg <joshrotenberg@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JMESPath query engine with introspection, discovery, and advanced features"
homepage = "https://github.com/joshrotenberg/jpx"
documentation = "https://docs.rs/jpx-engine"
readme = false
keywords = [
    "jmespath",
    "json",
    "query",
    "engine",
]
categories = [
    "data-structures",
    "parsing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/joshrotenberg/jpx"

[features]
arrow = ["dep:arrow"]
default = []
let-expr = ["jpx-core/let-expr"]
schema = ["schemars"]

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

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

[dependencies.arrow]
version = "54"
features = ["json"]
optional = true
default-features = false

[dependencies.dirs]
version = "6.0.0"

[dependencies.jpx-core]
version = "0.2.1"
features = ["extensions"]

[dependencies.json-patch]
version = "4.0"

[dependencies.schemars]
version = "1.2"
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.strsim]
version = "0.11"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.9"

[dev-dependencies.tokio]
version = "1"
features = ["full"]