[package] name = "nb-executor" version = "0.4.2" authors = ["Alejandro Soto "] edition = "2021" description = "Single-future, #![no_std] executor based on event bitmasks" license = "Apache-2.0" readme = "README.md" repository = "https://github.com/3442/nb-executor" documentation = "https://docs.rs/nb-executor" keywords = ["executor", "async", "non-blocking"] categories = ["asynchronous", "no-std"] [dependencies] futures = { version = "0.3.21", default-features = false } heapless = { version = "0.7.10", optional = true, features = ["mpmc_large"] } nb = "1.0.0" [dev-dependencies] bitflags = "1.3.2" futures = "0.3.21" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"]