# 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.60" name = "workerpool" version = "1.2.1" authors = [ "The Rust Project Developers", "Corey Farwell ", "Stefan Schindler ", "Lore Anaya Pozo ", ] description = """ A thread pool for running a number of jobs on a fixed set of stateful worker threads. """ homepage = "https://github.com/lorepozo/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/lorepozo/workerpool" [dependencies.crossbeam-channel] version = "0.5" optional = true [dependencies.num_cpus] version = "1.7" [dependencies.parking_lot] version = "0.12" [features] crossbeam = ["crossbeam-channel"]