[dependencies]
crossbeam = "0.2"
scopeguard = "0.1"
variance = "0.1"
[dev-dependencies]
itertools = "0.4"
rand = "0.3"
[package]
authors = ["Jonathan Reem <jonathan.reem@gmail.com>"]
description = "A flexible thread pool providing scoped threads."
license = "MIT"
name = "scoped-pool"
readme = "README.md"
repository = "https://github.com/reem/rust-scoped-pool.git"
version = "1.0.0"