X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2FCargo.toml;h=32c0d0af63403aaf34676465790c6697cd8f9fd5;hb=2024c5e1049ef399fb24e5c466924f980e949c69;hp=71d85872398037881d5cc46c3f0ea8316b7c247c;hpb=94528f00f57a9ce19fe94d0d4b938cafa3bbe697;p=rust-lightning diff --git a/lightning/Cargo.toml b/lightning/Cargo.toml index 71d858723..32c0d0af6 100644 --- a/lightning/Cargo.toml +++ b/lightning/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning" -version = "0.0.98" +version = "0.0.99" authors = ["Matt Corallo"] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-bitcoin/rust-lightning/" @@ -25,7 +25,11 @@ 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"] +std = [] + +default = ["std"] [dependencies] bitcoin = "0.26"