[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "1.0"
[lib]
proc-macro = true
[package]
description = "Macro to automate wrapping types into enums"
edition = "2021"
keywords = ["proc_macro"]
license-file = "LICENSE"
name = "ace_it"
readme = "README.md"
repository = "https://github.com/VlaDexa/ace_it"
version = "0.1.1"