# 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 = "aleph-alpha-api" version = "0.1.0" description = "Interact with large language models provided by the Aleph Alpha API in Rust code" readme = "README.md" keywords = [ "ai", "aleph-alpha", "llm", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/andreaskoepf/aleph-alpha-api-rs" [dependencies.base64] version = "0.21.5" [dependencies.bytes] version = "1.5.0" [dependencies.image] version = "0.24.7" [dependencies.reqwest] version = "0.11.22" features = ["json"] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.thiserror] version = "1.0.50" [dependencies.tokenizers] version = "0.15.0" [dev-dependencies.chrono] version = "0.4.31" [dev-dependencies.clap] version = "4.4.11" features = ["derive"] [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.json] version = "0.12.4" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.serde_json] version = "1.0.108" [dev-dependencies.tokio] version = "1.34.0" features = [ "rt", "macros", "rt-multi-thread", ]