• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 = "2021"
14rust-version = "1.66.1"
15name = "strum_macros"
16version = "0.27.1"
17authors = ["Peter Glotfelty <peter.glotfelty@microsoft.com>"]
18description = "Helpful macros for working with enums and strings"
19homepage = "https://github.com/Peternator7/strum"
20documentation = "https://docs.rs/strum"
21readme = "README.md"
22keywords = [
23    "enum",
24    "string",
25    "macros",
26    "proc-macros",
27]
28categories = [
29    "development-tools::procedural-macro-helpers",
30    "parsing",
31]
32license = "MIT"
33repository = "https://github.com/Peternator7/strum"
34
35[lib]
36name = "strum_macros"
37proc-macro = true
38
39[dependencies.heck]
40version = "0.5.0"
41
42[dependencies.proc-macro2]
43version = "1.0"
44
45[dependencies.quote]
46version = "1.0"
47
48[dependencies.rustversion]
49version = "1.0"
50
51[dependencies.syn]
52version = "2.0"
53features = ["parsing"]
54
55[dev-dependencies]
56