# 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-async" version = "0.1.1" authors = [ "Maikel Wever ", "Ales Katona ", "Åke Amcoff ", ] description = "Async driver for the MAX7219" readme = "README.md" keywords = [ "embedded-hal", "max7219", "ledcontrol", "no_std", ] categories = [ "embedded", "hardware-support", "no_std", ] license = "MIT" repository = "https://github.com/akeamc/max7219" [dependencies.defmt] version = "0.3" optional = true [dependencies.embedded-hal-async] version = "1.0" [features] defmt-03 = [ "embedded-hal-async/defmt-03", "dep:defmt", ]