blob: 9be8b18b78062946dd8719ff3259c458f8d021cb [file]
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
name = "strum_macros"
version = "0.18.0"
authors = ["Peter Glotfelty <[email protected]>"]
description = "Helpful macros for working with enums and strings"
homepage = "https://github.com/Peternator7/strum"
documentation = "https://docs.rs/strum"
readme = "../README.md"
keywords = ["enum", "string", "macros", "proc-macros"]
categories = ["development-tools::procedural-macro-helpers", "parsing"]
license = "MIT"
[lib]
name = "strum_macros"
proc-macro = true
[dependencies.heck]
version = "0.3"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "1.0"
features = ["parsing", "extra-traits"]
[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 = []