# 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 = "max7219-driver" version = "0.2.2" authors = ["Omar Hiari"] exclude = ["target/*"] description = "This crate provides a platform agnostic driver for the MAX7219 LED Driver IC." homepage = "https://apollolabsblog.hashnode.dev/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/apollolabsdev/stm32-nucleo-f401re/tree/main/Drivers/" resolver = "2" [dependencies.embedded-graphics] version = "0.7.1" [dependencies.embedded-hal] version = "0.2.7" [dependencies.num_enum] version = "0.5.7" default-features = false