[package] name = "enumflags" version = "0.4.2" authors = ["maik klein "] description = "Bitflags" license = "MIT" repository = "https://github.com/MaikKlein/enumflags" readme = "../README.md" keywords = ["enum", "bitflag", "flag", "bitflags"] documentation = "https://docs.rs/enumflags" [features] default = [] nostd = []