[package]
name = "machi-protocol"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Wire-agnostic protocol types for the Machi agent runtime kernel"
keywords = ["ai", "agent", "protocol"]
categories = ["data-structures"]
[dependencies]
serde = { workspace = true }
[dev-dependencies]
serde_json = { workspace = true }
[lints]
workspace = true