version = 3
[[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.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[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.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"
dependencies = [
"quote",
"syn",
]
[[package]]
name = "diagnostics_tools"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e8e045ea5dd00303294e37730139a06dc75ffec9e5ff05e92ab7132f15af5f2"
dependencies = [
"pretty_assertions",
]
[[package]]
name = "diff"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
[[package]]
name = "dissimilar"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c97b9233581d84b8e1e689cdd3a47b6f69770084fc246e86a7f78b0d9c1d4a5"
[[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.1.3"
dependencies = [
"anyhow",
"test_tools",
"thiserror",
]
[[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.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "057bc66a5e52a1e9e2f2ef92723a9a6f9568cffe99c42e5058f2ee2905a2c216"
dependencies = [
"former_meta",
"former_runtime",
]
[[package]]
name = "former_meta"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b0eefd04e682a9d8fabc56f74552a47b125314d3fefd92ceca7bf284f676199"
dependencies = [
"iter_tools",
"proc-macro2",
"proc_macro_tools",
"quote",
"syn",
]
[[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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f709fc6b76a093e628f43e475145fb3774e0311e27d935b36bdfc64e72614fb"
dependencies = [
"impls_index_meta",
]
[[package]]
name = "impls_index_meta"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3ff2cab3f129e4614029902f98e9f8299e69212db04f7579ac95db2887b922c"
dependencies = [
"proc-macro2",
"proc_macro_tools",
"quote",
"syn",
"werror",
]
[[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.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ee1f87ffbdadd88f99d74b86f5139a74b37b4a8d3d08b18e227a96147e27151"
dependencies = [
"itertools",
]
[[package]]
name = "itertools"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
[[package]]
name = "literally"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0d2be3f5a0d4d5c983d1f8ecc2a87676a0875a14feb9eebf0675f7c3e2f3c35"
[[package]]
name = "meta_tools"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6610c98c93cdc9ea25267a24f9464a456182dafd5a2a9dafd50ea8e9e70d796"
dependencies = [
"for_each",
"former",
"impls_index",
"literally",
"mod_interface",
"woptions",
]
[[package]]
name = "meta_tools_min"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30feffbaa9ba1cd2dfb04ab413fe47243529daea3fbed9dd34481ecde5aa0fc8"
dependencies = [
"for_each",
"impls_index",
"literally",
"mod_interface",
]
[[package]]
name = "mod_interface"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fef91979d4fa144017fac853d94e7758d94ae89e39b6fae678f3838cb53c9d7"
dependencies = [
"mod_interface_meta",
"mod_interface_runtime",
]
[[package]]
name = "mod_interface_meta"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fe8a9ef1569f519bacdc8fba5ccba8a04c4f2bf45e9cf3c1fb800b87e6ea82f"
dependencies = [
"proc_macro_tools",
]
[[package]]
name = "mod_interface_runtime"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83c53ae5e4158f67f839f584ca5f49791b0bd00b597e514dc4543174fe70a661"
[[package]]
name = "num-traits"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
"autocfg",
]
[[package]]
name = "once_cell"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
[[package]]
name = "output_vt100"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
dependencies = [
"winapi",
]
[[package]]
name = "paste"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
[[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.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"
dependencies = [
"unicode-ident",
]
[[package]]
name = "proc_macro_tools"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a96b64ac99692f3b6bd66bedda6d25ba397199ae6ca8b9569748362e2f2ad52"
dependencies = [
"proc-macro2",
"quote",
"syn",
"type_constructor",
"winterval",
]
[[package]]
name = "quote"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
dependencies = [
"proc-macro2",
]
[[package]]
name = "rustversion"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"
[[package]]
name = "ryu"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
[[package]]
name = "serde"
version = "1.0.137"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
[[package]]
name = "serde_derive"
version = "1.0.137"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
version = "1.0.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "syn"
version = "1.0.96"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "termcolor"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
dependencies = [
"winapi-util",
]
[[package]]
name = "test_tools"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59460ca44b1420393d544589eb62e4e1a5b72b4daa02e6aaef6c28580d6b0647"
dependencies = [
"wtest_basic",
]
[[package]]
name = "thiserror"
version = "1.0.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "toml"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
dependencies = [
"serde",
]
[[package]]
name = "trybuild"
version = "1.0.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "764b9e244b482a9b81bde596aa37aa6f1347bf8007adab25e59f901b32b4e0a0"
dependencies = [
"dissimilar",
"glob",
"once_cell",
"serde",
"serde_derive",
"serde_json",
"termcolor",
"toml",
]
[[package]]
name = "type_constructor"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edf592861b2f6e1a4381c3f80f0edebf281666b18233073d8eb34a502c65240f"
[[package]]
name = "typing_tools"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de8a8ed8ac53488ddaefd76b451f11b046f1daf3d9044d6b82c3603bf3d5fa6"
dependencies = [
"implements",
"inspect_type",
"is_slice",
]
[[package]]
name = "unicode-ident"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"
[[package]]
name = "werror"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59fe0181744047c814e4ffb5ff58e817e798298b4197f344bc697440f5624c0"
[[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.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
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.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a46506accbb38dde5a8d8c3fbc92d5c993238fd165c4f2046bde25da7ae10c86"
[[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",
"iter_tools",
"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.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0cd745e4629e98d80d2605649e5648b6abe8fff693ecfe4a25f0ccf1c21bb5eb"
dependencies = [
"anyhow",
"diagnostics_tools",
"meta_tools",
"num-traits",
"paste",
"rustversion",
"trybuild",
"typing_tools",
]