a2a-ap2 0.3.1

AP2 (Agent Payments Protocol) extension for the A2A Protocol
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"
rust-version = "1.85"
name = "a2a-ap2"
version = "0.3.1"
authors = ["Emil Lindfors <emil@lindfors.no>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AP2 (Agent Payments Protocol) extension for the A2A Protocol"
readme = false
keywords = [
    "a2a",
    "ap2",
    "payments",
    "agent",
    "commerce",
]
categories = [
    "api-bindings",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/emillindfors/a2a-rs"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[[example]]
name = "payment_flow"
path = "examples/payment_flow.rs"

[dependencies.a2a-rs]
version = "0.4"

[dependencies.buffa]
version = "0.3.0"
features = ["json"]

[dependencies.buffa-types]
version = "0.3.0"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

[dev-dependencies.serde_json]
version = "1.0"