blob: c0a1669625ec2175e10b94e0c3238f11e05548cc [file] [log] [blame]
Matthew Maurer43ab1612020-06-02 11:15:01 -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
Chih-Hung Hsieh07895d82020-11-03 21:29:09 -08006# to registry (e.g., crates.io) dependencies
Matthew Maurer43ab1612020-06-02 11:15:01 -07007#
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"
Chih-Hung Hsieh07895d82020-11-03 21:29:09 -080015version = "2.33.3"
Matthew Maurer43ab1612020-06-02 11:15:01 -070016authors = ["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"]
Matthew Maurer43ab1612020-06-02 11:15:01 -070028[profile.bench]
29opt-level = 3
30lto = true
31codegen-units = 1
32debug = false
33debug-assertions = false
34rpath = false
35
36[profile.dev]
37opt-level = 0
38lto = false
39codegen-units = 4
40debug = true
41debug-assertions = true
42rpath = false
43
44[profile.release]
45opt-level = 3
46lto = true
47codegen-units = 1
48debug = false
49debug-assertions = false
50rpath = false
Chih-Hung Hsieh07895d82020-11-03 21:29:09 -080051
52[profile.test]
53opt-level = 1
54lto = false
55codegen-units = 4
56debug = true
57debug-assertions = true
58rpath = false
Matthew Maurer43ab1612020-06-02 11:15:01 -070059[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
Thiébaud Weksteen3dcff4c2021-02-22 11:17:22 +010074[dependencies.terminal_size]
75version = "0.1.12"
Matthew Maurer43ab1612020-06-02 11:15:01 -070076optional = true
77
78[dependencies.textwrap]
Thiébaud Weksteen3dcff4c2021-02-22 11:17:22 +010079version = "0.13"
80default-features = false
81features = []
Matthew Maurer43ab1612020-06-02 11:15:01 -070082
83[dependencies.unicode-width]
Thiébaud Weksteen3dcff4c2021-02-22 11:17:22 +010084version = "0.1"
85optional = true
Matthew Maurer43ab1612020-06-02 11:15:01 -070086
87[dependencies.vec_map]
88version = "0.8"
89optional = true
90
91[dependencies.yaml-rust]
92version = "0.3.5"
93optional = true
94[dev-dependencies.lazy_static]
95version = "1.3"
96
97[dev-dependencies.regex]
98version = "1"
99
100[dev-dependencies.version-sync]
101version = "0.8"
102
103[features]
104color = ["ansi_term", "atty"]
105debug = []
106default = ["suggestions", "color", "vec_map"]
107doc = ["yaml"]
108lints = ["clippy"]
109nightly = []
110no_cargo = []
111suggestions = ["strsim"]
112unstable = []
Thiébaud Weksteen3dcff4c2021-02-22 11:17:22 +0100113wrap_help = ["terminal_size", "textwrap/terminal_size"]
114unicode_help= ["unicode-width", "textwrap/unicode-width"] # Enable if any unicode in help message
Matthew Maurer43ab1612020-06-02 11:15:01 -0700115yaml = ["yaml-rust"]
116[target."cfg(not(windows))".dependencies.ansi_term]
117version = "0.11"
118optional = true
119[badges.appveyor]
120repository = "clap-rs/clap"
121
122[badges.coveralls]
123branch = "master"
124repository = "clap-rs/clap"
125
126[badges.is-it-maintained-issue-resolution]
127repository = "clap-rs/clap"
128
129[badges.is-it-maintained-open-issues]
130repository = "clap-rs/clap"
131
132[badges.maintenance]
133status = "actively-developed"
134
135[badges.travis-ci]
136repository = "clap-rs/clap"