# 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 = "2018" name = "tensile" version = "0.7.0" authors = ["Markus Westerlind "] description = "A test framework capable of dynamic and parallel test execution" documentation = "https://docs.rs/tensile" readme = "README.md" license = "MIT" repository = "https://github.com/Marwes/tensile" [[test]] name = "dog_food" harness = false [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] version = "1.12.0" features = ["rt"] optional = true [dev-dependencies.tokio] version = "1.12.0" features = ["macros", "rt-multi-thread"]