[package]
edition = "2021"
rust-version = "1.71"
name = "ncd"
version = "0.1.3"
authors = ["Nathan Sizemore <nathanrsizemore@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Nate's Central Dispatch. Rust concurrency library."
documentation = "https://docs.rs/ncd/"
readme = "README.md"
keywords = [
"async",
"concurrency",
"coroutine",
"thread",
"threadpool",
]
license = "MPL-2.0"
repository = "https://git.sr.ht/~nathansizemore/ncd"
[lib]
name = "ncd"
path = "src/lib.rs"
[dependencies.parking_lot]
version = "0.12.3"