libutils 4.1.0

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

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

[[package]]
name = "cagelock"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7eb03c781cbc284b34dd1129dc0adff7a5bc87e6a96edb11cf14c21943a48323"

[[package]]
name = "constrangeiter"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e48c796491e4b646aeba07d066ca8981ceafc7a723c63c43ca455c35e30efa3"

[[package]]
name = "ebnftobnf"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "326c398a05e033972ea47e81bb9aaccddb8513969af33b7118b72c0d08a74f79"
dependencies = [
 "hashbrown",
 "regex",
]

[[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"
version = "4.1.0"
dependencies = [
 "bytediff",
 "cagelock",
 "constrangeiter",
 "ebnftobnf",
 "libutils-array",
 "libutils-console",
 "libutils-issue",
 "libutils-report",
 "libutils-terminal",
]

[[package]]
name = "libutils-array"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bcdf16e5ee08c3566e0dd22a26db0a6adc39b9a4b8b6756007ea38bc9316fc"
dependencies = [
 "constrangeiter",
]

[[package]]
name = "libutils-console"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c02df9e65903f84a6ab500ccee69d177efaede87d1b55162c1bf244177427873"
dependencies = [
 "libutils-issue",
]

[[package]]
name = "libutils-issue"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "557c4fc35a91e0aa87107473e6a20215dcad280694635dd7bce666f71496a370"

[[package]]
name = "libutils-report"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e99647e1392906a87a75590dd85c6e575b606b7e6bb6e082f843494e4370bdf0"
dependencies = [
 "libutils-console",
 "libutils-issue",
 "libutils-terminal",
]

[[package]]
name = "libutils-terminal"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "259647879cb16c3e999710c9e10954735b03c3ed9fba351a6927d9cc03360ae9"
dependencies = [
 "bytediff",
 "cagelock",
 "libutils-console",
 "libutils-issue",
]

[[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"