[package]
edition = "2024"
rust-version = "1.95"
name = "adk-computer-use"
version = "2.1.0"
authors = ["James Karanja Maina <james.karanja@zavora.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ADK-Rust graph, auth, and wire contracts for computer-use-mcp"
homepage = "https://www.zavora.ai"
readme = "README.md"
keywords = [
"ai",
"agent",
"computer-use",
"mcp",
"automation",
]
categories = [
"api-bindings",
"asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/zavora-ai/adk-rust"
[lib]
name = "adk_computer_use"
path = "src/lib.rs"
[[example]]
name = "live_background_finder"
path = "examples/macos/live_background_finder.rs"
[[example]]
name = "live_clipboard"
path = "examples/live_clipboard.rs"
[[example]]
name = "live_form"
path = "examples/macos/live_form.rs"
[[example]]
name = "minimal_graph"
path = "examples/minimal_graph.rs"
[[test]]
name = "contracts_property_tests"
path = "tests/contracts_property_tests.rs"
[[test]]
name = "evaluation"
path = "tests/evaluation.rs"
[[test]]
name = "reference_graph"
path = "tests/reference_graph.rs"
[[test]]
name = "response_binding_tests"
path = "tests/response_binding_tests.rs"
[[test]]
name = "wire_contracts"
path = "tests/wire_contracts.rs"
[dependencies.adk-auth]
version = "2.1.0"
[dependencies.adk-core]
version = "2.1.0"
[dependencies.adk-eval]
version = "2.1.0"
[dependencies.adk-graph]
version = "2.1.0"
[dependencies.adk-tool]
version = "2.1.0"
features = ["mcp"]
[dependencies.async-trait]
version = "0.1"
[dependencies.chrono]
version = "0.4.44"
features = ["serde"]
[dependencies.rmcp]
version = "3.1"
features = ["client"]
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
version = "0.10"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
version = "1.40"
features = ["sync"]
default-features = false
[dependencies.tracing]
version = "0.1"
[dependencies.uuid]
version = "1.23"
features = [
"v4",
"serde",
]
[dev-dependencies.futures]
version = "0.3"
[dev-dependencies.proptest]
version = "1.5"
[dev-dependencies.tokio]
version = "1.40"
features = [
"macros",
"process",
"rt-multi-thread",
"sync",
"time",
]
default-features = false