]> git.proxmox.com Git - cargo.git/blob - vendor/clap/.pc/relax-dep-versions.patch/Cargo.toml
New upstream version 0.35.0
[cargo.git] / vendor / clap / .pc / relax-dep-versions.patch / 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.33.0"
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", "cli", "arg", "parser", "parse"]
23 categories = ["command-line-interface"]
24 license = "MIT"
25 repository = "https://github.com/clap-rs/clap"
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.bench]
37 opt-level = 3
38 lto = true
39 codegen-units = 1
40 debug = false
41 debug-assertions = false
42 rpath = false
43
44 [profile.dev]
45 opt-level = 0
46 lto = false
47 codegen-units = 4
48 debug = true
49 debug-assertions = true
50 rpath = false
51
52 [profile.release]
53 opt-level = 3
54 lto = true
55 codegen-units = 1
56 debug = false
57 debug-assertions = false
58 rpath = false
59 [dependencies.atty]
60 version = "0.2.2"
61 optional = true
62
63 [dependencies.bitflags]
64 version = "1.0"
65
66 [dependencies.strsim]
67 version = "0.8"
68 optional = true
69
70 [dependencies.term_size]
71 version = "0.3.0"
72 optional = true
73
74 [dependencies.textwrap]
75 version = "0.11.0"
76
77 [dependencies.unicode-width]
78 version = "0.1.4"
79
80 [dependencies.vec_map]
81 version = "0.8"
82 optional = true
83
84 [dependencies.yaml-rust]
85 version = "0.3.5"
86 optional = true
87 [dev-dependencies.lazy_static]
88 version = "1.3"
89
90 [dev-dependencies.regex]
91 version = "1"
92
93 [dev-dependencies.version-sync]
94 version = "0.8"
95
96 [features]
97 color = ["ansi_term", "atty"]
98 debug = []
99 default = ["suggestions", "color", "vec_map"]
100 doc = ["yaml"]
101 nightly = []
102 no_cargo = []
103 suggestions = ["strsim"]
104 unstable = []
105 wrap_help = ["term_size", "textwrap/term_size"]
106 yaml = ["yaml-rust"]
107 [target."cfg(not(windows))".dependencies.ansi_term]
108 version = "0.11"
109 optional = true
110 [badges.appveyor]
111 repository = "clap-rs/clap"
112
113 [badges.coveralls]
114 branch = "master"
115 repository = "clap-rs/clap"
116
117 [badges.is-it-maintained-issue-resolution]
118 repository = "clap-rs/clap"
119
120 [badges.is-it-maintained-open-issues]
121 repository = "clap-rs/clap"
122
123 [badges.maintenance]
124 status = "actively-developed"
125
126 [badges.travis-ci]
127 repository = "clap-rs/clap"