[dependencies.bitworks]
version = "0.1.5"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.196"
[dependencies.varflags_attribute]
version = "0.1.0"
[features]
serde = ["dep:serde", "bitworks/serde"]
[lib]
name = "varflags"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures"]
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."
edition = "2021"
keywords = ["bitflags", "data-structure", "bitset"]
license = "MIT OR Apache-2.0"
name = "varflags"
readme = "README.md"
repository = "https://github.com/TRI99ERED/varflags"
version = "0.1.0"
[[test]]
name = "varflags"
path = "tests/varflags.rs"
[[test]]
name = "varflags_spec"
path = "tests/varflags_spec.rs"