synapse-a2a 0.2.2

A2A agent registry for synapse-gateway: catalog/card DTOs, admin registration, and public resolve/catalog endpoints.
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 = "2021"
name = "synapse-a2a"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A2A agent registry for synapse-gateway: catalog/card DTOs, admin registration, and public resolve/catalog endpoints."
readme = "README.md"
license = "AGPL-3.0-only"
repository = "https://github.com/sustentabilitas/synapse-gateway"

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.8"

[dependencies.backon]
version = "1.5"

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

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

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.http-body-util]
version = "0.1"

[dev-dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "stream",
]

[dev-dependencies.tower]
version = "0.5"
features = ["util"]

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