version = 4
[[package]]
name = "allocator-api2"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
[[package]]
name = "equivalent"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
[[package]]
name = "foldhash"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
[[package]]
name = "hashbrown"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
dependencies = [
"allocator-api2",
"equivalent",
"foldhash",
]
[[package]]
name = "libutils-array"
version = "9.36.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "715b5a5c0587abd4bd8cd6fbb50ede5d1a871baf05a5cd8166a6b7e925f7cc80"
[[package]]
name = "libutils-cage"
version = "9.36.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec62e4562f42f59494b2dece988e3429b2cd7f3dcefe9cd333bb2d22a15c8570"
[[package]]
name = "libutils-diff"
version = "9.36.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3fd956b66e8119cfa963f5f3bf8995c6ee7b4ca01d58bfbca17a04825adec78"
[[package]]
name = "libutils-issue"
version = "9.36.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa289b9e221c11e5ce5bc9d900665a3771f7943d3110398fe0ed143b42964f93"
[[package]]
name = "libutils-log"
version = "9.36.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f32c1d40696e8955045ac9a101d0cbe83d5b9351094d4f6cdaec5e47556994f0"
dependencies = [
"libutils-pointer",
]
[[package]]
name = "libutils-pointer"
version = "9.36.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72c2e69e6bade6b5d0e594079ac7c2ec3ea214adef6c84e49dc23fa6f50eb870"
[[package]]
name = "libutils-problem"
version = "9.36.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04c195546a5072bbfd77a0bb1bb8df155a85596ae4c959fce38b7f723647ab82"
dependencies = [
"libutils-array",
"libutils-issue",
]
[[package]]
name = "libutils-terminal"
version = "9.36.26"
dependencies = [
"hashbrown",
"libutils-cage",
"libutils-diff",
"libutils-issue",
"libutils-log",
"libutils-problem",
]