Cargo Features

[dependencies]
floating_bar = { version = "0.4.0", default-features = false, features = ["std", "bench"] }
default = std

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

std default
bench

Floating-bar has 3 features without comments.