[dependencies.async-trait]
version = "0.1"
[dependencies.ethers]
version = "2.0.14"
[dependencies.rand]
version = "0.9.2"
[dependencies.reqwest]
features = ["json"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.solana-network-sdk]
version = "0.1.9"
[dependencies.tokio]
features = ["full"]
version = "1.0"
[dependencies.url]
version = "2.0"
[dependencies.uuid]
features = ["v4"]
version = "1.0"
[lib]
name = "x402_sdk"
path = "src/lib.rs"
[package]
authors = ["happyboy <superhappyboy1995@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "aptos network tool."
edition = "2024"
keywords = ["http", "x402", "finance", "web"]
license = "Apache-2.0"
name = "x402-sdk"
readme = "README.md"
repository = "https://github.com/0xhappyboy/x402-sdk"
version = "0.3.0"