# 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" rust-version = "1.76.0" name = "mistralai-client" version = "0.14.0" authors = ["Ivan Gabriele "] description = "Mistral AI API client library for Rust (unofficial)." homepage = "https://github.com/ivangabriele/mistralai-client-rs#readme" readme = "README.md" keywords = [ "mistral", "mistralai", "client", "api", "llm", ] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/ivangabriele/mistralai-client-rs" [dependencies.async-stream] version = "0.3.5" [dependencies.async-trait] version = "0.1.77" [dependencies.env_logger] version = "0.11.3" [dependencies.futures] version = "0.3.30" [dependencies.log] version = "0.4.21" [dependencies.reqwest] version = "0.12.0" features = [ "json", "blocking", "stream", ] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.strum] version = "0.26.1" [dependencies.thiserror] version = "1.0.57" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.14" [dev-dependencies.jrest] version = "0.2.3"