cargo-test-all 0.2.0

Cargo extension for running tests of the used dependencies
Documentation
# 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-test-all"
version = "0.2.0"
authors = ["Valeryi Savich <relrin78@gmail.com>"]
description = "Cargo extension for running tests of the used dependencies"
homepage = "https://github.com/Relrin/cargo-test-all"
readme = "README.md"
keywords = [
    "cargo",
    "cargo-commands",
    "cargo-subcommand",
    "testing",
]
license = "BSD-3-Clause"
repository = "https://github.com/Relrin/cargo-test-all"
resolver = "2"

[dependencies.cargo]
version = "0.61.1"

[dependencies.cargo-clone]
version = "1.0.1"

[dependencies.failure]
version = "0.1.8"

[dependencies.rm_rf]
version = "0.6.1"

[dependencies.rustc-serialize]
version = "0.3.24"

[dependencies.structopt]
version = "0.3.25"

[dependencies.structopt-derive]
version = "0.4.18"

[dependencies.toml]
version = "0.5.8"

[dependencies.workerpool]
version = "1.2.0"