X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2FCargo.toml;h=32c0d0af63403aaf34676465790c6697cd8f9fd5;hb=refs%2Fheads%2F2021-07-broken-beta;hp=73be5fff34da17f17dca0b213587418cf2bdbf08;hpb=6f5d81631ab9eb4967eebe4d2a8912903d40b541;p=rust-lightning diff --git a/lightning/Cargo.toml b/lightning/Cargo.toml index 73be5fff..32c0d0af 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/" @@ -26,9 +26,15 @@ max_level_debug = [] unsafe_revoked_tx_signing = [] unstable = [] +no_std = ["hashbrown"] +std = [] + +default = ["std"] + [dependencies] bitcoin = "0.26" +hashbrown = { version = "0.11", optional = true } hex = { version = "0.3", optional = true } regex = { version = "0.1.80", optional = true }