Cargo Features

[dependencies]
lightning-background-processor = { version = "0.0.123-beta", default-features = false, features = ["no-std", "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.

no-std

Enables no-std of bitcoin ^0.30.2, lightning, and lightning-rapid-gossip-sync

std default

Enables std of bitcoin ^0.30.2, lightning, and lightning-rapid-gossip-sync

Affects lightning-background-processor::BackgroundProcessor

futures

Affects lightning-background-processor::process_events_async