a2a-client 0.1.0

A2A Protocol Client - HTTP client for calling remote A2A agents
Documentation
[dependencies.a2a-types]
version = "0.1.1"

[dependencies.bytes]
version = "1.9"

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

[dependencies.reqwest]
features = ["json", "stream"]
version = "0.12.23"

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

[dependencies.serde_json]
version = "1.0.142"

[dependencies.thiserror]
version = "2.0.14"

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

[dependencies.tokio-stream]
features = ["io-util"]
version = "0.1.17"

[dev-dependencies.uuid]
features = ["v4"]
version = "1.18.0"

[dev-dependencies.wiremock]
version = "0.6"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A2A Protocol Client - HTTP client for calling remote A2A agents"
documentation = "https://radkit.dev"
edition = "2024"
homepage = "https://radkit.dev"
keywords = ["a2a", "agent2agent", "client", "ai", "agent"]
license = "Apache-2.0"
name = "a2a-client"
readme = "README.md"
repository = "https://github.com/microagents/radkit"
resolver = "2"
version = "0.1.0"