# 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" rust-version = "1.64.0" name = "lnurl-pay" version = "0.6.0" authors = ["Yuki Kishimoto "] description = "LNURL Pay" homepage = "https://github.com/shadowylab/lnurl-pay" readme = "README.md" license = "MIT" repository = "https://github.com/shadowylab/lnurl-pay.git" [[example]] name = "get-invoice" required-features = ["api"] [dependencies.bech32] version = "0.11" features = ["alloc"] default-features = false [dependencies.reqwest] version = "0.12" features = [ "json", "rustls-tls", "socks", ] optional = true default-features = false [dependencies.serde] version = "1.0" features = [ "alloc", "derive", ] default-features = false [dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [dev-dependencies.tokio] version = "1" features = ["full"] [features] api = [ "std", "dep:reqwest", ] default = ["std"] std = [ "bech32/std", "serde/std", "serde_json/std", ]