[dependencies.base64]
version = "0.13.1"
[dependencies.rand]
version = "0.8.5"
[dependencies.reqwest]
features = ["json", "stream", "multipart"]
version = "0.11.13"
[dependencies.serde]
features = ["derive"]
version = "1.0.148"
[dependencies.serde_json]
version = "1.0.87"
[dependencies.thiserror]
version = "1.0.37"
[dependencies.tokio]
features = ["fs"]
version = "1.22.0"
[dependencies.tokio-util]
features = ["codec", "io-util"]
version = "0.7.4"
[dev-dependencies.tokio-test]
version = "0.4.2"
[package]
authors = ["Himanshu Neema"]
categories = ["api-bindings", "web-programming", "asynchronous"]
description = "Async bindings for OpenAI REST API based on OpenAPI spec"
edition = "2021"
homepage = "https://github.com/64bit/async-openai"
keywords = ["openai", "async", "openapi", "ai"]
license = "MIT"
name = "async-openai"
readme = "README.md"
repository = "https://github.com/64bit/async-openai"
resolver = "1"
rust-version = "1.65"
version = "0.1.2"