# 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_macro_gen" version = "0.2.0" include = [ "Cargo.toml", "src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] description = "Macro generator for handling enums" homepage = "https://github.com/da-x/enum_macro_gen" readme = "crates-io.md" keywords = [ "proc_macro", "procmacro", ] categories = ["database"] license = "MIT/Apache-2.0" repository = "https://github.com/da-x/enum_macro_gen" [lib] proc-macro = true [dependencies.convert_case] version = "0.6" [dependencies.proc-macro-error] version = "1" default-features = false [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1" [dependencies.syn] version = "1.0" [features] all = []