cargo-flake 0.0.4

a tool to detect flakey tests
Documentation
[dependencies.argh]
version = "0.1"

[dependencies.indicatif]
features = ["rayon", "improved_unicode"]
version = "0.15"

[dependencies.lazy_static]
version = "1.4"

[dependencies.num_cpus]
version = "1.13"

[dependencies.rayon]
version = "1.5"

[dependencies.regex]
version = "1.5"

[dependencies.tabular]
version = "0.1"

[package]
authors = ["Brian L. Troutwine <brian@troutwine.us>"]
categories = ["command-line-utilities", "development-tools::testing", "development-tools::cargo-plugins"]
description = "a tool to detect flakey tests"
edition = "2018"
keywords = ["cargo", "flakey", "testing"]
license = "MIT"
name = "cargo-flake"
repository = "https://github.com/blt/cargo-flake"
version = "0.0.4"