uni-cypher 2.0.4

OpenCypher query parser and AST for Uni graph database
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 = "uni-cypher"
version = "2.0.4"
authors = ["Dragonscale Industries Inc. <dev@dragonscale.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenCypher query parser and AST for Uni graph database"
homepage = "https://www.rustic.ai"
documentation = "https://rustic-ai.github.io/uni-db"
readme = false
keywords = [
    "graph",
    "database",
    "cypher",
    "vector",
    "embedded",
]
categories = [
    "database",
    "data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/rustic-ai/uni-db"
resolver = "2"

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

[[example]]
name = "tck_extractor"
path = "examples/tck_extractor.rs"

[[test]]
name = "tck_test_suite"
path = "tests/tck_test_suite.rs"

[dependencies.pest]
version = "2.8"

[dependencies.pest_derive]
version = "2.8"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dependencies.uni-common]
version = "2.0.0"