enumset_derive 0.10.0

An internal helper crate for enumset. Not public API.
Documentation
[package]
name = "enumset_derive"
version = "0.10.0"
authors = ["Alissa Rao <lymia@lymiahugs.com>"]
edition = "2021"

description = "An internal helper crate for enumset. Not public API."

documentation = "https://lymia.moe/doc/enumset/enumset/"
repository = "https://github.com/Lymia/enumset"

license = "MIT/Apache-2.0"

[lib]
proc-macro = true

[features]
serde = []
std_deprecation_warning = []

[dependencies]
darling = { version = "0.20", default-features = false }
syn = "2"
quote = "1"
proc-macro2 = "1"
proc-macro-crate = { version = "3", optional = true }