# 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_file" version = "0.3.4" authors = [ "Jonathan Brouwer ", "Julia Dijkstra", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generates a test for each file in a specified directory." readme = "README.md" keywords = [ "test", "proc-macro", ] license = "MIT" repository = "https://github.com/binary-banter/test-each-file" [lib] name = "test_each_file" path = "src/lib.rs" doctest = false proc-macro = true [[example]] name = "readme" path = "examples/readme/main.rs" [dependencies.proc-macro2] version = "1.0.81" [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.59" features = ["full"] [dependencies.unicode-ident] version = "1.0.12"