enum-bitset-derive 0.2.2

Proc macros for the enum-bitset macro
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 = "enum-bitset-derive"
version = "0.2.2"
authors = ["glueball <glueball@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proc macros for the enum-bitset macro"
homepage = "https://github.com/glueball/enum-bitset"
documentation = "https://docs.rs/enum_bitset"
readme = "README.md"
keywords = [
    "bitset",
    "bit-set",
    "procmacro",
]
license = "MIT"
repository = "https://github.com/glueball/enum-bitset"

[features]
serde = []

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

[dependencies.heck]
version = "0.5.0"

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

[dependencies.quote]
version = "1.0.40"

[dependencies.syn]
version = "2.0.101"
features = [
    "parsing",
    "derive",
    "proc-macro",
    "printing",
    "clone-impls",
]
default-features = false

[dev-dependencies.syn]
version = "2.0.101"
features = ["extra-traits"]
default-features = false