# 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 = "command-executor" version = "0.1.1" authors = ["Giora Kosoi"] description = "Command Executor thread pool" homepage = "https://www.navigatorsguild.io/" readme = "README.md" keywords = [ "threadpool", "concurrency", "producer", "consumer", "mpmc", ] categories = ["concurrency"] license = "MIT OR Apache-2.0" repository = "https://github.com/navigatorsguild/command-executor" [dependencies.anyhow] version = "1.0.70" [dependencies.crossbeam] version = "0.8.2" [dev-dependencies.benchmark-rs] version = "0.1.0" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.log] version = "0.4.17" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dev-dependencies.sha1] version = "0.10.5" [dev-dependencies.simple_logger] version = "4.1.0" [badges.maintenance] status = "actively-developed"