# 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 = "EnumBitFlags" version = "1.0.10" authors = ["gavrilut.dragos@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "EnumBitFlags is an implementation of flags support for enums" readme = "README.md" keywords = [ "bitflags", "enum", "enumbitflags", "enumflags", "flags", ] categories = ["development-tools::procedural-macro-helpers"] license = "MIT" repository = "https://github.com/gdt050579/EnumBitFlags/" [lib] name = "EnumBitFlags" path = "src/lib.rs" proc-macro = true [[test]] name = "test_macro" path = "tests/test_macro.rs" [dependencies]