# 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 = "max-7219-led-matrix-util" version = "0.2.4" authors = ["Philipp Schuster "] exclude = [ ".github", "demo.gif", "demo.mp4", ] description = """ Simple `no_std`-utility-library using 'max7219'-crate for LED matrix displays with optional easy setup functions for Linux (Raspberry Pi). """ homepage = "https://github.com/phip1611/max-7219-led-matrix-util" documentation = "https://docs.rs/max-7219-led-matrix-util/" readme = "README.md" keywords = [ "gpio", "max7219", "ledcontrol", ] categories = [ "hardware-support", "no-std", ] license = "MIT" repository = "https://github.com/phip1611/max-7219-led-matrix-util" [dependencies.embedded-hal] version = "0.2.7" [dependencies.gpio-cdev] version = "0.5.1" optional = true [dependencies.max7219] version = "0.3.1" [features] default = ["std"] std = ["gpio-cdev"]