# 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" rust-version = "1.56.0" name = "blinkt" version = "0.7.1" authors = ["Rene van der Meer "] description = "Interface for the Pimoroni Blinkt!, and any similar APA102 or SK9822 LED strips or boards, on a Raspberry Pi." documentation = "https://docs.golemparts.com/blinkt" readme = "README.md" keywords = [ "apa102", "sk9822", "blinkt", "raspberry", "pi", ] categories = [ "embedded", "hardware-support", ] license = "MIT" repository = "https://github.com/golemparts/blinkt" [dependencies.rppal] version = "0.15.0" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.simple-signal] version = "1.1.1"