Cargo Features

[dependencies]
lightning-liquidity = { version = "0.1.0-alpha.4", default-features = false, features = ["no-std", "std"] }
default = std

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

no-std = hashbrown

Enables no-std of bitcoin ^0.30.2, alloc of core2 ^0.3.0, no-std of lightning and lightning-invoice

std default

Enables std of bitcoin ^0.30.2, lightning, and lightning-invoice

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.

hashbrown no-std?

Enables hashbrown ^0.8

core2 no-std?

Enables core2 ^0.3.0