chiark / gitweb /
Revert "Fix publish version"
[hippotat.git] / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
4
5 [[package]]
6 name = "addr2line"
7 version = "0.17.0"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
10 dependencies = [
11  "gimli",
12 ]
13
14 [[package]]
15 name = "adler"
16 version = "1.0.2"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
18 checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
20 [[package]]
21 name = "aho-corasick"
22 version = "0.7.19"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
24 checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
25 dependencies = [
26  "memchr",
27 ]
28
29 [[package]]
30 name = "ansi_term"
31 version = "0.12.1"
32 source = "registry+https://github.com/rust-lang/crates.io-index"
33 checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
34 dependencies = [
35  "winapi",
36 ]
37
38 [[package]]
39 name = "atty"
40 version = "0.2.14"
41 source = "registry+https://github.com/rust-lang/crates.io-index"
42 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
43 dependencies = [
44  "hermit-abi",
45  "libc",
46  "winapi",
47 ]
48
49 [[package]]
50 name = "autocfg"
51 version = "1.1.0"
52 source = "registry+https://github.com/rust-lang/crates.io-index"
53 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
54
55 [[package]]
56 name = "backtrace"
57 version = "0.3.66"
58 source = "registry+https://github.com/rust-lang/crates.io-index"
59 checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
60 dependencies = [
61  "addr2line",
62  "cc",
63  "cfg-if",
64  "libc",
65  "miniz_oxide",
66  "object",
67  "rustc-demangle",
68 ]
69
70 [[package]]
71 name = "base64"
72 version = "0.13.0"
73 source = "registry+https://github.com/rust-lang/crates.io-index"
74 checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
75
76 [[package]]
77 name = "bitflags"
78 version = "1.3.2"
79 source = "registry+https://github.com/rust-lang/crates.io-index"
80 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
81
82 [[package]]
83 name = "block-buffer"
84 version = "0.10.3"
85 source = "registry+https://github.com/rust-lang/crates.io-index"
86 checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
87 dependencies = [
88  "generic-array",
89 ]
90
91 [[package]]
92 name = "bytes"
93 version = "1.2.1"
94 source = "registry+https://github.com/rust-lang/crates.io-index"
95 checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
96
97 [[package]]
98 name = "cc"
99 version = "1.0.73"
100 source = "registry+https://github.com/rust-lang/crates.io-index"
101 checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
102
103 [[package]]
104 name = "cervine"
105 version = "0.0.6"
106 source = "registry+https://github.com/rust-lang/crates.io-index"
107 checksum = "9f0db89834ef04fc63d2f136327b42d532b45def0345213d28690a3446c7bdb5"
108
109 [[package]]
110 name = "cfg-if"
111 version = "1.0.0"
112 source = "registry+https://github.com/rust-lang/crates.io-index"
113 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
114
115 [[package]]
116 name = "clap"
117 version = "2.34.0"
118 source = "registry+https://github.com/rust-lang/crates.io-index"
119 checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
120 dependencies = [
121  "ansi_term",
122  "atty",
123  "bitflags",
124  "strsim",
125  "textwrap",
126  "unicode-width",
127  "vec_map",
128 ]
129
130 [[package]]
131 name = "core-foundation"
132 version = "0.9.3"
133 source = "registry+https://github.com/rust-lang/crates.io-index"
134 checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
135 dependencies = [
136  "core-foundation-sys",
137  "libc",
138 ]
139
140 [[package]]
141 name = "core-foundation-sys"
142 version = "0.8.3"
143 source = "registry+https://github.com/rust-lang/crates.io-index"
144 checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
145
146 [[package]]
147 name = "cpufeatures"
148 version = "0.2.5"
149 source = "registry+https://github.com/rust-lang/crates.io-index"
150 checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
151 dependencies = [
152  "libc",
153 ]
154
155 [[package]]
156 name = "crypto-common"
157 version = "0.1.6"
158 source = "registry+https://github.com/rust-lang/crates.io-index"
159 checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
160 dependencies = [
161  "generic-array",
162  "typenum",
163 ]
164
165 [[package]]
166 name = "digest"
167 version = "0.10.5"
168 source = "registry+https://github.com/rust-lang/crates.io-index"
169 checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c"
170 dependencies = [
171  "block-buffer",
172  "crypto-common",
173 ]
174
175 [[package]]
176 name = "either"
177 version = "1.8.0"
178 source = "registry+https://github.com/rust-lang/crates.io-index"
179 checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
180
181 [[package]]
182 name = "env_logger"
183 version = "0.9.1"
184 source = "registry+https://github.com/rust-lang/crates.io-index"
185 checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272"
186 dependencies = [
187  "atty",
188  "humantime",
189  "log",
190  "regex",
191  "termcolor",
192 ]
193
194 [[package]]
195 name = "error-chain"
196 version = "0.12.4"
197 source = "registry+https://github.com/rust-lang/crates.io-index"
198 checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
199 dependencies = [
200  "version_check",
201 ]
202
203 [[package]]
204 name = "extend"
205 version = "1.1.2"
206 source = "registry+https://github.com/rust-lang/crates.io-index"
207 checksum = "5c5216e387a76eebaaf11f6d871ec8a4aae0b25f05456ee21f228e024b1b3610"
208 dependencies = [
209  "proc-macro-error",
210  "proc-macro2",
211  "quote",
212  "syn",
213 ]
214
215 [[package]]
216 name = "eyre"
217 version = "0.6.8"
218 source = "registry+https://github.com/rust-lang/crates.io-index"
219 checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
220 dependencies = [
221  "indenter",
222  "once_cell",
223 ]
224
225 [[package]]
226 name = "fastrand"
227 version = "1.8.0"
228 source = "registry+https://github.com/rust-lang/crates.io-index"
229 checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
230 dependencies = [
231  "instant",
232 ]
233
234 [[package]]
235 name = "fehler"
236 version = "1.0.0"
237 source = "registry+https://github.com/rust-lang/crates.io-index"
238 checksum = "d5729fe49ba028cd550747b6e62cd3d841beccab5390aa398538c31a2d983635"
239 dependencies = [
240  "fehler-macros",
241 ]
242
243 [[package]]
244 name = "fehler-macros"
245 version = "1.0.0"
246 source = "registry+https://github.com/rust-lang/crates.io-index"
247 checksum = "ccb5acb1045ebbfa222e2c50679e392a71dd77030b78fb0189f2d9c5974400f9"
248 dependencies = [
249  "proc-macro2",
250  "quote",
251  "syn",
252 ]
253
254 [[package]]
255 name = "fnv"
256 version = "1.0.7"
257 source = "registry+https://github.com/rust-lang/crates.io-index"
258 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
259
260 [[package]]
261 name = "foreign-types"
262 version = "0.3.2"
263 source = "registry+https://github.com/rust-lang/crates.io-index"
264 checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
265 dependencies = [
266  "foreign-types-shared",
267 ]
268
269 [[package]]
270 name = "foreign-types-shared"
271 version = "0.1.1"
272 source = "registry+https://github.com/rust-lang/crates.io-index"
273 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
274
275 [[package]]
276 name = "futures"
277 version = "0.3.24"
278 source = "registry+https://github.com/rust-lang/crates.io-index"
279 checksum = "7f21eda599937fba36daeb58a22e8f5cee2d14c4a17b5b7739c7c8e5e3b8230c"
280 dependencies = [
281  "futures-channel",
282  "futures-core",
283  "futures-executor",
284  "futures-io",
285  "futures-sink",
286  "futures-task",
287  "futures-util",
288 ]
289
290 [[package]]
291 name = "futures-channel"
292 version = "0.3.24"
293 source = "registry+https://github.com/rust-lang/crates.io-index"
294 checksum = "30bdd20c28fadd505d0fd6712cdfcb0d4b5648baf45faef7f852afb2399bb050"
295 dependencies = [
296  "futures-core",
297  "futures-sink",
298 ]
299
300 [[package]]
301 name = "futures-core"
302 version = "0.3.24"
303 source = "registry+https://github.com/rust-lang/crates.io-index"
304 checksum = "4e5aa3de05362c3fb88de6531e6296e85cde7739cccad4b9dfeeb7f6ebce56bf"
305
306 [[package]]
307 name = "futures-executor"
308 version = "0.3.24"
309 source = "registry+https://github.com/rust-lang/crates.io-index"
310 checksum = "9ff63c23854bee61b6e9cd331d523909f238fc7636290b96826e9cfa5faa00ab"
311 dependencies = [
312  "futures-core",
313  "futures-task",
314  "futures-util",
315 ]
316
317 [[package]]
318 name = "futures-io"
319 version = "0.3.24"
320 source = "registry+https://github.com/rust-lang/crates.io-index"
321 checksum = "bbf4d2a7a308fd4578637c0b17c7e1c7ba127b8f6ba00b29f717e9655d85eb68"
322
323 [[package]]
324 name = "futures-macro"
325 version = "0.3.24"
326 source = "registry+https://github.com/rust-lang/crates.io-index"
327 checksum = "42cd15d1c7456c04dbdf7e88bcd69760d74f3a798d6444e16974b505b0e62f17"
328 dependencies = [
329  "proc-macro2",
330  "quote",
331  "syn",
332 ]
333
334 [[package]]
335 name = "futures-sink"
336 version = "0.3.24"
337 source = "registry+https://github.com/rust-lang/crates.io-index"
338 checksum = "21b20ba5a92e727ba30e72834706623d94ac93a725410b6a6b6fbc1b07f7ba56"
339
340 [[package]]
341 name = "futures-task"
342 version = "0.3.24"
343 source = "registry+https://github.com/rust-lang/crates.io-index"
344 checksum = "a6508c467c73851293f390476d4491cf4d227dbabcd4170f3bb6044959b294f1"
345
346 [[package]]
347 name = "futures-util"
348 version = "0.3.24"
349 source = "registry+https://github.com/rust-lang/crates.io-index"
350 checksum = "44fb6cb1be61cc1d2e43b262516aafcf63b241cffdb1d3fa115f91d9c7b09c90"
351 dependencies = [
352  "futures-channel",
353  "futures-core",
354  "futures-io",
355  "futures-macro",
356  "futures-sink",
357  "futures-task",
358  "memchr",
359  "pin-project-lite",
360  "pin-utils",
361  "slab",
362 ]
363
364 [[package]]
365 name = "generic-array"
366 version = "0.14.6"
367 source = "registry+https://github.com/rust-lang/crates.io-index"
368 checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
369 dependencies = [
370  "typenum",
371  "version_check",
372 ]
373
374 [[package]]
375 name = "gimli"
376 version = "0.26.2"
377 source = "registry+https://github.com/rust-lang/crates.io-index"
378 checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
379
380 [[package]]
381 name = "h2"
382 version = "0.3.14"
383 source = "registry+https://github.com/rust-lang/crates.io-index"
384 checksum = "5ca32592cf21ac7ccab1825cd87f6c9b3d9022c44d086172ed0966bec8af30be"
385 dependencies = [
386  "bytes",
387  "fnv",
388  "futures-core",
389  "futures-sink",
390  "futures-util",
391  "http",
392  "indexmap",
393  "slab",
394  "tokio",
395  "tokio-util",
396  "tracing",
397 ]
398
399 [[package]]
400 name = "hashbrown"
401 version = "0.12.3"
402 source = "registry+https://github.com/rust-lang/crates.io-index"
403 checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
404
405 [[package]]
406 name = "heck"
407 version = "0.3.3"
408 source = "registry+https://github.com/rust-lang/crates.io-index"
409 checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
410 dependencies = [
411  "unicode-segmentation",
412 ]
413
414 [[package]]
415 name = "heck"
416 version = "0.4.0"
417 source = "registry+https://github.com/rust-lang/crates.io-index"
418 checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
419
420 [[package]]
421 name = "hermit-abi"
422 version = "0.1.19"
423 source = "registry+https://github.com/rust-lang/crates.io-index"
424 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
425 dependencies = [
426  "libc",
427 ]
428
429 [[package]]
430 name = "hippotat"
431 version = "0.0.1"
432 dependencies = [
433  "backtrace",
434  "base64",
435  "cervine",
436  "env_logger",
437  "extend",
438  "eyre",
439  "fehler",
440  "futures",
441  "heck 0.4.0",
442  "hippotat-macros",
443  "hyper",
444  "hyper-tls",
445  "indenter",
446  "ipnet",
447  "itertools",
448  "lazy-regex",
449  "lazy_static",
450  "libc",
451  "log",
452  "memchr",
453  "mime",
454  "nix",
455  "parking_lot",
456  "pin-project-lite",
457  "regex",
458  "sha2",
459  "structopt",
460  "subtle",
461  "syslog",
462  "thiserror",
463  "tokio",
464  "void",
465 ]
466
467 [[package]]
468 name = "hippotat-macros"
469 version = "0.0.1"
470 dependencies = [
471  "itertools",
472  "proc-macro2",
473  "quote",
474  "syn",
475 ]
476
477 [[package]]
478 name = "hostname"
479 version = "0.3.1"
480 source = "registry+https://github.com/rust-lang/crates.io-index"
481 checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
482 dependencies = [
483  "libc",
484  "match_cfg",
485  "winapi",
486 ]
487
488 [[package]]
489 name = "http"
490 version = "0.2.8"
491 source = "registry+https://github.com/rust-lang/crates.io-index"
492 checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
493 dependencies = [
494  "bytes",
495  "fnv",
496  "itoa",
497 ]
498
499 [[package]]
500 name = "http-body"
501 version = "0.4.5"
502 source = "registry+https://github.com/rust-lang/crates.io-index"
503 checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
504 dependencies = [
505  "bytes",
506  "http",
507  "pin-project-lite",
508 ]
509
510 [[package]]
511 name = "httparse"
512 version = "1.8.0"
513 source = "registry+https://github.com/rust-lang/crates.io-index"
514 checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
515
516 [[package]]
517 name = "httpdate"
518 version = "1.0.2"
519 source = "registry+https://github.com/rust-lang/crates.io-index"
520 checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
521
522 [[package]]
523 name = "humantime"
524 version = "2.1.0"
525 source = "registry+https://github.com/rust-lang/crates.io-index"
526 checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
527
528 [[package]]
529 name = "hyper"
530 version = "0.14.20"
531 source = "registry+https://github.com/rust-lang/crates.io-index"
532 checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"
533 dependencies = [
534  "bytes",
535  "futures-channel",
536  "futures-core",
537  "futures-util",
538  "h2",
539  "http",
540  "http-body",
541  "httparse",
542  "httpdate",
543  "itoa",
544  "pin-project-lite",
545  "socket2",
546  "tokio",
547  "tower-service",
548  "tracing",
549  "want",
550 ]
551
552 [[package]]
553 name = "hyper-tls"
554 version = "0.5.0"
555 source = "registry+https://github.com/rust-lang/crates.io-index"
556 checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
557 dependencies = [
558  "bytes",
559  "hyper",
560  "native-tls",
561  "tokio",
562  "tokio-native-tls",
563 ]
564
565 [[package]]
566 name = "indenter"
567 version = "0.3.3"
568 source = "registry+https://github.com/rust-lang/crates.io-index"
569 checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
570
571 [[package]]
572 name = "indexmap"
573 version = "1.9.1"
574 source = "registry+https://github.com/rust-lang/crates.io-index"
575 checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
576 dependencies = [
577  "autocfg",
578  "hashbrown",
579 ]
580
581 [[package]]
582 name = "instant"
583 version = "0.1.12"
584 source = "registry+https://github.com/rust-lang/crates.io-index"
585 checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
586 dependencies = [
587  "cfg-if",
588 ]
589
590 [[package]]
591 name = "ipnet"
592 version = "2.5.0"
593 source = "registry+https://github.com/rust-lang/crates.io-index"
594 checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
595
596 [[package]]
597 name = "itertools"
598 version = "0.10.5"
599 source = "registry+https://github.com/rust-lang/crates.io-index"
600 checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
601 dependencies = [
602  "either",
603 ]
604
605 [[package]]
606 name = "itoa"
607 version = "1.0.3"
608 source = "registry+https://github.com/rust-lang/crates.io-index"
609 checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754"
610
611 [[package]]
612 name = "lazy-regex"
613 version = "2.3.0"
614 source = "registry+https://github.com/rust-lang/crates.io-index"
615 checksum = "b6b12f2eb6ed7d39405c5eb25a034b4c106a9ad87a6d9be3298de6c5f32fd57d"
616 dependencies = [
617  "lazy-regex-proc_macros",
618  "once_cell",
619  "regex",
620 ]
621
622 [[package]]
623 name = "lazy-regex-proc_macros"
624 version = "2.3.0"
625 source = "registry+https://github.com/rust-lang/crates.io-index"
626 checksum = "f2496e5264069bc726ccf37eb76b9cd89406ae110d836c3f76729f99c8a23293"
627 dependencies = [
628  "proc-macro2",
629  "quote",
630  "regex",
631  "syn",
632 ]
633
634 [[package]]
635 name = "lazy_static"
636 version = "1.4.0"
637 source = "registry+https://github.com/rust-lang/crates.io-index"
638 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
639
640 [[package]]
641 name = "libc"
642 version = "0.2.133"
643 source = "registry+https://github.com/rust-lang/crates.io-index"
644 checksum = "c0f80d65747a3e43d1596c7c5492d95d5edddaabd45a7fcdb02b95f644164966"
645
646 [[package]]
647 name = "lock_api"
648 version = "0.4.9"
649 source = "registry+https://github.com/rust-lang/crates.io-index"
650 checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
651 dependencies = [
652  "autocfg",
653  "scopeguard",
654 ]
655
656 [[package]]
657 name = "log"
658 version = "0.4.17"
659 source = "registry+https://github.com/rust-lang/crates.io-index"
660 checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
661 dependencies = [
662  "cfg-if",
663 ]
664
665 [[package]]
666 name = "match_cfg"
667 version = "0.1.0"
668 source = "registry+https://github.com/rust-lang/crates.io-index"
669 checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
670
671 [[package]]
672 name = "memchr"
673 version = "2.5.0"
674 source = "registry+https://github.com/rust-lang/crates.io-index"
675 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
676
677 [[package]]
678 name = "memoffset"
679 version = "0.6.5"
680 source = "registry+https://github.com/rust-lang/crates.io-index"
681 checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
682 dependencies = [
683  "autocfg",
684 ]
685
686 [[package]]
687 name = "mime"
688 version = "0.3.16"
689 source = "registry+https://github.com/rust-lang/crates.io-index"
690 checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
691
692 [[package]]
693 name = "miniz_oxide"
694 version = "0.5.4"
695 source = "registry+https://github.com/rust-lang/crates.io-index"
696 checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
697 dependencies = [
698  "adler",
699 ]
700
701 [[package]]
702 name = "mio"
703 version = "0.8.4"
704 source = "registry+https://github.com/rust-lang/crates.io-index"
705 checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
706 dependencies = [
707  "libc",
708  "log",
709  "wasi",
710  "windows-sys",
711 ]
712
713 [[package]]
714 name = "native-tls"
715 version = "0.2.10"
716 source = "registry+https://github.com/rust-lang/crates.io-index"
717 checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9"
718 dependencies = [
719  "lazy_static",
720  "libc",
721  "log",
722  "openssl",
723  "openssl-probe",
724  "openssl-sys",
725  "schannel",
726  "security-framework",
727  "security-framework-sys",
728  "tempfile",
729 ]
730
731 [[package]]
732 name = "nix"
733 version = "0.25.0"
734 source = "registry+https://github.com/rust-lang/crates.io-index"
735 checksum = "e322c04a9e3440c327fca7b6c8a63e6890a32fa2ad689db972425f07e0d22abb"
736 dependencies = [
737  "autocfg",
738  "bitflags",
739  "cfg-if",
740  "libc",
741  "memoffset",
742  "pin-utils",
743 ]
744
745 [[package]]
746 name = "num_cpus"
747 version = "1.13.1"
748 source = "registry+https://github.com/rust-lang/crates.io-index"
749 checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
750 dependencies = [
751  "hermit-abi",
752  "libc",
753 ]
754
755 [[package]]
756 name = "num_threads"
757 version = "0.1.6"
758 source = "registry+https://github.com/rust-lang/crates.io-index"
759 checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
760 dependencies = [
761  "libc",
762 ]
763
764 [[package]]
765 name = "object"
766 version = "0.29.0"
767 source = "registry+https://github.com/rust-lang/crates.io-index"
768 checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
769 dependencies = [
770  "memchr",
771 ]
772
773 [[package]]
774 name = "once_cell"
775 version = "1.15.0"
776 source = "registry+https://github.com/rust-lang/crates.io-index"
777 checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"
778
779 [[package]]
780 name = "openssl"
781 version = "0.10.41"
782 source = "registry+https://github.com/rust-lang/crates.io-index"
783 checksum = "618febf65336490dfcf20b73f885f5651a0c89c64c2d4a8c3662585a70bf5bd0"
784 dependencies = [
785  "bitflags",
786  "cfg-if",
787  "foreign-types",
788  "libc",
789  "once_cell",
790  "openssl-macros",
791  "openssl-sys",
792 ]
793
794 [[package]]
795 name = "openssl-macros"
796 version = "0.1.0"
797 source = "registry+https://github.com/rust-lang/crates.io-index"
798 checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
799 dependencies = [
800  "proc-macro2",
801  "quote",
802  "syn",
803 ]
804
805 [[package]]
806 name = "openssl-probe"
807 version = "0.1.5"
808 source = "registry+https://github.com/rust-lang/crates.io-index"
809 checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
810
811 [[package]]
812 name = "openssl-sys"
813 version = "0.9.75"
814 source = "registry+https://github.com/rust-lang/crates.io-index"
815 checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f"
816 dependencies = [
817  "autocfg",
818  "cc",
819  "libc",
820  "pkg-config",
821  "vcpkg",
822 ]
823
824 [[package]]
825 name = "parking_lot"
826 version = "0.12.1"
827 source = "registry+https://github.com/rust-lang/crates.io-index"
828 checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
829 dependencies = [
830  "lock_api",
831  "parking_lot_core",
832 ]
833
834 [[package]]
835 name = "parking_lot_core"
836 version = "0.9.3"
837 source = "registry+https://github.com/rust-lang/crates.io-index"
838 checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
839 dependencies = [
840  "cfg-if",
841  "libc",
842  "redox_syscall",
843  "smallvec",
844  "windows-sys",
845 ]
846
847 [[package]]
848 name = "pin-project-lite"
849 version = "0.2.9"
850 source = "registry+https://github.com/rust-lang/crates.io-index"
851 checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
852
853 [[package]]
854 name = "pin-utils"
855 version = "0.1.0"
856 source = "registry+https://github.com/rust-lang/crates.io-index"
857 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
858
859 [[package]]
860 name = "pkg-config"
861 version = "0.3.25"
862 source = "registry+https://github.com/rust-lang/crates.io-index"
863 checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
864
865 [[package]]
866 name = "proc-macro-error"
867 version = "1.0.4"
868 source = "registry+https://github.com/rust-lang/crates.io-index"
869 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
870 dependencies = [
871  "proc-macro-error-attr",
872  "proc-macro2",
873  "quote",
874  "syn",
875  "version_check",
876 ]
877
878 [[package]]
879 name = "proc-macro-error-attr"
880 version = "1.0.4"
881 source = "registry+https://github.com/rust-lang/crates.io-index"
882 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
883 dependencies = [
884  "proc-macro2",
885  "quote",
886  "version_check",
887 ]
888
889 [[package]]
890 name = "proc-macro2"
891 version = "1.0.44"
892 source = "registry+https://github.com/rust-lang/crates.io-index"
893 checksum = "7bd7356a8122b6c4a24a82b278680c73357984ca2fc79a0f9fa6dea7dced7c58"
894 dependencies = [
895  "unicode-ident",
896 ]
897
898 [[package]]
899 name = "quote"
900 version = "1.0.21"
901 source = "registry+https://github.com/rust-lang/crates.io-index"
902 checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
903 dependencies = [
904  "proc-macro2",
905 ]
906
907 [[package]]
908 name = "redox_syscall"
909 version = "0.2.16"
910 source = "registry+https://github.com/rust-lang/crates.io-index"
911 checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
912 dependencies = [
913  "bitflags",
914 ]
915
916 [[package]]
917 name = "regex"
918 version = "1.6.0"
919 source = "registry+https://github.com/rust-lang/crates.io-index"
920 checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
921 dependencies = [
922  "aho-corasick",
923  "memchr",
924  "regex-syntax",
925 ]
926
927 [[package]]
928 name = "regex-syntax"
929 version = "0.6.27"
930 source = "registry+https://github.com/rust-lang/crates.io-index"
931 checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
932
933 [[package]]
934 name = "remove_dir_all"
935 version = "0.5.3"
936 source = "registry+https://github.com/rust-lang/crates.io-index"
937 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
938 dependencies = [
939  "winapi",
940 ]
941
942 [[package]]
943 name = "rustc-demangle"
944 version = "0.1.21"
945 source = "registry+https://github.com/rust-lang/crates.io-index"
946 checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
947
948 [[package]]
949 name = "schannel"
950 version = "0.1.20"
951 source = "registry+https://github.com/rust-lang/crates.io-index"
952 checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
953 dependencies = [
954  "lazy_static",
955  "windows-sys",
956 ]
957
958 [[package]]
959 name = "scopeguard"
960 version = "1.1.0"
961 source = "registry+https://github.com/rust-lang/crates.io-index"
962 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
963
964 [[package]]
965 name = "security-framework"
966 version = "2.7.0"
967 source = "registry+https://github.com/rust-lang/crates.io-index"
968 checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"
969 dependencies = [
970  "bitflags",
971  "core-foundation",
972  "core-foundation-sys",
973  "libc",
974  "security-framework-sys",
975 ]
976
977 [[package]]
978 name = "security-framework-sys"
979 version = "2.6.1"
980 source = "registry+https://github.com/rust-lang/crates.io-index"
981 checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
982 dependencies = [
983  "core-foundation-sys",
984  "libc",
985 ]
986
987 [[package]]
988 name = "sha2"
989 version = "0.10.6"
990 source = "registry+https://github.com/rust-lang/crates.io-index"
991 checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
992 dependencies = [
993  "cfg-if",
994  "cpufeatures",
995  "digest",
996 ]
997
998 [[package]]
999 name = "signal-hook-registry"
1000 version = "1.4.0"
1001 source = "registry+https://github.com/rust-lang/crates.io-index"
1002 checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
1003 dependencies = [
1004  "libc",
1005 ]
1006
1007 [[package]]
1008 name = "slab"
1009 version = "0.4.7"
1010 source = "registry+https://github.com/rust-lang/crates.io-index"
1011 checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
1012 dependencies = [
1013  "autocfg",
1014 ]
1015
1016 [[package]]
1017 name = "smallvec"
1018 version = "1.9.0"
1019 source = "registry+https://github.com/rust-lang/crates.io-index"
1020 checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
1021
1022 [[package]]
1023 name = "socket2"
1024 version = "0.4.7"
1025 source = "registry+https://github.com/rust-lang/crates.io-index"
1026 checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
1027 dependencies = [
1028  "libc",
1029  "winapi",
1030 ]
1031
1032 [[package]]
1033 name = "strsim"
1034 version = "0.8.0"
1035 source = "registry+https://github.com/rust-lang/crates.io-index"
1036 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1037
1038 [[package]]
1039 name = "structopt"
1040 version = "0.3.26"
1041 source = "registry+https://github.com/rust-lang/crates.io-index"
1042 checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
1043 dependencies = [
1044  "clap",
1045  "lazy_static",
1046  "structopt-derive",
1047 ]
1048
1049 [[package]]
1050 name = "structopt-derive"
1051 version = "0.4.18"
1052 source = "registry+https://github.com/rust-lang/crates.io-index"
1053 checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
1054 dependencies = [
1055  "heck 0.3.3",
1056  "proc-macro-error",
1057  "proc-macro2",
1058  "quote",
1059  "syn",
1060 ]
1061
1062 [[package]]
1063 name = "subtle"
1064 version = "2.4.1"
1065 source = "registry+https://github.com/rust-lang/crates.io-index"
1066 checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
1067
1068 [[package]]
1069 name = "syn"
1070 version = "1.0.100"
1071 source = "registry+https://github.com/rust-lang/crates.io-index"
1072 checksum = "52205623b1b0f064a4e71182c3b18ae902267282930c6d5462c91b859668426e"
1073 dependencies = [
1074  "proc-macro2",
1075  "quote",
1076  "unicode-ident",
1077 ]
1078
1079 [[package]]
1080 name = "syslog"
1081 version = "6.0.1"
1082 source = "registry+https://github.com/rust-lang/crates.io-index"
1083 checksum = "978044cc68150ad5e40083c9f6a725e6fd02d7ba1bcf691ec2ff0d66c0b41acc"
1084 dependencies = [
1085  "error-chain",
1086  "hostname",
1087  "libc",
1088  "log",
1089  "time",
1090 ]
1091
1092 [[package]]
1093 name = "tempfile"
1094 version = "3.3.0"
1095 source = "registry+https://github.com/rust-lang/crates.io-index"
1096 checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
1097 dependencies = [
1098  "cfg-if",
1099  "fastrand",
1100  "libc",
1101  "redox_syscall",
1102  "remove_dir_all",
1103  "winapi",
1104 ]
1105
1106 [[package]]
1107 name = "termcolor"
1108 version = "1.1.3"
1109 source = "registry+https://github.com/rust-lang/crates.io-index"
1110 checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
1111 dependencies = [
1112  "winapi-util",
1113 ]
1114
1115 [[package]]
1116 name = "textwrap"
1117 version = "0.11.0"
1118 source = "registry+https://github.com/rust-lang/crates.io-index"
1119 checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1120 dependencies = [
1121  "unicode-width",
1122 ]
1123
1124 [[package]]
1125 name = "thiserror"
1126 version = "1.0.36"
1127 source = "registry+https://github.com/rust-lang/crates.io-index"
1128 checksum = "0a99cb8c4b9a8ef0e7907cd3b617cc8dc04d571c4e73c8ae403d80ac160bb122"
1129 dependencies = [
1130  "thiserror-impl",
1131 ]
1132
1133 [[package]]
1134 name = "thiserror-impl"
1135 version = "1.0.36"
1136 source = "registry+https://github.com/rust-lang/crates.io-index"
1137 checksum = "3a891860d3c8d66fec8e73ddb3765f90082374dbaaa833407b904a94f1a7eb43"
1138 dependencies = [
1139  "proc-macro2",
1140  "quote",
1141  "syn",
1142 ]
1143
1144 [[package]]
1145 name = "time"
1146 version = "0.3.14"
1147 source = "registry+https://github.com/rust-lang/crates.io-index"
1148 checksum = "3c3f9a28b618c3a6b9251b6908e9c99e04b9e5c02e6581ccbb67d59c34ef7f9b"
1149 dependencies = [
1150  "itoa",
1151  "libc",
1152  "num_threads",
1153 ]
1154
1155 [[package]]
1156 name = "tokio"
1157 version = "1.21.1"
1158 source = "registry+https://github.com/rust-lang/crates.io-index"
1159 checksum = "0020c875007ad96677dcc890298f4b942882c5d4eb7cc8f439fc3bf813dc9c95"
1160 dependencies = [
1161  "autocfg",
1162  "bytes",
1163  "libc",
1164  "memchr",
1165  "mio",
1166  "num_cpus",
1167  "once_cell",
1168  "parking_lot",
1169  "pin-project-lite",
1170  "signal-hook-registry",
1171  "socket2",
1172  "tokio-macros",
1173  "winapi",
1174 ]
1175
1176 [[package]]
1177 name = "tokio-macros"
1178 version = "1.8.0"
1179 source = "registry+https://github.com/rust-lang/crates.io-index"
1180 checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
1181 dependencies = [
1182  "proc-macro2",
1183  "quote",
1184  "syn",
1185 ]
1186
1187 [[package]]
1188 name = "tokio-native-tls"
1189 version = "0.3.0"
1190 source = "registry+https://github.com/rust-lang/crates.io-index"
1191 checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
1192 dependencies = [
1193  "native-tls",
1194  "tokio",
1195 ]
1196
1197 [[package]]
1198 name = "tokio-util"
1199 version = "0.7.4"
1200 source = "registry+https://github.com/rust-lang/crates.io-index"
1201 checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
1202 dependencies = [
1203  "bytes",
1204  "futures-core",
1205  "futures-sink",
1206  "pin-project-lite",
1207  "tokio",
1208  "tracing",
1209 ]
1210
1211 [[package]]
1212 name = "tower-service"
1213 version = "0.3.2"
1214 source = "registry+https://github.com/rust-lang/crates.io-index"
1215 checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
1216
1217 [[package]]
1218 name = "tracing"
1219 version = "0.1.36"
1220 source = "registry+https://github.com/rust-lang/crates.io-index"
1221 checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307"
1222 dependencies = [
1223  "cfg-if",
1224  "pin-project-lite",
1225  "tracing-core",
1226 ]
1227
1228 [[package]]
1229 name = "tracing-core"
1230 version = "0.1.29"
1231 source = "registry+https://github.com/rust-lang/crates.io-index"
1232 checksum = "5aeea4303076558a00714b823f9ad67d58a3bbda1df83d8827d21193156e22f7"
1233 dependencies = [
1234  "once_cell",
1235 ]
1236
1237 [[package]]
1238 name = "try-lock"
1239 version = "0.2.3"
1240 source = "registry+https://github.com/rust-lang/crates.io-index"
1241 checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
1242
1243 [[package]]
1244 name = "typenum"
1245 version = "1.15.0"
1246 source = "registry+https://github.com/rust-lang/crates.io-index"
1247 checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
1248
1249 [[package]]
1250 name = "unicode-ident"
1251 version = "1.0.4"
1252 source = "registry+https://github.com/rust-lang/crates.io-index"
1253 checksum = "dcc811dc4066ac62f84f11307873c4850cb653bfa9b1719cee2bd2204a4bc5dd"
1254
1255 [[package]]
1256 name = "unicode-segmentation"
1257 version = "1.10.0"
1258 source = "registry+https://github.com/rust-lang/crates.io-index"
1259 checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
1260
1261 [[package]]
1262 name = "unicode-width"
1263 version = "0.1.10"
1264 source = "registry+https://github.com/rust-lang/crates.io-index"
1265 checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
1266
1267 [[package]]
1268 name = "vcpkg"
1269 version = "0.2.15"
1270 source = "registry+https://github.com/rust-lang/crates.io-index"
1271 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1272
1273 [[package]]
1274 name = "vec_map"
1275 version = "0.8.2"
1276 source = "registry+https://github.com/rust-lang/crates.io-index"
1277 checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1278
1279 [[package]]
1280 name = "version_check"
1281 version = "0.9.4"
1282 source = "registry+https://github.com/rust-lang/crates.io-index"
1283 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1284
1285 [[package]]
1286 name = "void"
1287 version = "1.0.2"
1288 source = "registry+https://github.com/rust-lang/crates.io-index"
1289 checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
1290
1291 [[package]]
1292 name = "want"
1293 version = "0.3.0"
1294 source = "registry+https://github.com/rust-lang/crates.io-index"
1295 checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
1296 dependencies = [
1297  "log",
1298  "try-lock",
1299 ]
1300
1301 [[package]]
1302 name = "wasi"
1303 version = "0.11.0+wasi-snapshot-preview1"
1304 source = "registry+https://github.com/rust-lang/crates.io-index"
1305 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1306
1307 [[package]]
1308 name = "winapi"
1309 version = "0.3.9"
1310 source = "registry+https://github.com/rust-lang/crates.io-index"
1311 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1312 dependencies = [
1313  "winapi-i686-pc-windows-gnu",
1314  "winapi-x86_64-pc-windows-gnu",
1315 ]
1316
1317 [[package]]
1318 name = "winapi-i686-pc-windows-gnu"
1319 version = "0.4.0"
1320 source = "registry+https://github.com/rust-lang/crates.io-index"
1321 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1322
1323 [[package]]
1324 name = "winapi-util"
1325 version = "0.1.5"
1326 source = "registry+https://github.com/rust-lang/crates.io-index"
1327 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1328 dependencies = [
1329  "winapi",
1330 ]
1331
1332 [[package]]
1333 name = "winapi-x86_64-pc-windows-gnu"
1334 version = "0.4.0"
1335 source = "registry+https://github.com/rust-lang/crates.io-index"
1336 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1337
1338 [[package]]
1339 name = "windows-sys"
1340 version = "0.36.1"
1341 source = "registry+https://github.com/rust-lang/crates.io-index"
1342 checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
1343 dependencies = [
1344  "windows_aarch64_msvc",
1345  "windows_i686_gnu",
1346  "windows_i686_msvc",
1347  "windows_x86_64_gnu",
1348  "windows_x86_64_msvc",
1349 ]
1350
1351 [[package]]
1352 name = "windows_aarch64_msvc"
1353 version = "0.36.1"
1354 source = "registry+https://github.com/rust-lang/crates.io-index"
1355 checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
1356
1357 [[package]]
1358 name = "windows_i686_gnu"
1359 version = "0.36.1"
1360 source = "registry+https://github.com/rust-lang/crates.io-index"
1361 checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
1362
1363 [[package]]
1364 name = "windows_i686_msvc"
1365 version = "0.36.1"
1366 source = "registry+https://github.com/rust-lang/crates.io-index"
1367 checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
1368
1369 [[package]]
1370 name = "windows_x86_64_gnu"
1371 version = "0.36.1"
1372 source = "registry+https://github.com/rust-lang/crates.io-index"
1373 checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
1374
1375 [[package]]
1376 name = "windows_x86_64_msvc"
1377 version = "0.36.1"
1378 source = "registry+https://github.com/rust-lang/crates.io-index"
1379 checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"