[package]
edition = "2024"
name = "camel-language-jsonpath"
version = "0.6.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JSONPath Language for rust-camel (RFC 9535)"
homepage = "https://github.com/kennycallado/rust-camel"
documentation = "https://docs.rs/camel-language-jsonpath"
readme = "README.md"
keywords = [
"camel",
"integration",
"messaging",
"routing",
"enterprise",
]
categories = [
"network-programming",
"asynchronous",
"development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/kennycallado/rust-camel"
resolver = "2"
[lib]
name = "camel_language_jsonpath"
path = "src/lib.rs"
[dependencies.camel-language-api]
version = "=0.6.1"
[dependencies.jsonpath-rust]
version = "1.0"
[dependencies.serde_json]
version = "1"