Cargo Features
[dependencies]
bells-miniscript = { version = "10.2.0", default-features = false, features = ["no-std", "std", "compiler", "unstable", "serde", "rand", "base64"] }
- default = std
-
The
std
feature is set by default wheneverbells-miniscript
is added without
somewhere in the dependency tree.default-features = false - no-std = hashbrown
- std default
-
Enables secp-recovery and std of bellscoin
- compiler
-
Affects
policy::compiler
… - trace unstable
- serde = actual-serde
- rand
- base64
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.11
- actual-serde serde?
-
Enables serde
Do NOT use this as a feature! Use the
serde
feature instead.