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 = "2021"
14rust-version = "1.65"
15name = "flagset"
16version = "0.4.6"
17authors = ["Nathaniel McCallum <[email protected]>"]
18description = "Data types and a macro for generating enumeration-based bit flags"
19homepage = "https://github.com/enarx/flagset"
20documentation = "https://docs.rs/flagset"
21readme = "README.md"
22keywords = [
23    "flags",
24    "bitflags",
25    "enum",
26    "enumflags",
27]
28license = "Apache-2.0"
29repository = "https://github.com/enarx/flagset"
30
31[package.metadata.docs.rs]
32all-features = true
33rustdoc-args = [
34    "--cfg",
35    "docsrs",
36]
37
38[dependencies.serde]
39version = "1.0"
40features = ["serde_derive"]
41optional = true
42
43[dev-dependencies.serde_json]
44version = "1.0"
45
46[dev-dependencies.serde_repr]
47version = "0.1"
48
49[features]
50std = []
51