jpx-engine 0.2.0

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"
name = "jpx-engine"
version = "0.2.0"
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"
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 = []
schema = ["schemars"]

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

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

[dependencies.jmespath]
version = "0.4"

[dependencies.jmespath_extensions]
version = "0.9"
package = "jmespath_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"

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