Cargo Features
[dependencies]
max11300 = { version = "0.5.1", default-features = false, features = ["cs"] }
- default = cs
-
The
csfeature is set by default whenevermax11300is added withoutsomewhere in the dependency tree.default-features = false - cs default = critical-section
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.