[dependencies.async-trait]
version = "0.1"
[dependencies.futures]
version = "0.3"
[dependencies.reqwest]
features = ["json", "rustls-tls"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.tokio]
features = ["full"]
version = "1"
[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 (OpenAI, Google Gemini, Anthropic Claude)"
documentation = "https://docs.rs/chatdelta"
edition = "2021"
homepage = "https://github.com/ChatDelta/chatdelta-rs"
keywords = ["ai", "openai", "gemini", "claude", "api"]
license = "MIT"
name = "chatdelta"
readme = "README.md"
repository = "https://github.com/ChatDelta/chatdelta-rs"
version = "0.1.0"