x402-reqwest 2.0.2

Wrapper for reqwest for transparent x402 payments
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.93.0"
name = "x402-reqwest"
version = "2.0.2"
authors = ["Sergey Ukustov <sergey@ukstv.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wrapper for reqwest for transparent x402 payments"
homepage = "https://x402.rs"
documentation = "https://docs.rs/x402-reqwest"
readme = "README.md"
keywords = [
    "blockchain",
    "payments",
    "x402",
    "stablecoin",
    "http-402",
]
categories = [
    "cryptography::cryptocurrencies",
    "finance",
    "network-programming",
    "web-programming::http-server",
]
license = "Apache-2.0"
repository = "https://github.com/x402-rs/x402-rs"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
full = [
    "telemetry",
    "json",
]
json = ["reqwest-middleware/json"]
telemetry = [
    "dep:tracing",
    "x402-types/telemetry",
]

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

[dependencies.async-trait]
version = "0.1"

[dependencies.http]
version = "1.4"

[dependencies.reqwest]
version = "0.13"
features = ["json"]

[dependencies.reqwest-middleware]
version = "0.5"

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

[dependencies.tracing]
version = "0.1"
optional = true

[dependencies.x402-types]
version = "2.0"

[dev-dependencies.alloy-signer-local]
version = "2.0"

[dev-dependencies.x402-chain-eip155]
version = "2.0"
features = ["client"]