# 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 = "light_enum" version = "0.2.2" authors = ["wiiznokes "] exclude = [ "/.*", "/Makefile", "LICENCE", ] description = """ provide a derive keyword to generate a light enum """ readme = "README.md" keywords = [ "enum", "macros", "derive", "light", "values", ] categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/wiiznokes/light_enum" [lib] proc-macro = true [[bin]] name = "main" path = "src/main.rs" [[test]] name = "light_enum" path = "src/light_enum_test.rs" [[test]] name = "values" path = "src/values_test.rs" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0"