Cargo Features
[dependencies]
lnp-cli = { version = "0.9.1", default-features = false, features = ["all", "bolt", "bifrost"] }
- default = bifrost, bolt
-
These default features are set whenever
lnp-cli
is added without
somewhere in the dependency tree.default-features = false - all = bifrost, bolt
- bolt default all? = lightning-invoice
- bifrost default all?
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.