1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14name = "flagset" 15version = "0.4.3" 16authors = ["Nathaniel McCallum <nathaniel@profian.com>"] 17description = "Data types and a macro for generating enumeration-based bit flags" 18homepage = "https://github.com/enarx/flagset" 19documentation = "https://docs.rs/flagset" 20readme = "README.md" 21keywords = ["flags", "bitflags", "enum", "enumflags"] 22license = "Apache-2.0" 23repository = "https://github.com/enarx/flagset" 24[package.metadata.docs.rs] 25all-features = true 26[dependencies.serde] 27version = "1.0" 28features = ["serde_derive"] 29optional = true 30[dev-dependencies.serde_json] 31version = "1.0" 32 33[dev-dependencies.serde_repr] 34version = "0.1" 35