unilang_help 0.2.0

Reusable help-page domain model, verbosity levels, and renderers for unilang-style CLIs.
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "cli_fmt"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a158886949d2985dcbf4331f1b01d5d8ff2f9a6964586f5c7272d9a46ef86b2"
dependencies = [
 "color_tools",
]

[[package]]
name = "color_tools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "273ec8420df9036cc26174731794f1d1f1b741275d8e268b120bc50fe0744b39"

[[package]]
name = "unilang_help"
version = "0.2.0"
dependencies = [
 "cli_fmt",
]