[package]
name = "contextgraph-host"
description = "Context Graph Protocol host runtime: provider discovery, stdio/http transports, capability negotiation, routing, consent gating. Usable by any Rust agent that wants Context Graph Protocol support."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation = "https://docs.rs/contextgraph-host"
readme = "README.md"
keywords = ["contextgraph", "context", "protocol", "agents", "llm"]
categories = ["asynchronous", "network-programming", "api-bindings"]
publish = true
[dependencies]
contextgraph-types = { path = "../contextgraph-types", version = ">=0.1.0" }
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
tokio.workspace = true
async-trait.workspace = true
futures-util.workspace = true
reqwest.workspace = true
sha2.workspace = true
[target.'cfg(unix)'.dependencies]
libc.workspace = true
[dev-dependencies]
wiremock = "0.6"