# 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 = "ht16k33-async" version = "0.0.2" authors = ["Nils Van Zuijlen "] include = [ "/**/*.rs", "/Cargo.toml", "/README.md", ] description = "An async driver for the Holtek HT16K33 \"RAM Mapping 16*8 LED Controller Driver with keyscan\"" readme = "README.md" keywords = [ "no-std", "async", "ht16k33", "embedded", ] categories = [ "hardware-support", "no-std", "no-std::no-alloc", ] license = "Apache-2.0" repository = "https://gitlab.com/nils-van-zuijlen/ht16k33-async/" [profile.release] lto = true [dependencies.embedded-hal-async] version = "1.0.0" [dev-dependencies.cortex-m-rt] version = "0.7.3" [dev-dependencies.embassy-executor] version = "0.5.0" features = [ "nightly", "arch-cortex-m", "executor-thread", "executor-interrupt", "integrated-timers", ] [dev-dependencies.embassy-rp] version = "0.1.0" features = [ "time-driver", "critical-section-impl", ] [dev-dependencies.embassy-time] version = "0.3.0" [dev-dependencies.panic-halt] version = "0.2.0"