[package] name = "apa102-spi" version = "0.4.0" authors = ["David Sawatzke "] edition = "2021" categories = [ "embedded", "no-std", "hardware-support"] keywords = ["smart-leds", "apa102"] description = "SPI-based Driver for apa102 leds" documentation = "https://docs.rs/crate/apa102-spi" license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/smart-leds-rs/apa102-spi-rs" [dependencies] smart-leds-trait = "0.3" embedded-hal = "1.0.0"