akar-binder 0.1.21

Query binder and semantic analysis for the Akar embedded 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 = "akar-binder"
version = "0.1.21"
authors = ["Anjang Kusuma Netra"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Query binder and semantic analysis for the Akar embedded graph database"
readme = "README.md"
keywords = [
    "graph",
    "database",
    "embedded",
    "cypher",
    "ai-agent",
]
categories = [
    "database",
    "database-implementations",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/mlengse/akar"

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

[[bench]]
name = "delete_variable_lookup"
path = "benches/delete_variable_lookup.rs"
harness = false

[dependencies.akar-catalog]
version = "0.1.1"

[dependencies.akar-common]
version = "0.1.3"

[dependencies.akar-parser]
version = "0.1.2"

[dev-dependencies.criterion]
version = "0.8.2"
features = ["html_reports"]