# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ws2818-rgb-led-spi-driver" version = "2.0.0" authors = ["Philipp Schuster "] exclude = ["examples", ".travis.yml"] description = "Simple, stripped down, educational, no_std-compatible driver for WS28XX (WS2811/12) RGB LEDs. Uses SPI device for timing/clock, and works definitely on Linux/Raspberry Pi." homepage = "https://github.com/phip1611/ws2818-rgb-led-spi-driver" documentation = "https://docs.rs/ws2818-rgb-led-spi-driver/" readme = "README.md" keywords = ["spi", "ws2811", "ws2812", "ws2818", "neopixel"] categories = ["hardware-support", "no-std"] license = "MIT" repository = "https://github.com/phip1611/ws2818-rgb-led-spi-driver" [dependencies.spidev] version = "0.4.1" optional = true [features] adapter_spidev = ["spidev"] default = ["adapter_spidev"]