process_tools 0.6.0

Collection of algorithms and structures to handle processes properly.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "aho-corasick"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
dependencies = [
 "memchr",
]

[[package]]
name = "anstyle"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"

[[package]]
name = "anyhow"
version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"

[[package]]
name = "assert_fs"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cd762e110c8ed629b11b6cde59458cc1c71de78ebbcc30099fc8e0403a2a2ec"
dependencies = [
 "anstyle",
 "doc-comment",
 "globwalk",
 "predicates",
 "predicates-core",
 "predicates-tree",
 "tempfile",
]

[[package]]
name = "autocfg"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"

[[package]]
name = "bitflags"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"

[[package]]
name = "bstr"
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
dependencies = [
 "memchr",
 "serde",
]

[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"

[[package]]
name = "cfg_aliases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"

[[package]]
name = "clone_dyn"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31adddd0b3cd1c78af1d6453f6692b499d3e69b8a5ed700216e2e8d6d3884dac"
dependencies = [
 "clone_dyn_meta",
]

[[package]]
name = "clone_dyn_meta"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53eb47fea25038f358707de269cc6f4d94ca9cc8d24743a6d6db221fe627b02d"
dependencies = [
 "macro_tools 0.28.0",
]

[[package]]
name = "collection_tools"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f130b4ae48eeff4c38ea3f5e43112bc86207a20ac82831b9d105892a6985e597"

[[package]]
name = "const_format"
version = "0.2.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3a214c7af3d04997541b18d432afaff4c455e79e2029079647e72fc2bd27673"
dependencies = [
 "const_format_proc_macros",
]

[[package]]
name = "const_format_proc_macros"
version = "0.2.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7f6ff08fd20f4f299298a28e2dfa8a8ba1036e6cd2460ac1de7b425d76f2500"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-xid",
]

[[package]]
name = "convert_case"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
dependencies = [
 "unicode-segmentation",
]

[[package]]
name = "crossbeam-deque"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
dependencies = [
 "crossbeam-epoch",
 "crossbeam-utils",
]

[[package]]
name = "crossbeam-epoch"
version = "0.9.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
dependencies = [
 "crossbeam-utils",
]

[[package]]
name = "crossbeam-utils"
version = "0.8.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"

[[package]]
name = "data_type"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef41305812f84529cfec9048332f4cf71ef0f3484e41ccddb38f13c62edc8486"
dependencies = [
 "either",
 "interval_adapter 0.19.0",
]

[[package]]
name = "derive_more"
version = "1.0.0-beta.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7abbfc297053be59290e3152f8cbcd52c8642e0728b69ee187d991d4c1af08d"
dependencies = [
 "derive_more-impl",
]

[[package]]
name = "derive_more-impl"
version = "1.0.0-beta.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bba3e9872d7c58ce7ef0fcf1844fcc3e23ef2a58377b50df35dd98e42a5726e"
dependencies = [
 "convert_case",
 "proc-macro2",
 "quote",
 "syn",
 "unicode-xid",
]

[[package]]
name = "derive_tools"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "844ae3ab372b2e9434d866ce02bfa375de79c44646cc0b9e0db0cd07d68b0c34"
dependencies = [
 "cfg_aliases",
 "derive_more",
 "derive_tools_meta 0.16.0",
 "variadic_from 0.12.0",
]

[[package]]
name = "derive_tools"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e4b662c1e80cde332fa1344fd4e47aaf78d50cf7dc5f3b4175f2f0d154a316c"
dependencies = [
 "cfg_aliases",
 "derive_more",
 "derive_tools_meta 0.18.0",
 "variadic_from 0.14.0",
]

[[package]]
name = "derive_tools"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ca02b7497f33afce052e0f74e5c16602d850996939dcdbde70f9544033eddf5"
dependencies = [
 "cfg_aliases",
 "clone_dyn",
 "derive_more",
 "derive_tools_meta 0.23.0",
 "variadic_from 0.19.0",
]

[[package]]
name = "derive_tools_meta"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47e2c58c7acaa69741fcee75de09e5ae6aa4a6cfbad60365c1854d1516c70af0"
dependencies = [
 "iter_tools 0.13.0",
 "macro_tools 0.21.0",
]

