# 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 = "2021" rust-version = "1.65" name = "clap-help" version = "1.3.0" authors = ["dystroy "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "utility printing help of a clap application" readme = "README.md" keywords = ["terminal"] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/Canop/clap-help" [lib] name = "clap_help" path = "src/lib.rs" [[example]] name = "area" path = "examples/area/main.rs" [[example]] name = "custom" path = "examples/custom/main.rs" [[example]] name = "with-additional-option" path = "examples/with-additional-option/main.rs" [[example]] name = "with-examples" path = "examples/with-examples/main.rs" [dependencies.clap] version = "4.4" features = [ "derive", "cargo", ] [dependencies.termimad] version = "0.30" [dependencies.terminal-light] version = "1.2" [features] default = []