Cargo Features
[dependencies]
cyt3dl = { version = "0.0.1", default-features = false, features = ["rev_a", "rev_b", "rev_c", "rt", "critical-section"] }
- default = rev_c
-
The
rev_c
feature is set by default whenevercyt3dl
is added without
somewhere in the dependency tree.default-features = false - rev_a = cyt3dl_a
- rev_b = cyt3dl_b
- rev_c default = cyt3dl_c
- rt
-
Enables rt of optional cyt3dl_a, optional cyt3dl_b, and optional cyt3dl_c
- critical-section
-
Enables critical-section of optional cyt3dl_a, optional cyt3dl_b, and optional cyt3dl_c
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.