# 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 = "2018" name = "lnurl-rs" version = "0.9.0" authors = ["Ben Carman "] description = "A basic LNURL implementation in Rust" homepage = "https://github.com/benthecarman/lnurl-rs/" documentation = "https://docs.rs/lnurl-rs/" readme = "README.md" keywords = [ "lightning", "bitcoin", "lnurl", ] license = "MIT" repository = "https://github.com/benthecarman/lnurl-rs/" [lib] name = "lnurl" path = "src/lib.rs" [dependencies.aes] version = "0.8" [dependencies.anyhow] version = "1.0.70" [dependencies.base64] version = "0.22.0" [dependencies.bech32] version = "0.11" [dependencies.bitcoin] version = "0.32.2" features = [ "std", "serde", "rand", ] default-features = false [dependencies.cbc] version = "0.1" features = ["alloc"] [dependencies.email_address] version = "=0.2.5" [dependencies.reqwest] version = "0.12.3" features = ["json"] optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.ureq] version = "2.5.0" features = ["json"] optional = true [dependencies.url] version = "2.3.1" features = ["serde"] [dev-dependencies.bitcoin] version = "0.32.2" features = [ "serde", "std", ] [dev-dependencies.lightning-invoice] version = "0.32.0" features = [ "std", "serde", ] [dev-dependencies.nostr] version = "0.25.0" features = ["std"] default-features = false [dev-dependencies.tokio] version = "1.20.1" features = ["full"] [features] async = [ "reqwest", "reqwest/socks", ] async-https = ["async-https-native"] async-https-native = [ "reqwest/default-tls", "async", ] async-https-rustls = [ "reqwest/rustls-tls", "async", ] blocking = [ "ureq", "ureq/socks", ] default = [ "blocking", "async", "async-https", ]