Cargo Features

[dependencies]
py32f0 = { version = "0.0.1", default-features = false, features = ["rt", "py32f002a", "py32f003", "py32f030", "critical-section"] }
default = critical-section, rt

These default features are set whenever py32f0 is added without default-features = false somewhere in the dependency tree.

rt default

Enables device of cortex-m-rt

py32f002a

Affects py32f0::py32f002a

py32f003

Affects py32f0::py32f003

py32f030

Affects py32f0::py32f030

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.

critical-section default
cortex-m-rt rt