# 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" rust-version = "1.66" name = "datatest-stable" version = "0.2.9" publish = true description = "Data-driven tests that work on stable Rust" readme = "README.md" keywords = [ "datatest", "data-driven-tests", "test-harness", ] categories = ["development-tools::testing"] license = "MIT OR Apache-2.0" repository = "https://github.com/nextest-rs/datatest-stable" [[test]] name = "example" harness = false [[test]] name = "run_example" harness = true [dependencies.camino] version = "1.1.6" [dependencies.fancy-regex] version = "0.13.0" [dependencies.libtest-mimic] version = "0.7.2" [dependencies.walkdir] version = "2.5.0" [target."cfg(unix)".dev-dependencies.camino-tempfile] version = "1.1.1" [target."cfg(unix)".dev-dependencies.fs_extra] version = "1.3.0"