adk-browser 0.3.2

Browser automation tools for Rust Agent Development Kit (ADK-Rust) agents using WebDriver
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-browser"
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 = "Browser automation tools for Rust Agent Development Kit (ADK-Rust) agents using WebDriver"
documentation = "https://docs.rs/adk-browser"
readme = "README.md"
keywords = [
    "adk",
    "browser",
    "automation",
    "webdriver",
    "selenium",
]
categories = [
    "web-programming",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/zavora-ai/adk-rust"
resolver = "2"

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

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

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

[dependencies.base64]
version = "0.22"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thirtyfour]
version = "0.35"

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

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"

[dev-dependencies.tokio-test]
version = "0.4"