# 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-utils" version = "0.5.1" description = "utilities for using the openai api" license = "MIT" [dependencies.anyhow] version = "1.0.75" [dependencies.dotenv] version = "0.15.0" [dependencies.futures] version = "0.3.28" [dependencies.futures-util] version = "0.3.28" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.reqwest] version = "0.11.20" features = ["json"] [dependencies.reqwest-eventsource] version = "0.5.0" [dependencies.schemars] version = "0.8.15" [dependencies.serde] version = "1.0.188" [dependencies.serde_derive] version = "1.0.188" [dependencies.serde_json] version = "1.0.107" [dependencies.thiserror] version = "1.0.48" [dependencies.tiktoken-rs] version = "0.5.6" [dependencies.tokio] version = "1.32.0" features = ["full"]