Skyler Grey | cfee096 | 2022-08-19 22:40:53 +0100 | [diff] [blame] | 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 3 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "ahash" |
| 7 | version = "0.7.6" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" |
| 10 | dependencies = [ |
| 11 | "getrandom", |
| 12 | "once_cell", |
| 13 | "version_check", |
| 14 | ] |
| 15 | |
| 16 | [[package]] |
| 17 | name = "autocfg" |
| 18 | version = "1.1.0" |
| 19 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 20 | checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
| 21 | |
| 22 | [[package]] |
| 23 | name = "cbitset" |
| 24 | version = "0.2.0" |
| 25 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 26 | checksum = "29b6ad25ae296159fb0da12b970b2fe179b234584d7cd294c891e2bbb284466b" |
| 27 | dependencies = [ |
| 28 | "num-traits", |
| 29 | ] |
| 30 | |
| 31 | [[package]] |
| 32 | name = "cc" |
| 33 | version = "1.0.73" |
| 34 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" |
| 36 | |
| 37 | [[package]] |
| 38 | name = "cfg-if" |
| 39 | version = "1.0.0" |
| 40 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 41 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| 42 | |
| 43 | [[package]] |
| 44 | name = "countme" |
| 45 | version = "2.0.4" |
| 46 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 47 | checksum = "328b822bdcba4d4e402be8d9adb6eebf269f969f8eadef977a553ff3c4fbcb58" |
| 48 | |
| 49 | [[package]] |
| 50 | name = "crossbeam-channel" |
| 51 | version = "0.5.6" |
| 52 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 53 | checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521" |
| 54 | dependencies = [ |
| 55 | "cfg-if", |
| 56 | "crossbeam-utils", |
| 57 | ] |
| 58 | |
| 59 | [[package]] |
| 60 | name = "crossbeam-utils" |
| 61 | version = "0.8.11" |
| 62 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 63 | checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc" |
| 64 | dependencies = [ |
| 65 | "cfg-if", |
| 66 | "once_cell", |
| 67 | ] |
| 68 | |
| 69 | [[package]] |
| 70 | name = "cursive" |
| 71 | version = "0.19.0" |
| 72 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 73 | checksum = "f3dc950f7cbc2aeb48ba253623fcd21357b15170a0e7c5f6433081d95808b7fd" |
| 74 | dependencies = [ |
| 75 | "ahash", |
| 76 | "cfg-if", |
| 77 | "crossbeam-channel", |
| 78 | "cursive_core", |
| 79 | "lazy_static", |
| 80 | "libc", |
| 81 | "log", |
| 82 | "maplit", |
| 83 | "ncurses", |
| 84 | "signal-hook", |
| 85 | "term_size", |
| 86 | "unicode-segmentation", |
| 87 | "unicode-width", |
| 88 | ] |
| 89 | |
| 90 | [[package]] |
| 91 | name = "cursive_core" |
| 92 | version = "0.3.4" |
| 93 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 94 | checksum = "4f8332f2d1dc815a1c72aa95cba6a557198b8e875371a8f1951037f510d7e257" |
| 95 | dependencies = [ |
| 96 | "ahash", |
| 97 | "crossbeam-channel", |
| 98 | "enum-map", |
| 99 | "enumset", |
| 100 | "lazy_static", |
| 101 | "log", |
| 102 | "num", |
| 103 | "owning_ref", |
| 104 | "time", |
| 105 | "unicode-segmentation", |
| 106 | "unicode-width", |
| 107 | "xi-unicode", |
| 108 | ] |
| 109 | |
| 110 | [[package]] |
| 111 | name = "darling" |
| 112 | version = "0.13.4" |
| 113 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 114 | checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c" |
| 115 | dependencies = [ |
| 116 | "darling_core", |
| 117 | "darling_macro", |
| 118 | ] |
| 119 | |
| 120 | [[package]] |
| 121 | name = "darling_core" |
| 122 | version = "0.13.4" |
| 123 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 124 | checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610" |
| 125 | dependencies = [ |
| 126 | "fnv", |
| 127 | "ident_case", |
| 128 | "proc-macro2", |
| 129 | "quote", |
| 130 | "syn", |
| 131 | ] |
| 132 | |
| 133 | [[package]] |
| 134 | name = "darling_macro" |
| 135 | version = "0.13.4" |
| 136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 137 | checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835" |
| 138 | dependencies = [ |
| 139 | "darling_core", |
| 140 | "quote", |
| 141 | "syn", |
| 142 | ] |
| 143 | |
| 144 | [[package]] |
| 145 | name = "enum-map" |
| 146 | version = "2.4.1" |
| 147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 148 | checksum = "f5a56d54c8dd9b3ad34752ed197a4eb2a6601bc010808eb097a04a58ae4c43e1" |
| 149 | dependencies = [ |
| 150 | "enum-map-derive", |
| 151 | ] |
| 152 | |
| 153 | [[package]] |
| 154 | name = "enum-map-derive" |
| 155 | version = "0.10.0" |
| 156 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 157 | checksum = "a9045e2676cd5af83c3b167d917b0a5c90a4d8e266e2683d6631b235c457fc27" |
| 158 | dependencies = [ |
| 159 | "proc-macro2", |
| 160 | "quote", |
| 161 | "syn", |
| 162 | ] |
| 163 | |
| 164 | [[package]] |
| 165 | name = "enumset" |
| 166 | version = "1.0.11" |
| 167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 168 | checksum = "4799cdb24d48f1f8a7a98d06b7fde65a85a2d1e42b25a889f5406aa1fbefe074" |
| 169 | dependencies = [ |
| 170 | "enumset_derive", |
| 171 | ] |
| 172 | |
| 173 | [[package]] |
| 174 | name = "enumset_derive" |
| 175 | version = "0.6.0" |
| 176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 177 | checksum = "ea83a3fbdc1d999ccfbcbee717eab36f8edf2d71693a23ce0d7cca19e085304c" |
| 178 | dependencies = [ |
| 179 | "darling", |
| 180 | "proc-macro2", |
| 181 | "quote", |
| 182 | "syn", |
| 183 | ] |
| 184 | |
| 185 | [[package]] |
| 186 | name = "fnv" |
| 187 | version = "1.0.7" |
| 188 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 189 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| 190 | |
| 191 | [[package]] |
| 192 | name = "getrandom" |
| 193 | version = "0.2.7" |
| 194 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 195 | checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6" |
| 196 | dependencies = [ |
| 197 | "cfg-if", |
| 198 | "libc", |
| 199 | "wasi", |
| 200 | ] |
| 201 | |
| 202 | [[package]] |
| 203 | name = "hashbrown" |
| 204 | version = "0.9.1" |
| 205 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 206 | checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" |
| 207 | |
| 208 | [[package]] |
| 209 | name = "ident_case" |
| 210 | version = "1.0.1" |
| 211 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 212 | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| 213 | |
| 214 | [[package]] |
| 215 | name = "itoa" |
| 216 | version = "1.0.3" |
| 217 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 218 | checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754" |
| 219 | |
| 220 | [[package]] |
| 221 | name = "lazy_static" |
| 222 | version = "1.4.0" |
| 223 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 224 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
| 225 | |
| 226 | [[package]] |
| 227 | name = "libc" |
| 228 | version = "0.2.132" |
| 229 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 230 | checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5" |
| 231 | |
| 232 | [[package]] |
| 233 | name = "log" |
| 234 | version = "0.4.17" |
| 235 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 236 | checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" |
| 237 | dependencies = [ |
| 238 | "cfg-if", |
| 239 | ] |
| 240 | |
| 241 | [[package]] |
| 242 | name = "maplit" |
| 243 | version = "1.0.2" |
| 244 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 245 | checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" |
| 246 | |
| 247 | [[package]] |
| 248 | name = "memoffset" |
| 249 | version = "0.6.5" |
| 250 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 251 | checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" |
| 252 | dependencies = [ |
| 253 | "autocfg", |
| 254 | ] |
| 255 | |
| 256 | [[package]] |
| 257 | name = "ncurses" |
| 258 | version = "5.101.0" |
| 259 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 260 | checksum = "5e2c5d34d72657dc4b638a1c25d40aae81e4f1c699062f72f467237920752032" |
| 261 | dependencies = [ |
| 262 | "cc", |
| 263 | "libc", |
| 264 | "pkg-config", |
| 265 | ] |
| 266 | |
| 267 | [[package]] |
| 268 | name = "num" |
| 269 | version = "0.4.0" |
| 270 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 271 | checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606" |
| 272 | dependencies = [ |
| 273 | "num-complex", |
| 274 | "num-integer", |
| 275 | "num-iter", |
| 276 | "num-rational", |
| 277 | "num-traits", |
| 278 | ] |
| 279 | |
| 280 | [[package]] |
| 281 | name = "num-complex" |
| 282 | version = "0.4.2" |
| 283 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 284 | checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19" |
| 285 | dependencies = [ |
| 286 | "num-traits", |
| 287 | ] |
| 288 | |
| 289 | [[package]] |
| 290 | name = "num-integer" |
| 291 | version = "0.1.45" |
| 292 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 293 | checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" |
| 294 | dependencies = [ |
| 295 | "autocfg", |
| 296 | "num-traits", |
| 297 | ] |
| 298 | |
| 299 | [[package]] |
| 300 | name = "num-iter" |
| 301 | version = "0.1.43" |
| 302 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 303 | checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" |
| 304 | dependencies = [ |
| 305 | "autocfg", |
| 306 | "num-integer", |
| 307 | "num-traits", |
| 308 | ] |
| 309 | |
| 310 | [[package]] |
| 311 | name = "num-rational" |
| 312 | version = "0.4.1" |
| 313 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 314 | checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" |
| 315 | dependencies = [ |
| 316 | "autocfg", |
| 317 | "num-integer", |
| 318 | "num-traits", |
| 319 | ] |
| 320 | |
| 321 | [[package]] |
| 322 | name = "num-traits" |
| 323 | version = "0.2.15" |
| 324 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 325 | checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" |
| 326 | dependencies = [ |
| 327 | "autocfg", |
| 328 | ] |
| 329 | |
| 330 | [[package]] |
| 331 | name = "num_threads" |
| 332 | version = "0.1.6" |
| 333 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 334 | checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" |
| 335 | dependencies = [ |
| 336 | "libc", |
| 337 | ] |
| 338 | |
| 339 | [[package]] |
| 340 | name = "once_cell" |
| 341 | version = "1.13.1" |
| 342 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 343 | checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e" |
| 344 | |
| 345 | [[package]] |
| 346 | name = "owning_ref" |
| 347 | version = "0.4.1" |
| 348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 349 | checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce" |
| 350 | dependencies = [ |
| 351 | "stable_deref_trait", |
| 352 | ] |
| 353 | |
| 354 | [[package]] |
| 355 | name = "pkg-config" |
| 356 | version = "0.3.25" |
| 357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 358 | checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" |
| 359 | |
| 360 | [[package]] |
| 361 | name = "proc-macro2" |
| 362 | version = "1.0.43" |
| 363 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 364 | checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab" |
| 365 | dependencies = [ |
| 366 | "unicode-ident", |
| 367 | ] |
| 368 | |
| 369 | [[package]] |
| 370 | name = "quote" |
| 371 | version = "1.0.21" |
| 372 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 373 | checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" |
| 374 | dependencies = [ |
| 375 | "proc-macro2", |
| 376 | ] |
| 377 | |
| 378 | [[package]] |
| 379 | name = "rnix" |
| 380 | version = "0.10.2" |
| 381 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 382 | checksum = "8024a523e8836f1a5d051203dc00d833357fee94e351b51348dfaeca5364daa9" |
| 383 | dependencies = [ |
| 384 | "cbitset", |
| 385 | "rowan", |
| 386 | "smol_str", |
| 387 | ] |
| 388 | |
| 389 | [[package]] |
| 390 | name = "rowan" |
| 391 | version = "0.12.6" |
| 392 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 393 | checksum = "a1b36e449f3702f3b0c821411db1cbdf30fb451726a9456dce5dabcd44420043" |
| 394 | dependencies = [ |
| 395 | "countme", |
| 396 | "hashbrown", |
| 397 | "memoffset", |
| 398 | "rustc-hash", |
| 399 | "text-size", |
| 400 | ] |
| 401 | |
| 402 | [[package]] |
| 403 | name = "rustc-hash" |
| 404 | version = "1.1.0" |
| 405 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 406 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| 407 | |
| 408 | [[package]] |
| 409 | name = "serde" |
| 410 | version = "1.0.143" |
| 411 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 412 | checksum = "53e8e5d5b70924f74ff5c6d64d9a5acd91422117c60f48c4e07855238a254553" |
| 413 | |
| 414 | [[package]] |
| 415 | name = "signal-hook" |
| 416 | version = "0.3.14" |
| 417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 418 | checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d" |
| 419 | dependencies = [ |
| 420 | "libc", |
| 421 | "signal-hook-registry", |
| 422 | ] |
| 423 | |
| 424 | [[package]] |
| 425 | name = "signal-hook-registry" |
| 426 | version = "1.4.0" |
| 427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 428 | checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" |
| 429 | dependencies = [ |
| 430 | "libc", |
| 431 | ] |
| 432 | |
| 433 | [[package]] |
| 434 | name = "smol_str" |
| 435 | version = "0.1.23" |
| 436 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 437 | checksum = "7475118a28b7e3a2e157ce0131ba8c5526ea96e90ee601d9f6bb2e286a35ab44" |
| 438 | dependencies = [ |
| 439 | "serde", |
| 440 | ] |
| 441 | |
| 442 | [[package]] |
| 443 | name = "stable_deref_trait" |
| 444 | version = "1.2.0" |
| 445 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 446 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
| 447 | |
| 448 | [[package]] |
| 449 | name = "switching" |
| 450 | version = "0.1.0" |
| 451 | dependencies = [ |
| 452 | "cursive", |
| 453 | "rnix", |
| 454 | ] |
| 455 | |
| 456 | [[package]] |
| 457 | name = "syn" |
| 458 | version = "1.0.99" |
| 459 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 460 | checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13" |
| 461 | dependencies = [ |
| 462 | "proc-macro2", |
| 463 | "quote", |
| 464 | "unicode-ident", |
| 465 | ] |
| 466 | |
| 467 | [[package]] |
| 468 | name = "term_size" |
| 469 | version = "0.3.2" |
| 470 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 471 | checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9" |
| 472 | dependencies = [ |
| 473 | "libc", |
| 474 | "winapi", |
| 475 | ] |
| 476 | |
| 477 | [[package]] |
| 478 | name = "text-size" |
| 479 | version = "1.1.0" |
| 480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 481 | checksum = "288cb548dbe72b652243ea797201f3d481a0609a967980fcc5b2315ea811560a" |
| 482 | |
| 483 | [[package]] |
| 484 | name = "time" |
| 485 | version = "0.3.13" |
| 486 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 487 | checksum = "db76ff9fa4b1458b3c7f077f3ff9887394058460d21e634355b273aaf11eea45" |
| 488 | dependencies = [ |
| 489 | "itoa", |
| 490 | "libc", |
| 491 | "num_threads", |
| 492 | ] |
| 493 | |
| 494 | [[package]] |
| 495 | name = "unicode-ident" |
| 496 | version = "1.0.3" |
| 497 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 498 | checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf" |
| 499 | |
| 500 | [[package]] |
| 501 | name = "unicode-segmentation" |
| 502 | version = "1.9.0" |
| 503 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 504 | checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99" |
| 505 | |
| 506 | [[package]] |
| 507 | name = "unicode-width" |
| 508 | version = "0.1.9" |
| 509 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 510 | checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" |
| 511 | |
| 512 | [[package]] |
| 513 | name = "version_check" |
| 514 | version = "0.9.4" |
| 515 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 516 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
| 517 | |
| 518 | [[package]] |
| 519 | name = "wasi" |
| 520 | version = "0.11.0+wasi-snapshot-preview1" |
| 521 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 522 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
| 523 | |
| 524 | [[package]] |
| 525 | name = "winapi" |
| 526 | version = "0.3.9" |
| 527 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 528 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 529 | dependencies = [ |
| 530 | "winapi-i686-pc-windows-gnu", |
| 531 | "winapi-x86_64-pc-windows-gnu", |
| 532 | ] |
| 533 | |
| 534 | [[package]] |
| 535 | name = "winapi-i686-pc-windows-gnu" |
| 536 | version = "0.4.0" |
| 537 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 538 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 539 | |
| 540 | [[package]] |
| 541 | name = "winapi-x86_64-pc-windows-gnu" |
| 542 | version = "0.4.0" |
| 543 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 544 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 545 | |
| 546 | [[package]] |
| 547 | name = "xi-unicode" |
| 548 | version = "0.3.0" |
| 549 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 550 | checksum = "a67300977d3dc3f8034dae89778f502b6ba20b269527b3223ba59c0cf393bb8a" |