ankql 0.7.23

Ankurah Query Language - Aspirational query language for Ankurah in the style of Open Cypher and GQL (ISO/IEC 39075:2024)
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 = "ankql"
version = "0.7.23"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ankurah Query Language - Aspirational query language for Ankurah in the style of Open Cypher and GQL (ISO/IEC 39075:2024)"
homepage = "https://github.com/ankurah/ankurah"
documentation = "https://docs.rs/ankql"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/ankurah/ankurah"

[features]
wasm = ["dep:wasm-bindgen"]

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

[dependencies.base64]
version = "0.22"

[dependencies.log]
version = "0.4"

[dependencies.pest]
version = "2.7.15"
features = ["pretty-print"]

[dependencies.pest_derive]
version = "2.7.15"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dependencies.ulid]
version = "1.1"
features = ["serde"]

[dependencies.wasm-bindgen]
version = "0.2"
optional = true

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.env_logger]
version = "0.11.5"