version = 4
[[package]]
name = "active-reporting"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4beece5288ef6740ca3ab06888e32a357b94dbebcd13af4fafd58f4859edd6af"
dependencies = [
"issuing",
"systemio",
"systemstd",
]
[[package]]
name = "aho-corasick"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
dependencies = [
"memchr",
]
[[package]]
name = "allocator-api2"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
[[package]]
name = "bytediff"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978633880e30c6dd266d7821a9e87062ef075fd4e11b49ca0029b366e1580acf"
[[package]]
name = "cachetypes"
version = "0.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e05767ef9c598896e48260d6c40921662e5af3ef85c1d323c9a13a9cd556e14"
dependencies = [
"hashbrown",
]
[[package]]
name = "constrangeiter"
version = "0.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27bb67e1636ff772f8f3ffac6dc6e45ce65284948f9aa52d0544258fabca1e9c"
[[package]]
name = "ebnftobnf"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "520e0c6aef7d2b3d6aca2a51506cd757aeecd364a5fde7d87f6b7caa1b47cd7f"
dependencies = [
"hashbrown",
"regex",
"typed-arena",
]
[[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 = "issuing"
version = "0.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1140ae26a0352b4207b2a5c3301c0e7eae3f0dfd4be62ca45e577f604c10036"
[[package]]
name = "libutils"
version = "8.0.1"
dependencies = [
"active-reporting",
"bytediff",
"cachetypes",
"constrangeiter",
"ebnftobnf",
"issuing",
"locks",
"stack-array",
"systemio",
"systemstd",
]
[[package]]
name = "locks"
version = "0.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d15cd6f4515e1f8d133d8b4d04d3f98d22877ef181c5cbe44361c118df39ccd0"
[[package]]
name = "memchr"
version = "2.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
[[package]]
name = "regex"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a0e75113e14dc5acb068cd0786884f214f1312650a3d36d269f5c4f3cdee8a2"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.4.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f388202e4b80542a0921078cc23b6333bcf1409c1e3f86404cae4766a6131db"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
[[package]]
name = "stack-array"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fc4caebeaa9a677a395709e0016de1cc1b270b9b8223f698f4cf47b9d572c46"
dependencies = [
"constrangeiter",
]
[[package]]
name = "systemio"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b083a15e5a2b609687152e98c97c08f1146c016f96f57a1d1444d29c92122f9"
dependencies = [
"issuing",
]
[[package]]
name = "systemstd"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe97c04360d7a7becdca745f8c56181363816eaa0414a7040fed53ae1c01467a"
dependencies = [
"bytediff",
"issuing",
"locks",
"systemio",
]
[[package]]
name = "typed-arena"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"