# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "lagoon" version = "0.1.3" authors = ["Joshua Barretto "] description = "A thread pool crate with an array of features" keywords = ["threadpool", "thread", "job", "pool", "rayon"] license = "MIT" repository = "https://github.com/zesterer/lagoon" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [[bench]] name = "threadpool" harness = false [dependencies.crossbeam-channel] version = "0.5" [dependencies.num_cpus] version = "^1" optional = true [dependencies.oneshot] version = "0.1" optional = true [dependencies.scopeguard] version = "1.1" optional = true [dependencies.spin] version = "0.9" features = ["std"] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rusty_pool] version = "0.6.0" [dev-dependencies.threadpool] version = "1.8" [dev-dependencies.uvth] version = "4.0" [features] default = ["num_cpus"] recv = ["oneshot"] scope = ["scopeguard"]