[dependencies]
[dev-dependencies.rayon]
version = "1"
[lib]
name = "zero_pool"
path = "src/lib.rs"
[package]
authors = ["PieInOblivion"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency"]
description = "High-performance thread pool with consistent low-latency task dispatch"
edition = "2024"
exclude = [".gitignore", "rust-toolchain.toml", "benches/*", "tests/*"]
keywords = ["threadpool", "performance", "parallel", "concurrency", "lockfree"]
license = "MIT"
name = "zero-pool"
readme = "README.md"
repository = "https://github.com/PieInOblivion/zero-pool"
version = "0.6.3"