mpay 0.1.0

Micropayments Protocol - Rust library for Web Payment Auth (IETF draft-ietf-httpauth-payment)
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 = "2021"
name = "mpay"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Micropayments Protocol - Rust library for Web Payment Auth (IETF draft-ietf-httpauth-payment)"
homepage = "https://github.com/tempoxyz/mpay-rs"
documentation = "https://docs.rs/mpay"
readme = "README.md"
keywords = [
    "http",
    "payments",
    "402",
    "authentication",
    "web3",
]
categories = [
    "web-programming",
    "authentication",
    "cryptography",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tempoxyz/mpay-rs"

[features]
default = ["tempo"]
evm = [
    "alloy",
    "alloy-signer-local",
    "hex",
    "rand",
]
tempo = ["evm"]
utils = [
    "hex",
    "rand",
]

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

[dependencies.alloy]
version = "1.2"
features = ["full"]
optional = true

[dependencies.alloy-signer-local]
version = "1.2"
optional = true

[dependencies.base64]
version = "0.22"

[dependencies.hex]
version = "0.4"
optional = true

[dependencies.rand]
version = "0.8"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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