Cargo Features
[dependencies]
lightning-background-processor = { version = "0.0.125", 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
-
Affects
lightning-background-processor::BackgroundProcessor
… - futures
-
Affects
lightning-background-processor::process_events_async
…