strum_macros 0.18.0

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"

[features]
verbose-asrefstr-name = []
verbose-asstaticstr-name = []
verbose-display-name = []
verbose-enumcount-name = []
verbose-enumdiscriminants-name = []
verbose-enumiter-name = []
verbose-enummessage-name = []
verbose-enumproperty-name = []
verbose-enumstring-name = []
verbose-intostaticstr-name = []
verbose-tostring-name = []
verbose-variant-names = []

[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"
homepage = "https://github.com/Peternator7/strum"
keywords = ["enum", "string", "macros", "proc-macros"]
license = "MIT"
name = "strum_macros"
readme = "../README.md"
version = "0.18.0"