# 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 = "mistral-rouille" version = "1.1.4" authors = ["roland@govcraft.ai"] description = "Mistral Rouille is a Rust crate customized from Mistral's official OpenAPI specification. This crate provides a convenient and type-safe interface for interacting with Mistral's API, using the Reqwest crate for HTTP requests. Designed to be easily integrated into your Rust projects, Mistral Rouille offers robust functionality for all Mistral API endpoints, ensuring seamless communication with the configured endpoint." readme = "README.md" keywords = [ "openapi", "mistral", "llm", "api-client", "codegen", ] categories = [ "network-programming", "api-bindings", "web-programming::http-client", "asynchronous", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/GovCraft/mistral-rouille" [dependencies.dotenv] version = "0.15.0" features = ["clap"] [dependencies.reqwest] version = "^0.12" features = [ "json", "multipart", ] [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.serde_with] version = "^3.8" features = [ "base64", "std", "macros", ] default-features = false [dependencies.tokio-macros] version = "2.3.0" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.url] version = "^2.5" [dependencies.uuid] version = "^1.8" features = [ "serde", "v4", ] [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.dotenv] version = "0.15.0" features = ["clap"] [dev-dependencies.tokio] version = "1.38.0" features = ["full"] [dev-dependencies.tokio-macros] version = "2.3.0" [dev-dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-subscriber] version = "0.3.18" [dev-dependencies.tracing-test] version = "0.2.5"