Cargo Features

[dependencies]
cyclone-msm = { version = "0.1.0-pre", default-features = false, features = ["hw", "demo", "timings"] }
default = hw

The hw feature is set by default whenever cyclone-msm is added without default-features = false somewhere in the dependency tree.

hw default

Enables f1 of cyclone-fpga

Affects cyclone-msm::fpga

demo = argh

Required by the binary

timings

Affects timing::timed

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.

argh demo?