[package] name = "openai_api_client" version = "0.5.0" edition = "2021" authors = ["Evgeny Igumnov "] repository = "https://github.com/evgenyigumnov/openai_api_client" license = "MIT" license-file = "LICENSE" keywords = ["chatgpt", "openai", "api", "gpt-3"] categories = ["library"] readme = "README.md" description = "OpenAI API client for Rust" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = {version = "1.0.152", features = ["derive"]} serde_json = "1.0.91" awc = { version = "3.0.1", features=["rustls"] } rustls = "0.20.8" anyhow = "1" dotenv = "0.15.0" actix-rt = "2.7.0" thiserror = "1.0.38"