version = 4
[[package]]
name = "bytediff"
version = "0.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bd007f33e4674637086fabdc24a2ccd562ca2659892e3aa8ef8472442afb632"
[[package]]
name = "cagelock"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c59d755b6c42a860cee2fe3395f02c6d8fa3d530374da49a4121816cc9f002da"
[[package]]
name = "issuing"
version = "0.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1140ae26a0352b4207b2a5c3301c0e7eae3f0dfd4be62ca45e577f604c10036"
[[package]]
name = "libutils-console"
version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf37b6f9571c2b8b6ba0397fcd2d97a1e919dd2394fab4055a3ea73cec622ffc"
dependencies = [
"issuing",
]
[[package]]
name = "libutils-terminal"
version = "1.2.2"
dependencies = [
"bytediff",
"cagelock",
"issuing",
"libutils-console",
]