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

std default

Enables std of parity-scale-codec ^1.1

nightly dev

Enables real_blackbox of criterion ^0.3.1

criterion:

Enable use of the nightly-only test::black_box function to discourage compiler optimizations.

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