[package]
edition = "2021"
name = "citadeldb-sql-json-path"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vendored SQL/JSON Path implementation for Citadel. Forked from sql-json-path (RisingWave Labs, Apache-2.0)."
homepage = "https://citadeldb.dev"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/yp3y5akh0v/citadel"
[lib]
name = "sql_json_path"
path = "src/lib.rs"
[[test]]
name = "pg_jsonb_jsonpath"
path = "tests/pg_jsonb_jsonpath.rs"
harness = false
[dependencies.jiff]
version = "0.2"
features = [
"std",
"alloc",
"serde",
"perf-inline",
"tz-system",
"tzdb-zoneinfo",
"tzdb-bundle-platform",
]
default-features = false
[dependencies.nom]
version = "7"
[dependencies.regex]
version = "1"
[dependencies.rustc-hash]
version = "2.1"
[dependencies.serde_json]
version = "1"
features = ["arbitrary_precision"]
[dependencies.thiserror]
version = "2"
[dev-dependencies.libtest-mimic]
version = "0.6"