# 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 = "test-each" version = "0.3.1" authors = ["Remo Pas <remo.pas22@gmail.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generate tests at compile-time based on file resources" homepage = "https://github.com/remkop22/test-each" documentation = "https://docs.rs/test-each" readme = "README.md" keywords = [ "test", "proc-macro", "codegen", ] categories = [ "development-tools::testing", "development-tools::build-utils", "filesystem", ] license-file = "LICENSE" repository = "https://github.com/remkop22/test-each" [lib] name = "test_each" path = "src/lib.rs" doctest = false [[test]] name = "integration" path = "tests/integration.rs" [dependencies.test-each-codegen] version = "0.3.1"