[dependencies.table-enum-macro]
version = "0.1.0"
[lib]
doctest = false
[package]
authors = ["César Santos <cesar.santos.1990@gmail.com>"]
description = "A convenient rust macro to create enums with associated constant data (note: this is different from normal rust enums which are really tagged unions)"
edition = "2021"
exclude = ["table-enum-icon.svg"]
homepage = "https://github.com/sirwhinesalot/table-enum"
keywords = ["enum", "table", "constant", "const", "variant"]
license-file = "LICENSE"
name = "table_enum"
readme = "README.md"
repository = "https://github.com/sirwhinesalot/table-enum"
version = "0.1.0"