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