kinded 0.4.1

Generate enums with same variants, but without data.
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 = "kinded"
version = "0.4.1"
authors = ["Serhii Potapov <blake131313@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate enums with same variants, but without data."
homepage = "https://github.com/greyblake/kinded"
documentation = "https://docs.rs/kinded"
readme = "README.md"
keywords = [
    "enum",
    "macros",
    "kind",
    "derive",
]
categories = [
    "data-structures",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/greyblake/kinded"
resolver = "2"

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

[dependencies.kinded_macros]
version = "0.4.1"