version = 4
[[package]]
name = "bytediff"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ab8ce4bebafa993ea93f19163bc0802211fc7435740af258d879652cc26068d"
[[package]]
name = "cagelock"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7eb03c781cbc284b34dd1129dc0adff7a5bc87e6a96edb11cf14c21943a48323"
[[package]]
name = "libutils-console"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c02df9e65903f84a6ab500ccee69d177efaede87d1b55162c1bf244177427873"
dependencies = [
"libutils-issue",
]
[[package]]
name = "libutils-issue"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "557c4fc35a91e0aa87107473e6a20215dcad280694635dd7bce666f71496a370"
[[package]]
name = "libutils-terminal"
version = "1.2.0"
dependencies = [
"bytediff",
"cagelock",
"libutils-console",
"libutils-issue",
]