# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tamasfe-clap" version = "3.0.0-beta.2" authors = ["tamasfe"] include = ["src/**/*", "Cargo.toml", "README.md"] description = "A personal fork of clap, do not use!" homepage = "https://clap.rs/" documentation = "https://docs.rs/clap/" readme = "README.md" keywords = ["argument", "cli", "arg", "parser", "parse"] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/clap-rs/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.atty] version = "0.2" optional = true [dependencies.bitflags] version = "1.2" [dependencies.clap_derive] version = "3.0.0-beta.2" optional = true [dependencies.indexmap] version = "1.0" [dependencies.lazy_static] version = "1" optional = true [dependencies.os_str_bytes] version = "2.4" 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.1.12" optional = true [dependencies.textwrap] version = "0.12" [dependencies.unicode-width] version = "0.1" [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.8" [features] cargo = ["lazy_static"] color = ["atty", "termcolor"] debug = ["clap_derive/debug"] default = ["suggestions", "color", "derive", "std", "cargo"] derive = ["clap_derive", "lazy_static"] doc = ["yaml", "regex"] std = [] suggestions = ["strsim"] unstable = ["clap_derive/unstable"] wrap_help = ["terminal_size", "textwrap/terminal_size"] yaml = ["yaml-rust"] [badges.is-it-maintained-issue-resolution] repository = "clap-rs/clap" [badges.is-it-maintained-open-issues] repository = "clap-rs/clap" [badges.maintenance] status = "actively-developed"