# 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 = "variant-builder-macro" version = "0.2.0" authors = ["klebs tpk3.mx@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This crate gives us the VariantBuider proc macro which can be used to streamline creting an enum from wrapping variants each using the builder pattern." readme = "README.md" keywords = [ "macros", "builder", "shorthand", "enum", "reuse", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/klebs6/klebs-general" [lib] name = "variant_builder_macro" path = "src/lib.rs" proc-macro = true [[test]] name = "builder_variants_macro" path = "tests/builder_variants_macro.rs" [dependencies.convert_case] version = "0.4" [dependencies.derive_builder] version = "0.20.2" [dependencies.proc-macro2] version = "1.0.92" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = ["full"] [dev-dependencies.derive_builder] version = "0.20.2"