x402-extensions 2.5.0

(V2 Supported) X402 protocol extension types for resource discovery and modular functionality.
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 = "x402-extensions"
version = "2.5.0"
authors = ["Archer <archer@aimo.network>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "(V2 Supported) X402 protocol extension types for resource discovery and modular functionality."
readme = false
license = "MIT"
repository = "https://github.com/AIMOverse/x402-kit"

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

[dependencies.bon]
version = "3.8"

[dependencies.schemars]
version = "1.0"

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

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

[dependencies.x402-core]
version = "2.5.0"