# 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 = "datatest" version = "0.8.0" authors = [ "Ivan Dubrov ", "Giovanny Gutierrez ", ] description = """ Data-driven tests in Rust """ readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/commure/datatest" [[test]] name = "datatest_stable" harness = false [dependencies.ctor] version = "0.2.5" [dependencies.datatest-derive] version = "= 0.8.0" [dependencies.regex] version = "1.9.5" [dependencies.region] version = "3.0.0" optional = true [dependencies.serde] version = "1.0.188" [dependencies.serde_yaml] version = "0.9.21" [dependencies.walkdir] version = "2.4.0" [dependencies.yaml-rust] version = "0.4.5" [dev-dependencies.serde] version = "1.0.188" features = ["derive"] [build-dependencies.version_check] version = "0.9.3" [features] default = ["test_case_registration"] subvert_stable_guarantees = [] test_case_registration = [] unsafe_test_runner = ["region"]