[package] name = "enum-variants-strings" authors = ["Ben "] description = "Derive macro for converting instances of enums to and from strs using variant names" version = "0.3.0" license = "MIT" edition = "2021" repository = "https://github.com/kaleidawave/enum-variants-strings" categories = ["rust-patterns"] keywords = ["enum", "variants", "string", "derive"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] path = "lib.rs" [dependencies] enum-variants-strings-derive = { version = "0.3.0", path = "../enum-variants-strings-derive" }