[package] name = "kinded" version = "0.3.0" edition = "2021" authors = ["Serhii Potapov "] description = "Generate enums with same variants, but without data." keywords = ["enum", "macros", "kind", "derive"] license = "MIT" repository = "https://github.com/greyblake/kinded" homepage = "https://github.com/greyblake/kinded" documentation = "https://docs.rs/kinded" readme = "README.md" categories = ["data-structures", "rust-patterns"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] kinded_macros = { version = "0.3.0", path = "../kinded_macros" }