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