Cargo Features
[dependencies]
bucket_vec = { version = "0.8.0", default-features = false, features = ["std", "nightly", "scale-1"] }
- default = scale-1, std
-
These default features are set whenever
bucket_vecis added withoutsomewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec ^1.1
- nightly dev
-
Enables real_blackbox of criterion ^0.3.1
criterion:
This is a legacy feature that no longer does anything, but removing it would be a semver break.
- scale-1 default = scale
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.
- scale scale-1 std
-
Enables parity-scale-codec ^1.1