# 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 = "parallelrun" version = "0.3.2" authors = ["extrawurst "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Runs several commands concurrently" homepage = "https://github.com/rustunit/parallelrun" readme = "Readme.md" keywords = [ "cli", "terminal", "ui", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/rustunit/parallelrun" [[bin]] name = "parallelrun" path = "src/main.rs" [[test]] name = "simple" path = "tests/simple.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.crossbeam] version = "0.8" [dependencies.signal-hook] version = "0.3.17" [dependencies.sysinfo] version = "0.31"