[package] name = "embedded-runtime" version = "0.4.0" edition = "2021" authors = ["KizzyCode Software Labs./Keziah Biermann "] keywords = [] categories = [] description = "A tiny async runtime for embedded devices" license = "BSD-2-Clause OR MIT" repository = "https://github.com/KizzyCode/embedded-runtime-rust" readme = "README.md" [badges] [features] default = [] [dependencies] [profile.release] overflow-checks = true [profile.bench] overflow-checks = true