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 whenevercyclone-msm
is added without
somewhere in the dependency tree.default-features = false - 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.