# 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 = "generic_parameterize" version = "0.3.0" authors = ["Andrew Cassidy "] description = "A test parameterization macro that works on generic arguments" readme = "README.md" keywords = [ "proc_macro", "test", "parameterize", "generic", ] categories = ["development-tools::testing"] license = "MPL-2.0" repository = "https://github.com/drewcassidy/generic-parameterize" [lib] proc-macro = true [dependencies.itertools] version = "0.13" [dependencies.proc-macro2] version = "1.0.43" [dependencies.quote] version = "1" [dependencies.strum] version = "0.26.2" features = ["derive"] [dependencies.syn] version = "2.0.17" features = [ "full", "extra-traits", ]