# 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 = "cargo-pretty-test" version = "0.2.5" authors = [ "vague ", "Jose Celano ", ] exclude = [ ".*", "tests/", "cSpell.json", "rustfmt.toml", ] description = "A console command to format cargo test output" readme = "README.md" license = "MIT OR GPL-3.0" repository = "https://github.com/josecelano/cargo-pretty-test" [[test]] name = "golden_master_test" path = "./tests/golden_master_test.rs" required-features = ["no-color"] [[test]] name = "mocking_project" path = "./tests/mocking_project.rs" required-features = ["no-color"] [[test]] name = "parsing" path = "./tests/parsing.rs" required-features = ["no-color"] [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"]