# 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 = "threadpool-executor" version = "0.3.3" authors = ["Keijack Wu"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A threadpool executor. " homepage = "https://github.com/keijack/rust-executor" readme = "README.md" keywords = [ "threadpool", "thread", "pool", "concurrency", "parallelism", ] categories = ["concurrency"] license = "Apache-2.0" repository = "https://github.com/keijack/rust-executor" [lib] name = "threadpool_executor" path = "src/lib.rs" [[test]] name = "threadpool-test" path = "tests/threadpool-test.rs" [dependencies.crossbeam-channel] version = "^0.5" [dependencies.log] version = "^0.4" [dev-dependencies.simple_logger] version = "^5"