adk-cli 0.3.0

Command-line launcher for Rust Agent Development Kit (ADK-Rust) 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-cli"
version = "0.3.0"
authors = ["James Karanja Maina <james.karanja@zavora.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line launcher for Rust Agent Development Kit (ADK-Rust) agents"
documentation = "https://docs.rs/adk-cli"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "adk",
    "cli",
    "launcher",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/zavora-ai/adk-rust"
resolver = "2"

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

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

[dependencies.adk-agent]
version = "0.3.0"

[dependencies.adk-artifact]
version = "0.3.0"

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

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

[dependencies.adk-runner]
version = "0.3.0"

[dependencies.adk-server]
version = "0.3.0"

[dependencies.adk-session]
version = "0.3.0"

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.axum]
version = "0.8"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.futures]
version = "0.3"

[dependencies.rustyline]
version = "14.0"

[dependencies.serde_json]
version = "1.0"

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