Cargo Features

[dependencies]
cyclone-fpga = { version = "0.1.0-pre", default-features = false, features = ["f1"] }
default = f1

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

f1 default = cyclone-f1-sys

Affects cyclone-fpga::f1

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.

cyclone-f1-sys f1