# 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" rust-version = "1.78.0" name = "openai-rst" version = "0.2.0" authors = [ "Rashad Alston ", "Dongri Jin ", ] description = "OpenAI API Rust client" homepage = "https://github.com/ra0x3/openai-rst" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/ra0x3/openai-rst" [dependencies.async-std] version = "1.12" [dependencies.minreq] version = "2" features = [ "https-rustls", "json-using-serde", "proxy", ] default-features = false [dependencies.reqwest] version = "0.11" features = [ "json", "rustls-tls", "multipart", "stream", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0" default-features = false [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" optional = true [dependencies.tracing-subscriber] version = "0.3" features = [ "ansi", "json", "env-filter", ] optional = true [features] default = ["tracing"] tracing = [ "dep:tracing", "tracing-subscriber", ]