[package] name = "threadpool-crossbeam-channel" version = "1.8.0" authors = ["The Rust Project Developers", "Corey Farwell ", "Stefan Schindler "] license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/rust-threadpool/rust-threadpool" homepage = "https://github.com/rust-threadpool/rust-threadpool" documentation = "https://docs.rs/threadpool" description = """ A fork of the threadpool create, which uses crossbeam-channel instead of std::mpsc. """ keywords = ["threadpool", "thread", "pool", "threading", "parallelism"] categories = ["concurrency", "os"] [dependencies] num_cpus = "1.6" crossbeam-channel = "0.4"