rust-parallel 1.21.0

Fast command line app in rust/tokio to run commands in parallel. Similar interface to GNU parallel or xargs.
# 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 = "2024"
name = "rust-parallel"
version = "1.21.0"
authors = ["Aaron Riekenberg <aaron.riekenberg@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[[bin]]
name = "rust-parallel"
path = "src/main.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[dependencies.anyhow]
version = "1"

[dependencies.bytesize]
version = "2"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.indicatif]
version = "0.18"

[dependencies.itertools]
version = "0.14"

[dependencies.num_cpus]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[dependencies.which]
version = "8"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

[lints.rust]
unsafe_code = "forbid"