David Brown | 1e1be9b | 2019-07-23 12:10:41 -0600 | [diff] [blame] | 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 3 | version = 3 |
| 4 | |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 5 | [[package]] |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 6 | name = "addr2line" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 7 | version = "0.17.0" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 9 | checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 10 | dependencies = [ |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 11 | "gimli", |
| 12 | ] |
| 13 | |
| 14 | [[package]] |
| 15 | name = "adler" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 16 | version = "1.0.2" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 18 | checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 19 | |
| 20 | [[package]] |
| 21 | name = "aho-corasick" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 22 | version = "0.7.18" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 24 | checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 25 | dependencies = [ |
| 26 | "memchr", |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 27 | ] |
| 28 | |
| 29 | [[package]] |
| 30 | name = "atty" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 31 | version = "0.2.14" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 32 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 33 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 34 | dependencies = [ |
David Brown | 8798337 | 2024-04-11 08:58:48 -0600 | [diff] [blame] | 35 | "hermit-abi 0.1.19", |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 36 | "libc", |
| 37 | "winapi", |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 38 | ] |
| 39 | |
| 40 | [[package]] |
| 41 | name = "autocfg" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 42 | version = "1.1.0" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 43 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 44 | checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 45 | |
| 46 | [[package]] |
| 47 | name = "backtrace" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 48 | version = "0.3.65" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 49 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 50 | checksum = "11a17d453482a265fd5f8479f2a3f405566e6ca627837aaddb85af8b1ab8ef61" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 51 | dependencies = [ |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 52 | "addr2line", |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 53 | "cc", |
| 54 | "cfg-if", |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 55 | "libc", |
| 56 | "miniz_oxide", |
| 57 | "object", |
| 58 | "rustc-demangle", |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 59 | ] |
| 60 | |
| 61 | [[package]] |
David Brown | 8798337 | 2024-04-11 08:58:48 -0600 | [diff] [blame] | 62 | name = "bitflags" |
| 63 | version = "2.5.0" |
| 64 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 65 | checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" |
| 66 | |
| 67 | [[package]] |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 68 | name = "cc" |
| 69 | version = "1.0.73" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 70 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 71 | checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 72 | |
| 73 | [[package]] |
| 74 | name = "cfg-if" |
| 75 | version = "1.0.0" |
| 76 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 77 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 78 | |
| 79 | [[package]] |
| 80 | name = "chrono" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 81 | version = "0.4.19" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 82 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 83 | checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 84 | dependencies = [ |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 85 | "libc", |
| 86 | "num-integer", |
| 87 | "num-traits", |
| 88 | "time", |
| 89 | "winapi", |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 90 | ] |
| 91 | |
| 92 | [[package]] |
David Brown | 8798337 | 2024-04-11 08:58:48 -0600 | [diff] [blame] | 93 | name = "clap" |
| 94 | version = "4.1.11" |
| 95 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 96 | checksum = "42dfd32784433290c51d92c438bb72ea5063797fc3cc9a21a8c4346bebbb2098" |
| 97 | dependencies = [ |
| 98 | "bitflags", |
| 99 | "clap_derive", |
| 100 | "clap_lex", |
| 101 | "is-terminal", |
| 102 | "once_cell", |
| 103 | "strsim", |
| 104 | "termcolor", |
| 105 | ] |
| 106 | |
| 107 | [[package]] |
| 108 | name = "clap_derive" |
| 109 | version = "4.1.9" |
| 110 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 111 | checksum = "fddf67631444a3a3e3e5ac51c36a5e01335302de677bd78759eaa90ab1f46644" |
| 112 | dependencies = [ |
| 113 | "heck", |
| 114 | "proc-macro-error", |
| 115 | "proc-macro2", |
| 116 | "quote", |
| 117 | "syn", |
| 118 | ] |
| 119 | |
| 120 | [[package]] |
| 121 | name = "clap_lex" |
| 122 | version = "0.3.3" |
| 123 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 124 | checksum = "033f6b7a4acb1f358c742aaca805c939ee73b4c6209ae4318ec7aca81c42e646" |
| 125 | dependencies = [ |
| 126 | "os_str_bytes", |
| 127 | ] |
| 128 | |
| 129 | [[package]] |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 130 | name = "env_logger" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 131 | version = "0.9.0" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 132 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 133 | checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 134 | dependencies = [ |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 135 | "atty", |
| 136 | "humantime", |
| 137 | "log", |
| 138 | "regex", |
| 139 | "termcolor", |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 140 | ] |
| 141 | |
| 142 | [[package]] |
| 143 | name = "failure" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 144 | version = "0.1.8" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 146 | checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 147 | dependencies = [ |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 148 | "backtrace", |
| 149 | "failure_derive", |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 150 | ] |
| 151 | |
| 152 | [[package]] |
| 153 | name = "failure_derive" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 154 | version = "0.1.8" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 155 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 156 | checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 157 | dependencies = [ |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 158 | "proc-macro2", |
| 159 | "quote", |
| 160 | "syn", |
| 161 | "synstructure", |
| 162 | ] |
| 163 | |
| 164 | [[package]] |
| 165 | name = "gimli" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 166 | version = "0.26.1" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 168 | checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 169 | |
| 170 | [[package]] |
David Brown | 8798337 | 2024-04-11 08:58:48 -0600 | [diff] [blame] | 171 | name = "heck" |
| 172 | version = "0.4.1" |
| 173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 174 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
| 175 | |
| 176 | [[package]] |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 177 | name = "hermit-abi" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 178 | version = "0.1.19" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 179 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 180 | checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 181 | dependencies = [ |
| 182 | "libc", |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 183 | ] |
| 184 | |
| 185 | [[package]] |
David Brown | 8798337 | 2024-04-11 08:58:48 -0600 | [diff] [blame] | 186 | name = "hermit-abi" |
| 187 | version = "0.3.9" |
| 188 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 189 | checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" |
| 190 | |
| 191 | [[package]] |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 192 | name = "humantime" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 193 | version = "2.1.0" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 194 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 195 | checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 196 | |
| 197 | [[package]] |
David Brown | 8798337 | 2024-04-11 08:58:48 -0600 | [diff] [blame] | 198 | name = "is-terminal" |
| 199 | version = "0.4.12" |
| 200 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 201 | checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" |
| 202 | dependencies = [ |
| 203 | "hermit-abi 0.3.9", |
| 204 | "libc", |
| 205 | "windows-sys", |
| 206 | ] |
| 207 | |
| 208 | [[package]] |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 209 | name = "libc" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 210 | version = "0.2.126" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 211 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 212 | checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 213 | |
| 214 | [[package]] |
| 215 | name = "linked-hash-map" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 216 | version = "0.5.4" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 217 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 218 | checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 219 | |
| 220 | [[package]] |
| 221 | name = "log" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 222 | version = "0.4.17" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 223 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 224 | checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 225 | dependencies = [ |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 226 | "cfg-if", |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 227 | ] |
| 228 | |
| 229 | [[package]] |
| 230 | name = "memchr" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 231 | version = "2.5.0" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 232 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 233 | checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 234 | |
| 235 | [[package]] |
| 236 | name = "miniz_oxide" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 237 | version = "0.5.3" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 238 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 239 | checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 240 | dependencies = [ |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 241 | "adler", |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 242 | ] |
| 243 | |
| 244 | [[package]] |
| 245 | name = "num-integer" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 246 | version = "0.1.45" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 247 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 248 | checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 249 | dependencies = [ |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 250 | "autocfg", |
| 251 | "num-traits", |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 252 | ] |
| 253 | |
| 254 | [[package]] |
| 255 | name = "num-traits" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 256 | version = "0.2.15" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 257 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 258 | checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 259 | dependencies = [ |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 260 | "autocfg", |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 261 | ] |
| 262 | |
| 263 | [[package]] |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 264 | name = "num_cpus" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 265 | version = "1.13.1" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 266 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 267 | checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 268 | dependencies = [ |
David Brown | 8798337 | 2024-04-11 08:58:48 -0600 | [diff] [blame] | 269 | "hermit-abi 0.1.19", |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 270 | "libc", |
| 271 | ] |
| 272 | |
| 273 | [[package]] |
| 274 | name = "object" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 275 | version = "0.28.4" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 276 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 277 | checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424" |
| 278 | dependencies = [ |
| 279 | "memchr", |
| 280 | ] |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 281 | |
| 282 | [[package]] |
David Brown | 8798337 | 2024-04-11 08:58:48 -0600 | [diff] [blame] | 283 | name = "once_cell" |
| 284 | version = "1.19.0" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 285 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 8798337 | 2024-04-11 08:58:48 -0600 | [diff] [blame] | 286 | checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" |
| 287 | |
| 288 | [[package]] |
| 289 | name = "os_str_bytes" |
| 290 | version = "6.6.1" |
| 291 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 292 | checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1" |
| 293 | |
| 294 | [[package]] |
| 295 | name = "proc-macro-error" |
| 296 | version = "1.0.4" |
| 297 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 298 | checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
| 299 | dependencies = [ |
| 300 | "proc-macro-error-attr", |
| 301 | "proc-macro2", |
| 302 | "quote", |
| 303 | "syn", |
| 304 | "version_check", |
| 305 | ] |
| 306 | |
| 307 | [[package]] |
| 308 | name = "proc-macro-error-attr" |
| 309 | version = "1.0.4" |
| 310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 311 | checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
| 312 | dependencies = [ |
| 313 | "proc-macro2", |
| 314 | "quote", |
| 315 | "version_check", |
| 316 | ] |
| 317 | |
| 318 | [[package]] |
| 319 | name = "proc-macro2" |
| 320 | version = "1.0.79" |
| 321 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 322 | checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 323 | dependencies = [ |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 324 | "unicode-ident", |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 325 | ] |
| 326 | |
| 327 | [[package]] |
| 328 | name = "ptest" |
| 329 | version = "0.1.0" |
| 330 | dependencies = [ |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 331 | "chrono", |
David Brown | 8798337 | 2024-04-11 08:58:48 -0600 | [diff] [blame] | 332 | "clap", |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 333 | "env_logger", |
| 334 | "failure", |
| 335 | "log", |
| 336 | "num_cpus", |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 337 | "std-semaphore", |
| 338 | "yaml-rust", |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 339 | ] |
| 340 | |
| 341 | [[package]] |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 342 | name = "quote" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 343 | version = "1.0.20" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 345 | checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 346 | dependencies = [ |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 347 | "proc-macro2", |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 348 | ] |
| 349 | |
| 350 | [[package]] |
| 351 | name = "regex" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 352 | version = "1.5.6" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 353 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 354 | checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 355 | dependencies = [ |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 356 | "aho-corasick", |
| 357 | "memchr", |
| 358 | "regex-syntax", |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 359 | ] |
| 360 | |
| 361 | [[package]] |
| 362 | name = "regex-syntax" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 363 | version = "0.6.26" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 364 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 365 | checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 366 | |
| 367 | [[package]] |
| 368 | name = "rustc-demangle" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 369 | version = "0.1.21" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 370 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 371 | checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 372 | |
| 373 | [[package]] |
| 374 | name = "std-semaphore" |
| 375 | version = "0.1.0" |
| 376 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 377 | checksum = "33ae9eec00137a8eed469fb4148acd9fc6ac8c3f9b110f52cd34698c8b5bfa0e" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 378 | |
| 379 | [[package]] |
David Brown | 8798337 | 2024-04-11 08:58:48 -0600 | [diff] [blame] | 380 | name = "strsim" |
| 381 | version = "0.10.0" |
| 382 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 383 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
| 384 | |
| 385 | [[package]] |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 386 | name = "syn" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 387 | version = "1.0.98" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 388 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 389 | checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 390 | dependencies = [ |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 391 | "proc-macro2", |
| 392 | "quote", |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 393 | "unicode-ident", |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 394 | ] |
| 395 | |
| 396 | [[package]] |
| 397 | name = "synstructure" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 398 | version = "0.12.6" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 399 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 400 | checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 401 | dependencies = [ |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 402 | "proc-macro2", |
| 403 | "quote", |
| 404 | "syn", |
| 405 | "unicode-xid", |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 406 | ] |
| 407 | |
| 408 | [[package]] |
| 409 | name = "termcolor" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 410 | version = "1.1.3" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 411 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 412 | checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 413 | dependencies = [ |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 414 | "winapi-util", |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 415 | ] |
| 416 | |
| 417 | [[package]] |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 418 | name = "time" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 419 | version = "0.1.44" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 420 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 421 | checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 422 | dependencies = [ |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 423 | "libc", |
| 424 | "wasi", |
| 425 | "winapi", |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 426 | ] |
| 427 | |
| 428 | [[package]] |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 429 | name = "unicode-ident" |
| 430 | version = "1.0.1" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 431 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | 2221143 | 2022-06-24 15:39:36 -0700 | [diff] [blame] | 432 | checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c" |
| 433 | |
| 434 | [[package]] |
| 435 | name = "unicode-xid" |
| 436 | version = "0.2.3" |
| 437 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 438 | checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 439 | |
| 440 | [[package]] |
David Brown | 8798337 | 2024-04-11 08:58:48 -0600 | [diff] [blame] | 441 | name = "version_check" |
| 442 | version = "0.9.4" |
| 443 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 444 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
| 445 | |
| 446 | [[package]] |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 447 | name = "wasi" |
| 448 | version = "0.10.0+wasi-snapshot-preview1" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 449 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 450 | checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 451 | |
| 452 | [[package]] |
| 453 | name = "winapi" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 454 | version = "0.3.9" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 455 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 456 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 457 | dependencies = [ |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 458 | "winapi-i686-pc-windows-gnu", |
| 459 | "winapi-x86_64-pc-windows-gnu", |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 460 | ] |
| 461 | |
| 462 | [[package]] |
| 463 | name = "winapi-i686-pc-windows-gnu" |
| 464 | version = "0.4.0" |
| 465 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 466 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 467 | |
| 468 | [[package]] |
| 469 | name = "winapi-util" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 470 | version = "0.1.5" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 471 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 472 | checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 473 | dependencies = [ |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 474 | "winapi", |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 475 | ] |
| 476 | |
| 477 | [[package]] |
| 478 | name = "winapi-x86_64-pc-windows-gnu" |
| 479 | version = "0.4.0" |
| 480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 481 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 482 | |
| 483 | [[package]] |
David Brown | 8798337 | 2024-04-11 08:58:48 -0600 | [diff] [blame] | 484 | name = "windows-sys" |
| 485 | version = "0.52.0" |
| 486 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 487 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 488 | dependencies = [ |
| 489 | "windows-targets", |
| 490 | ] |
| 491 | |
| 492 | [[package]] |
| 493 | name = "windows-targets" |
| 494 | version = "0.52.4" |
| 495 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 496 | checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b" |
| 497 | dependencies = [ |
| 498 | "windows_aarch64_gnullvm", |
| 499 | "windows_aarch64_msvc", |
| 500 | "windows_i686_gnu", |
| 501 | "windows_i686_msvc", |
| 502 | "windows_x86_64_gnu", |
| 503 | "windows_x86_64_gnullvm", |
| 504 | "windows_x86_64_msvc", |
| 505 | ] |
| 506 | |
| 507 | [[package]] |
| 508 | name = "windows_aarch64_gnullvm" |
| 509 | version = "0.52.4" |
| 510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 511 | checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9" |
| 512 | |
| 513 | [[package]] |
| 514 | name = "windows_aarch64_msvc" |
| 515 | version = "0.52.4" |
| 516 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 517 | checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675" |
| 518 | |
| 519 | [[package]] |
| 520 | name = "windows_i686_gnu" |
| 521 | version = "0.52.4" |
| 522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 523 | checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3" |
| 524 | |
| 525 | [[package]] |
| 526 | name = "windows_i686_msvc" |
| 527 | version = "0.52.4" |
| 528 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 529 | checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02" |
| 530 | |
| 531 | [[package]] |
| 532 | name = "windows_x86_64_gnu" |
| 533 | version = "0.52.4" |
| 534 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 535 | checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03" |
| 536 | |
| 537 | [[package]] |
| 538 | name = "windows_x86_64_gnullvm" |
| 539 | version = "0.52.4" |
| 540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 541 | checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177" |
| 542 | |
| 543 | [[package]] |
| 544 | name = "windows_x86_64_msvc" |
| 545 | version = "0.52.4" |
| 546 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 547 | checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8" |
| 548 | |
| 549 | [[package]] |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 550 | name = "yaml-rust" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 551 | version = "0.4.5" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 552 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 553 | checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 554 | dependencies = [ |
David Brown | ae8f8db | 2021-01-04 16:37:48 -0700 | [diff] [blame] | 555 | "linked-hash-map", |
David Brown | 2bc2685 | 2019-01-14 21:54:04 +0000 | [diff] [blame] | 556 | ] |