# 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-canvas" version = "0.1.2" authors = ["James Gaunt"] description = "A library built for rust that makes setting and getting pixels from co-ordinates easy, aswell as handling displaying different layers on top of each other. Works with the max7219 crate on 8x8 matrix displays." readme = "./README.md" keywords = [ "no_std", "embedded", "arduino", "max7219", "led-matrix", ] license = "MIT" repository = "https://github.com/Jamzy01/max7219-canvas" [dependencies.max7219] version = "0.4.2"