libutils 14.0.0

A general utility library
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "active-reporting"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adb21dc1bc00c0d925e3a5df5a2a95246929c3241c86dff7fe621d45ff893136"
dependencies = [
 "issuing",
 "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.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ccdaace0f7222f2a95f76e8337376132b76e5e22042187f328af0e5400d8ebe"

[[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.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1daa1a89a0fd061efb97f69c26dcb98f50edcdfec44546916ca65f4cd5058a50"

[[package]]
name = "ebnftobnf"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02e24db388413423c61e356925de85ef0fef854fdcfd235c52c58e6ae011368d"
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.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a86d5635515cc899e69ac8cd6eaa9e759b0789bac1c150f7033869f061d234c5"

[[package]]
name = "libutils"
version = "14.0.0"
dependencies = [
 "active-reporting",
 "bytediff",
 "cachetypes",
 "constrangeiter",
 "ebnftobnf",
 "issuing",
 "locks",
 "stack-array",
 "systemstd",
]

[[package]]
name = "locks"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7732e50ba282367c9780c161d7f88242d500cc9b284378f4397bb37c91cc5372"

[[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.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39a4bb54beb23fe783a151b4a8bac39da8cc2725b0febe50da37bee71112cb17"
dependencies = [
 "constrangeiter",
]

[[package]]
name = "systemstd"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d4af941c8cea442b52fd175de2991a62e4361c96f71ae0ace236fb4312e619b"
dependencies = [
 "bytediff",
 "issuing",
 "locks",
]

[[package]]
name = "typed-arena"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"