tea-model 0.1.0

Provider-neutral model port for tea-rs
Documentation
[package]
name = "tea-model"
version = "0.1.0"
description = "Provider-neutral model port for tea-rs"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
publish = ["crates-io"]
autotests = false
readme = "README.md"
keywords = ["agent", "llm", "streaming"]
categories = ["asynchronous", "data-structures"]

[dependencies]
tea-control = { version = "=0.1.0", path = "../tea-control" }
tea-protocol = { version = "=0.1.0", path = "../tea-protocol" }
futures-core.workspace = true
serde_json.workspace = true
thiserror.workspace = true

[dev-dependencies]
futures-util.workspace = true
tokio.workspace = true

[lints]
workspace = true

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