[package] name = "table-enum-core" version = "0.3.0" edition = "2021" authors = ["César Santos "] license = "MIT" readme = "README.md" description = "You are probably looking for the table-enum crate, which wraps this crate and is much more ergonomic to use." homepage = "https://github.com/sirwhinesalot/table-enum" repository = "https://github.com/sirwhinesalot/table-enum" [dependencies] quote = "1.0.29" syn = { version = "2.0.25", features = ["extra-traits", "full"] } proc-macro2 = "1.0.29" proc-macro-error = "1.0.4"