# 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 = "yikes-intenum" version = "0.0.4" authors = ["sean rice "] description = "Augment integer-based enums with an unknown variant; a macro that makes you say \"yikes!\"" readme = "./README.md" keywords = [ "rust", "enum", ] categories = ["rust-patterns"] license = "0BSD" repository = "https://github.com/sean-rice/yikes-intenum" [dependencies.paste] version = "1.0.15" [dev-dependencies.fnv] version = "1.0.7"