[dependencies.num_cpus]
version = "1.13"
[package]
authors = ["The Rust Project Developers", "Corey Farwell <coreyf@rwell.org>", "Stefan Schindler <dns2utf8@estada.ch>"]
categories = ["concurrency", "os"]
description = """
A thread pool for running a number of jobs on a fixed set of worker threads.
"""
documentation = "https://docs.rs/threadpool"
homepage = "https://github.com/rust-threadpool/rust-threadpool"
include = ["**/*.rs", "Cargo.toml", "CHANGES.md", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["threadpool", "thread", "pool", "threading", "parallelism"]
license = "MIT/Apache-2.0"
name = "threadpool"
readme = "README.md"
repository = "https://github.com/rust-threadpool/rust-threadpool"
version = "1.8.1"