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"
15version = "0.25.0"
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 = ["enum", "string", "macros", "proc-macros"]
22categories = ["development-tools::procedural-macro-helpers", "parsing"]
23license = "MIT"
24repository = "https://github.com/Peternator7/strum"
25[package.metadata.docs.rs]
26features = ["derive"]
27rustdoc-args = ["--cfg", "docsrs"]
28[dependencies.phf]
29version = "0.10"
30features = ["macros"]
31optional = true
32
33[dependencies.strum_macros]
34version = "0.25"
35optional = true
36[dev-dependencies.strum_macros]
37version = "0.25"
38
39[features]
40default = ["std"]
41derive = ["strum_macros"]
42std = []
43[badges.travis-ci]
44repository = "Peternator7/strum"
45