flags_derive 0.1.0

Derive for the easy flags tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "flags_derive"
version = "0.1.0"
edition = "2024"
description = "Derive for the easy flags tool"
repository.workspace = true
license-file.workspace = true

[lib]
proc-macro = true
[dependencies]
darling = "0.20.11"
proc-macro-crate = "3.3.0"
proc-macro2 = "1.0.94"
quote = "1.0.40"
syn = { version = "2.0.100", features = ["full"] }