# 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 = "2018" rust-version = "1.56" name = "enumflags2" version = "0.7.10" authors = [ "maik klein ", "Maja Kądziołka ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Enum-based bit flags" documentation = "https://docs.rs/enumflags2" readme = "README.md" keywords = [ "enum", "bitflag", "flag", "bitflags", ] license = "MIT OR Apache-2.0" repository = "https://github.com/meithecatte/enumflags2" [lib] name = "enumflags2" path = "src/lib.rs" [dependencies.enumflags2_derive] version = "=0.7.10" [dependencies.serde] version = "^1.0.0" optional = true default-features = false [features] std = []