[package]
name = "enum-variants-strings-derive"
authors = [ "Ben <kaleidawave@gmail.com>" ]
description = "Derive macro for converting instances of enums to and from strs using variant names"
version = "0.2.1"
license = "MIT"
edition = "2021"
repository = "https://github.com/kaleidawave/enum-variants-strings"
[lib]
name = "enum_variants_strings_derive"
proc-macro = true
[dependencies]
proc-macro2 = "1.0"
syn = { version = "1.0.81", features = ["full", "extra-traits"] }
quote = "1.0.10"
either_n = "0.2.0"