[package] name = "ws2812-uart" description = "UART-based driver for WS2812 and similar smart LEDs" authors = ["Alexey Galakhov "] version = "0.1.0" edition = "2021" keywords = ["smart-leds", "ws2812"] categories = ["embedded", "no-std", "hardware-support"] license = "MIT OR Apache-2.0" [dependencies] embedded-hal = "0.2.7" nb = "0.1.3" smart-leds-trait = "0.2.1"