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