Cargo Features

[dependencies]
bp7 = { version = "0.10.6", default-features = false, features = ["binary-build", "benchmark-helpers"] }
default = binary-build

The binary-build feature is set by default whenever bp7 is added without default-features = false somewhere in the dependency tree.

binary-build default = instant

Required by the binary

benchmark-helpers = instant

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.

instant not wasm32 wasm32 benchmark-helpers? binary-build

Affects helpers::bench_bundle_create, helpers::bench_bundle_encode, helpers::bench_bundle_load