[package]
name = "enum-iterator-derive"
version = "0.2.3"
authors = ["Stephane Raux <stephaneyfx@gmail.com>"]
description = "Procedural macro to iterate over the variants of a field-less enum"
homepage = "https://github.com/stephaneyfx/enum-iterator"
documentation = "https://docs.rs/enum-iterator-derive"
keywords = ["enum", "variants", "iterator"]
license = "MIT"
repository = "https://github.com/stephaneyfx/enum-iterator.git"
[lib]
proc-macro = true
[dependencies.proc-macro2]
version = "0.4.6"
[dependencies.quote]
version = "0.6.3"
[dependencies.syn]
version = "0.15"