adk-agent 0.3.2

Agent implementations for Rust Agent Development Kit (ADK-Rust, LLM, Custom, Workflow agents)
# 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"
rust-version = "1.85.0"
name = "adk-agent"
version = "0.3.2"
authors = ["James Karanja Maina <james.karanja@zavora.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent implementations for Rust Agent Development Kit (ADK-Rust, LLM, Custom, Workflow agents)"
documentation = "https://docs.rs/adk-agent"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "adk",
    "llm",
    "workflow",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/zavora-ai/adk-rust"
resolver = "2"

[features]
default = []
gemini = ["adk-model/gemini"]
guardrails = ["adk-guardrail"]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.adk-core]
version = "0.3.2"

[dependencies.adk-guardrail]
version = "0.3.2"
optional = true

[dependencies.adk-model]
version = "0.3.2"

[dependencies.adk-skill]
version = "0.3.2"

[dependencies.adk-telemetry]
version = "0.3.2"

[dependencies.adk-tool]
version = "0.3.2"

[dependencies.async-stream]
version = "0.3"

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

[dependencies.futures]
version = "0.3"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.40"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.dotenvy]
version = "0.15"

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