# 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_gen" version = "0.2.3" authors = ["Andy "] description = "A comprehensive function-like macro, for concisely defining parameterized tests." documentation = "https://docs.rs/test_gen/latest/test_gen" readme = "README.md" keywords = [ "test", "parameterized", "parametrized", "code-gen", "macro", ] categories = [ "development-tools", "development-tools::testing", ] license = "BSD-3-Clause" repository = "https://github.com/DunnAnDusted/test_gen" [package.metadata] msrv = "1.63.0" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.*" [dependencies.quote] version = "1.0.*" [dependencies.syn] version = "1.0.*" features = ["full"]