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