]> git.proxmox.com Git - rustc.git/blob - vendor/strum/Cargo.toml
Update upstream source from tag 'upstream/1.71.1+dfsg1'
[rustc.git] / vendor / strum / Cargo.toml
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]
13 edition = "2018"
14 name = "strum"
15 version = "0.24.1"
16 authors = ["Peter Glotfelty <peter.glotfelty@microsoft.com>"]
17 description = "Helpful macros for working with enums and strings"
18 homepage = "https://github.com/Peternator7/strum"
19 documentation = "https://docs.rs/strum"
20 readme = "../README.md"
21 keywords = [
22 "enum",
23 "string",
24 "macros",
25 "proc-macros",
26 ]
27 categories = [
28 "development-tools::procedural-macro-helpers",
29 "parsing",
30 ]
31 license = "MIT"
32 repository = "https://github.com/Peternator7/strum"
33
34 [package.metadata.docs.rs]
35 features = ["derive"]
36 rustdoc-args = [
37 "--cfg",
38 "docsrs",
39 ]
40
41 [dependencies.phf]
42 version = "0.10"
43 features = ["macros"]
44 optional = true
45
46 [dependencies.strum_macros]
47 version = "0.24"
48 optional = true
49
50 [dev-dependencies.strum_macros]
51 version = "0.24"
52
53 [features]
54 default = ["std"]
55 derive = ["strum_macros"]
56 std = []
57
58 [badges.travis-ci]
59 repository = "Peternator7/strum"