llmclient 0.3.2

Rust LLM client - Gemini, OpenAI, Claude, Mistral, DeepSeek, Groq
Documentation
# 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 = "2024"
name = "llmclient"
version = "0.3.2"
authors = ["Chris Dipple <chris@intelligent-net.co.uk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust LLM client - Gemini, OpenAI, Claude, Mistral, DeepSeek, 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"

[lib]
name = "llmclient"
path = "src/lib.rs"

[[bin]]
name = "llmclient"
path = "src/main.rs"

[[example]]
name = "func"
path = "examples/func.rs"

[[example]]
name = "s"
path = "examples/s.rs"

[dependencies.base64]
version = "0.21"

[dependencies.crossterm]
version = "0.29"

[dependencies.evalexpr]
version = "^12"

[dependencies.futures]
version = "0.3"

[dependencies.peg]
version = "^0.8"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "^0.12"
features = [
    "json",
    "gzip",
]

[dependencies.serde]
version = "^1.0"

[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"