# 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-rs-api" version = "1.1.3" authors = ["Danila Verbinskiy "] description = "A Rust wrapper for the OpenAI API" documentation = "https://www.docs.rs/openai-rs-api" readme = "README.md" keywords = [ "ai", "machine-learning", "openai", "library", "api", ] license = "MIT" [dependencies.async-trait] version = "0.1.70" [dependencies.awc] version = "3.1.1" features = ["rustls"] [dependencies.rustls] version = "0.20" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.66" [dependencies.serde_with] version = "3.0.0" [dependencies.tokio] version = "1.12.0" features = ["full"] [dependencies.webpki] version = "0.22.0" [dependencies.webpki-roots] version = "0.23.1" [features] audio = [] chat = [] completions = [] default = ["full"] edits = [] embeddings = [] files = [] fine_tunes = [] full = [ "list_models", "chat", "completions", "embeddings", "files", "audio", "images", "edits", "fine_tunes", "moderations", ] images = [] list_models = [] moderations = []