unit-enum 1.5.0

A procedural macro for deriving ordinal methods in unit-like enums for Rust.
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 = "2021"
rust-version = "1.71"
name = "unit-enum"
version = "1.5.0"
authors = ["Renaud Denis <mail@renauddenis.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A procedural macro for deriving ordinal methods in unit-like enums for Rust."
readme = "README.md"
keywords = [
    "enum",
    "derive",
    "proc_macro",
    "procmacro",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tylium/unit-enum"

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

[[example]]
name = "example"
path = "examples/example.rs"

[[example]]
name = "example_other"
path = "examples/example_other.rs"

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

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"
features = ["full"]