X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2FCargo.toml;fp=lightning%2FCargo.toml;h=32c0d0af63403aaf34676465790c6697cd8f9fd5;hb=41d8d4d6b277b7919ea847ffcfcaea59471ba4ff;hp=7172ee07cb8e99204b83005310b6540ef649e442;hpb=ef4bfdca3c16dd177c28f010b49df305d2329e58;p=rust-lightning diff --git a/lightning/Cargo.toml b/lightning/Cargo.toml index 7172ee07..32c0d0af 100644 --- a/lightning/Cargo.toml +++ b/lightning/Cargo.toml @@ -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"