# 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 = "2018" name = "threadfin" version = "0.1.2" authors = ["Stephen M. Coakley "] description = "A thread pool for running multiple tasks on a configurable group of threads." documentation = "https://docs.rs/threadfin/" readme = "README.md" keywords = [ "threadpool", "thread", "pool", "parallel", "async", ] categories = ["concurrency"] license = "MIT" repository = "https://github.com/sagebind/threadfin" [dependencies.crossbeam-channel] version = "0.5" [dependencies.num_cpus] version = "1" [dependencies.once_cell] version = ">=1.0, <=1.14" [dependencies.waker-fn] version = "1" [dev-dependencies.futures-timer] version = "3"