adk-action 0.8.0

Shared action node types for ADK-Rust graph workflows
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-action"
version = "0.8.0"
authors = ["James Karanja Maina <james.karanja@zavora.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared action node types for ADK-Rust graph workflows"
documentation = "https://docs.rs/adk-action"
readme = "README.md"
keywords = [
    "ai",
    "agents",
    "workflow",
    "action",
    "nodes",
]
categories = [
    "science",
    "asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/zavora-ai/adk-rust"
resolver = "2"

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

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

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

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

[dependencies.regex]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

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

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