cli_fmt 0.6.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.6.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 = "lexical"
version = "7.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bc8a009b2ff1f419ccc62706f04fe0ca6e67b37460513964a3dfdb919bb37d6"
dependencies = [
 "lexical-core",
]

[[package]]
name = "lexical-core"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594"
dependencies = [
 "lexical-parse-float",
 "lexical-parse-integer",
 "lexical-util",
 "lexical-write-float",
 "lexical-write-integer",
]

[[package]]
name = "lexical-parse-float"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56"
dependencies = [
 "lexical-parse-integer",
 "lexical-util",
]

[[package]]
name = "lexical-parse-integer"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34"
dependencies = [
 "lexical-util",
]

[[package]]
name = "lexical-util"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17"

[[package]]
name = "lexical-write-float"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361"
dependencies = [
 "lexical-util",
 "lexical-write-integer",
]

[[package]]
name = "lexical-write-integer"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df"
dependencies = [
 "lexical-util",
]

[[package]]
name = "strs_tools"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e169ae6d61973ad7d8666e0fa0418664c69ed7eb859a7e77f989289f50858d3"
dependencies = [
 "component_model_types",
 "lexical",
 "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.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c"

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