[[bin]]
name = "xqpath"
path = "src/cli.rs"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.winnow]
version = "0.5"
[[example]]
name = "api_integration"
path = "examples/api_integration.rs"
[[example]]
name = "expression_demo"
path = "examples/expression_demo.rs"
[features]
default = []
update = []
[lib]
name = "xqpath"
path = "src/lib.rs"
[package]
authors = ["Thne"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "parsing"]
description = "A minimal jq-like path extractor and updater for structured data in Rust"
edition = "2021"
keywords = ["json", "yaml", "path", "query", "jq"]
license = "MIT OR Apache-2.0"
name = "xqpath"
readme = "README.md"
repository = "https://github.com/ThneS/xqpath"
version = "0.0.1"
[[test]]
name = "integration"
path = "tests/integration.rs"