Cargo Features
[dependencies]
cyt2bl = { version = "0.0.1", default-features = false, features = ["rev_a", "rt", "critical-section"] }
- default = rev_a
-
The
rev_afeature is set by default whenevercyt2blis added withoutsomewhere in the dependency tree.default-features = false - rev_a default = cyt2bl_a
- rt
- critical-section
-
Enables critical-section of optional cyt2bl_a
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.