cargo-pretty-test 0.2.5

A console command to format cargo test output
Documentation
test = []

[dependencies.colored]
version = "2"

[dependencies.indexmap]
version = "2"

[dependencies.regex-lite]
version = "0.1"

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

[dependencies.termtree]
version = "0.4"

[dev-dependencies.insta]
version = "1.34"

[dev-dependencies.pretty_assertions]
version = "1.4.0"

[features]
no-color = ["colored/no-color"]

[package]
authors = ["vague <jiping_zhou@foxmail.com>", "Jose Celano <josecelano@gmail.com>"]
description = "A console command to format cargo test output"
edition = "2021"
exclude = [".*", "tests/", "cSpell.json", "rustfmt.toml"]
license = "MIT OR GPL-3.0"
name = "cargo-pretty-test"
readme = "README.md"
repository = "https://github.com/josecelano/cargo-pretty-test"
version = "0.2.5"