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