# 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 = "thread-manager" version = "1.0.0" authors = ["Synchromatic "] description = "A streamlined Rust library for efficient thread pooling and parallel job execution, designed for simplicity, flexibility, and performance." readme = "README.md" keywords = [ "thread", "pool", "manager", "parallel", "concurrent", ] categories = ["Concurrency"] license = "MIT" repository = "https://github.com/syn-chromatic/thread-manager-rs" [dependencies.crossbeam-channel] version = "0.5.11"