a2a-types 0.2.0

A2A Protocol Types
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"
name = "a2a-types"
version = "0.2.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A2A Protocol Types"
homepage = "https://radkit.dev"
documentation = "https://radkit.dev"
readme = "README.md"
keywords = [
    "a2a",
    "agent2agent",
    "protocol",
    "types",
]
license = "MIT"
repository = "https://github.com/microagents/radkit"
resolver = "2"

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

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

[dependencies.base64]
version = "0.22.1"

[dependencies.pbjson]
version = "0.9.0"

[dependencies.pbjson-types]
version = "0.9.0"

[dependencies.prost]
version = "0.14.3"

[dependencies.prost-types]
version = "0.14.3"

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

[dependencies.serde_json]
version = "1.0.143"

[build-dependencies.pbjson-build]
version = "0.9.0"

[build-dependencies.prost-build]
version = "0.14.3"

[build-dependencies.protoc-bin-vendored]
version = "3.2.0"