blob: 5a9f8b4cb1b6ef5b0052ef9313e7afc3217d7d46 [file] [log] [blame]
Matthew Maurerdc6194e2020-06-02 11:15:18 -07001# 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
David LeGareb66219a2022-03-02 16:21:26 +00006# to registry (e.g., crates.io) dependencies.
Matthew Maurerdc6194e2020-06-02 11:15:18 -07007#
David LeGareb66219a2022-03-02 16:21:26 +00008# 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.
Matthew Maurerdc6194e2020-06-02 11:15:18 -070011
12[package]
13edition = "2018"
14name = "structopt-derive"
David LeGareb66219a2022-03-02 16:21:26 +000015version = "0.4.18"
Matthew Maurerdc6194e2020-06-02 11:15:18 -070016authors = ["Guillaume Pinot <texitoi@texitoi.eu>"]
17description = "Parse command line argument by defining a struct, derive crate."
18documentation = "https://docs.rs/structopt-derive"
19keywords = ["clap", "cli", "derive", "docopt"]
20categories = ["command-line-interface"]
21license = "Apache-2.0/MIT"
22repository = "https://github.com/TeXitoi/structopt"
23
24[lib]
25proc-macro = true
26[dependencies.heck]
27version = "0.3.0"
28
29[dependencies.proc-macro-error]
30version = "1.0.0"
31
32[dependencies.proc-macro2]
33version = "1"
34
35[dependencies.quote]
36version = "1"
37
38[dependencies.syn]
39version = "1"
40features = ["full"]
41
42[features]
43paw = []
44[badges.travis-ci]
45repository = "TeXitoi/structopt"