X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-invoice%2FCargo.toml;fp=lightning-invoice%2FCargo.toml;h=a06cbee7a23cf91aa1eec34d47cd3a49eaa0a627;hb=83e76d78b721bf632e379b9a40840330b6b28e35;hp=5377b7ef3356313d46aec61bf40275a0d4e04a4a;hpb=90cc9930b70244e5febdfc5a734561122c10e051;p=rust-lightning diff --git a/lightning-invoice/Cargo.toml b/lightning-invoice/Cargo.toml index 5377b7ef..a06cbee7 100644 --- a/lightning-invoice/Cargo.toml +++ b/lightning-invoice/Cargo.toml @@ -17,14 +17,13 @@ rustdoc-args = ["--cfg", "docsrs"] [features] default = ["std"] no-std = ["hashbrown", "lightning/no-std"] -std = ["bitcoin_hashes/std", "num-traits/std", "lightning/std", "bech32/std"] +std = ["bitcoin/std", "num-traits/std", "lightning/std", "bech32/std"] [dependencies] bech32 = { version = "0.9.0", default-features = false } lightning = { version = "0.0.118", path = "../lightning", default-features = false } secp256k1 = { version = "0.27.0", default-features = false, features = ["recovery", "alloc"] } num-traits = { version = "0.2.8", default-features = false } -bitcoin_hashes = { version = "0.12.0", default-features = false } hashbrown = { version = "0.8", optional = true } serde = { version = "1.0.118", optional = true } bitcoin = { version = "0.30.2", default-features = false }