# 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] name = "enumflags_derive" version = "0.4.2" authors = ["maik klein "] description = "Bitflags" keywords = [ "enum", "bitflag", "flag", "bitflags", ] license = "MIT" repository = "https://github.com/MaikKlein/enumflags" [lib] proc-macro = true [dependencies.proc-macro2] version = "0.2" [dependencies.quote] version = "0.4" [dependencies.syn] version = "0.12.5" features = ["extra-traits"] [features] default = [] nostd = []