# 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-orch" version = "0.1.0" description = "A concurrency-included Rust client for the OpenAI API." homepage = "https://github.com/johnbchron/openai_orch" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/johnbchron/openai_orch" [dependencies.anyhow] version = "1.0.71" [dependencies.async-openai] version = "0.12.0" [dependencies.async-trait] version = "0.1.68" [dependencies.dotenv] version = "0.15.0" [dependencies.log] version = "0.4.19" [dependencies.timing] version = "0.2.3" [dependencies.tinyrand] version = "0.5.0" [dependencies.tinyrand-std] version = "0.5.0" [dependencies.tokio] version = "1.29.0" features = [ "rt", "time", "sync", ] [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.futures] version = "0.3.28" [dev-dependencies.tokio] version = "1.29.0" features = ["full"]