]> git.proxmox.com Git - rustc.git/blob - vendor/structopt-derive/Cargo.toml
New upstream version 1.62.1+dfsg1
[rustc.git] / vendor / structopt-derive / 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 = "structopt-derive"
15 version = "0.4.18"
16 authors = ["Guillaume Pinot <texitoi@texitoi.eu>"]
17 description = "Parse command line argument by defining a struct, derive crate."
18 documentation = "https://docs.rs/structopt-derive"
19 keywords = ["clap", "cli", "derive", "docopt"]
20 categories = ["command-line-interface"]
21 license = "Apache-2.0/MIT"
22 repository = "https://github.com/TeXitoi/structopt"
23
24 [lib]
25 proc-macro = true
26 [dependencies.heck]
27 version = "0.3.0"
28
29 [dependencies.proc-macro-error]
30 version = "1.0.0"
31
32 [dependencies.proc-macro2]
33 version = "1"
34
35 [dependencies.quote]
36 version = "1"
37
38 [dependencies.syn]
39 version = "1"
40 features = ["full"]
41
42 [features]
43 paw = []
44 [badges.travis-ci]
45 repository = "TeXitoi/structopt"