# 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 = "rust-parallel" version = "1.18.1" authors = ["Aaron Riekenberg "] description = "Fast command line app in rust/tokio to run commands in parallel. Similar interface to GNU parallel or xargs." readme = "README.md" keywords = [ "cli", "parallel", "tokio", ] categories = [ "asynchronous", "command-line-interface", "concurrency", ] license = "MIT" repository = "https://github.com/aaronriekenberg/rust-parallel" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.indicatif] version = "0.17" [dependencies.itertools] version = "0.12" [dependencies.num_cpus] version = "1" [dependencies.regex] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.which] version = "6" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.predicates] version = "3" [lints.rust] unsafe_code = "forbid"