[dependencies.log]
version = "0.4"
[dependencies.pest]
features = ["pretty-print"]
version = "2.7.15"
[dependencies.pest_derive]
version = "2.7.15"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.env_logger]
version = "0.11.5"
[[example]]
name = "pubsub1"
path = "examples/pubsub1.rs"
[lib]
name = "ankql"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Ankurah Query Language - Aspirational query language for Ankurah in the style of Open Cypher and GQL (ISO/IEC 39075:2024)"
documentation = "https://docs.rs/ankql"
edition = "2021"
homepage = "https://github.com/ankurah/ankurah"
license = "MIT OR Apache-2.0"
name = "ankql"
readme = false
repository = "https://github.com/ankurah/ankurah"
version = "0.2.2"