[package]
edition = "2024"
name = "nio-threadpool"
version = "0.1.0"
authors = ["Nur <nurmohammed840@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "general purpose threadpool implementation"
readme = "README.md"
keywords = ["threadpool"]
license = "Apache-2.0"
repository = "https://github.com/nurmohammed840/nio"
resolver = "2"
[lib]
name = "nio_threadpool"
path = "src/lib.rs"
[dependencies.mpmc-channel]
version = "0.0.0"