a2a-client 0.2.0

A2A Protocol Client - HTTP client for calling remote A2A agents
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-client"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A2A Protocol Client - HTTP client for calling remote A2A agents"
homepage = "https://radkit.dev"
documentation = "https://radkit.dev"
readme = "README.md"
keywords = [
    "a2a",
    "agent2agent",
    "client",
    "ai",
    "agent",
]
license = "MIT"
repository = "https://github.com/microagents/radkit"
resolver = "2"

[lib]
name = "a2a_client"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.a2a-types]
version = "0.2.0"

[dependencies.bytes]
version = "1.9"

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

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

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

[dependencies.opentelemetry]
version = "0.31.0"

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

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

[dependencies.serde_json]
version = "1.0.142"

[dependencies.thiserror]
version = "2.0.14"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-opentelemetry]
version = "0.32.0"

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

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.reqwest]
version = "0.12.24"
features = [
    "json",
    "stream",
    "rustls-tls-native-roots",
]
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
version = "1.47"
features = ["full"]

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.tokio]
version = "1.47"
features = ["full"]

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.3"
features = ["wasm_js"]

[target.'cfg(target_arch = "wasm32")'.dependencies.reqwest]
version = "0.12.24"
features = [
    "json",
    "stream",
    "rustls-tls",
]
default-features = false

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4"

[target.'cfg(target_arch = "wasm32")'.dev-dependencies.tokio]
version = "1.47"
features = [
    "rt",
    "macros",
]

[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test]
version = "0.3"