Cargo Features

[dependencies]
bit-set-omnitool = { version = "0.6.0", default-features = false, features = ["std", "bench"] }
default = std

The std feature is set by default whenever bit-set-omnitool is added without default-features = false somewhere in the dependency tree.

std default

Enables std of bit-vec-omnitool

bench

bit-set-omnitool has 3 features without comments.