Cargo Features

[dependencies]
ws2812-esp32-rmt-driver = { version = "0.7.1", default-features = false, features = ["unstable", "smart-leds-trait", "embedded-graphics-core"] }
default = embedded-graphics-core, smart-leds-trait

These default features are set whenever ws2812-esp32-rmt-driver is added without default-features = false somewhere in the dependency tree.

unstable

Affects ws2812-esp32-rmt-driver::lib_embedded_graphics, ws2812-esp32-rmt-driver::lib_smart_leds

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.

smart-leds-trait default

Enables smart-leds-trait ^0.2

Affects ws2812-esp32-rmt-driver::lib_smart_leds

embedded-graphics-core default

Affects ws2812-esp32-rmt-driver::lib_embedded_graphics