[package]
edition = "2021"
name = "khive-query"
version = "0.2.9"
authors = ["Ocean <ocean@lionagi.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GQL and SPARQL parsers with SQL compiler for knowledge graph queries."
homepage = "https://github.com/ohdearquant"
readme = false
keywords = [
"knowledge-graph",
"semantic-search",
"mcp",
"ai-tools",
"graph-database",
]
categories = [
"database",
"command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/ohdearquant/khive"
[lib]
name = "khive_query"
path = "src/lib.rs"
[[test]]
name = "compile_integration"
path = "tests/compile_integration.rs"
[[test]]
name = "relation_matrix"
path = "tests/relation_matrix.rs"
[[bench]]
name = "parse_bench"
path = "benches/parse_bench.rs"
harness = false
[dependencies.khive-types]
version = "0.2.8"
[dependencies.thiserror]
version = "2.0"
[dev-dependencies.criterion]
version = "0.5"
features = [
"html_reports",
"async_tokio",
]