Cargo Features

[dependencies]
fbd_sequencer_cli = { version = "0.1.0", default-features = false, features = ["float"] }
default = float

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

float default

Enables float of fbd_sequencer

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.

fbd_sequencer float