# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "nameless-clap" version = "3.0.0-beta.2.2" authors = [ "Kevin K. ", "Clap Maintainers", "Dan Gohman ", ] include = [ "src/**/*", "Cargo.toml", "README.md", ] description = "A simple to use, efficient, and full-featured Command Line Argument Parser" homepage = "https://clap.rs/" documentation = "https://docs.rs/nameless-clap/" readme = "README.md" keywords = [ "argument", "cli", "arg", "parser", "parse", ] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/sunfishcode/clap" [package.metadata.docs.rs] features = ["doc"] targets = ["x86_64-unknown-linux-gnu"] [profile.bench] lto = true codegen-units = 1 [profile.test] opt-level = 1 [lib] bench = false [[bench]] name = "01_default" path = "benches/01_default.rs" harness = false [[bench]] name = "02_simple" path = "benches/02_simple.rs" harness = false [[bench]] name = "03_complex" path = "benches/03_complex.rs" harness = false [[bench]] name = "04_new_help" path = "benches/04_new_help.rs" harness = false [[bench]] name = "05_ripgrep" path = "benches/05_ripgrep.rs" harness = false [[bench]] name = "06_rustup" path = "benches/06_rustup.rs" harness = false [dependencies.ambient-authority] version = "0.0.1" [dependencies.bitflags] version = "1.2" [dependencies.clap_derive] version = "3.0.0-beta.2.2" optional = true package = "nameless-clap_derive" [dependencies.indexmap] version = "1.0" [dependencies.is-terminal] version = "0.4" optional = true [dependencies.lazy_static] version = "1" optional = true [dependencies.os_str_bytes] version = "3.0" features = ["raw"] [dependencies.regex] version = "1.0" optional = true [dependencies.strsim] version = "0.10" optional = true [dependencies.termcolor] version = "1.1" optional = true [dependencies.terminal_size] version = "0.2.1" optional = true [dependencies.textwrap] version = "0.14.0" features = [] default-features = false [dependencies.vec_map] version = "0.8" [dependencies.yaml-rust] version = "0.4.1" optional = true [dev-dependencies.criterion] version = "0.3.2" [dev-dependencies.lazy_static] version = "1" [dev-dependencies.regex] version = "1.0" [dev-dependencies.version-sync] version = "0.9" [features] cargo = ["lazy_static"] color = [ "is-terminal", "termcolor", ] debug = ["clap_derive/debug"] default = [ "std", "suggestions", "color", "unicode_help", "derive", "cargo", ] derive = [ "clap_derive", "lazy_static", ] doc = [ "yaml", "regex", ] std = ["indexmap/std"] suggestions = ["strsim"] unicode_help = ["textwrap/unicode-width"] wrap_help = [ "terminal_size", "textwrap/terminal_size", ] yaml = ["yaml-rust"]