[package]
edition = "2024"
name = "flaga"
version = "0.1.0"
authors = ["James Hunt <jameshuntdevelopment@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Flag management engine with support for binary, hex, and enum flags, event triggering, and persistent flag schemas."
readme = false
keywords = [
"flags",
"bitflags",
"state",
"event",
"binary",
]
categories = [
"config",
"data-structures",
"parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jameshuntt/flaga"
[lib]
name = "flaga"
path = "src/lib.rs"
[dependencies]