flaglet 0.1.0

Bitflag API from a plain enum — no DSL, no wrapper type you don't own
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"
rust-version = "1.85.1"
name = "flaglet"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bitflag API from a plain enum — no DSL, no wrapper type you don't own"
readme = "README.md"
keywords = [
    "bitflag",
    "bitflags",
    "bitmask",
    "enum",
    "flags",
]
license = "GPL-3.0-or-later OR BSD-2-Clause"
repository = "https://github.com/qjerome/flaglet"

[lib]
name = "flaglet"
path = "src/lib.rs"
proc-macro = true

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "std"
path = "tests/std.rs"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"
features = ["full"]