[dependencies.crossbeam]
version = "0.8"
[dependencies.scopeguard]
version = "1.1"
[dependencies.variance]
version = "0.1"
[dev-dependencies.itertools]
version = "0.10"
[dev-dependencies.rand]
version = "0.8.5"
[package]
authors = ["Mason Soroka-Gill <mordinel@pm.me>"]
description = "A flexible thread pool providing scoped threads. Updated fork of https://github.com/reem/rust-scoped-pool"
edition = "2021"
license = "MIT"
name = "scoped-thread-pool"
readme = "README.md"
repository = "https://github.com/Mordinel/scoped-thread-pool"
version = "1.0.4"