# 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 = "cargo-stress" version = "0.2.0" authors = ["Daniel Harrison "] description = "A utility for catching non-deterministic test failures" readme = "README.md" keywords = [ "stress", "unit", "test", ] categories = [ "development-tools", "development-tools::cargo-plugins", "development-tools::debugging", "development-tools::testing", "command-line-utilities", ] license = "Apache-2.0" repository = "https://github.com/danhhz/cargo-stress" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.datadriven] version = "0.7.0" default-features = false