[package]
name = "rust-parallel"
version = "0.2.5"
authors = ["Aaron Riekenberg <aaron.riekenberg@gmail.com>"]
edition = "2021"
categories = ["asynchronous", "command-line-interface", "concurrency"]
description = "Run commands in parallel"
keywords = ["cli", "parallel", "tokio"]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/aaronriekenberg/rust-parallel"
[dependencies]
anyhow = "1"
clap = { version = "4", features = ["derive"] }
num_cpus = "1"
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.3"