# 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 = "zap-tunnel-client" version = "0.1.0" authors = ["Ben Carman "] description = "A way to do lnurl-pay with a lightning proxy" homepage = "https://github.com/benthecarman/zap-tunnel/" documentation = "https://docs.rs/zap-tunnel/" readme = "README.md" keywords = [ "lightning", "bitcoin", "lnurl", ] license = "MIT" repository = "https://github.com/benthecarman/zap-tunnel/" resolver = "2" [lib] name = "zap_tunnel_client" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.bitcoin] version = "0.29.2" features = ["serde"] default-features = false [dependencies.lightning-invoice] version = "0.24.0" features = ["serde"] default-features = false [dependencies.reqwest] version = "0.11" 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 [dev-dependencies.base64ct] version = "<1.6.0" [dev-dependencies.bitcoin] version = "0.29.2" features = [ "serde", "std", ] [dev-dependencies.lightning-invoice] version = "0.24.0" features = ["std"] [dev-dependencies.tokio] version = "1.20.1" features = ["full"] [dev-dependencies.zip] version = "=0.6.3" [features] async = [ "reqwest", "reqwest/socks", ] async-https = ["reqwest/default-tls"] blocking = [ "ureq", "ureq/socks", ] default = [ "blocking", "async", "async-https", ]