# 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" name = "data-test" version = "0.1.2" authors = ["Jesus Hernandez "] include = [ "**/*.rs", "Cargo.toml", "LICENSE", ] description = "Simple data-test (aka table-test), without custom test to run with your test runner" readme = "README.md" keywords = [ "test", "data-test", "table-test", "data-driven", "data", ] categories = [ "development-tools::testing", "development-tools", ] license = "Unlicense" repository = "https://github.com/jhg/data-test-rs" [dependencies]