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

std default

Affects lightning-background-processor::BackgroundProcessor

futures

Affects lightning-background-processor::process_events_async