[badges.gitlab]
repository = "XBagon/tyenum"
[dependencies.proc-macro2]
version = "0.4.27"
[dependencies.quote]
version = "0.6.12"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "0.15.31"
[lib]
proc-macro = true
[package]
authors = ["XBagon <xbagon@outlook.de>"]
categories = ["rust-patterns"]
description = "Attribute macro for type enums."
edition = "2018"
keywords = ["tyenum", "derive", "trait-obj", "attribute", "macro"]
license = "MIT"
name = "tyenum_attribute"
readme = "../README.md"
repository = "https://gitlab.com/XBagon/tyenum"
version = "0.5.0"