chatdelta 0.7.0

A unified Rust library for connecting to multiple AI APIs with streaming, conversations, and parallel execution
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1.5"

[dependencies.futures]
version = "0.3"

[dependencies.moka]
features = ["future"]
version = "0.12"

[dependencies.once_cell]
version = "1.19"

[dependencies.pin-project-lite]
version = "0.2"

[dependencies.rand]
version = "0.8"

[dependencies.reqwest]
features = ["json", "rustls-tls", "stream"]
version = "0.11"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
features = ["full"]
version = "1"

[dependencies.tokio-stream]
version = "0.1"

[[example]]
name = "chat_session"
path = "examples/chat_session.rs"

[[example]]
name = "custom_endpoints"
path = "examples/custom_endpoints.rs"

[[example]]
name = "metadata_and_tokens"
path = "examples/metadata_and_tokens.rs"

[[example]]
name = "orchestration_demo"
path = "examples/orchestration_demo.rs"

[[example]]
name = "retry_strategies"
path = "examples/retry_strategies.rs"

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

[package]
authors = ["ChatDelta Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "web-programming::http-client"]
description = "A unified Rust library for connecting to multiple AI APIs with streaming, conversations, and parallel execution"
documentation = "https://docs.rs/chatdelta"
edition = "2021"
homepage = "https://github.com/ChatDelta/chatdelta-rs"
keywords = ["ai", "openai", "claude", "api", "streaming"]
license = "MIT"
name = "chatdelta"
readme = "README.md"
repository = "https://github.com/ChatDelta/chatdelta-rs"
version = "0.7.0"

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