Cargo Features

[dependencies]
bitcoin-push-decoder = { version = "0.4.0", 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
std default

Enables std of bitcoin

Affects bitcoin-push-decoder::test_util