adk-tool 0.3.2

Tool system for Rust Agent Development Kit (ADK-Rust) agents (FunctionTool, MCP, Google Search)
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"
rust-version = "1.85.0"
name = "adk-tool"
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 = "Tool system for Rust Agent Development Kit (ADK-Rust) agents (FunctionTool, MCP, Google Search)"
documentation = "https://docs.rs/adk-tool"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "adk",
    "tools",
    "mcp",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/zavora-ai/adk-rust"
resolver = "2"

[features]
default = []
http-transport = [
    "rmcp/transport-streamable-http-client-reqwest",
    "reqwest",
]

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

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

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

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

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

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

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

[dependencies.base64]
version = "0.21"

[dependencies.futures]
version = "0.3"

[dependencies.reqwest]
version = "0.12"
features = ["json"]
optional = true

[dependencies.rmcp]
version = "0.15"
features = ["client"]

[dependencies.schemars]
version = "0.8"

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

[dependencies.uuid]
version = "1.10"
features = [
    "v4",
    "serde",
]

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