zeph-a2a 0.12.3

A2A protocol client and server with agent discovery for Zeph
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 = "zeph-a2a"
version = "0.12.3"
authors = ["bug-ops"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A2A protocol client and server with agent discovery for Zeph"
homepage = "https://github.com/bug-ops/zeph"
documentation = "https://docs.rs/zeph-a2a"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "llm",
    "inference",
    "skills",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "MIT"
repository = "https://github.com/bug-ops/zeph"

[features]
server = [
    "dep:axum",
    "dep:subtle",
    "dep:tower",
    "dep:tower-http",
]

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

[dependencies.axum]
version = "0.8"
optional = true

[dependencies.eventsource-stream]
version = "0.2"

[dependencies.futures]
version = "0.3"

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

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "stream",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.subtle]
version = "2.6"
optional = true

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"
features = [
    "net",
    "sync",
]

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tower]
version = "0.5"
optional = true

[dependencies.tower-http]
version = "0.6"
features = [
    "limit",
    "trace",
]
optional = true
default-features = false

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"

[dependencies.uuid]
version = "1.21"
features = [
    "v4",
    "serde",
]

[dev-dependencies.axum]
version = "0.8"
features = ["macros"]

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

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

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

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
unsafe_code = "deny"