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