Cargo Features
[dependencies]
serde_bolt = { version = "0.4.1", default-features = false, features = ["no-std", "std", "test_utils"] }
- default = std
-
The
std
feature is set by default wheneverserde_bolt
is added without
somewhere in the dependency tree.default-features = false - no-std
-
Enables no-std of bitcoin ^0.30, alloc of core2 ^0.3.0
- std default
-
Enables std of bitcoin ^0.30
- test_utils
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.
- core2 no-std?
-
Enables core2 ^0.3.0