strum_macros 0.21.1

Helpful macros for working with enums and strings
Documentation
[dependencies.heck]
version = "0.3"

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

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["parsing", "extra-traits"]
version = "1.0"
[dev-dependencies.strum]
version = "0.20"

[lib]
name = "strum_macros"
proc-macro = true

[package]
authors = ["Peter Glotfelty <peter.glotfelty@microsoft.com>"]
categories = ["development-tools::procedural-macro-helpers", "parsing"]
description = "Helpful macros for working with enums and strings"
documentation = "https://docs.rs/strum"
edition = "2018"
homepage = "https://github.com/Peternator7/strum"
keywords = ["enum", "string", "macros", "proc-macros"]
license = "MIT"
name = "strum_macros"
readme = "../README.md"
repository = "https://github.com/Peternator7/strum"
version = "0.21.1"