[package]
name = "keyarray"
version = "0.0.1-alpha"
edition = "2021"
authors = ["Mai Bloom Tech Studio <maibloomcontact@gmail.com>"]
description = "A crate for modeling and managing mutually exclusive states (keys in a key array)"
license = "GPL-3.0-only"
repository = "https://github.com/maibloom/keyarray"
homepage = "https://github.com/maibloom/keyarray"
readme = "README.md"
keywords = [
"keyarray",
"mode",
"toggle",
"mutually-exclusive",
"state",
]
categories = ["data-structures"]
include = [
"src/**",
"README.md",
"LICENSE-*",
"Cargo.toml",
]