# 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-client" version = "0.15.0" build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false 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/Aleph-Alpha/aleph-alpha-client-rs" [lib] name = "aleph_alpha_client" path = "src/lib.rs" [[test]] name = "integration" path = "tests/integration.rs" [[test]] name = "unit" path = "tests/unit.rs" [dependencies.async-stream] version = "0.3.6" [dependencies.base64] version = "0.22.0" [dependencies.dotenvy] version = "0.15.7" [dependencies.futures-util] version = "0.3.31" [dependencies.image] version = "0.25.1" [dependencies.itertools] version = "0.13.0" [dependencies.reqwest] version = "0.12.3" features = [ "json", "stream", ] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.thiserror] version = "2.0.0" [dependencies.tokenizers] version = "0.21.0" features = [ "onig", "esaxx_fast", ] default-features = false [dev-dependencies.tokio] version = "1.37.0" features = [ "rt", "macros", ] [dev-dependencies.wiremock] version = "0.6.0"