Cargo Features

[dependencies]
cyt4dn = { 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 whenever cyt4dn is added without default-features = false somewhere in the dependency tree.

rev_a = cyt4dn_a
rev_b = cyt4dn_b
rev_c default = cyt4dn_c
rt

Enables rt of optional cyt4dn_a, optional cyt4dn_b, and optional cyt4dn_c

critical-section

Enables critical-section of optional cyt4dn_a, optional cyt4dn_b, and optional cyt4dn_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.

cyt4dn_a rev_a?
cyt4dn_b rev_b?
cyt4dn_c rev_c