Cargo Features
[dependencies]
lightning-background-processor = { version = "0.1.0", default-features = false, features = ["std", "futures"] }
- default = std
-
The
std
feature is set by default wheneverlightning-background-processor
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of bitcoin-io ^0.1.2, bitcoin_hashes ^0.14.0, and lightning
Affects
lightning-background-processor::BackgroundProcessor
… - futures
-
Affects
lightning-background-processor::process_events_async
…