variant_count 1.2.1

Derive macro that adds a variant count to an enum.
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 = "variant_count"
version = "1.2.1"
authors = ["Alexander Mescheryakov <freecoder.xx@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macro that adds a variant count to an enum."
documentation = "https://docs.rs/variant_count"
readme = "README.md"
keywords = [
    "enum",
    "derive",
    "variant",
    "count",
]
categories = ["rust-patterns"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/XX/variant_count"

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

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

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

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"