[package]
edition = "2021"
name = "khive-request"
version = "0.1.4"
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
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]