# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "scoped-thread-pool" version = "1.0.4" authors = ["Mason Soroka-Gill "] description = "A flexible thread pool providing scoped threads. Updated fork of https://github.com/reem/rust-scoped-pool" readme = "README.md" license = "MIT" repository = "https://github.com/Mordinel/scoped-thread-pool" [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"