adk-ui 2.1.0

Dynamic UI generation for ADK-Rust agents - render forms, cards, tables, charts and more
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.95.0"
name = "adk-ui"
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 = "Dynamic UI generation for ADK-Rust agents - render forms, cards, tables, charts and more"
documentation = "https://docs.rs/adk-ui"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "ui",
    "generative",
    "adk",
]
categories = [
    "api-bindings",
    "gui",
]
license = "Apache-2.0"
repository = "https://github.com/zavora-ai/adk-ui"

[features]
adk-core = ["dep:adk-core"]
awp = [
    "dep:awp-types",
    "dep:uuid",
]
default = []
remote-catalogs = ["reqwest"]

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

[[example]]
name = "agentic_ui"
path = "examples/agentic_ui/main.rs"
required-features = ["adk-core"]

[[example]]
name = "ui_server"
path = "examples/ui_server/main.rs"
required-features = ["adk-core"]

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

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

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

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

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

[dependencies.adk-core]
version = "2"
optional = true

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

[dependencies.awp-types]
version = "2"
optional = true

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

[dependencies.jsonschema]
version = "0.29"

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

[dependencies.schemars]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.uuid]
version = "1"
features = ["v7"]
optional = true

[dev-dependencies.adk-agent]
version = "2"

[dev-dependencies.adk-cli]
version = "2"

[dev-dependencies.adk-model]
version = "2"
features = [
    "openai",
    "gemini",
]

[dev-dependencies.adk-runner]
version = "2"

[dev-dependencies.adk-server]
version = "2"

[dev-dependencies.adk-session]
version = "2"

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.axum]
version = "0.8"

[dev-dependencies.base64]
version = "0.22"

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

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.proptest]
version = "1.5"

[dev-dependencies.tokio]
version = "1.40"
features = [
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.tracing]
version = "0.1"