congregation 0.3.0

Run multiple parallel tasks with grouped output
# 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 = "congregation"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Run multiple parallel tasks with grouped output"
readme = "README.md"
keywords = [
    "command-line",
    "runner",
    "parallel",
    "task",
    "utitlity",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/somenever/congregation"

[[bin]]
name = "congregation"
path = "src/main.rs"

[dependencies.crossterm]
version = "0.29.0"
features = ["event-stream"]

[dependencies.ctrlc]
version = "3.4.7"
features = ["termination"]

[dependencies.dunce]
version = "1.0.5"

[dependencies.indoc]
version = "2.0.6"

[dependencies.strip-ansi-escapes]
version = "0.2.1"

[dependencies.tokio]
version = "1.45.1"
features = [
    "rt",
    "rt-multi-thread",
    "io-util",
    "macros",
    "process",
    "sync",
]

[dependencies.tokio-stream]
version = "0.1.17"

[target."cfg(unix)".dependencies.nix]
version = "=0.30.1"