Cargo Features
[dependencies]
ws2812-uart = { version = "0.2.0", default-features = false, features = ["blocking", "async"] }
- default = async, blocking
-
These default features are set whenever
ws2812-uartis added withoutsomewhere in the dependency tree.default-features = false - blocking default = embedded-hal, embedded-io
- async default = embedded-hal-async, embedded-io-async
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.