cli_fmt 0.4.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 = 4

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

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

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

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

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

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

[[package]]
name = "unicode-width"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"