version = 3
[[package]]
name = "aho-corasick"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab"
dependencies = [
"memchr",
]
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
"winapi",
]
[[package]]
name = "anyhow"
version = "1.0.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
[[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.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bfc506e7a2370ec239e1d072507b2a80c833083699d3c6fa176fbb4de8448c6"
dependencies = [
"serde",
]
[[package]]
name = "clone_dyn"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc292360ab9d428a88d02c3145965a00ac5e9f95facf872f1a184dd2c055f179"
dependencies = [
"clone_dyn_meta",
]
[[package]]
name = "clone_dyn_meta"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7689e3a08daa66f153e3ef9659c96e89af6fdccd2b2e96cd11c0d6e04522c42e"
dependencies = [
"proc_macro_tools",
]
[[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.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb4a24b1aaf0fd0ce8b45161144d6f42cd91677fd5940fd431183eb023b3a2b8"
[[package]]
name = "ctor"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
dependencies = [
"quote",
"syn 1.0.109",
]
[[package]]
name = "data_type"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89ad369b4504c1f2fa57e4cd7377e276c65fd92e9fd04caeb654ab7a88c00613"
dependencies = [
"either",
"type_constructor",
"winterval",
]
[[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",
"rustc_version",
"syn 1.0.109",
]
[[package]]
name = "derive_tools"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da7ce30a190d88bbd1d3d2c0701706e08b183831dfe42f5a51fdb041604a8c35"
dependencies = [
"clone_dyn",
"derive_more",
"parse-display",
]
[[package]]
name = "diagnostics_tools"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "540a48952cba46b78e8afe4fe75bf1fe81a5eecda12ffbb6e8defbe9a228a7f2"
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 = "for_each"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6408985cf5807463d9af0afb2d8d921543f5aaff31eceba08bfe0147960a76f"
[[package]]
name = "former"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6afbfaa073db9b09278280bc9e6a12351b3fab3b216d88fd338ed0d5815fdf11"
dependencies = [
"former_meta",
"former_runtime",
]
[[package]]
name = "former_meta"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b52f85b6ba531a83e2c9b97ced5496ae58dc0736bc00710a76febb5882bfb93d"
dependencies = [
"iter_tools 0.1.4",
"proc-macro2",
"proc_macro_tools",
"quote",
"syn 1.0.109",
]
[[package]]
name = "former_runtime"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c663db9356d731874b6a2b2752040dea09bf29e18dc83a0a8917312af7766696"
[[package]]
name = "glob"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
[[package]]
name = "implements"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b5cd6e6fbe81f68b08a22b019d02f1d793c8061712ca5ae36c36a6d3dc9bdc1"
[[package]]
name = "impls_index"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fa550c7d9e3db816fdb62d49723319429f67d8d3de4c536f339fc5df5535e00"
dependencies = [
"impls_index_meta",
]
[[package]]
name = "impls_index_meta"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86b0b00a6fdb7bacf63992c24a5713c4997293d17eabda4db752783e0332a0de"
dependencies = [
"proc_macro_tools",
]
[[package]]
name = "inspect_type"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09839e4d647beacf436bb92a0a0255493912aaee453e5b16909fb8ddc3413796"
[[package]]
name = "is_slice"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1039606574f11887e9c9ec9a09ae958521308283992fde5125c42ae43fa7553a"
[[package]]
name = "iter_tools"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "531cafdc99b3b3252bb32f5620e61d56b19415efc19900b12d1b2e7483854897"
dependencies = [
"itertools 0.10.5",
]
[[package]]
name = "iter_tools"
version = "0.2.0"
dependencies = [
"itertools 0.11.0",
"test_tools",
]
[[package]]
name = "itertools"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
[[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.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
[[package]]
name = "literally"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0d2be3f5a0d4d5c983d1f8ecc2a87676a0875a14feb9eebf0675f7c3e2f3c35"
[[package]]
name = "mem_tools"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0239a4c39d91820f8a19211709bc939b0990fd6887433d802b4be31b6723147"
[[package]]
name = "memchr"
version = "2.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
[[package]]
name = "meta_tools"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9ef1f7ba25b5b9fb5a7dbf25f806c3aa63b0a12ff21581224eac7582535794"
dependencies = [
"for_each",
"former",
"impls_index",
"literally",
"mod_interface",
"paste",
"woptions",
]
[[package]]
name = "meta_tools_min"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b7209cdc55e6f1ce30e1bf526e50f68d4dec99c4c5ebe11551edb023bc0d8cb"
dependencies = [
"for_each",
"impls_index",
"literally",
"mod_interface",
"paste",
]
[[package]]
name = "mod_interface"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35d7b55767d9003d2a4f6fc19307768ace693bd7f84aef99269f702d80ba9a5f"
dependencies = [
"mod_interface_meta",
"mod_interface_runtime",
]
[[package]]
name = "mod_interface_meta"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9854ac8c77ec313478508a626b37f124abea09958bda57d0cb55c23984b3d42f"
dependencies = [
"derive_tools",
"proc_macro_tools",
]
[[package]]
name = "mod_interface_runtime"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13fdfc7505343ddabb88f17228d2bcdcd5a82596f57bc7cf1b5e1dfaf6ca858"
[[package]]
name = "num-traits"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
dependencies = [
"autocfg",
]
[[package]]
name = "once_cell"
version = "1.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac8b1a9b2518dc799a2271eff1688707eb315f0d4697aa6b0871369ca4c4da55"
[[package]]
name = "output_vt100"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
dependencies = [
"winapi",
]
[[package]]
name = "parse-display"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "813e91c6232dbeb2e9deba0eb0dc5c967bd6f380676fd34419f9ddd71411faa7"
dependencies = [
"once_cell",
"parse-display-derive",
"regex",
]
[[package]]
name = "parse-display-derive"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "007ed61a69cf7d9b95cc5dc18489dbb4f70d4adb0a0c100e2dd46f0be241711a"
dependencies = [
"once_cell",
"proc-macro2",
"quote",
"regex",
"regex-syntax 0.6.29",
"structmeta",
"syn 1.0.109",
]
[[package]]
name = "paste"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
[[package]]
name = "pretty_assertions"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c89f989ac94207d048d92db058e4f6ec7342b0971fc58d1271ca148b799b3563"
dependencies = [
"ansi_term",
"ctor",
"diff",
"output_vt100",
]
[[package]]
name = "proc-macro2"
version = "1.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b1106fec09662ec6dd98ccac0f81cef56984d0b49f75c92d8cbad76e20c005c"
dependencies = [
"unicode-ident",
]
[[package]]
name = "proc_macro_tools"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73896fc97fb55b1845bcc4517428528b08970fd3042262cf0f5207763e2bacef"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
"type_constructor",
"winterval",
]
[[package]]
name = "quote"
version = "1.0.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
dependencies = [
"proc-macro2",
]
[[package]]
name = "regex"
version = "1.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebee201405406dbf528b8b672104ae6d6d63e6d118cb10e4d51abbc7b58044ff"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax 0.7.5",
]
[[package]]
name = "regex-automata"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax 0.7.5",
]
[[package]]
name = "regex-syntax"
version = "0.6.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
[[package]]
name = "regex-syntax"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
[[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.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
[[package]]
name = "semver"
version = "1.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0"
[[package]]
name = "serde"
version = "1.0.188"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.188"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.38",
]
[[package]]
name = "serde_json"
version = "1.0.107"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "structmeta"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "104842d6278bf64aa9d2f182ba4bde31e8aec7a131d29b7f444bb9b344a09e2a"
dependencies = [
"proc-macro2",
"quote",
"structmeta-derive",
"syn 1.0.109",
]
[[package]]
name = "structmeta-derive"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24420be405b590e2d746d83b01f09af673270cf80e9b003a5fa7b651c58c7d93"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[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.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "termcolor"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64"
dependencies = [
"winapi-util",
]
[[package]]
name = "test_tools"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2a7c9ff4ec5e8a1888c8c0cb53eebd2fde6b06053cedc358c4053f0c8a6a0d3"
dependencies = [
"wtest_basic",
]
[[package]]
name = "trybuild"
version = "1.0.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "196a58260a906cedb9bf6d8034b6379d0c11f552416960452f267402ceeddff1"
dependencies = [
"basic-toml",
"dissimilar",
"glob",
"once_cell",
"serde",
"serde_derive",
"serde_json",
"termcolor",
]
[[package]]
name = "type_constructor"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a0f49020ae7d75fc293a5d6d284fee30ccd7db17a49444f427413a05a68a076"
[[package]]
name = "typing_tools"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd8791d60722855b1cfb50763234629a2d68256983c2b48512b2c7257273e846"
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 = "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 = "winterval"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5ea7d17e4377dc68a8741238f8047391896eae89c21297e15828253c40b80aa"
[[package]]
name = "woptions"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b1df1fbfb293ac9623002e66e5de9908871b99e88d292336276224c27abd79a"
dependencies = [
"former",
"woptions_meta",
"woptions_runtime",
]
[[package]]
name = "woptions_meta"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "511e1b77f4fda2abc8cd1f571c901922057ad880e016eded1a02b14288b34c33"
dependencies = [
"convert_case 0.5.0",
"iter_tools 0.1.4",
"meta_tools_min",
"proc_macro_tools",
]
[[package]]
name = "woptions_runtime"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00c71cf05fc1909d20f781c7a2a41e85877be4429c36987ef980d99f5970fdb6"
dependencies = [
"former",
]
[[package]]
name = "wtest_basic"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40074032f3e457e89df600b9b72979cad0b27783dca8af3d78d538152ea4c9e3"
dependencies = [
"anyhow",
"data_type",
"diagnostics_tools",
"mem_tools",
"meta_tools",
"num-traits",
"paste",
"rustversion",
"trybuild",
"typing_tools",
]