# 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 = "llmclient" version = "0.3.0" authors = ["Chris Dipple "] description = "Rust LLM client - Gemini, GPT, Claude, Mistral, Groq" homepage = "https://github.com/intelligentnet/llmclient" documentation = "https://docs.rs/llmclient" readme = "README.md" keywords = [ "api", "async", "web", "google", ] categories = [ "web-programming::http-client", "api-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/intelligentnet/llmclient" [dependencies.base64] version = "0.21" [dependencies.crossterm] version = "0.27" [dependencies.evalexpr] version = "11" [dependencies.futures] version = "0.3" [dependencies.peg] version = "^0.8" [dependencies.regex] version = "1.10" [dependencies.reqwest] version = "0.11" features = [ "json", "gzip", ] [dependencies.serde] version = "^1.0.124" [dependencies.serde_derive] version = "^1" [dependencies.serde_json] version = "^1.0" [dependencies.stemplate] version = "0.1" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.serial_test] version = "3.0.0"