X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2FCargo.toml;h=71d85872398037881d5cc46c3f0ea8316b7c247c;hb=74717d390c3ac654978d1a22123d9085729529cd;hp=0decf1c3b7d35a053000908ac5fa2e6843dac0b9;hpb=c60543c0ed9f1c469fb8b1836ef7796c696642f3;p=rust-lightning diff --git a/lightning/Cargo.toml b/lightning/Cargo.toml index 0decf1c3..71d85872 100644 --- a/lightning/Cargo.toml +++ b/lightning/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning" -version = "0.0.14" +version = "0.0.98" 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 }