# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "table_enum" version = "0.3.0" authors = ["César Santos "] exclude = ["table-enum-icon.svg"] 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)" homepage = "https://github.com/sirwhinesalot/table-enum" readme = "README.md" keywords = [ "enum", "table", "constant", "const", "variant", ] license = "MIT" repository = "https://github.com/sirwhinesalot/table-enum" [lib] doctest = false [dependencies.table-enum-macro] version = "0.3.0"