[dependencies.async-trait]
version = "0.1"
[dependencies.chrono]
features = ["serde"]
version = "0.4.40"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[lib]
name = "a2a"
path = "src/lib.rs"
[package]
authors = ["kkharji <kkharji@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "network-programming", "api-bindings"]
description = "A2A (Agent2Agent) Protocol - An open standard for enabling communication and interoperability between AI agent systems"
documentation = "https://docs.rs/a2a"
edition = "2024"
homepage = "https://github.com/kkharji/a2a"
keywords = ["ai", "agents", "protocol", "interop", "communication"]
license = "Apache-2.0"
name = "a2a"
readme = "README.md"
repository = "https://github.com/kkharji/a2a"
version = "0.1.0"
[package.metadata]
status = "experimental"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]