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