spire_enum_macros 1.2.0

Procedural macros distributed by the crate `spire_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 = "spire_enum_macros"
version = "1.2.0"
authors = ["Houtamelo <houtamelo@pm.me>"]
build = false
include = [
    "../LICENSE",
    "/src",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros distributed by the crate `spire_enum`."
homepage = "https://github.com/Houtamelo/spire_enum"
readme = false
keywords = [
    "macro",
    "enum",
    "traits",
    "delegate",
    "variants",
]
categories = ["rust-patterns"]
license = "MIT"
repository = "https://github.com/Houtamelo/spire_enum"
resolver = "2"

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

[dependencies.convert_case]
version = "0.8.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.parsel]
version = "0.16"

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

[dependencies.quote]
version = "1.0.37"

[dependencies.syn]
version = "2.0.119"