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 default-features = false somewhere in the dependency tree.

all = bifrost, bolt
bolt default all? = lightning-invoice

Enables bolt of lnp-core and lnp_rpc

bifrost default all?

Enables bifrost of lnp-core and lnp_rpc

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.

lightning-invoice bolt

Enables lightning-invoice ^0.21.0