# 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 = "2018" name = "ws2812-blocking-spi" version = "0.2.0" authors = ["Andrei Litvin "] description = "Driver based on embedded_hal::blocking::spi::Write for WS2812" readme = "README.md" keywords = [ "neopixel", "ws2812", ] categories = [ "embedded", "no-std", "hardware-support", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/andy31415/ws2812-blocking-spi-rs" [dependencies.embedded-hal] version = "0.2.4" [dependencies.smart-leds-trait] version = "0.2.0" [dependencies.ws2812-spi-write-constants] version = "0.2.0"