[[package]]
name = "derive_tools_meta"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78712651893ec37117d3732eb864368d7447b1c3eed36985af67e52dcc04fbf"
dependencies = [
 "iter_tools 0.16.0",
 "macro_tools 0.24.0",
]

[[package]]
name = "derive_tools_meta"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62df3ce52d0bc5e03122e0599f1acc3b0d04f4a5d86e088fbd719c9b2b62dba7"
dependencies = [
 "const_format",
 "former_types",
 "iter_tools 0.17.0",
 "macro_tools 0.28.0",
]

[[package]]
name = "diagnostics_tools"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0687168964b659cef3b7dc20ecfe395f4ac998fe9b19992b21ab2b0b91b5cb9"
dependencies = [
 "pretty_assertions",
]

[[package]]
name = "diff"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"

[[package]]
name = "difflib"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"

[[package]]
name = "dissimilar"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59f8e79d1fbf76bdfbde321e902714bf6c49df88a7dda6fc682fc2979226962d"

[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"

[[package]]
name = "duct"
version = "0.13.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4ab5718d1224b63252cd0c6f74f6480f9ffeb117438a2e0f5cf6d9a4798929c"
dependencies = [
 "libc",
 "once_cell",
 "os_pipe",
 "shared_child",
]

[[package]]
name = "either"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"

[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"

[[package]]
name = "errno"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
dependencies = [
 "libc",
 "windows-sys",
]

[[package]]
name = "error_tools"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7f2f938ed1bc96c71100bedfbd961593b4aa11929a764619bf20f35fc4f334c"
dependencies = [
 "anyhow",
]

[[package]]
name = "error_tools"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e088dd97af80d9da842b8f2eee1599ed31243e32b4a3e4f617d2163cdfbef79"
dependencies = [
 "anyhow",
 "thiserror",
]

[[package]]
name = "error_tools"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a578de5f71d02b52d48ac7567631456be50cffee41e947a4da5b34a47908915f"
dependencies = [
 "anyhow",
]

[[package]]
name = "fastrand"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"

[[package]]
name = "for_each"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c1ecee6d6381e37b80486324157278df7bf6842c3bbc8c2690e2cc44bcf4f54"

[[package]]
name = "former"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cae28c5ef4af744289d5daeb8112f05764569920b9e3df9ebf7407f9e512e64"
dependencies = [
 "former_meta 0.12.0",
]

[[package]]
name = "former"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cea73ebdb74e45308afd2e40113b9d0597fc8326fb10c859f3baa07d36b383d"
dependencies = [
 "former_meta 2.2.0",
 "former_types",
]

[[package]]
name = "former_meta"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5efe8e5d0f5efa149a1303f81a0a93102b1e23a70e0efbe2dd5c91246e5f00db"
dependencies = [
 "iter_tools 0.13.0",
 "macro_tools 0.21.0",
]

[[package]]
name = "former_meta"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae958a5b45e28df64358241a14dd468b90856dbb944ea7557dda7ca6a6961496"
dependencies = [
 "const_format",
 "convert_case",
 "former_types",
 "iter_tools 0.17.0",
 "macro_tools 0.28.0",
]

[[package]]
name = "former_types"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60829d710f5f502433b919b1c6835b930b63f108e70e424ca28375dbfd0be632"
dependencies = [
 "collection_tools",
]

[[package]]
name = "getrandom"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
dependencies = [
 "cfg-if",
 "libc",
 "wasi",
]

[[package]]
name = "glob"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"

[[package]]
name = "globset"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
dependencies = [
 "aho-corasick",
 "bstr",
 "log",
 "regex-automata",
 "regex-syntax",
]

[[package]]
name = "globwalk"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757"
dependencies = [
 "bitflags",
 "ignore",
 "walkdir",
]

[[package]]
name = "hashbrown"
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"

[[package]]
name = "ignore"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
dependencies = [
 "crossbeam-deque",
 "globset",
 "log",
 "memchr",
 "regex-automata",
 "same-file",
 "walkdir",
 "winapi-util",
]

[[package]]
name = "implements"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1d8ea3636540b96d19fd4667e1db97080b697b4c3d716f89cbf8daaeccadc13"

[[package]]
name = "impls_index"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ca1da7ce28daf502b5890584cac4fbce1f93677f3d5921265d7e1477374a462"
dependencies = [
 "impls_index_meta",
]

[[package]]
name = "impls_index_meta"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6787a4439aad7ab8f4b9dc418fd74082b73576c4567ab299a4341218feef24d2"
dependencies = [
 "macro_tools 0.24.0",
]

[[package]]
name = "indexmap"
version = "2.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
dependencies = [
 "equivalent",
 "hashbrown",
]

[[package]]
name = "inspect_type"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d28d98658ea3130daf84864d7d4ae0e08c92cb70a80399d83d94b3c9fc1e30fe"
dependencies = [
 "rustc_version",
]

[[package]]
name = "interval_adapter"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5722d4a54f17c4bb4a48b19e382f0b7cd15191134d87bb5c7fcc948f0d26ffe3"

[[package]]
name = "interval_adapter"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f6e33a0f35004d1ffa02016ec98954d749630819360c75a6c46144149901910"

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

[[package]]
name = "is_slice"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11f562fc3ce17046bbdcf988af1e25d6bcb53e020d8f912e465d1109f7af615d"

[[package]]
name = "iter_tools"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d1c262b3c5ddddc3d756fff2680b8267c4aeb2f4d31dace472aa92e449327aa"
dependencies = [
 "itertools",
]

[[package]]
name = "iter_tools"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dda3e9ef0714a8ef9876e7ca830913ad3db4485fd60d5cfae4cc766a0636fca2"
dependencies = [
 "itertools",
]

[[package]]
name = "iter_tools"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55f9f40b3308a2367d5201430790786748b3e038982317dd880677c0f7b3f3f0"
dependencies = [
 "itertools",
]

[[package]]
name = "itertools"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
dependencies = [
 "either",
]

[[package]]
name = "itoa"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"

[[package]]
name = "libc"
version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"

[[package]]
name = "linux-raw-sys"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"

[[package]]
name = "literally"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0d2be3f5a0d4d5c983d1f8ecc2a87676a0875a14feb9eebf0675f7c3e2f3c35"

[[package]]
name = "log"
version = "0.4.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"

[[package]]
name = "macro_tools"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c0906bdecfd46669ba6845c1d73c4582ffec2dc2a2a6be7176a866d736c0885"
dependencies = [
 "interval_adapter 0.16.0",
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "macro_tools"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c07e0f6704a8006f40d7a9a4080147866b089a40afd84a6fe0d4d121adb6b2fd"
dependencies = [
 "interval_adapter 0.19.0",
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "macro_tools"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17c63898fb6bbcc299df7198f201be0acedf9d69220a771519bf34a2a6f2f19d"
dependencies = [
 "former_types",
 "interval_adapter 0.21.0",
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "mem_tools"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "126bff7477ae473840670462f41b91b9ccf0c4375a152a89c561a9771e07d9f3"

[[package]]
name = "memchr"
version = "2.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"

[[package]]
name = "meta_tools"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bee6af1144e16353cecf82a3f54bdd2335def02a3f7562f1b2699f5c3cb7f76f"
dependencies = [
 "for_each",
 "impls_index",
 "literally",
 "mod_interface 0.18.0",
 "paste",
]

[[package]]
name = "mod_interface"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1232208b7a6d337fcfe105837ccc1c76c4a42dcc302a7241a6782b82d92b74b3"
dependencies = [
 "mod_interface_meta 0.16.0",
]

[[package]]
name = "mod_interface"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a85d90c159a7097a0938e7129fef811fc5e9c4e809b86ade3c2e1d0e129fc2f1"
dependencies = [
 "mod_interface_meta 0.18.0",
]

[[package]]
name = "mod_interface"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "026eac6f9ed87963c4c453beea73feb31ed1958748235668f963e3363c2f2bc2"
dependencies = [
 "mod_interface_meta 0.21.0",
]

[[package]]
name = "mod_interface_meta"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30fed79981e3417bbd50750e8459411455539e92491d39d259da3123475b8c93"
dependencies = [
 "derive_tools 0.19.0",
 "macro_tools 0.21.0",
]

[[package]]
name = "mod_interface_meta"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eff91563a37aec553733f264118711110553dbfb6759059debb26135f8726e21"
dependencies = [
 "derive_tools 0.21.0",
 "macro_tools 0.24.0",
]

[[package]]
name = "mod_interface_meta"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6834898a60fc29dfe779998c426c3f92f9a7d9a5a09e3b23c147c051c5cbf0b4"
dependencies = [
 "derive_tools 0.24.0",
 "macro_tools 0.28.0",
]

[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
 "autocfg",
]

[[package]]
name = "once_cell"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"

[[package]]
name = "os_pipe"
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57119c3b893986491ec9aa85056780d3a0f3cf4da7cc09dd3650dbd6c6738fb9"
dependencies = [
 "libc",
 "windows-sys",
]

[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"

[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"

[[package]]
name = "predicates"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68b87bfd4605926cdfefc1c3b5f8fe560e3feca9d5552cf68c466d3d8236c7e8"
dependencies = [
 "anstyle",
 "difflib",
 "predicates-core",
]

[[package]]
name = "predicates-core"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"

[[package]]
name = "predicates-tree"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"
dependencies = [
 "predicates-core",
 "termtree",
]

[[package]]
name = "pretty_assertions"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
dependencies = [
 "diff",
 "yansi",
]

[[package]]
name = "proc-macro2"
version = "1.0.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec96c6a92621310b51366f1e28d05ef11489516e93be030060e5fc12024a49d6"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "process_tools"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23df46182cebb1271e6f76da9d295580fd2c3f1b9541defc2528560f64bd682f"
dependencies = [
 "duct",
 "error_tools 0.11.0",
 "former 0.13.0",
 "iter_tools 0.13.0",
 "mod_interface 0.16.0",
 "proper_path_tools 0.3.0",
]

[[package]]
name = "process_tools"
version = "0.6.0"
dependencies = [
 "assert_fs",
 "duct",
 "error_tools 0.14.0",
 "former 2.2.0",
 "iter_tools 0.17.0",
 "mod_interface 0.21.0",
 "proper_path_tools 0.7.0",
 "test_tools",
]

[[package]]
name = "proper_path_tools"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b0c685c1dd1e20ba337163a38db05e7a5c9c5da35898f0e374ed395f19f28ec"
dependencies = [
 "mod_interface 0.16.0",
]

[[package]]
name = "proper_path_tools"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7750173988f68266f75ac986f03f055e465e0ba62018a060a8943160de70b85a"
dependencies = [
 "mod_interface 0.21.0",
 "regex",
]

[[package]]
name = "quote"
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
 "libc",
 "rand_chacha",
 "rand_core",
]

[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
 "ppv-lite86",
 "rand_core",
]

[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
 "getrandom",
]

[[package]]
name = "regex"
version = "1.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
dependencies = [
 "aho-corasick",
 "memchr",
 "regex-automata",
 "regex-syntax",
]

[[package]]
name = "regex-automata"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
dependencies = [
 "aho-corasick",
 "memchr",
 "regex-syntax",
]

[[package]]
name = "regex-syntax"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"

[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
 "semver",
]

[[package]]
name = "rustix"
version = "0.38.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
dependencies = [
 "bitflags",
 "errno",
 "libc",
 "linux-raw-sys",
 "windows-sys",
]

[[package]]
name = "rustversion"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"

[[package]]
name = "ryu"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"

[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
 "winapi-util",
]

[[package]]
name = "semver"
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"

[[package]]
name = "serde"
version = "1.0.203"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
dependencies = [
 "serde_derive",
]

[[package]]
name = "serde_derive"
version = "1.0.203"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "serde_json"
version = "1.0.117"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
dependencies = [
 "itoa",
 "ryu",
 "serde",
]

[[package]]
name = "serde_spanned"
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0"
dependencies = [
 "serde",
]

[[package]]
name = "shared_child"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0d94659ad3c2137fef23ae75b03d5241d633f8acded53d672decfa0e6e0caef"
dependencies = [
 "libc",
 "winapi",
]

[[package]]
name = "syn"
version = "2.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "tempfile"
version = "3.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
dependencies = [
 "cfg-if",
 "fastrand",
 "rustix",
 "windows-sys",
]

[[package]]
name = "termcolor"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
dependencies = [
 "winapi-util",
]

[[package]]
name = "termtree"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"

[[package]]
name = "test_tools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eb535b3e2d91b12ca01ad09ce11b3167a33dab4974bb62673aa5e5846c60349"
dependencies = [
 "data_type",
 "diagnostics_tools",
 "error_tools 0.13.0",
 "mem_tools",
 "meta_tools",
 "num-traits",
 "paste",
 "process_tools 0.2.0",
 "rand",
 "rustc_version",
 "rustversion",
 "trybuild",
 "typing_tools",
]

[[package]]
name = "thiserror"
version = "1.0.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
dependencies = [
 "thiserror-impl",
]

[[package]]
name = "thiserror-impl"
version = "1.0.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "toml"
version = "0.8.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4e43f8cc456c9704c851ae29c67e17ef65d2c30017c17a9765b89c382dc8bba"
dependencies = [
 "serde",
 "serde_spanned",
 "toml_datetime",
 "toml_edit",
]

[[package]]
name = "toml_datetime"
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
dependencies = [
 "serde",
]

[[package]]
name = "toml_edit"
version = "0.22.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c127785850e8c20836d49732ae6abfa47616e60bf9d9f57c43c250361a9db96c"
dependencies = [
 "indexmap",
 "serde",
 "serde_spanned",
 "toml_datetime",
 "winnow",
]

[[package]]
name = "trybuild"
version = "1.0.96"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33a5f13f11071020bb12de7a16b925d2d58636175c20c11dc5f96cb64bb6c9b3"
dependencies = [
 "dissimilar",
 "glob",
 "serde",
 "serde_derive",
 "serde_json",
 "termcolor",
 "toml",
]

[[package]]
name = "typing_tools"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e5eb1b1c4f01f1636ad3497160460005a023beabaa1e877a3f8f2b958092170"
dependencies = [
 "implements",
 "inspect_type",
 "is_slice",
]

[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"

[[package]]
name = "unicode-segmentation"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"

[[package]]
name = "unicode-xid"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"

[[package]]
name = "variadic_from"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50cb67558fcbcfea1f7a177501130fac9ee4abae391edb60e331719939ce63fc"
dependencies = [
 "derive_tools_meta 0.16.0",
]

[[package]]
name = "variadic_from"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "621afe0837d14afbd8ea4012b9262e85437540ac260eabfe0585da6d1448454a"
dependencies = [
 "derive_tools_meta 0.18.0",
]

[[package]]
name = "variadic_from"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a6960d82a75f824807869e442064915a0df47fb891db5e51bf9da8fc54ca552"
dependencies = [
 "derive_tools_meta 0.23.0",
]

[[package]]
name = "walkdir"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
dependencies = [
 "same-file",
 "winapi-util",
]

[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"

[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
 "winapi-i686-pc-windows-gnu",
 "winapi-x86_64-pc-windows-gnu",
]

[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"

[[package]]
name = "winapi-util"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
dependencies = [
 "windows-sys",
]

[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"

[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
 "windows-targets",
]

[[package]]
name = "windows-targets"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
dependencies = [
 "windows_aarch64_gnullvm",
 "windows_aarch64_msvc",
 "windows_i686_gnu",
 "windows_i686_gnullvm",
 "windows_i686_msvc",
 "windows_x86_64_gnu",
 "windows_x86_64_gnullvm",
 "windows_x86_64_msvc",
]

[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"

[[package]]
name = "windows_aarch64_msvc"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"

[[package]]
name = "windows_i686_gnu"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"

[[package]]
name = "windows_i686_gnullvm"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"

[[package]]
name = "windows_i686_msvc"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"

[[package]]
name = "windows_x86_64_gnu"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"

[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"

[[package]]
name = "windows_x86_64_msvc"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"

[[package]]
name = "winnow"
version = "0.6.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86c949fede1d13936a99f14fafd3e76fd642b556dd2ce96287fbe2e0151bfac6"
dependencies = [
 "memchr",
]

[[package]]
name = "yansi"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"