[package]
name = "contextgraph-conformance"
description = "Public Context Graph Protocol conformance suite (host- and provider-side) plus the contextgraph-inspect debugging binary, analogous to MCP's inspector."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation = "https://docs.rs/contextgraph-conformance"
readme = "README.md"
keywords = ["contextgraph", "context", "protocol", "conformance", "testing"]
categories = ["development-tools::testing", "command-line-utilities"]
publish = true
[package.metadata.dist]
dist = false
[dependencies]
contextgraph-types = { path = "../contextgraph-types", version = ">=0.1.0" }
contextgraph-host = { path = "../contextgraph-host", version = ">=0.1.0" }
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
async-trait.workspace = true
clap.workspace = true
colored.workspace = true
sha2.workspace = true
[[bin]]
name = "contextgraph-inspect"
path = "src/bin/contextgraph-inspect.rs"
[[bin]]
name = "contextgraph-example-docs"
path = "src/bin/contextgraph-example-docs.rs"
[dev-dependencies]
serde_json_canonicalizer = "0.3.2"