Cargo Features
[dependencies]
lightning-rapid-gossip-sync = { version = "0.0.125", default-features = false, features = ["std", "criterion"] }
- default = std
-
The
std
feature is set by default wheneverlightning-rapid-gossip-sync
is added without
somewhere in the dependency tree.default-features = false - std default
Features from optional dependencies
- criterion ldk_bench implicit feature
-
Enables criterion ^0.4
criterion:
Statistics-driven micro-benchmarking library