Cargo Features
[dependencies]
cyclone-fpga = { version = "0.1.0-pre", default-features = false, features = ["f1"] }
- default = f1
-
The
f1
feature is set by default whenevercyclone-fpga
is added without
somewhere in the dependency tree.default-features = false - 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.