# 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 = "poolio" version = "0.2.2" description = "A thread-pool." documentation = "https://docs.rs/poolio" readme = "README.md" keywords = [ "threadpool", "thread", "pool", "parallelism", "safe", ] categories = ["concurrency"] license = "GPL-3.0-or-later" repository = "https://github.com/shtsoft/poolio" [[bench]] name = "primes" harness = false [dependencies.crossbeam] version = "0.8" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [dev-dependencies.threadpool] version = "1.8"