# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ws2812-async" version = "0.2.0" authors = ["Henrik AlseĢr "] description = "Async SPI driver for ws2812 leds" documentation = "https://docs.rs/crate/ws2812-async" readme = "README.md" keywords = [ "smart-leds", "ws2812", "async", "embedded-hal-async", ] categories = [ "embedded", "no-std", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kalkyl/ws2812-async" [dependencies.embedded-hal-async] version = "1.0.0" [dependencies.smart-leds] version = "0.4.0"