Cargo Features
[dependencies]
lightning-liquidity = { version = "0.1.0-alpha.6", default-features = false, features = ["no-std", "std"] }
- default = std
-
The
std
feature is set by default wheneverlightning-liquidity
is added without
somewhere in the dependency tree.default-features = false - no-std = hashbrown
- std default
-
Enables std of bitcoin, 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