cli_fmt 0.2.0

CLI output formatting utilities for command-line applications
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

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

[[package]]
name = "collection_tools"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ef819add84b5c839de3f1a77149fb82c0f250bda0b39351831acfafb7d9a61f"

[[package]]
name = "component_model_types"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f69fc7d5f28d84634d4a15e0371837af7ec5e45041f8d335db1de8bd472ae674"
dependencies = [
 "collection_tools",
]

[[package]]
name = "strs_tools"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a217544b44c92fc405834f5d3dfe4c246410011de493eb979887e7db0b29842e"
dependencies = [
 "component_model_types",
 "strs_tools_meta",
 "unicode-segmentation",
]

[[package]]
name = "strs_tools_meta"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3aca61feb3350835936073fe7fa8f858b614b7c1680d9eafaa1ebf6b821b1fa"

[[package]]
name = "unicode-segmentation"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"