# 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 = "enum_all_variants" version = "0.2.0" authors = ["Benjamin Faerber"] description = "Generate a list of all enum variants in Rust" homepage = "https://github.com/benfaerber/enum_all_variants" readme = "README.md" keywords = [ "enum", "macro", "util", ] license = "MIT" repository = "https://github.com/benfaerber/enum_all_variants" [lib] proc-macro = true [dependencies.quote] version = "1.0.33" [dependencies.syn] version = "2.0.38"