• 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"
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[package.metadata.docs.rs]
36features = ["derive"]
37rustdoc-args = [
38    "--cfg",
39    "docsrs",
40]
41
42[dependencies.phf]
43version = "0.11"
44features = ["macros"]
45optional = true
46
47[dependencies.strum_macros]
48version = "0.27.1"
49optional = true
50
51[dev-dependencies]
52
53[features]
54default = ["std"]
55derive = ["strum_macros"]
56std = []
57
58[badges.travis-ci]
59repository = "Peternator7/strum"
60