X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2FCargo.toml;h=7172ee07cb8e99204b83005310b6540ef649e442;hb=c9a8b26d589a62398e3838c73e41d71d024f8011;hp=73be5fff34da17f17dca0b213587418cf2bdbf08;hpb=3b67be235a46d8f9a9a6faf7ca7c5872ffbd8646;p=rust-lightning diff --git a/lightning/Cargo.toml b/lightning/Cargo.toml index 73be5fff..7172ee07 100644 --- a/lightning/Cargo.toml +++ b/lightning/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning" -version = "0.0.13" +version = "0.0.99" authors = ["Matt Corallo"] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-bitcoin/rust-lightning/" @@ -25,10 +25,12 @@ max_level_debug = [] # This is unsafe to use in production because it may result in the counterparty publishing taking our funds. unsafe_revoked_tx_signing = [] unstable = [] +no_std = ["hashbrown"] [dependencies] bitcoin = "0.26" +hashbrown = { version = "0.11", optional = true } hex = { version = "0.3", optional = true } regex = { version = "0.1.80", optional = true }