bool-flags 0.1.2

Condense multiple booleans into fewer bytes.
Documentation
# 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 = "2024"
name = "bool-flags"
version = "0.1.2"
authors = ["CoffeeCatRailway"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Condense multiple booleans into fewer bytes."
homepage = "https://github.com/CoffeeCatRailway/bool-flags"
readme = "README.md"
keywords = [
    "bit",
    "bool-flags",
    "flags",
    "bool",
]
license = "MIT"
repository = "https://github.com/CoffeeCatRailway/bool-flags"

[features]
default = ["operators"]
inline = []
operators = []
usize = []

[lib]
name = "bool_flags"
path = "src/lib.rs"

[dependencies.minipaste]
version = "0.1.0"