Cargo Features
[dependencies]
bitcoin-push-decoder = { version = "0.3.0", default-features = false, features = ["no-std", "std"] }
- default = std
-
The
std
feature is set by default wheneverbitcoin-push-decoder
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
- std default
-
Enables std of bitcoin ^0.30
Affects
bitcoin-push-decoder::test_util
…
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