# 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 = "varflags" version = "0.2.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Crate exporting varflags macro, allowing to use unit-like enums in conjunction with Varflags struct to create easy to use bitflags data structure defined over enum variants." readme = "README.md" keywords = [ "bitflags", "data-structure", "bitset", ] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/TRI99ERED/varflags" [lib] name = "varflags" path = "src/lib.rs" [[test]] name = "varflags" path = "tests/varflags.rs" [[test]] name = "varflags_spec" path = "tests/varflags_spec.rs" [dependencies.bitworks] version = "0.2.0" [dependencies.serde] version = "1.0.196" features = ["derive"] optional = true [dependencies.varflags_attribute] version = "0.2.2" [features] serde = [ "dep:serde", "bitworks/serde", ]