X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2FCargo.toml;h=71d85872398037881d5cc46c3f0ea8316b7c247c;hb=da7a851d4785891190b70ff03c21fa6340a7ec5a;hp=affe46e3d03e2606bc58ea2a74c9b8e7feb4bbc5;hpb=4d1c1a32f20dcce2553ba7ec467e349fc37493c8;p=rust-lightning diff --git a/lightning/Cargo.toml b/lightning/Cargo.toml index affe46e3..71d85872 100644 --- a/lightning/Cargo.toml +++ b/lightning/Cargo.toml @@ -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 }