1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14name = "strum_macros" 15version = "0.25.3" 16authors = ["Peter Glotfelty <[email protected]>"] 17description = "Helpful macros for working with enums and strings" 18homepage = "https://github.com/Peternator7/strum" 19documentation = "https://docs.rs/strum" 20readme = "README.md" 21keywords = [ 22 "enum", 23 "string", 24 "macros", 25 "proc-macros", 26] 27categories = [ 28 "development-tools::procedural-macro-helpers", 29 "parsing", 30] 31license = "MIT" 32repository = "https://github.com/Peternator7/strum" 33 34[lib] 35name = "strum_macros" 36proc-macro = true 37 38[dependencies.heck] 39version = "0.4.1" 40 41[dependencies.proc-macro2] 42version = "1.0" 43 44[dependencies.quote] 45version = "1.0" 46 47[dependencies.rustversion] 48version = "1.0" 49 50[dependencies.syn] 51version = "2.0" 52features = [ 53 "parsing", 54 "extra-traits", 55] 56 57[dev-dependencies.strum] 58version = "0.25" 59