# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "lnurl" version = "0.2.0" authors = ["Edouard Paris "] description = "Helpers for LNURL" documentation = "https://docs.rs/lnurl/" readme = "README.md" license = "MIT" repository = "https://github.com/edouardparis/rust-lnurl.git" [lib] name = "lnurl" [[example]] name = "lnurl_auth" required-features = ["auth"] [dependencies.hex] version = "0.4.2" optional = true [dependencies.secp256k1] version = "^0.17.2" optional = true [dependencies.serde] version = "^1.0.93" features = ["derive"] [dependencies.serde_json] version = "^1.0.39" [dev-dependencies.bech32] version = "0.7.1" [dev-dependencies.hex] version = "0.4.2" [dev-dependencies.image] version = "0.22.3" [dev-dependencies.qrcode] version = "0.11.0" [dev-dependencies.rand] version = "0.7.3" [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.tokio] version = "0.2" features = ["macros"] [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.2" [dev-dependencies.warp] version = "0.2.4" [features] auth = ["hex", "secp256k1"] default = []