version = 4
[[package]]
name = "active-reporting"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdda4dc04fd7eabb944c62d59573602cbfb80132e25c57a9e6a20ac29d582be2"
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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "825c1441cfdc108a27bfd2e7eaf0c53e58a6e0d84cb6f8a1f7b2c391f53acff4"
dependencies = [
"hashbrown",
]
[[package]]
name = "constrangeiter"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b66eb85a86c6e8836d6700d4cf7efcf591e5cb8eab0a38b6c7de642a721f8c3"
[[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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba22245e11fa3d332511089947090141341c42aee7848efcf77f4a13002e2d7e"
[[package]]
name = "libutils"
version = "10.0.0"
dependencies = [
"active-reporting",
"bytediff",
"cachetypes",
"constrangeiter",
"ebnftobnf",
"issuing",
"locks",
"stack-array",
"systemio",
"systemstd",
]
[[package]]
name = "locks"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62dcf8cb0f12ee56d981a6dd6a32c3dd72a457d8fc045aa19585c86a2d329818"
[[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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8c958b8b1b42d191a5539bb5a7a327c623ef757fa34bddddfc0cc187d38f4fd"
dependencies = [
"issuing",
]
[[package]]
name = "systemstd"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "099be0dd97e151a8aafc45ea108bc4272e5a8731deee94577508afc8c6a776e2"
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"