Cargo Features

[dependencies]
lightning-rapid-gossip-sync = { version = "0.0.123-beta", default-features = false, features = ["no-std", "std", "criterion"] }
default = std

The std feature is set by default whenever lightning-rapid-gossip-sync is added without default-features = false somewhere in the dependency tree.

no-std

Enables no-std of lightning

std default

Enables std of lightning

Features from optional dependencies

criterion ldk_bench implicit feature

Enables criterion ^0.4

criterion:

Statistics-driven micro-benchmarking library