tea-protocol 0.1.0

Canonical protocol types for the tea-rs project
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.97.1"
name = "tea-protocol"
version = "0.1.0"
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Canonical protocol types for the tea-rs project"
readme = "README.md"
keywords = [
    "agent",
    "llm",
    "protocol",
]
categories = [
    "data-structures",
    "encoding",
]
license = "Apache-2.0"
repository = "https://github.com/tea-hq/tea-rs.git"
resolver = "2"

[lib]
name = "tea_protocol"
path = "src/lib.rs"

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

[dependencies.base64]
version = "=0.22.1"

[dependencies.chrono]
version = "=0.4.42"
features = [
    "clock",
    "std",
]
default-features = false

[dependencies.serde]
version = "=1.0.220"
features = ["derive"]

[dependencies.serde_json]
version = "=1.0.140"

[dependencies.thiserror]
version = "=2.0.12"

[dependencies.url]
version = "=2.5.4"

[dependencies.uuid]
version = "=1.17.0"
features = [
    "serde",
    "v7",
]

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "warn"
unsafe_code = "forbid"