datatest 0.4.1

Data-driven tests in Rust
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "datatest"
version = "0.4.1"
authors = ["Ivan Dubrov <ivan@commure.com>"]
description = "Data-driven tests in Rust\n"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/commure/datatest"

[[test]]
name = "datatest_stable"
harness = false
[dependencies.ctor]
version = "0.1.10"

[dependencies.datatest-derive]
version = "=0.4.0"

[dependencies.regex]
version = "1.0.0"

[dependencies.region]
version = "2.1.2"
optional = true

[dependencies.serde]
version = "1.0.84"

[dependencies.serde_yaml]
version = "0.8.7"

[dependencies.walkdir]
version = "2.1.4"

[dependencies.yaml-rust]
version = "0.4.2"
[dev-dependencies.serde]
version = "1.0.84"
features = ["derive"]
[build-dependencies.version_check]
version = "0.9.1"

[features]
default = []
unsafe_test_runner = ["region"]