Cargo Features

[dependencies]
bits-cli = { version = "0.1.0", default-features = false, features = ["half"] }
default = half

The half feature is set by default whenever bits-cli is added without default-features = false somewhere in the dependency tree.

half default

Enables half

bits-cli has 2 features without comments.