[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "2.0"
[lib]
proc-macro = true
[package]
authors = ["aarkegz <aarkegz@gmail.com>"]
description = "A proc-macro helping you to enumerate all possible values of a enum or struct"
edition = "2021"
include = ["README.md", "LICENSE", "Cargo.toml", "src/**/*", "examples/**/*"]
license = "MIT"
name = "enumerable_derive"
readme = "README.md"
repository = "https://github.com/GeminiLab/enumerable/"
version = "0.3.0"