[package] name = "async-openai-types" version = "0.24.1" authors = ["Himanshu Neema", "Congyu Wang"] categories = ["api-bindings", "web-programming", "asynchronous"] keywords = ["openai", "async", "openapi", "ai"] description = "Rust library for OpenAI" edition = "2021" rust-version = "1.65" license = "MIT" readme = "README.md" homepage = "https://github.com/Congyuwang/async-openai-types" repository = "https://github.com/Congyuwang/async-openai-types" [dependencies] base64 = "0.22.1" futures = { version = "0.3.30", default-features = false } serde = { version = "1.0.203", features = ["derive", "rc"] } serde_json = "1.0.117" thiserror = "1.0.61" derive_builder = "0.20.0" secrecy = { version = "0.8.0", features = ["serde"] } bytes = "1.6.0" eventsource-stream = "0.2.3" hyper = "1.4.1"