[package]
edition = "2024"
rust-version = "1.90"
name = "contextgraph-types"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Context Graph Protocol wire types: context frames, queries, capabilities, provenance. MIT, zero deps beyond serde — publishable to crates.io independently of any stella code."
homepage = "https://contextgraphprotocol.org"
documentation = "https://docs.rs/contextgraph-types"
readme = "README.md"
keywords = [
"contextgraph",
"context",
"protocol",
"agents",
"llm",
]
categories = [
"encoding",
"api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/macanderson/context-graph-protocol"
[lib]
name = "contextgraph_types"
path = "src/lib.rs"
[[test]]
name = "frame_representation_witness"
path = "tests/frame_representation_witness.rs"
[dependencies.serde]
version = "1"
features = ["derive"]
[dev-dependencies.serde_json]
version = "1"