# 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-testdox" version = "0.2.1" authors = ["John Arundel "] build = false exclude = ["/.github/"] autobins = false autoexamples = false autotests = false autobenches = false description = """ A Cargo subcommand to print your test names as sentences. """ homepage = "https://github.com/bitfield/cargo-testdox" documentation = "https://docs.rs/cargo-testdox" readme = "README.md" keywords = [ "test", "testdox", "unit-tests", ] categories = [ "command-line-utilities", "development-tools", "development-tools::cargo-plugins", "development-tools::testing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bitfield/cargo-testdox" [lib] name = "cargo_testdox" path = "src/lib.rs" [[bin]] name = "cargo-testdox" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.colored] version = "2.1.0" [dependencies.regex] version = "1.10.6" [badges.github] repository = "bitfield/cargo-testdox" workflow = "CI" [badges.maintenance] status = "actively-developed"