workerpool 1.1.0

A thread pool for running a number of jobs on a fixed set of stateful worker threads.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "workerpool"
version = "1.1.0"
authors = ["The Rust Project Developers", "Corey Farwell <coreyf@rwell.org>", "Stefan Schindler <dns2utf8@estada.ch>", "Lucas Morales <lucas@lucasem.com>"]
description = "A thread pool for running a number of jobs on a fixed set of stateful worker threads.\n"
homepage = "https://github.com/lucasem/workerpool"
documentation = "https://docs.rs/workerpool"
readme = "README.md"
keywords = ["worker", "thread", "pool", "threading", "parallelism"]
categories = ["concurrency", "os"]
license = "MIT/Apache-2.0"
repository = "https://github.com/lucasem/workerpool"
[dependencies.num_cpus]
version = "1.7"