enumflags2 0.5.1

Enum-based bit flags
Documentation
# 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 = "enumflags2"
version = "0.5.1"
authors = ["maik klein <maikklein@googlemail.com>", "Jakub \"NieDżejkob\" Kądziołka <kuba@kadziolka.net"]
description = "Enum-based bit flags"
documentation = "https://docs.rs/enumflags2"
readme = "../README.md"
keywords = ["enum", "bitflag", "flag", "bitflags"]
license = "MIT"
repository = "https://github.com/NieDzejkob/enumflags2"
[dev-dependencies.enumflags2_derive]
version = "0.5.0"

[features]
default = []
nostd = []