# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "openai_api_client" version = "0.5.0" authors = ["Evgeny Igumnov "] description = "OpenAI API client for Rust" readme = "README.md" keywords = [ "chatgpt", "openai", "api", "gpt-3", ] categories = ["library"] license = "MIT" license-file = "LICENSE" repository = "https://github.com/evgenyigumnov/openai_api_client" [dependencies.actix-rt] version = "2.7.0" [dependencies.anyhow] version = "1" [dependencies.awc] version = "3.0.1" features = ["rustls"] [dependencies.dotenv] version = "0.15.0" [dependencies.rustls] version = "0.20.8" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.thiserror] version = "1.0.38"