version = 4
[[package]]
name = "bytediff"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aac1c57d71acab36009e694c80bcda897eeb415a7841e1f421ed1c33cf44d971"
[[package]]
name = "libutils-cage"
version = "0.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9563575f635ca0ceff8ee47847b5a0038fda180d26c6455b0e2bd1039b12b64e"
[[package]]
name = "libutils-console"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eb1c516f7a29722872c00ec7693a6c79f312c83fa923259078fd49d47b99ca5"
dependencies = [
"libutils-issue",
]
[[package]]
name = "libutils-issue"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41e455a7196b779a18f0635bff20ad460b5757538a1a1fde36a6996224b3bd5c"
[[package]]
name = "libutils-terminal"
version = "1.1.1"
dependencies = [
"bytediff",
"libutils-cage",
"libutils-console",
"libutils-issue",
]