# 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 = "rpi-led-panel" version = "0.6.0" authors = ["Sven Niederberger "] description = "Control LED matrices with a Raspberry Pi." homepage = "https://github.com/EmbersArc/rpi_led_panel" readme = "README.md" keywords = [ "led", "matrix", "raspberry", "pi", "rgb", ] license = "GPL-2.0" repository = "https://github.com/EmbersArc/rpi_led_panel" [[example]] name = "image" required-features = ["drawing"] [[example]] name = "drawing" required-features = ["drawing"] [[example]] name = "rotating_square" [dependencies.argh] version = "0.1.12" [dependencies.embedded-graphics] version = "0.8.1" optional = true [dependencies.libc] version = "0.2.155" [dependencies.memmap2] version = "0.9.4" [dependencies.thread-priority] version = "1.1.0" [features] default = ["drawing"] drawing = ["embedded-graphics"]