[package]
edition = "2024"
name = "threadpools"
version = "8.0.0"
authors = ["Maurdekye"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Efficient, configurable, zero-dependency thread pool implementations. Flexible and usable for a wide variety of applications."
readme = "README.md"
keywords = [
"thread",
"pool",
"concurrency",
"parallel",
]
categories = ["concurrency"]
license = "MIT"
repository = "https://github.com/Maurdekye/threadpools"
[lib]
name = "threadpools"
path = "src/lib.rs"
[[test]]
name = "test"
path = "tests/test.rs"
[dependencies]