Cargo Features

[dependencies]
omnitool = { version = "0.0.2", default-features = false, features = ["bit-set-omnitool", "bit-vec-omnitool", "earley-omnitool"] }
default = bit-set-omnitool, bit-vec-omnitool, earley-omnitool

These default features are set whenever omnitool is added without default-features = false somewhere in the dependency tree.

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.

bit-set-omnitool default
bit-vec-omnitool default
earley-omnitool default