tensile 0.7.0

A test framework capable of dynamic and parallel test execution
Documentation
[[test]]
harness = false
name = "dog_food"
[dependencies.futures]
version = "0.3.17"

[dependencies.num_cpus]
version = "1.13.0"

[dependencies.structopt]
version = "0.3.23"

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

[dependencies.termcolor]
version = "1.1.2"

[dependencies.tokio]
features = ["rt"]
optional = true
version = "1.12.0"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.12.0"

[package]
authors = ["Markus Westerlind <marwes91@gmail.com>"]
description = "A test framework capable of dynamic and parallel test execution"
documentation = "https://docs.rs/tensile"
edition = "2018"
license = "MIT"
name = "tensile"
readme = "README.md"
repository = "https://github.com/Marwes/tensile"
version = "0.7.0"