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.3" 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.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 51 52[profile.test] 53opt-level = 1 54lto = false 55codegen-units = 4 56debug = true 57debug-assertions = true 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.terminal_size] 75version = "0.1.12" 76optional = true 77 78[dependencies.textwrap] 79version = "0.13" 80default-features = false 81features = [] 82 83[dependencies.unicode-width] 84version = "0.1" 85optional = true 86 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 = [] 113wrap_help = ["terminal_size", "textwrap/terminal_size"] 114unicode_help= ["unicode-width", "textwrap/unicode-width"] # Enable if any unicode in help message 115yaml = ["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" 137