# 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 = "rs_openai" version = "0.5.0" authors = ["Yancey Leo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The OpenAI Rust library provides convenient access to the OpenAI API from Rust applications." homepage = "https://yanceyleo.com" readme = "README.md" keywords = ["openai"] license = "MIT" repository = "https://github.com/YanceyOfficial/rs-openai" resolver = "1" [lib] name = "rs_openai" path = "src/lib.rs" [dependencies.backoff] version = "0.4.0" [dependencies.derive_builder] version = "0.20.2" [dependencies.dotenvy] version = "0.15.6" [dependencies.futures] version = "0.3.27" [dependencies.reqwest] version = "0.12.8" features = [ "json", "stream", "multipart", ] [dependencies.reqwest-eventsource] version = "0.6.0" [dependencies.serde] version = "1.0.156" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.26.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.12" [dependencies.tracing] version = "0.1.37"