autoagents 0.3.5

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"
version = "0.3.5"
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 = ["autoagents-llm/anthropic"]
azure_openai = ["autoagents-llm/azure_openai"]
deepseek = ["autoagents-llm/deepseek"]
default = []
full = [
    "autoagents-core/full",
    "autoagents-llm/full",
    "wasmtime",
    "logging",
]
google = ["autoagents-llm/google"]
groq = ["autoagents-llm/groq"]
logging = ["dep:env_logger"]
minimax = ["autoagents-llm/minimax"]
ollama = ["autoagents-llm/ollama"]
openai = ["autoagents-llm/openai"]
openrouter = ["autoagents-llm/openrouter"]
phind = ["autoagents-llm/phind"]
wasmtime = ["autoagents-core/wasmtime"]
xai = ["autoagents-llm/xai"]

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

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

[dependencies.autoagents-core]
version = "0.3.5"

[dependencies.autoagents-derive]
version = "0.3.5"

[dependencies.autoagents-llm]
version = "0.3.5"

[dependencies.autoagents-protocol]
version = "0.3.5"

[dependencies.env_logger]
version = "0.11.9"
optional = true

[dev-dependencies.serde_json]
version = "1.0.145"

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