Cargo Features

[dependencies]
cyt2bl = { version = "0.0.1", default-features = false, features = ["rev_a", "rt", "critical-section"] }
default = rev_a

The rev_a feature is set by default whenever cyt2bl is added without default-features = false somewhere in the dependency tree.

rev_a default = cyt2bl_a
rt

Enables rt of optional cyt2bl_a

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.

cyt2bl_a rev_a