tea-protocol 0.1.0

Canonical protocol types for the tea-rs project
Documentation
[package]
name = "tea-protocol"
version = "0.1.0"
description = "Canonical protocol types for the tea-rs project"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
publish = ["crates-io"]
autotests = false
readme = "README.md"
keywords = ["agent", "llm", "protocol"]
categories = ["data-structures", "encoding"]

[dependencies]
base64.workspace = true
chrono.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
url.workspace = true
uuid.workspace = true

[lints]
workspace = true

[[test]]
name = "integration"
path = "tests/integration.rs"