# 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 = "hj_thread_pool" version = "0.1.1" authors = ["HaojieZhang zhj630985214@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple thread pool implementation in Rust." readme = "README.md" keywords = [ "thread-pool", "rust", "concurrency", ] categories = ["concurrency"] license = "MIT OR Apache-2.0" repository = "https://github.com/HaojieZhang6848/hj_thread_pool" [lib] name = "hj_thread_pool" path = "src/lib.rs" [[bin]] name = "hj_thread_pool" path = "src/main.rs" [dependencies.env_logger] version = "0.9" [dependencies.log] version = "0.4" [dependencies.tklog] version = "0.1.0"