[package]
edition = "2021"
name = "khive-request"
version = "0.2.0"
authors = ["Ocean <ocean@lionagi.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Request DSL — parses verb-dispatch strings (function-call, JSON, and future LNDL / pipe / bash-style syntaxes) into a transport-agnostic ParsedRequest AST"
homepage = "https://khive.ai"
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_request"
path = "src/lib.rs"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dev-dependencies]