Documentation
[dependencies.bech32]
default-features = false
features = ["alloc"]
version = "0.11"

[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls", "socks"]
optional = true
version = "0.12"

[dependencies.serde]
default-features = false
features = ["alloc", "derive"]
version = "1.0"

[dependencies.serde_json]
default-features = false
features = ["alloc"]
version = "1.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[[example]]
name = "get-invoice"
required-features = ["api"]

[features]
api = ["std", "dep:reqwest"]
default = ["std"]
std = ["bech32/std", "serde/std", "serde_json/std"]

[package]
authors = ["Yuki Kishimoto <yukikishimoto@protonmail.com>"]
description = "LNURL Pay"
edition = "2021"
homepage = "https://github.com/shadowylab/lnurl-pay"
license = "MIT"
name = "lnurl-pay"
readme = "README.md"
repository = "https://github.com/shadowylab/lnurl-pay.git"
rust-version = "1.64.0"
version = "0.6.0"