]> git.proxmox.com Git - rustc.git/blame - vendor/structopt-derive/Cargo.toml
New upstream version 1.52.1+dfsg1
[rustc.git] / vendor / structopt-derive / Cargo.toml
CommitLineData
f20569fa
XL
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 believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "structopt-derive"
16version = "0.4.9"
17authors = ["Guillaume Pinot <texitoi@texitoi.eu>"]
18description = "Parse command line argument by defining a struct, derive crate."
19documentation = "https://docs.rs/structopt-derive"
20keywords = ["clap", "cli", "derive", "docopt"]
21categories = ["command-line-interface"]
22license = "Apache-2.0/MIT"
23repository = "https://github.com/TeXitoi/structopt"
24
25[lib]
26proc-macro = true
27[dependencies.heck]
28version = "0.3.0"
29
30[dependencies.proc-macro-error]
31version = "1.0.0"
32
33[dependencies.proc-macro2]
34version = "1"
35
36[dependencies.quote]
37version = "1"
38
39[dependencies.syn]
40version = "1"
41features = ["full"]
42
43[features]
44paw = []
45[badges.travis-ci]
46repository = "TeXitoi/structopt"