detect_flake 0.5.4

Run many instances of the same command in parallel to find abnormal behavior or check if a test is flaky
[dependencies.anyhow]
version = "1.0.75"

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

[dependencies.crossbeam-channel]
version = "0.5.8"

[dependencies.indicatif]
version = "0.17.7"

[package]
authors = ["Alexey Orlenko <alex@aqrln.net>"]
categories = ["command-line-utilities", "development-tools::debugging", "development-tools::testing"]
description = "Run many instances of the same command in parallel to find abnormal behavior or check if a test is flaky"
edition = "2021"
keywords = ["testing", "flaky", "stress-test"]
license = "MIT"
name = "detect_flake"
readme = "README.md"
repository = "https://github.com/aqrln/detect_flake"
version = "0.5.4"
[package.metadata.wix]
path-guid = "B4643503-D1B3-424E-8141-2D17006C7EF3"
upgrade-guid = "659127AF-0F8B-43C2-B02C-E24295FD6ADA"
[profile.dist]
inherits = "release"
lto = "thin"