]> git.proxmox.com Git - rustc.git/blame - src/vendor/clap/Cargo.toml
New upstream version 1.23.0+dfsg1
[rustc.git] / src / vendor / clap / Cargo.toml
CommitLineData
041b39d2
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)
8bb4bdeb 12
041b39d2 13[package]
8bb4bdeb 14name = "clap"
abe05a73 15version = "2.27.1"
8bb4bdeb
XL
16authors = ["Kevin K. <kbknapp@gmail.com>"]
17exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"]
041b39d2 18description = "A simple to use, efficient, and full featured Command Line Argument Parser\n"
8bb4bdeb 19homepage = "https://clap.rs/"
041b39d2 20documentation = "https://docs.rs/clap/"
8bb4bdeb 21readme = "README.md"
8bb4bdeb 22keywords = ["argument", "command", "arg", "parser", "parse"]
041b39d2
XL
23categories = ["command-line-interface"]
24license = "MIT"
25repository = "https://github.com/kbknapp/clap-rs.git"
3b2f2976
XL
26[package.metadata.docs.rs]
27features = ["doc"]
041b39d2
XL
28[profile.test]
29opt-level = 1
30lto = false
31codegen-units = 4
32debug = true
33debug-assertions = true
34rpath = false
8bb4bdeb 35
041b39d2
XL
36[profile.doc]
37opt-level = 0
38lto = false
39codegen-units = 4
40debug = true
41debug-assertions = true
42rpath = false
8bb4bdeb 43
041b39d2 44[profile.bench]
8bb4bdeb 45opt-level = 3
8bb4bdeb 46lto = true
041b39d2 47debug = false
8bb4bdeb 48debug-assertions = false
041b39d2 49rpath = false
8bb4bdeb
XL
50
51[profile.dev]
52opt-level = 0
8bb4bdeb 53lto = false
8bb4bdeb 54codegen-units = 4
8bb4bdeb 55debug = true
8bb4bdeb 56debug-assertions = true
041b39d2 57rpath = false
8bb4bdeb 58
041b39d2 59[profile.release]
8bb4bdeb 60opt-level = 3
8bb4bdeb 61lto = true
041b39d2 62debug = false
8bb4bdeb 63debug-assertions = false
8bb4bdeb 64rpath = false
abe05a73
XL
65[dependencies.bitflags]
66version = "0.9"
67
ea8adc8c 68[dependencies.clippy]
abe05a73
XL
69version = "~0.0.166"
70optional = true
71
72[dependencies.ansi_term]
73version = "0.9.0"
ea8adc8c
XL
74optional = true
75
76[dependencies.vec_map]
77version = "0.8"
abe05a73 78optional = true
ea8adc8c 79
abe05a73
XL
80[dependencies.strsim]
81version = "0.6.0"
82optional = true
ea8adc8c 83
3b2f2976
XL
84[dependencies.atty]
85version = "0.2.2"
041b39d2
XL
86optional = true
87
ea8adc8c
XL
88[dependencies.unicode-width]
89version = "0.1.4"
041b39d2 90
abe05a73 91[dependencies.textwrap]
3b2f2976 92version = "0.9.0"
041b39d2 93
3b2f2976
XL
94[dependencies.term_size]
95version = "0.3.0"
041b39d2 96optional = true
041b39d2 97
abe05a73
XL
98[dependencies.yaml-rust]
99version = "0.3.5"
100optional = true
101[dev-dependencies.regex]
041b39d2
XL
102version = "0.2"
103
abe05a73 104[dev-dependencies.lazy_static]
3b2f2976
XL
105version = "0.2"
106
abe05a73
XL
107[dev-dependencies.version-sync]
108version = "0.3"
109
041b39d2 110[features]
abe05a73 111debug = []
ea8adc8c 112no_cargo = []
abe05a73 113yaml = ["yaml-rust"]
3b2f2976 114nightly = []
abe05a73 115color = ["ansi_term", "atty"]
041b39d2 116suggestions = ["strsim"]
abe05a73
XL
117default = ["suggestions", "color", "vec_map"]
118wrap_help = ["term_size", "textwrap/term_size"]
ea8adc8c 119lints = ["clippy"]
abe05a73
XL
120unstable = []
121doc = ["yaml"]
3b2f2976
XL
122[badges.appveyor]
123repository = "kbknapp/clap-rs"
124
125[badges.travis-ci]
126repository = "kbknapp/clap-rs"