contextgraph-types 0.1.1

Context Graph Protocol wire types: context frames, queries, capabilities, provenance. MIT, zero deps beyond serde — publishable to crates.io independently of any stella code.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.90"
name = "contextgraph-types"
version = "0.1.1"
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"