# 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 = "lending_thread_pool" version = "0.1.2" authors = ["Carlo Dell'Acqua "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A thread pool where workers can lend their data to their tasks." readme = "README.md" keywords = [ "threadpool", "thread", "pool", "threading", "parallelism", ] categories = ["concurrency"] license = "MIT" repository = "https://github.com/cdellacqua/lending_thread_pool.rs" [lib] name = "lending_thread_pool" path = "src/lib.rs" [[example]] name = "progress_bars" path = "examples/progress_bars.rs" [[example]] name = "progress_bars_short" path = "examples/progress_bars_short.rs" [[example]] name = "progress_bars_with_tracing" path = "examples/progress_bars_with_tracing.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.tracing] version = "0.1.40" [dev-dependencies.indicatif] version = "0.17.9" [dev-dependencies.num_cpus] version = "1.16.0" [dev-dependencies.tracing-subscriber] version = "0.3.18" [dev-dependencies.tracing-test] version = "0.2.5"