# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "flags-macro" version = "0.1.4" authors = ["yvt "] description = "Provides a helper macro for writing bitflags." readme = "README.md" keywords = ["bitflags", "bitflag", "enum", "flag", "macros"] categories = ["no-std"] license = "CC0-1.0" repository = "https://github.com/yvt/flags-macro-rs" [dev-dependencies.bitflags] version = "1.0.4" [dev-dependencies.enumflags] version = "0.4.1" [dev-dependencies.enumflags_derive] version = "0.4.1" [badges.maintenance] status = "passively-maintained"