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 wheneverbp7
is added without
somewhere in the dependency tree.default-features = false - 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
…