ncd 0.1.3

Nate's Central Dispatch. Rust concurrency library.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"