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 whenever lightning-background-processor is added without default-features = false somewhere in the dependency tree.

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