version = 3
[[package]]
name = "anyhow"
version = "1.0.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247"
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "basic-toml"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "823388e228f614e9558c6804262db37960ec8821856535f5c3f59913140558f8"
dependencies = [
"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 = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
[[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 = "data_type"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a70e614bc8fe1860fbcb8304137f402c271be28a03427a14efa706eec5da928e"
dependencies = [
"either",
"interval_adapter 0.5.0",
"type_constructor",
]
[[package]]
name = "derive_more"
version = "0.99.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
dependencies = [
"convert_case 0.4.0",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[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 0.6.0",
"proc-macro2",
"quote",
"syn 2.0.52",
]
[[package]]
name = "derive_tools"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "541dd93f119babdb53ae42b9915da6b7fee6d5b0fa755f64db4b051333471359"
dependencies = [
"cfg_aliases",
"derive_more 0.99.17",
"derive_tools_meta 0.8.0",
"variadic_from 0.3.0",
]
[[package]]
name = "derive_tools"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80613d2e58d981b4586108258e797015359286be32d41674431d156fd33c2d80"
dependencies = [
"cfg_aliases",
"derive_more 1.0.0-beta.6",
"derive_tools_meta 0.14.0",
"variadic_from 0.10.0",
]
[[package]]
name = "derive_tools_meta"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d943bfd36ce62a1f65844043efac1a99886f00eea54479021fa67e0973409c9c"
dependencies = [
"iter_tools 0.5.0",
"macro_tools 0.4.0",
]
[[package]]
name = "derive_tools_meta"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e898382ab50fc3a8169994483f659176d5195762475c9556b98198abfbd28c8"
dependencies = [
"iter_tools 0.11.0",
"macro_tools 0.19.0",
]
[[package]]
name = "diagnostics_tools"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dff1a0b5fe7ef1368a0863a22b639c94c990201341bcf3fef788a1a46b90bbbc"
dependencies = [
"pretty_assertions",
]
[[package]]
name = "diff"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
[[package]]
name = "dissimilar"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86e3bdc80eee6e16b2b6b0f87fbc98c04bee3455e35174c0de1a125d0688c632"
[[package]]
name = "either"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]]
name = "error_tools"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edc97d75081194bba298773a4803a850398979fc6d7f67ee582962814b2d3088"
dependencies = [
"anyhow",
"thiserror",
]
[[package]]
name = "for_each"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f62fc9b839fc40cc0945f944f5bf4639fe9d9e1c2b75cdaa0ac2b64f184d35b3"
[[package]]
name = "getrandom"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
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 = "implements"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a78f004b8502b191258a37757d2545cc4c6c00dbeac46370fe1e01046606c623"
[[package]]
name = "impls_index"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d27fb6a3d725ec0b0e29cbfe5ca786d899f8cb78719d98a16d0b0c0c03b9ed78"
dependencies = [
"impls_index_meta",
]
[[package]]
name = "impls_index_meta"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "630cc27f7c24cf463ba5eba52b7812462cf82e102ce84ebbbfee28152dab70a1"
dependencies = [
"macro_tools 0.4.0",
]
[[package]]
name = "inspect_type"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b05f04570f002e74394fa7e603ada364206f5a937256aeb0a0587288c7d44c78"
dependencies = [
"rustc_version",
]
[[package]]
name = "interval_adapter"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26f30a40fa934ab5080e8d0d8eaf4d8f6a50fd58ebd79ea286975b8623b5c8e"
[[package]]
name = "interval_adapter"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b827d4be332101f514916f5b71657dea1668595453b94668014ca94e137d9012"
[[package]]
name = "is_slice"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd269ba2ffddaa412dd988302d6da499f1fa63be0b86b35ad194a743a90bf011"
[[package]]
name = "iter_tools"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c02ab724c8fb76c8a4fcebb11e50e0760bc546782416ea364cea85e9c9849530"
dependencies = [
"itertools",
]
[[package]]
name = "iter_tools"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8fad3e38f1fe46e2c5bffa8d91cbd4df952e0cf8917374c6206580789f265a7"
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.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
[[package]]
name = "libc"
version = "0.2.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
[[package]]
name = "literally"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0d2be3f5a0d4d5c983d1f8ecc2a87676a0875a14feb9eebf0675f7c3e2f3c35"
[[package]]
name = "macro_tools"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "850d5def5d4a866ebc7120f5781a9173ea5f365e35f16737946404d45d03db76"
dependencies = [
"interval_adapter 0.5.0",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "macro_tools"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38f750e82b29e64db9581c01db41f7839d75358bd04032e202f9f3635d615656"
dependencies = [
"interval_adapter 0.13.0",
"proc-macro2",
"quote",
"syn 2.0.52",
]
[[package]]
name = "mem_tools"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7480d72460e3381a4bf9664375e703a0f3d0416daa99aa7e56e9f1f6bf4f49a"
[[package]]
name = "meta_tools"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70e2058e5d0cecbf5e81b95cef482958c9644059ad218d7cd6c51f196dba7ea6"
dependencies = [
"for_each",
"impls_index",
"literally",
"mod_interface 0.8.0",
"paste",
]
[[package]]
name = "mod_interface"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90a9ffb618099e53aa8d15e875f9bbbb13ccf784ef205e0cd36261735a655191"
dependencies = [
"mod_interface_meta 0.8.0",
]
[[package]]
name = "mod_interface"
version = "0.14.0"
dependencies = [
"mod_interface_meta 0.14.0",
"test_tools",
]
[[package]]
name = "mod_interface_meta"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31e30dc3c52b8b2071765b3dbe79b8c191cf9dcb86534a4626c7ebdb336936bc"
dependencies = [
"derive_tools 0.10.0",
"macro_tools 0.4.0",
]
[[package]]
name = "mod_interface_meta"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16131382d209a7318cdd58039f4ad62fa834e33ddc68e60df76b366a6a424064"
dependencies = [
"derive_tools 0.17.0",
"macro_tools 0.19.0",
]
[[package]]
name = "num-traits"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
dependencies = [
"autocfg",
]
[[package]]
name = "once_cell"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
[[package]]
name = "paste"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[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.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
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 = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
]
[[package]]
name = "rustversion"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
[[package]]
name = "ryu"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
[[package]]
name = "semver"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
[[package]]
name = "serde"
version = "1.0.197"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.197"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.52",
]
[[package]]
name = "serde_json"
version = "1.0.114"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
version = "2.0.52"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "termcolor"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
dependencies = [
"winapi-util",
]
[[package]]
name = "test_tools"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f08d2e7999a53ba39a4e6ee84de78a6045f91b98f6fa3e01f3b7b747a16a80e5"
dependencies = [
"data_type",
"diagnostics_tools",
"error_tools",
"mem_tools",
"meta_tools",
"num-traits",
"paste",
"rand",
"rustc_version",
"rustversion",
"trybuild",
"typing_tools",
]
[[package]]
name = "thiserror"
version = "1.0.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.52",
]
[[package]]
name = "trybuild"
version = "1.0.89"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a9d3ba662913483d6722303f619e75ea10b7855b0f8e0d72799cf8621bb488f"
dependencies = [
"basic-toml",
"dissimilar",
"glob",
"once_cell",
"serde",
"serde_derive",
"serde_json",
"termcolor",
]
[[package]]
name = "type_constructor"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a87077ae65c928e13e25ed8c9a33eaa0450bdedc2ab495f2c82acfa2951f2d54"
dependencies = [
"derive_tools 0.10.0",
]
[[package]]
name = "typing_tools"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f0e30db3c99dfedbaa16c9dc64f0ce8cd61318f41a24d6b59403a80dc6f40b0"
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 = "variadic_from"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "309aaf34fd17f03aa2ada262f35f0a5d619a010a92c7febb722f91d30c542ac4"
dependencies = [
"derive_tools_meta 0.8.0",
]
[[package]]
name = "variadic_from"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da8568988260d7e0f1ce6f429f2ee625e83be5fb7b80209a0dea80c15d0f9561"
dependencies = [
"derive_tools_meta 0.14.0",
]
[[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.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
dependencies = [
"winapi",
]
[[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 = "yansi"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"