[package] name = "ncd" version = "0.1.1" edition = "2021" authors = ["Nathan Sizemore "] description = "Concurrency library" readme = "README.md" keywords = ["async", "concurrency", "coroutine", "thread", "threadpool"] license = "MPL-2.0" repository = "https://git.sr.ht/~nathansizemore/ncd" documentation = "https://docs.rs/ncd/" [dependencies] parking_lot = "0.12.3"