[badges.github]
repository = "bitfield/cargo-testdox"
workflow = "CI"
[badges.maintenance]
status = "actively-developed"
[[bin]]
name = "cargo-testdox"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.86"
[dependencies.colored]
version = "2.1.0"
[dev-dependencies.assert_cmd]
version = "2.0.17"
[dev-dependencies.predicates]
version = "3.1.3"
[lib]
name = "cargo_testdox"
path = "src/lib.rs"
[package]
authors = ["John Arundel <john@bitfieldconsulting.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools", "development-tools::cargo-plugins", "development-tools::testing"]
description = """
A Cargo subcommand to print your test names as sentences.
"""
documentation = "https://docs.rs/cargo-testdox"
edition = "2021"
exclude = ["/.github/"]
homepage = "https://github.com/bitfield/cargo-testdox"
keywords = ["test", "testdox", "unit-tests"]
license = "MIT OR Apache-2.0"
name = "cargo-testdox"
readme = "README.md"
repository = "https://github.com/bitfield/cargo-testdox"
version = "0.6.0"
[[test]]
name = "cli"
path = "tests/cli.rs"