# 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 = "2021" name = "packed_flags" version = "0.9.0" authors = ["gregovin"] description = "A package that allows lists of flags to be packed in a somewhat efficient way while still being accessible as a list" readme = "README.md" keywords = [ "bitfield", "bitflags", "list", "flags", "packed", ] license = "MIT OR Apache-2.0" repository = "https://github.com/gregovin/packed_flags" [dependencies.serde] version = "1.0" features = ["derive"] optional = true