# 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 = "smart-leds-matrix" version = "0.2.0" authors = ["Gergo Huszty "] exclude = ["pacman.gif"] description = "DrawTarget implementation for smart led based matrixes. It allows the usage of the embedded-graphics Drawables." documentation = "https://docs.rs/crate/smart-leds-matrix" readme = "README.md" keywords = [ "arm", "cortex-m", "embedded", "graphics", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "Apache-2.0" repository = "https://github.com/smart-leds-rs/smart-leds-matrix" [dependencies.display-interface] version = "0.5.0" [dependencies.embedded-graphics-core] version = "0.4.0" [dependencies.embedded-hal] version = "1.0.0" [dependencies.smart-leds] version = "0.4.0" [dependencies.smart-leds-trait] version = "0.3.0"