x402-core 2.2.2

(V2 Supported) A fully modular SDK for building complex X402 payment integrations.
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-core"
version = "2.2.2"
authors = ["Archer <archer@aimo.network>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "(V2 Supported) A fully modular SDK for building complex X402 payment integrations."
readme = false
license = "MIT"
repository = "https://github.com/AIMOverse/x402-kit"

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

[dependencies.base64]
version = "0.22"

[dependencies.bon]
version = "3.8"

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

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

[dependencies.thiserror]
version = "2.0"

[dependencies.url]
version = "2.5"
features = ["serde"]