citadeldb-sql-json-path 1.0.0

Vendored SQL/JSON Path implementation for Citadel. Forked from sql-json-path (RisingWave Labs, Apache-2.0).
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 = "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"