2 name = "lightning-invoice"
3 description = "Data structures to parse and serialize BOLT11 lightning invoices"
5 authors = ["Sebastian Geisler <sgeisler@wh2.tu-dresden.de>"]
6 documentation = "https://docs.rs/lightning-invoice/"
7 license = "MIT OR Apache-2.0"
8 keywords = [ "lightning", "bitcoin", "invoice", "BOLT11" ]
13 lightning = { version = "0.0.100", path = "../lightning" }
14 secp256k1 = { version = "0.20", features = ["recovery"] }
16 bitcoin_hashes = "0.10"
20 lightning = { version = "0.0.100", path = "../lightning", features = ["_test_utils"] }