chiark / gitweb /
config: Add missing ' ' around %(rnets)s in docs
[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 = "aho-corasick"
7 version = "0.7.18"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
10 dependencies = [
11  "memchr",
12 ]
13
14 [[package]]
15 name = "ansi_term"
16 version = "0.11.0"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
18 checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
19 dependencies = [
20  "winapi",
21 ]
22
23 [[package]]
24 name = "anyhow"
25 version = "1.0.42"
26 source = "registry+https://github.com/rust-lang/crates.io-index"
27 checksum = "595d3cfa7a60d4555cb5067b99f07142a08ea778de5cf993f7b75c7d8fabc486"
28
29 [[package]]
30 name = "atty"
31 version = "0.2.14"
32 source = "registry+https://github.com/rust-lang/crates.io-index"
33 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
34 dependencies = [
35  "hermit-abi",
36  "libc",
37  "winapi",
38 ]
39
40 [[package]]
41 name = "autocfg"
42 version = "1.0.1"
43 source = "registry+https://github.com/rust-lang/crates.io-index"
44 checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
45
46 [[package]]
47 name = "bitflags"
48 version = "1.2.1"
49 source = "registry+https://github.com/rust-lang/crates.io-index"
50 checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
51
52 [[package]]
53 name = "bytes"
54 version = "1.0.1"
55 source = "registry+https://github.com/rust-lang/crates.io-index"
56 checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
57
58 [[package]]
59 name = "cc"
60 version = "1.0.69"
61 source = "registry+https://github.com/rust-lang/crates.io-index"
62 checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"
63
64 [[package]]
65 name = "cfg-if"
66 version = "1.0.0"
67 source = "registry+https://github.com/rust-lang/crates.io-index"
68 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
69
70 [[package]]
71 name = "clap"
72 version = "2.33.3"
73 source = "registry+https://github.com/rust-lang/crates.io-index"
74 checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
75 dependencies = [
76  "ansi_term",
77  "atty",
78  "bitflags",
79  "strsim",
80  "textwrap",
81  "unicode-width",
82  "vec_map",
83 ]
84
85 [[package]]
86 name = "configparser"
87 version = "2.1.0"
88 source = "registry+https://github.com/rust-lang/crates.io-index"
89 checksum = "f7201ee416d124d589a820111ba755930df8b75855321a9a1b87312a0597ec8f"
90
91 [[package]]
92 name = "core-foundation"
93 version = "0.9.1"
94 source = "registry+https://github.com/rust-lang/crates.io-index"
95 checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
96 dependencies = [
97  "core-foundation-sys",
98  "libc",
99 ]
100
101 [[package]]
102 name = "core-foundation-sys"
103 version = "0.8.2"
104 source = "registry+https://github.com/rust-lang/crates.io-index"
105 checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
106
107 [[package]]
108 name = "either"
109 version = "1.6.1"
110 source = "registry+https://github.com/rust-lang/crates.io-index"
111 checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
112
113 [[package]]
114 name = "env_logger"
115 version = "0.9.0"
116 source = "registry+https://github.com/rust-lang/crates.io-index"
117 checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
118 dependencies = [
119  "atty",
120  "humantime",
121  "log",
122  "regex",
123  "termcolor",
124 ]
125
126 [[package]]
127 name = "extend"
128 version = "1.1.1"
129 source = "registry+https://github.com/rust-lang/crates.io-index"
130 checksum = "f5c89e2933a4ec753dc007a4d6a7f9b6dc8e89b8fe89cabc252ccddf39c08bb1"
131 dependencies = [
132  "proc-macro-error",
133  "proc-macro2",
134  "quote",
135  "syn",
136 ]
137
138 [[package]]
139 name = "fehler"
140 version = "1.0.0"
141 source = "registry+https://github.com/rust-lang/crates.io-index"
142 checksum = "d5729fe49ba028cd550747b6e62cd3d841beccab5390aa398538c31a2d983635"
143 dependencies = [
144  "fehler-macros",
145 ]
146
147 [[package]]
148 name = "fehler-macros"
149 version = "1.0.0"
150 source = "registry+https://github.com/rust-lang/crates.io-index"
151 checksum = "ccb5acb1045ebbfa222e2c50679e392a71dd77030b78fb0189f2d9c5974400f9"
152 dependencies = [
153  "proc-macro2",
154  "quote",
155  "syn",
156 ]
157
158 [[package]]
159 name = "fnv"
160 version = "1.0.7"
161 source = "registry+https://github.com/rust-lang/crates.io-index"
162 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
163
164 [[package]]
165 name = "foreign-types"
166 version = "0.3.2"
167 source = "registry+https://github.com/rust-lang/crates.io-index"
168 checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
169 dependencies = [
170  "foreign-types-shared",
171 ]
172
173 [[package]]
174 name = "foreign-types-shared"
175 version = "0.1.1"
176 source = "registry+https://github.com/rust-lang/crates.io-index"
177 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
178
179 [[package]]
180 name = "futures"
181 version = "0.3.16"
182 source = "registry+https://github.com/rust-lang/crates.io-index"
183 checksum = "1adc00f486adfc9ce99f77d717836f0c5aa84965eb0b4f051f4e83f7cab53f8b"
184 dependencies = [
185  "futures-channel",
186  "futures-core",
187  "futures-executor",
188  "futures-io",
189  "futures-sink",
190  "futures-task",
191  "futures-util",
192 ]
193
194 [[package]]
195 name = "futures-channel"
196 version = "0.3.16"
197 source = "registry+https://github.com/rust-lang/crates.io-index"
198 checksum = "74ed2411805f6e4e3d9bc904c95d5d423b89b3b25dc0250aa74729de20629ff9"
199 dependencies = [
200  "futures-core",
201  "futures-sink",
202 ]
203
204 [[package]]
205 name = "futures-core"
206 version = "0.3.16"
207 source = "registry+https://github.com/rust-lang/crates.io-index"
208 checksum = "af51b1b4a7fdff033703db39de8802c673eb91855f2e0d47dcf3bf2c0ef01f99"
209
210 [[package]]
211 name = "futures-executor"
212 version = "0.3.16"
213 source = "registry+https://github.com/rust-lang/crates.io-index"
214 checksum = "4d0d535a57b87e1ae31437b892713aee90cd2d7b0ee48727cd11fc72ef54761c"
215 dependencies = [
216  "futures-core",
217  "futures-task",
218  "futures-util",
219 ]
220
221 [[package]]
222 name = "futures-io"
223 version = "0.3.16"
224 source = "registry+https://github.com/rust-lang/crates.io-index"
225 checksum = "0b0e06c393068f3a6ef246c75cdca793d6a46347e75286933e5e75fd2fd11582"
226
227 [[package]]
228 name = "futures-macro"
229 version = "0.3.16"
230 source = "registry+https://github.com/rust-lang/crates.io-index"
231 checksum = "c54913bae956fb8df7f4dc6fc90362aa72e69148e3f39041fbe8742d21e0ac57"
232 dependencies = [
233  "autocfg",
234  "proc-macro-hack",
235  "proc-macro2",
236  "quote",
237  "syn",
238 ]
239
240 [[package]]
241 name = "futures-sink"
242 version = "0.3.16"
243 source = "registry+https://github.com/rust-lang/crates.io-index"
244 checksum = "c0f30aaa67363d119812743aa5f33c201a7a66329f97d1a887022971feea4b53"
245
246 [[package]]
247 name = "futures-task"
248 version = "0.3.16"
249 source = "registry+https://github.com/rust-lang/crates.io-index"
250 checksum = "bbe54a98670017f3be909561f6ad13e810d9a51f3f061b902062ca3da80799f2"
251
252 [[package]]
253 name = "futures-util"
254 version = "0.3.16"
255 source = "registry+https://github.com/rust-lang/crates.io-index"
256 checksum = "67eb846bfd58e44a8481a00049e82c43e0ccb5d61f8dc071057cb19249dd4d78"
257 dependencies = [
258  "autocfg",
259  "futures-channel",
260  "futures-core",
261  "futures-io",
262  "futures-macro",
263  "futures-sink",
264  "futures-task",
265  "memchr",
266  "pin-project-lite",
267  "pin-utils",
268  "proc-macro-hack",
269  "proc-macro-nested",
270  "slab",
271 ]
272
273 [[package]]
274 name = "getrandom"
275 version = "0.2.3"
276 source = "registry+https://github.com/rust-lang/crates.io-index"
277 checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
278 dependencies = [
279  "cfg-if",
280  "libc",
281  "wasi",
282 ]
283
284 [[package]]
285 name = "h2"
286 version = "0.3.3"
287 source = "registry+https://github.com/rust-lang/crates.io-index"
288 checksum = "825343c4eef0b63f541f8903f395dc5beb362a979b5799a84062527ef1e37726"
289 dependencies = [
290  "bytes",
291  "fnv",
292  "futures-core",
293  "futures-sink",
294  "futures-util",
295  "http",
296  "indexmap",
297  "slab",
298  "tokio",
299  "tokio-util",
300  "tracing",
301 ]
302
303 [[package]]
304 name = "hashbrown"
305 version = "0.11.2"
306 source = "registry+https://github.com/rust-lang/crates.io-index"
307 checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
308
309 [[package]]
310 name = "heck"
311 version = "0.3.3"
312 source = "registry+https://github.com/rust-lang/crates.io-index"
313 checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
314 dependencies = [
315  "unicode-segmentation",
316 ]
317
318 [[package]]
319 name = "hermit-abi"
320 version = "0.1.19"
321 source = "registry+https://github.com/rust-lang/crates.io-index"
322 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
323 dependencies = [
324  "libc",
325 ]
326
327 [[package]]
328 name = "hippotat"
329 version = "0.0.0"
330 dependencies = [
331  "anyhow",
332  "configparser",
333  "env_logger",
334  "extend",
335  "fehler",
336  "futures",
337  "hippotat-macros",
338  "hyper",
339  "hyper-tls",
340  "ipnet",
341  "itertools",
342  "lazy-regex",
343  "log",
344  "parking_lot",
345  "regex",
346  "structopt",
347  "tokio",
348  "void",
349 ]
350
351 [[package]]
352 name = "hippotat-macros"
353 version = "0.0.0"
354 dependencies = [
355  "itertools",
356  "proc-macro2",
357  "quote",
358  "syn",
359 ]
360
361 [[package]]
362 name = "http"
363 version = "0.2.4"
364 source = "registry+https://github.com/rust-lang/crates.io-index"
365 checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"
366 dependencies = [
367  "bytes",
368  "fnv",
369  "itoa",
370 ]
371
372 [[package]]
373 name = "http-body"
374 version = "0.4.2"
375 source = "registry+https://github.com/rust-lang/crates.io-index"
376 checksum = "60daa14be0e0786db0f03a9e57cb404c9d756eed2b6c62b9ea98ec5743ec75a9"
377 dependencies = [
378  "bytes",
379  "http",
380  "pin-project-lite",
381 ]
382
383 [[package]]
384 name = "httparse"
385 version = "1.4.1"
386 source = "registry+https://github.com/rust-lang/crates.io-index"
387 checksum = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68"
388
389 [[package]]
390 name = "httpdate"
391 version = "1.0.1"
392 source = "registry+https://github.com/rust-lang/crates.io-index"
393 checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"
394
395 [[package]]
396 name = "humantime"
397 version = "2.1.0"
398 source = "registry+https://github.com/rust-lang/crates.io-index"
399 checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
400
401 [[package]]
402 name = "hyper"
403 version = "0.14.10"
404 source = "registry+https://github.com/rust-lang/crates.io-index"
405 checksum = "7728a72c4c7d72665fde02204bcbd93b247721025b222ef78606f14513e0fd03"
406 dependencies = [
407  "bytes",
408  "futures-channel",
409  "futures-core",
410  "futures-util",
411  "h2",
412  "http",
413  "http-body",
414  "httparse",
415  "httpdate",
416  "itoa",
417  "pin-project-lite",
418  "socket2",
419  "tokio",
420  "tower-service",
421  "tracing",
422  "want",
423 ]
424
425 [[package]]
426 name = "hyper-tls"
427 version = "0.5.0"
428 source = "registry+https://github.com/rust-lang/crates.io-index"
429 checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
430 dependencies = [
431  "bytes",
432  "hyper",
433  "native-tls",
434  "tokio",
435  "tokio-native-tls",
436 ]
437
438 [[package]]
439 name = "indexmap"
440 version = "1.7.0"
441 source = "registry+https://github.com/rust-lang/crates.io-index"
442 checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
443 dependencies = [
444  "autocfg",
445  "hashbrown",
446 ]
447
448 [[package]]
449 name = "instant"
450 version = "0.1.10"
451 source = "registry+https://github.com/rust-lang/crates.io-index"
452 checksum = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d"
453 dependencies = [
454  "cfg-if",
455 ]
456
457 [[package]]
458 name = "ipnet"
459 version = "2.3.1"
460 source = "registry+https://github.com/rust-lang/crates.io-index"
461 checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"
462
463 [[package]]
464 name = "itertools"
465 version = "0.10.1"
466 source = "registry+https://github.com/rust-lang/crates.io-index"
467 checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
468 dependencies = [
469  "either",
470 ]
471
472 [[package]]
473 name = "itoa"
474 version = "0.4.7"
475 source = "registry+https://github.com/rust-lang/crates.io-index"
476 checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
477
478 [[package]]
479 name = "lazy-regex"
480 version = "2.2.1"
481 source = "registry+https://github.com/rust-lang/crates.io-index"
482 checksum = "17d198f91272f6e788a5c0bd5d741cf778da4e5bc761ec67b32d5d3b0db34a54"
483 dependencies = [
484  "lazy-regex-proc_macros",
485  "once_cell",
486  "regex",
487 ]
488
489 [[package]]
490 name = "lazy-regex-proc_macros"
491 version = "2.2.1"
492 source = "registry+https://github.com/rust-lang/crates.io-index"
493 checksum = "6c12938b1b92cf5be22940527e15b79fd0c7e706e34bc70816f6a72b3484f84e"
494 dependencies = [
495  "proc-macro2",
496  "quote",
497  "regex",
498  "syn",
499 ]
500
501 [[package]]
502 name = "lazy_static"
503 version = "1.4.0"
504 source = "registry+https://github.com/rust-lang/crates.io-index"
505 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
506
507 [[package]]
508 name = "libc"
509 version = "0.2.98"
510 source = "registry+https://github.com/rust-lang/crates.io-index"
511 checksum = "320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790"
512
513 [[package]]
514 name = "lock_api"
515 version = "0.4.4"
516 source = "registry+https://github.com/rust-lang/crates.io-index"
517 checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb"
518 dependencies = [
519  "scopeguard",
520 ]
521
522 [[package]]
523 name = "log"
524 version = "0.4.14"
525 source = "registry+https://github.com/rust-lang/crates.io-index"
526 checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
527 dependencies = [
528  "cfg-if",
529 ]
530
531 [[package]]
532 name = "memchr"
533 version = "2.4.0"
534 source = "registry+https://github.com/rust-lang/crates.io-index"
535 checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
536
537 [[package]]
538 name = "mio"
539 version = "0.7.13"
540 source = "registry+https://github.com/rust-lang/crates.io-index"
541 checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
542 dependencies = [
543  "libc",
544  "log",
545  "miow",
546  "ntapi",
547  "winapi",
548 ]
549
550 [[package]]
551 name = "miow"
552 version = "0.3.7"
553 source = "registry+https://github.com/rust-lang/crates.io-index"
554 checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
555 dependencies = [
556  "winapi",
557 ]
558
559 [[package]]
560 name = "native-tls"
561 version = "0.2.7"
562 source = "registry+https://github.com/rust-lang/crates.io-index"
563 checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4"
564 dependencies = [
565  "lazy_static",
566  "libc",
567  "log",
568  "openssl",
569  "openssl-probe",
570  "openssl-sys",
571  "schannel",
572  "security-framework",
573  "security-framework-sys",
574  "tempfile",
575 ]
576
577 [[package]]
578 name = "ntapi"
579 version = "0.3.6"
580 source = "registry+https://github.com/rust-lang/crates.io-index"
581 checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
582 dependencies = [
583  "winapi",
584 ]
585
586 [[package]]
587 name = "num_cpus"
588 version = "1.13.0"
589 source = "registry+https://github.com/rust-lang/crates.io-index"
590 checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
591 dependencies = [
592  "hermit-abi",
593  "libc",
594 ]
595
596 [[package]]
597 name = "once_cell"
598 version = "1.8.0"
599 source = "registry+https://github.com/rust-lang/crates.io-index"
600 checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
601
602 [[package]]
603 name = "openssl"
604 version = "0.10.35"
605 source = "registry+https://github.com/rust-lang/crates.io-index"
606 checksum = "549430950c79ae24e6d02e0b7404534ecf311d94cc9f861e9e4020187d13d885"
607 dependencies = [
608  "bitflags",
609  "cfg-if",
610  "foreign-types",
611  "libc",
612  "once_cell",
613  "openssl-sys",
614 ]
615
616 [[package]]
617 name = "openssl-probe"
618 version = "0.1.4"
619 source = "registry+https://github.com/rust-lang/crates.io-index"
620 checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
621
622 [[package]]
623 name = "openssl-sys"
624 version = "0.9.65"
625 source = "registry+https://github.com/rust-lang/crates.io-index"
626 checksum = "7a7907e3bfa08bb85105209cdfcb6c63d109f8f6c1ed6ca318fff5c1853fbc1d"
627 dependencies = [
628  "autocfg",
629  "cc",
630  "libc",
631  "pkg-config",
632  "vcpkg",
633 ]
634
635 [[package]]
636 name = "parking_lot"
637 version = "0.11.1"
638 source = "registry+https://github.com/rust-lang/crates.io-index"
639 checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
640 dependencies = [
641  "instant",
642  "lock_api",
643  "parking_lot_core",
644 ]
645
646 [[package]]
647 name = "parking_lot_core"
648 version = "0.8.3"
649 source = "registry+https://github.com/rust-lang/crates.io-index"
650 checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
651 dependencies = [
652  "cfg-if",
653  "instant",
654  "libc",
655  "redox_syscall",
656  "smallvec",
657  "winapi",
658 ]
659
660 [[package]]
661 name = "pin-project-lite"
662 version = "0.2.7"
663 source = "registry+https://github.com/rust-lang/crates.io-index"
664 checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
665
666 [[package]]
667 name = "pin-utils"
668 version = "0.1.0"
669 source = "registry+https://github.com/rust-lang/crates.io-index"
670 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
671
672 [[package]]
673 name = "pkg-config"
674 version = "0.3.19"
675 source = "registry+https://github.com/rust-lang/crates.io-index"
676 checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
677
678 [[package]]
679 name = "ppv-lite86"
680 version = "0.2.10"
681 source = "registry+https://github.com/rust-lang/crates.io-index"
682 checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
683
684 [[package]]
685 name = "proc-macro-error"
686 version = "1.0.4"
687 source = "registry+https://github.com/rust-lang/crates.io-index"
688 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
689 dependencies = [
690  "proc-macro-error-attr",
691  "proc-macro2",
692  "quote",
693  "syn",
694  "version_check",
695 ]
696
697 [[package]]
698 name = "proc-macro-error-attr"
699 version = "1.0.4"
700 source = "registry+https://github.com/rust-lang/crates.io-index"
701 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
702 dependencies = [
703  "proc-macro2",
704  "quote",
705  "version_check",
706 ]
707
708 [[package]]
709 name = "proc-macro-hack"
710 version = "0.5.19"
711 source = "registry+https://github.com/rust-lang/crates.io-index"
712 checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
713
714 [[package]]
715 name = "proc-macro-nested"
716 version = "0.1.7"
717 source = "registry+https://github.com/rust-lang/crates.io-index"
718 checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
719
720 [[package]]
721 name = "proc-macro2"
722 version = "1.0.27"
723 source = "registry+https://github.com/rust-lang/crates.io-index"
724 checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038"
725 dependencies = [
726  "unicode-xid",
727 ]
728
729 [[package]]
730 name = "quote"
731 version = "1.0.9"
732 source = "registry+https://github.com/rust-lang/crates.io-index"
733 checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
734 dependencies = [
735  "proc-macro2",
736 ]
737
738 [[package]]
739 name = "rand"
740 version = "0.8.4"
741 source = "registry+https://github.com/rust-lang/crates.io-index"
742 checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
743 dependencies = [
744  "libc",
745  "rand_chacha",
746  "rand_core",
747  "rand_hc",
748 ]
749
750 [[package]]
751 name = "rand_chacha"
752 version = "0.3.1"
753 source = "registry+https://github.com/rust-lang/crates.io-index"
754 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
755 dependencies = [
756  "ppv-lite86",
757  "rand_core",
758 ]
759
760 [[package]]
761 name = "rand_core"
762 version = "0.6.3"
763 source = "registry+https://github.com/rust-lang/crates.io-index"
764 checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
765 dependencies = [
766  "getrandom",
767 ]
768
769 [[package]]
770 name = "rand_hc"
771 version = "0.3.1"
772 source = "registry+https://github.com/rust-lang/crates.io-index"
773 checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
774 dependencies = [
775  "rand_core",
776 ]
777
778 [[package]]
779 name = "redox_syscall"
780 version = "0.2.9"
781 source = "registry+https://github.com/rust-lang/crates.io-index"
782 checksum = "5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee"
783 dependencies = [
784  "bitflags",
785 ]
786
787 [[package]]
788 name = "regex"
789 version = "1.5.4"
790 source = "registry+https://github.com/rust-lang/crates.io-index"
791 checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
792 dependencies = [
793  "aho-corasick",
794  "memchr",
795  "regex-syntax",
796 ]
797
798 [[package]]
799 name = "regex-syntax"
800 version = "0.6.25"
801 source = "registry+https://github.com/rust-lang/crates.io-index"
802 checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
803
804 [[package]]
805 name = "remove_dir_all"
806 version = "0.5.3"
807 source = "registry+https://github.com/rust-lang/crates.io-index"
808 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
809 dependencies = [
810  "winapi",
811 ]
812
813 [[package]]
814 name = "schannel"
815 version = "0.1.19"
816 source = "registry+https://github.com/rust-lang/crates.io-index"
817 checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
818 dependencies = [
819  "lazy_static",
820  "winapi",
821 ]
822
823 [[package]]
824 name = "scopeguard"
825 version = "1.1.0"
826 source = "registry+https://github.com/rust-lang/crates.io-index"
827 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
828
829 [[package]]
830 name = "security-framework"
831 version = "2.3.1"
832 source = "registry+https://github.com/rust-lang/crates.io-index"
833 checksum = "23a2ac85147a3a11d77ecf1bc7166ec0b92febfa4461c37944e180f319ece467"
834 dependencies = [
835  "bitflags",
836  "core-foundation",
837  "core-foundation-sys",
838  "libc",
839  "security-framework-sys",
840 ]
841
842 [[package]]
843 name = "security-framework-sys"
844 version = "2.3.0"
845 source = "registry+https://github.com/rust-lang/crates.io-index"
846 checksum = "7e4effb91b4b8b6fb7732e670b6cee160278ff8e6bf485c7805d9e319d76e284"
847 dependencies = [
848  "core-foundation-sys",
849  "libc",
850 ]
851
852 [[package]]
853 name = "signal-hook-registry"
854 version = "1.4.0"
855 source = "registry+https://github.com/rust-lang/crates.io-index"
856 checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
857 dependencies = [
858  "libc",
859 ]
860
861 [[package]]
862 name = "slab"
863 version = "0.4.3"
864 source = "registry+https://github.com/rust-lang/crates.io-index"
865 checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527"
866
867 [[package]]
868 name = "smallvec"
869 version = "1.6.1"
870 source = "registry+https://github.com/rust-lang/crates.io-index"
871 checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
872
873 [[package]]
874 name = "socket2"
875 version = "0.4.0"
876 source = "registry+https://github.com/rust-lang/crates.io-index"
877 checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2"
878 dependencies = [
879  "libc",
880  "winapi",
881 ]
882
883 [[package]]
884 name = "strsim"
885 version = "0.8.0"
886 source = "registry+https://github.com/rust-lang/crates.io-index"
887 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
888
889 [[package]]
890 name = "structopt"
891 version = "0.3.22"
892 source = "registry+https://github.com/rust-lang/crates.io-index"
893 checksum = "69b041cdcb67226aca307e6e7be44c8806423d83e018bd662360a93dabce4d71"
894 dependencies = [
895  "clap",
896  "lazy_static",
897  "structopt-derive",
898 ]
899
900 [[package]]
901 name = "structopt-derive"
902 version = "0.4.15"
903 source = "registry+https://github.com/rust-lang/crates.io-index"
904 checksum = "7813934aecf5f51a54775e00068c237de98489463968231a51746bbbc03f9c10"
905 dependencies = [
906  "heck",
907  "proc-macro-error",
908  "proc-macro2",
909  "quote",
910  "syn",
911 ]
912
913 [[package]]
914 name = "syn"
915 version = "1.0.73"
916 source = "registry+https://github.com/rust-lang/crates.io-index"
917 checksum = "f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7"
918 dependencies = [
919  "proc-macro2",
920  "quote",
921  "unicode-xid",
922 ]
923
924 [[package]]
925 name = "tempfile"
926 version = "3.2.0"
927 source = "registry+https://github.com/rust-lang/crates.io-index"
928 checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
929 dependencies = [
930  "cfg-if",
931  "libc",
932  "rand",
933  "redox_syscall",
934  "remove_dir_all",
935  "winapi",
936 ]
937
938 [[package]]
939 name = "termcolor"
940 version = "1.1.2"
941 source = "registry+https://github.com/rust-lang/crates.io-index"
942 checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
943 dependencies = [
944  "winapi-util",
945 ]
946
947 [[package]]
948 name = "textwrap"
949 version = "0.11.0"
950 source = "registry+https://github.com/rust-lang/crates.io-index"
951 checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
952 dependencies = [
953  "unicode-width",
954 ]
955
956 [[package]]
957 name = "tokio"
958 version = "1.8.2"
959 source = "registry+https://github.com/rust-lang/crates.io-index"
960 checksum = "c2602b8af3767c285202012822834005f596c811042315fa7e9f5b12b2a43207"
961 dependencies = [
962  "autocfg",
963  "bytes",
964  "libc",
965  "memchr",
966  "mio",
967  "num_cpus",
968  "once_cell",
969  "parking_lot",
970  "pin-project-lite",
971  "signal-hook-registry",
972  "tokio-macros",
973  "winapi",
974 ]
975
976 [[package]]
977 name = "tokio-macros"
978 version = "1.3.0"
979 source = "registry+https://github.com/rust-lang/crates.io-index"
980 checksum = "54473be61f4ebe4efd09cec9bd5d16fa51d70ea0192213d754d2d500457db110"
981 dependencies = [
982  "proc-macro2",
983  "quote",
984  "syn",
985 ]
986
987 [[package]]
988 name = "tokio-native-tls"
989 version = "0.3.0"
990 source = "registry+https://github.com/rust-lang/crates.io-index"
991 checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
992 dependencies = [
993  "native-tls",
994  "tokio",
995 ]
996
997 [[package]]
998 name = "tokio-util"
999 version = "0.6.7"
1000 source = "registry+https://github.com/rust-lang/crates.io-index"
1001 checksum = "1caa0b0c8d94a049db56b5acf8cba99dc0623aab1b26d5b5f5e2d945846b3592"
1002 dependencies = [
1003  "bytes",
1004  "futures-core",
1005  "futures-sink",
1006  "log",
1007  "pin-project-lite",
1008  "tokio",
1009 ]
1010
1011 [[package]]
1012 name = "tower-service"
1013 version = "0.3.1"
1014 source = "registry+https://github.com/rust-lang/crates.io-index"
1015 checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
1016
1017 [[package]]
1018 name = "tracing"
1019 version = "0.1.26"
1020 source = "registry+https://github.com/rust-lang/crates.io-index"
1021 checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
1022 dependencies = [
1023  "cfg-if",
1024  "pin-project-lite",
1025  "tracing-core",
1026 ]
1027
1028 [[package]]
1029 name = "tracing-core"
1030 version = "0.1.18"
1031 source = "registry+https://github.com/rust-lang/crates.io-index"
1032 checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052"
1033 dependencies = [
1034  "lazy_static",
1035 ]
1036
1037 [[package]]
1038 name = "try-lock"
1039 version = "0.2.3"
1040 source = "registry+https://github.com/rust-lang/crates.io-index"
1041 checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
1042
1043 [[package]]
1044 name = "unicode-segmentation"
1045 version = "1.8.0"
1046 source = "registry+https://github.com/rust-lang/crates.io-index"
1047 checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
1048
1049 [[package]]
1050 name = "unicode-width"
1051 version = "0.1.8"
1052 source = "registry+https://github.com/rust-lang/crates.io-index"
1053 checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
1054
1055 [[package]]
1056 name = "unicode-xid"
1057 version = "0.2.2"
1058 source = "registry+https://github.com/rust-lang/crates.io-index"
1059 checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
1060
1061 [[package]]
1062 name = "vcpkg"
1063 version = "0.2.15"
1064 source = "registry+https://github.com/rust-lang/crates.io-index"
1065 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1066
1067 [[package]]
1068 name = "vec_map"
1069 version = "0.8.2"
1070 source = "registry+https://github.com/rust-lang/crates.io-index"
1071 checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1072
1073 [[package]]
1074 name = "version_check"
1075 version = "0.9.3"
1076 source = "registry+https://github.com/rust-lang/crates.io-index"
1077 checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
1078
1079 [[package]]
1080 name = "void"
1081 version = "1.0.2"
1082 source = "registry+https://github.com/rust-lang/crates.io-index"
1083 checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
1084
1085 [[package]]
1086 name = "want"
1087 version = "0.3.0"
1088 source = "registry+https://github.com/rust-lang/crates.io-index"
1089 checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
1090 dependencies = [
1091  "log",
1092  "try-lock",
1093 ]
1094
1095 [[package]]
1096 name = "wasi"
1097 version = "0.10.2+wasi-snapshot-preview1"
1098 source = "registry+https://github.com/rust-lang/crates.io-index"
1099 checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
1100
1101 [[package]]
1102 name = "winapi"
1103 version = "0.3.9"
1104 source = "registry+https://github.com/rust-lang/crates.io-index"
1105 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1106 dependencies = [
1107  "winapi-i686-pc-windows-gnu",
1108  "winapi-x86_64-pc-windows-gnu",
1109 ]
1110
1111 [[package]]
1112 name = "winapi-i686-pc-windows-gnu"
1113 version = "0.4.0"
1114 source = "registry+https://github.com/rust-lang/crates.io-index"
1115 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1116
1117 [[package]]
1118 name = "winapi-util"
1119 version = "0.1.5"
1120 source = "registry+https://github.com/rust-lang/crates.io-index"
1121 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1122 dependencies = [
1123  "winapi",
1124 ]
1125
1126 [[package]]
1127 name = "winapi-x86_64-pc-windows-gnu"
1128 version = "0.4.0"
1129 source = "registry+https://github.com/rust-lang/crates.io-index"
1130 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"