Cargo Features

[dependencies]
bitcoin-push-decoder = { version = "0.2.2", default-features = false, features = ["no-std", "std"] }
default = std

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

no-std

Enables no-std of bitcoin ^0.29, alloc of core2 ^0.3

std default

Enables std of bitcoin ^0.29

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