autoagents-llm 0.3.2

Agent Framework for Building Autonomous Agents
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 = "autoagents-llm"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent Framework for Building Autonomous Agents"
readme = "README.md"
keywords = [
    "agents",
    "llm",
]
categories = []
license = "MIT OR Apache-2.0"
repository = "https://github.com/liquidos-ai/AutoAgents"
resolver = "2"

[features]
anthropic = []
azure_openai = []
deepseek = []
default = []
full = [
    "openai",
    "anthropic",
    "ollama",
    "deepseek",
    "xai",
    "phind",
    "google",
    "groq",
    "azure_openai",
    "openrouter",
]
google = []
groq = []
ollama = []
openai = []
openrouter = []
phind = []
xai = []

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

[[test]]
name = "anthropic_tests"
path = "tests/anthropic_tests.rs"

[[test]]
name = "azure_openai_tests"
path = "tests/azure_openai_tests.rs"

[[test]]
name = "google_tests"
path = "tests/google_tests.rs"

[[test]]
name = "main"
path = "tests/main.rs"

[[test]]
name = "ollama_tests"
path = "tests/ollama_tests.rs"

[[test]]
name = "openai_tests"
path = "tests/openai_tests.rs"

[[test]]
name = "other_backends_tests"
path = "tests/other_backends_tests.rs"

[dependencies.async-trait]
version = "0.1.86"

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "clock",
]
default-features = false

[dependencies.either]
version = "1.15.0"
features = ["serde"]

[dependencies.futures]
version = "0.3.31"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1.0.225"
features = ["derive"]
default-features = false

[dependencies.serde_json]
version = "1.0.145"

[dependencies.strum]
version = "0.27.1"
features = [
    "derive",
    "strum_macros",
]

[dependencies.strum_macros]
version = "0.27.1"

[dependencies.thiserror]
version = "2.0.11"

[dev-dependencies.bytes]
version = "1.11.1"

[dev-dependencies.http]
version = "1.2"

[dev-dependencies.http-body-util]
version = "0.1"

[dev-dependencies.hyper]
version = "1.5"

[dev-dependencies.rstest]
version = "0.26"

[dev-dependencies.tempfile]
version = "3.10.1"

[dev-dependencies.tokio]
version = "1.0"
features = [
    "macros",
    "rt-multi-thread",
]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.dirs]
version = "6.0.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.reqwest]
version = "0.12.12"
features = [
    "json",
    "stream",
]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
version = "1.43.0"
features = ["full"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio-stream]
version = "0.1.17"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.ureq]
version = "3.0.8"
features = ["json"]

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.3.3"
features = ["wasm_js"]

[target.'cfg(target_arch = "wasm32")'.dependencies.serde-wasm-bindgen]
version = "0.6"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4.50"