[package] name = "ht16k33-async" version = "0.0.2" edition = "2021" authors = ["Nils Van Zuijlen "] description = "An async driver for the Holtek HT16K33 \"RAM Mapping 16*8 LED Controller Driver with keyscan\"" repository = "https://gitlab.com/nils-van-zuijlen/ht16k33-async/" license = "Apache-2.0" keywords = ["no-std", "async", "ht16k33", "embedded"] categories = ["hardware-support", "no-std", "no-std::no-alloc"] include = [ "/**/*.rs", "/Cargo.toml", "/README.md", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] embedded-hal-async = "1.0.0" [profile.release] lto = true [dev-dependencies] cortex-m-rt = "0.7.3" embassy-executor = {version = "0.5.0", features = ["nightly", "arch-cortex-m", "executor-thread", "executor-interrupt", "integrated-timers"]} embassy-rp = {version = "0.1.0", features = ["time-driver", "critical-section-impl"]} embassy-time = "0.3.0" panic-halt = "0.2.0"