[package]
name = "option_set"
version = "0.1.4"
authors = ["Árpád Goretity <h2co3@h2co3.org>"]
repository = "https://github.com/H2CO3/option_set.git"
homepage = "https://github.com/H2CO3/option_set.git"
license = "MIT"
readme = "README.md"
documentation = "https://docs.rs/option_set"
description = "Bitflags on steroids"
keywords = ["bitflags", "bitmask", "bit", "flags", "options"]
categories = ["data-structures", "encoding", "value-formatting", "parsing"]
[dependencies]
serde = "1.0"
heck = "0.3"
[dev-dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.8"
bitflags = "1.0"