# 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" rust-version = "1.56.1" name = "blocking-threadpool" version = "1.0.1" authors = [ "The Rust Project Developers", "Corey Farwell ", "Stefan Schindler ", "Steve Smith ", ] include = [ "**/*.rs", "Cargo.toml", "CHANGES.md", "LICENSE-APACHE", "LICENSE-MIT", ] description = """ A thread pool for running a number of jobs on a fixed set of worker threads. """ homepage = "https://github.com/tarka/blocking-threadpool" documentation = "https://docs.rs/blocking-threadpool" readme = "README.md" keywords = [ "threadpool", "thread", "pool", "threading", "parallelism", ] categories = [ "concurrency", "os", ] license = "MIT/Apache-2.0" repository = "https://github.com/tarka/blocking-threadpool" [dependencies.crossbeam-channel] version = "0.5" [dependencies.num_cpus] version = "1.16"