[package]
edition = "2021"
name = "rz-agent-protocol"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "@@RZ: wire protocol for inter-agent messaging (transport-agnostic)"
readme = false
keywords = [
"agents",
"messaging",
"protocol",
"multi-agent",
]
categories = ["encoding"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/iliasoroka1/rz"
[lib]
name = "rz_agent_protocol"
path = "src/lib.rs"
[dependencies.eyre]
version = "0.6"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"