spire_enum 1.1.0

Procedural macros to facilitate enum usage, such as when delegating implementations, extracting variant types, or creating enum tables.
# 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"
version = "1.1.0"
authors = ["Houtamelo <houtamelo@pm.me>"]
build = false
include = [
    "../LICENSE",
    "../README.md",
    "/src",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros to facilitate enum usage, such as when delegating implementations, extracting variant types, or creating enum tables."
homepage = "https://github.com/Houtamelo/spire_enum"
readme = "README.md"
keywords = [
    "macro",
    "enum",
    "traits",
    "delegate",
    "variants",
]
categories = [
    "rust-patterns",
    "no-std",
    "no-std::no-alloc",
]
license = "MIT"
repository = "https://github.com/Houtamelo/spire_enum"
resolver = "2"

[lib]
name = "spire_enum"
path = "src/lib.rs"

[dependencies.spire_enum_macros]
version = "1.1.0"