clap-help 1.6.0

utility printing help of a clap application
Documentation
# 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.6.0"
authors = ["dystroy <denys.seguret@gmail.com>"]
build = false
autolib = 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"

[features]
default = []

[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.6"
features = [
    "derive",
    "cargo",
]

[dependencies.termimad]
version = "0.35"

[dependencies.terminal-light]
version = "1.9"