1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "addr2line"
7version = "0.19.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler"
16version = "1.0.2"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
20[[package]]
21name = "ansi_term"
22version = "0.12.1"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
25dependencies = [
26 "winapi 0.3.9",
27]
28
29[[package]]
30name = "atlatl"
31version = "0.1.2"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "32bb156841d2e2a888185b5b4f7d93d30efd3a40d1671d9628ab39536adb7ea2"
34dependencies = [
35 "fnv",
36 "num-traits",
37 "serde",
38]
39
40[[package]]
41name = "atty"
42version = "0.2.14"
43source = "registry+https://github.com/rust-lang/crates.io-index"
44checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
45dependencies = [
46 "hermit-abi 0.1.19",
47 "libc",
48 "winapi 0.3.9",
49]
50
51[[package]]
52name = "autocfg"
53version = "0.1.8"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78"
56dependencies = [
57 "autocfg 1.1.0",
58]
59
60[[package]]
61name = "autocfg"
62version = "1.1.0"
63source = "registry+https://github.com/rust-lang/crates.io-index"
64checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
65
66[[package]]
67name = "backtrace"
68version = "0.3.67"
69source = "registry+https://github.com/rust-lang/crates.io-index"
70checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
71dependencies = [
72 "addr2line",
73 "cc",
74 "cfg-if 1.0.0",
75 "libc",
76 "miniz_oxide 0.6.2",
77 "object",
78 "rustc-demangle",
79]
80
81[[package]]
82name = "base64"
83version = "0.10.1"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
86dependencies = [
87 "byteorder",
88]
89
90[[package]]
91name = "bincode"
92version = "1.3.3"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
95dependencies = [
96 "serde",
97]
98
99[[package]]
100name = "bitflags"
101version = "1.3.2"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
104
105[[package]]
106name = "byteorder"
107version = "1.4.3"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
110
111[[package]]
112name = "bytes"
113version = "0.4.12"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
116dependencies = [
117 "byteorder",
118 "either",
119 "iovec",
120]
121
122[[package]]
123name = "cc"
124version = "1.0.79"
125source = "registry+https://github.com/rust-lang/crates.io-index"
126checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
127
128[[package]]
129name = "cfg-if"
130version = "0.1.10"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
133
134[[package]]
135name = "cfg-if"
136version = "1.0.0"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
139
140[[package]]
141name = "chit"
142version = "0.1.15"
143dependencies = [
144 "clap",
145 "colored",
146 "hyphenation",
147 "openssl",
148 "reqwest",
149 "serde",
150 "serde_derive",
151 "serde_json",
152 "textwrap",
153]
154
155[[package]]
156name = "clap"
157version = "2.34.0"
158source = "registry+https://github.com/rust-lang/crates.io-index"
159checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
160dependencies = [
161 "ansi_term",
162 "atty",
163 "bitflags",
164 "strsim",
165 "textwrap",
166 "unicode-width",
167 "vec_map",
168]
169
170[[package]]
171name = "cloudabi"
172version = "0.0.3"
173source = "registry+https://github.com/rust-lang/crates.io-index"
174checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
175dependencies = [
176 "bitflags",
177]
178
179[[package]]
180name = "colored"
181version = "1.9.3"
182source = "registry+https://github.com/rust-lang/crates.io-index"
183checksum = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59"
184dependencies = [
185 "atty",
186 "lazy_static",
187 "winapi 0.3.9",
188]
189
190[[package]]
191name = "cookie"
192version = "0.12.0"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "888604f00b3db336d2af898ec3c1d5d0ddf5e6d462220f2ededc33a87ac4bbd5"
195dependencies = [
196 "time",
197 "url 1.7.2",
198]
199
200[[package]]
201name = "cookie_store"
202version = "0.7.0"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "46750b3f362965f197996c4448e4a0935e791bf7d6631bfce9ee0af3d24c919c"
205dependencies = [
206 "cookie",
207 "failure",
208 "idna 0.1.5",
209 "log",
210 "publicsuffix",
211 "serde",
212 "serde_json",
213 "time",
214 "try_from",
215 "url 1.7.2",
216]
217
218[[package]]
219name = "core-foundation"
220version = "0.9.3"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
223dependencies = [
224 "core-foundation-sys",
225 "libc",
226]
227
228[[package]]
229name = "core-foundation-sys"
230version = "0.8.4"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
233
234[[package]]
235name = "crc32fast"
236version = "1.3.2"
237source = "registry+https://github.com/rust-lang/crates.io-index"
238checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
239dependencies = [
240 "cfg-if 1.0.0",
241]
242
243[[package]]
244name = "crossbeam-deque"
245version = "0.7.4"
246source = "registry+https://github.com/rust-lang/crates.io-index"
247checksum = "c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed"
248dependencies = [
249 "crossbeam-epoch",
250 "crossbeam-utils",
251 "maybe-uninit",
252]
253
254[[package]]
255name = "crossbeam-epoch"
256version = "0.8.2"
257source = "registry+https://github.com/rust-lang/crates.io-index"
258checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
259dependencies = [
260 "autocfg 1.1.0",
261 "cfg-if 0.1.10",
262 "crossbeam-utils",
263 "lazy_static",
264 "maybe-uninit",
265 "memoffset",
266 "scopeguard",
267]
268
269[[package]]
270name = "crossbeam-queue"
271version = "0.2.3"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
274dependencies = [
275 "cfg-if 0.1.10",
276 "crossbeam-utils",
277 "maybe-uninit",
278]
279
280[[package]]
281name = "crossbeam-utils"
282version = "0.7.2"
283source = "registry+https://github.com/rust-lang/crates.io-index"
284checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
285dependencies = [
286 "autocfg 1.1.0",
287 "cfg-if 0.1.10",
288 "lazy_static",
289]
290
291[[package]]
292name = "dtoa"
293version = "0.4.8"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
296
297[[package]]
298name = "either"
299version = "1.8.1"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
302
303[[package]]
304name = "encoding_rs"
305version = "0.8.32"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
308dependencies = [
309 "cfg-if 1.0.0",
310]
311
312[[package]]
313name = "errno"
314version = "0.3.1"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
317dependencies = [
318 "errno-dragonfly",
319 "libc",
320 "windows-sys 0.48.0",
321]
322
323[[package]]
324name = "errno-dragonfly"
325version = "0.1.2"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
328dependencies = [
329 "cc",
330 "libc",
331]
332
333[[package]]
334name = "failure"
335version = "0.1.8"
336source = "registry+https://github.com/rust-lang/crates.io-index"
337checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
338dependencies = [
339 "backtrace",
340 "failure_derive",
341]
342
343[[package]]
344name = "failure_derive"
345version = "0.1.8"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
348dependencies = [
349 "proc-macro2",
350 "quote",
351 "syn 1.0.109",
352 "synstructure",
353]
354
355[[package]]
356name = "fastrand"
357version = "1.9.0"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
360dependencies = [
361 "instant",
362]
363
364[[package]]
365name = "flate2"
366version = "1.0.26"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
369dependencies = [
370 "crc32fast",
371 "miniz_oxide 0.7.1",
372]
373
374[[package]]
375name = "fnv"
376version = "1.0.7"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
379
380[[package]]
381name = "foreign-types"
382version = "0.3.2"
383source = "registry+https://github.com/rust-lang/crates.io-index"
384checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
385dependencies = [
386 "foreign-types-shared",
387]
388
389[[package]]
390name = "foreign-types-shared"
391version = "0.1.1"
392source = "registry+https://github.com/rust-lang/crates.io-index"
393checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
394
395[[package]]
396name = "form_urlencoded"
397version = "1.1.0"
398source = "registry+https://github.com/rust-lang/crates.io-index"
399checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
400dependencies = [
401 "percent-encoding 2.2.0",
402]
403
404[[package]]
405name = "fuchsia-cprng"
406version = "0.1.1"
407source = "registry+https://github.com/rust-lang/crates.io-index"
408checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
409
410[[package]]
411name = "fuchsia-zircon"
412version = "0.3.3"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
415dependencies = [
416 "bitflags",
417 "fuchsia-zircon-sys",
418]
419
420[[package]]
421name = "fuchsia-zircon-sys"
422version = "0.3.3"
423source = "registry+https://github.com/rust-lang/crates.io-index"
424checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
425
426[[package]]
427name = "futures"
428version = "0.1.31"
429source = "registry+https://github.com/rust-lang/crates.io-index"
430checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
431
432[[package]]
433name = "futures-cpupool"
434version = "0.1.8"
435source = "registry+https://github.com/rust-lang/crates.io-index"
436checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
437dependencies = [
438 "futures",
439 "num_cpus",
440]
441
442[[package]]
443name = "gimli"
444version = "0.27.2"
445source = "registry+https://github.com/rust-lang/crates.io-index"
446checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
447
448[[package]]
449name = "h2"
450version = "0.1.26"
451source = "registry+https://github.com/rust-lang/crates.io-index"
452checksum = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"
453dependencies = [
454 "byteorder",
455 "bytes",
456 "fnv",
457 "futures",
458 "http",
459 "indexmap",
460 "log",
461 "slab",
462 "string",
463 "tokio-io",
464]
465
466[[package]]
467name = "hashbrown"
468version = "0.12.3"
469source = "registry+https://github.com/rust-lang/crates.io-index"
470checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
471
472[[package]]
473name = "hermit-abi"
474version = "0.1.19"
475source = "registry+https://github.com/rust-lang/crates.io-index"
476checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
477dependencies = [
478 "libc",
479]
480
481[[package]]
482name = "hermit-abi"
483version = "0.2.6"
484source = "registry+https://github.com/rust-lang/crates.io-index"
485checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
486dependencies = [
487 "libc",
488]
489
490[[package]]
491name = "hermit-abi"
492version = "0.3.1"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
495
496[[package]]
497name = "http"
498version = "0.1.21"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0"
501dependencies = [
502 "bytes",
503 "fnv",
504 "itoa 0.4.8",
505]
506
507[[package]]
508name = "http-body"
509version = "0.1.0"
510source = "registry+https://github.com/rust-lang/crates.io-index"
511checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
512dependencies = [
513 "bytes",
514 "futures",
515 "http",
516 "tokio-buf",
517]
518
519[[package]]
520name = "httparse"
521version = "1.8.0"
522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
524
525[[package]]
526name = "hyper"
527version = "0.12.36"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "5c843caf6296fc1f93444735205af9ed4e109a539005abb2564ae1d6fad34c52"
530dependencies = [
531 "bytes",
532 "futures",
533 "futures-cpupool",
534 "h2",
535 "http",
536 "http-body",
537 "httparse",
538 "iovec",
539 "itoa 0.4.8",
540 "log",
541 "net2",
542 "rustc_version",
543 "time",
544 "tokio",
545 "tokio-buf",
546 "tokio-executor",
547 "tokio-io",
548 "tokio-reactor",
549 "tokio-tcp",
550 "tokio-threadpool",
551 "tokio-timer",
552 "want",
553]
554
555[[package]]
556name = "hyper-tls"
557version = "0.3.2"
558source = "registry+https://github.com/rust-lang/crates.io-index"
559checksum = "3a800d6aa50af4b5850b2b0f659625ce9504df908e9733b635720483be26174f"
560dependencies = [
561 "bytes",
562 "futures",
563 "hyper",
564 "native-tls",
565 "tokio-io",
566]
567
568[[package]]
569name = "hyphenation"
570version = "0.7.1"
571source = "registry+https://github.com/rust-lang/crates.io-index"
572checksum = "0493c6fb308d367d0aed7acd341adbc1c2f216c135073e4b73b652c5d0d6b54c"
573dependencies = [
574 "atlatl",
575 "bincode",
576 "hyphenation_commons",
577 "pocket-resources",
578 "serde",
579]
580
581[[package]]
582name = "hyphenation_commons"
583version = "0.7.1"
584source = "registry+https://github.com/rust-lang/crates.io-index"
585checksum = "9e3461ab51107f7beb8e0c46606d6eb7dfa48880014a29c170afad3ce6b25add"
586dependencies = [
587 "atlatl",
588 "serde",
589]
590
591[[package]]
592name = "idna"
593version = "0.1.5"
594source = "registry+https://github.com/rust-lang/crates.io-index"
595checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
596dependencies = [
597 "matches",
598 "unicode-bidi",
599 "unicode-normalization",
600]
601
602[[package]]
603name = "idna"
604version = "0.2.3"
605source = "registry+https://github.com/rust-lang/crates.io-index"
606checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
607dependencies = [
608 "matches",
609 "unicode-bidi",
610 "unicode-normalization",
611]
612
613[[package]]
614name = "idna"
615version = "0.3.0"
616source = "registry+https://github.com/rust-lang/crates.io-index"
617checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
618dependencies = [
619 "unicode-bidi",
620 "unicode-normalization",
621]
622
623[[package]]
624name = "indexmap"
625version = "1.9.3"
626source = "registry+https://github.com/rust-lang/crates.io-index"
627checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
628dependencies = [
629 "autocfg 1.1.0",
630 "hashbrown",
631]
632
633[[package]]
634name = "instant"
635version = "0.1.12"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
638dependencies = [
639 "cfg-if 1.0.0",
640]
641
642[[package]]
643name = "io-lifetimes"
644version = "1.0.10"
645source = "registry+https://github.com/rust-lang/crates.io-index"
646checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
647dependencies = [
648 "hermit-abi 0.3.1",
649 "libc",
650 "windows-sys 0.48.0",
651]
652
653[[package]]
654name = "iovec"
655version = "0.1.4"
656source = "registry+https://github.com/rust-lang/crates.io-index"
657checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
658dependencies = [
659 "libc",
660]
661
662[[package]]
663name = "itoa"
664version = "0.4.8"
665source = "registry+https://github.com/rust-lang/crates.io-index"
666checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
667
668[[package]]
669name = "itoa"
670version = "1.0.6"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
673
674[[package]]
675name = "kernel32-sys"
676version = "0.2.2"
677source = "registry+https://github.com/rust-lang/crates.io-index"
678checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
679dependencies = [
680 "winapi 0.2.8",
681 "winapi-build",
682]
683
684[[package]]
685name = "lazy_static"
686version = "1.4.0"
687source = "registry+https://github.com/rust-lang/crates.io-index"
688checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
689
690[[package]]
691name = "libc"
692version = "0.2.144"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
695
696[[package]]
697name = "linux-raw-sys"
698version = "0.3.7"
699source = "registry+https://github.com/rust-lang/crates.io-index"
700checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f"
701
702[[package]]
703name = "lock_api"
704version = "0.3.4"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
707dependencies = [
708 "scopeguard",
709]
710
711[[package]]
712name = "log"
713version = "0.4.17"
714source = "registry+https://github.com/rust-lang/crates.io-index"
715checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
716dependencies = [
717 "cfg-if 1.0.0",
718]
719
720[[package]]
721name = "matches"
722version = "0.1.10"
723source = "registry+https://github.com/rust-lang/crates.io-index"
724checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
725
726[[package]]
727name = "maybe-uninit"
728version = "2.0.0"
729source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
731
732[[package]]
733name = "memchr"
734version = "2.5.0"
735source = "registry+https://github.com/rust-lang/crates.io-index"
736checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
737
738[[package]]
739name = "memoffset"
740version = "0.5.6"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
743dependencies = [
744 "autocfg 1.1.0",
745]
746
747[[package]]
748name = "mime"
749version = "0.3.17"
750source = "registry+https://github.com/rust-lang/crates.io-index"
751checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
752
753[[package]]
754name = "mime_guess"
755version = "2.0.4"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
758dependencies = [
759 "mime",
760 "unicase",
761]
762
763[[package]]
764name = "miniz_oxide"
765version = "0.6.2"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
768dependencies = [
769 "adler",
770]
771
772[[package]]
773name = "miniz_oxide"
774version = "0.7.1"
775source = "registry+https://github.com/rust-lang/crates.io-index"
776checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
777dependencies = [
778 "adler",
779]
780
781[[package]]
782name = "mio"
783version = "0.6.23"
784source = "registry+https://github.com/rust-lang/crates.io-index"
785checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
786dependencies = [
787 "cfg-if 0.1.10",
788 "fuchsia-zircon",
789 "fuchsia-zircon-sys",
790 "iovec",
791 "kernel32-sys",
792 "libc",
793 "log",
794 "miow",
795 "net2",
796 "slab",
797 "winapi 0.2.8",
798]
799
800[[package]]
801name = "miow"
802version = "0.2.2"
803source = "registry+https://github.com/rust-lang/crates.io-index"
804checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
805dependencies = [
806 "kernel32-sys",
807 "net2",
808 "winapi 0.2.8",
809 "ws2_32-sys",
810]
811
812[[package]]
813name = "native-tls"
814version = "0.2.11"
815source = "registry+https://github.com/rust-lang/crates.io-index"
816checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
817dependencies = [
818 "lazy_static",
819 "libc",
820 "log",
821 "openssl",
822 "openssl-probe",
823 "openssl-sys",
824 "schannel",
825 "security-framework",
826 "security-framework-sys",
827 "tempfile",
828]
829
830[[package]]
831name = "net2"
832version = "0.2.38"
833source = "registry+https://github.com/rust-lang/crates.io-index"
834checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631"
835dependencies = [
836 "cfg-if 0.1.10",
837 "libc",
838 "winapi 0.3.9",
839]
840
841[[package]]
842name = "num-traits"
843version = "0.2.15"
844source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
846dependencies = [
847 "autocfg 1.1.0",
848]
849
850[[package]]
851name = "num_cpus"
852version = "1.15.0"
853source = "registry+https://github.com/rust-lang/crates.io-index"
854checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
855dependencies = [
856 "hermit-abi 0.2.6",
857 "libc",
858]
859
860[[package]]
861name = "object"
862version = "0.30.3"
863source = "registry+https://github.com/rust-lang/crates.io-index"
864checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
865dependencies = [
866 "memchr",
867]
868
869[[package]]
870name = "once_cell"
871version = "1.17.1"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
874
875[[package]]
876name = "openssl"
877version = "0.10.52"
878source = "registry+https://github.com/rust-lang/crates.io-index"
879checksum = "01b8574602df80f7b85fdfc5392fa884a4e3b3f4f35402c070ab34c3d3f78d56"
880dependencies = [
881 "bitflags",
882 "cfg-if 1.0.0",
883 "foreign-types",
884 "libc",
885 "once_cell",
886 "openssl-macros",
887 "openssl-sys",
888]
889
890[[package]]
891name = "openssl-macros"
892version = "0.1.1"
893source = "registry+https://github.com/rust-lang/crates.io-index"
894checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
895dependencies = [
896 "proc-macro2",
897 "quote",
898 "syn 2.0.15",
899]
900
901[[package]]
902name = "openssl-probe"
903version = "0.1.5"
904source = "registry+https://github.com/rust-lang/crates.io-index"
905checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
906
907[[package]]
908name = "openssl-src"
909version = "111.25.3+1.1.1t"
910source = "registry+https://github.com/rust-lang/crates.io-index"
911checksum = "924757a6a226bf60da5f7dd0311a34d2b52283dd82ddeb103208ddc66362f80c"
912dependencies = [
913 "cc",
914]
915
916[[package]]
917name = "openssl-sys"
918version = "0.9.87"
919source = "registry+https://github.com/rust-lang/crates.io-index"
920checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e"
921dependencies = [
922 "cc",
923 "libc",
924 "openssl-src",
925 "pkg-config",
926 "vcpkg",
927]
928
929[[package]]
930name = "parking_lot"
931version = "0.9.0"
932source = "registry+https://github.com/rust-lang/crates.io-index"
933checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
934dependencies = [
935 "lock_api",
936 "parking_lot_core",
937 "rustc_version",
938]
939
940[[package]]
941name = "parking_lot_core"
942version = "0.6.3"
943source = "registry+https://github.com/rust-lang/crates.io-index"
944checksum = "bda66b810a62be75176a80873726630147a5ca780cd33921e0b5709033e66b0a"
945dependencies = [
946 "cfg-if 0.1.10",
947 "cloudabi",
948 "libc",
949 "redox_syscall 0.1.57",
950 "rustc_version",
951 "smallvec",
952 "winapi 0.3.9",
953]
954
955[[package]]
956name = "percent-encoding"
957version = "1.0.1"
958source = "registry+https://github.com/rust-lang/crates.io-index"
959checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
960
961[[package]]
962name = "percent-encoding"
963version = "2.2.0"
964source = "registry+https://github.com/rust-lang/crates.io-index"
965checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
966
967[[package]]
968name = "pkg-config"
969version = "0.3.27"
970source = "registry+https://github.com/rust-lang/crates.io-index"
971checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
972
973[[package]]
974name = "pocket-resources"
975version = "0.3.2"
976source = "registry+https://github.com/rust-lang/crates.io-index"
977checksum = "c135f38778ad324d9e9ee68690bac2c1a51f340fdf96ca13e2ab3914eb2e51d8"
978
979[[package]]
980name = "proc-macro2"
981version = "1.0.56"
982source = "registry+https://github.com/rust-lang/crates.io-index"
983checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
984dependencies = [
985 "unicode-ident",
986]
987
988[[package]]
989name = "publicsuffix"
990version = "1.5.6"
991source = "registry+https://github.com/rust-lang/crates.io-index"
992checksum = "95b4ce31ff0a27d93c8de1849cf58162283752f065a90d508f1105fa6c9a213f"
993dependencies = [
994 "idna 0.2.3",
995 "url 2.3.1",
996]
997
998[[package]]
999name = "quote"
1000version = "1.0.27"
1001source = "registry+https://github.com/rust-lang/crates.io-index"
1002checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500"
1003dependencies = [
1004 "proc-macro2",
1005]
1006
1007[[package]]
1008name = "rand"
1009version = "0.6.5"
1010source = "registry+https://github.com/rust-lang/crates.io-index"
1011checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
1012dependencies = [
1013 "autocfg 0.1.8",
1014 "libc",
1015 "rand_chacha",
1016 "rand_core 0.4.2",
1017 "rand_hc",
1018 "rand_isaac",
1019 "rand_jitter",
1020 "rand_os",
1021 "rand_pcg",
1022 "rand_xorshift",
1023 "winapi 0.3.9",
1024]
1025
1026[[package]]
1027name = "rand_chacha"
1028version = "0.1.1"
1029source = "registry+https://github.com/rust-lang/crates.io-index"
1030checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
1031dependencies = [
1032 "autocfg 0.1.8",
1033 "rand_core 0.3.1",
1034]
1035
1036[[package]]
1037name = "rand_core"
1038version = "0.3.1"
1039source = "registry+https://github.com/rust-lang/crates.io-index"
1040checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
1041dependencies = [
1042 "rand_core 0.4.2",
1043]
1044
1045[[package]]
1046name = "rand_core"
1047version = "0.4.2"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
1050
1051[[package]]
1052name = "rand_hc"
1053version = "0.1.0"
1054source = "registry+https://github.com/rust-lang/crates.io-index"
1055checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
1056dependencies = [
1057 "rand_core 0.3.1",
1058]
1059
1060[[package]]
1061name = "rand_isaac"
1062version = "0.1.1"
1063source = "registry+https://github.com/rust-lang/crates.io-index"
1064checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
1065dependencies = [
1066 "rand_core 0.3.1",
1067]
1068
1069[[package]]
1070name = "rand_jitter"
1071version = "0.1.4"
1072source = "registry+https://github.com/rust-lang/crates.io-index"
1073checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
1074dependencies = [
1075 "libc",
1076 "rand_core 0.4.2",
1077 "winapi 0.3.9",
1078]
1079
1080[[package]]
1081name = "rand_os"
1082version = "0.1.3"
1083source = "registry+https://github.com/rust-lang/crates.io-index"
1084checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
1085dependencies = [
1086 "cloudabi",
1087 "fuchsia-cprng",
1088 "libc",
1089 "rand_core 0.4.2",
1090 "rdrand",
1091 "winapi 0.3.9",
1092]
1093
1094[[package]]
1095name = "rand_pcg"
1096version = "0.1.2"
1097source = "registry+https://github.com/rust-lang/crates.io-index"
1098checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
1099dependencies = [
1100 "autocfg 0.1.8",
1101 "rand_core 0.4.2",
1102]
1103
1104[[package]]
1105name = "rand_xorshift"
1106version = "0.1.1"
1107source = "registry+https://github.com/rust-lang/crates.io-index"
1108checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
1109dependencies = [
1110 "rand_core 0.3.1",
1111]
1112
1113[[package]]
1114name = "rdrand"
1115version = "0.4.0"
1116source = "registry+https://github.com/rust-lang/crates.io-index"
1117checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
1118dependencies = [
1119 "rand_core 0.3.1",
1120]
1121
1122[[package]]
1123name = "redox_syscall"
1124version = "0.1.57"
1125source = "registry+https://github.com/rust-lang/crates.io-index"
1126checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
1127
1128[[package]]
1129name = "redox_syscall"
1130version = "0.3.5"
1131source = "registry+https://github.com/rust-lang/crates.io-index"
1132checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
1133dependencies = [
1134 "bitflags",
1135]
1136
1137[[package]]
1138name = "reqwest"
1139version = "0.9.24"
1140source = "registry+https://github.com/rust-lang/crates.io-index"
1141checksum = "f88643aea3c1343c804950d7bf983bd2067f5ab59db6d613a08e05572f2714ab"
1142dependencies = [
1143 "base64",
1144 "bytes",
1145 "cookie",
1146 "cookie_store",
1147 "encoding_rs",
1148 "flate2",
1149 "futures",
1150 "http",
1151 "hyper",
1152 "hyper-tls",
1153 "log",
1154 "mime",
1155 "mime_guess",
1156 "native-tls",
1157 "serde",
1158 "serde_json",
1159 "serde_urlencoded",
1160 "time",
1161 "tokio",
1162 "tokio-executor",
1163 "tokio-io",
1164 "tokio-threadpool",
1165 "tokio-timer",
1166 "url 1.7.2",
1167 "uuid",
1168 "winreg",
1169]
1170
1171[[package]]
1172name = "rustc-demangle"
1173version = "0.1.23"
1174source = "registry+https://github.com/rust-lang/crates.io-index"
1175checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
1176
1177[[package]]
1178name = "rustc_version"
1179version = "0.2.3"
1180source = "registry+https://github.com/rust-lang/crates.io-index"
1181checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
1182dependencies = [
1183 "semver",
1184]
1185
1186[[package]]
1187name = "rustix"
1188version = "0.37.19"
1189source = "registry+https://github.com/rust-lang/crates.io-index"
1190checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
1191dependencies = [
1192 "bitflags",
1193 "errno",
1194 "io-lifetimes",
1195 "libc",
1196 "linux-raw-sys",
1197 "windows-sys 0.48.0",
1198]
1199
1200[[package]]
1201name = "ryu"
1202version = "1.0.13"
1203source = "registry+https://github.com/rust-lang/crates.io-index"
1204checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
1205
1206[[package]]
1207name = "schannel"
1208version = "0.1.21"
1209source = "registry+https://github.com/rust-lang/crates.io-index"
1210checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
1211dependencies = [
1212 "windows-sys 0.42.0",
1213]
1214
1215[[package]]
1216name = "scopeguard"
1217version = "1.1.0"
1218source = "registry+https://github.com/rust-lang/crates.io-index"
1219checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1220
1221[[package]]
1222name = "security-framework"
1223version = "2.9.0"
1224source = "registry+https://github.com/rust-lang/crates.io-index"
1225checksum = "ca2855b3715770894e67cbfa3df957790aa0c9edc3bf06efa1a84d77fa0839d1"
1226dependencies = [
1227 "bitflags",
1228 "core-foundation",
1229 "core-foundation-sys",
1230 "libc",
1231 "security-framework-sys",
1232]
1233
1234[[package]]
1235name = "security-framework-sys"
1236version = "2.9.0"
1237source = "registry+https://github.com/rust-lang/crates.io-index"
1238checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7"
1239dependencies = [
1240 "core-foundation-sys",
1241 "libc",
1242]
1243
1244[[package]]
1245name = "semver"
1246version = "0.9.0"
1247source = "registry+https://github.com/rust-lang/crates.io-index"
1248checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
1249dependencies = [
1250 "semver-parser",
1251]
1252
1253[[package]]
1254name = "semver-parser"
1255version = "0.7.0"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
1258
1259[[package]]
1260name = "serde"
1261version = "1.0.163"
1262source = "registry+https://github.com/rust-lang/crates.io-index"
1263checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"
1264dependencies = [
1265 "serde_derive",
1266]
1267
1268[[package]]
1269name = "serde_derive"
1270version = "1.0.163"
1271source = "registry+https://github.com/rust-lang/crates.io-index"
1272checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"
1273dependencies = [
1274 "proc-macro2",
1275 "quote",
1276 "syn 2.0.15",
1277]
1278
1279[[package]]
1280name = "serde_json"
1281version = "1.0.96"
1282source = "registry+https://github.com/rust-lang/crates.io-index"
1283checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
1284dependencies = [
1285 "itoa 1.0.6",
1286 "ryu",
1287 "serde",
1288]
1289
1290[[package]]
1291name = "serde_urlencoded"
1292version = "0.5.5"
1293source = "registry+https://github.com/rust-lang/crates.io-index"
1294checksum = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a"
1295dependencies = [
1296 "dtoa",
1297 "itoa 0.4.8",
1298 "serde",
1299 "url 1.7.2",
1300]
1301
1302[[package]]
1303name = "slab"
1304version = "0.4.8"
1305source = "registry+https://github.com/rust-lang/crates.io-index"
1306checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
1307dependencies = [
1308 "autocfg 1.1.0",
1309]
1310
1311[[package]]
1312name = "smallvec"
1313version = "0.6.14"
1314source = "registry+https://github.com/rust-lang/crates.io-index"
1315checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"
1316dependencies = [
1317 "maybe-uninit",
1318]
1319
1320[[package]]
1321name = "string"
1322version = "0.2.1"
1323source = "registry+https://github.com/rust-lang/crates.io-index"
1324checksum = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
1325dependencies = [
1326 "bytes",
1327]
1328
1329[[package]]
1330name = "strsim"
1331version = "0.8.0"
1332source = "registry+https://github.com/rust-lang/crates.io-index"
1333checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1334
1335[[package]]
1336name = "syn"
1337version = "1.0.109"
1338source = "registry+https://github.com/rust-lang/crates.io-index"
1339checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1340dependencies = [
1341 "proc-macro2",
1342 "quote",
1343 "unicode-ident",
1344]
1345
1346[[package]]
1347name = "syn"
1348version = "2.0.15"
1349source = "registry+https://github.com/rust-lang/crates.io-index"
1350checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
1351dependencies = [
1352 "proc-macro2",
1353 "quote",
1354 "unicode-ident",
1355]
1356
1357[[package]]
1358name = "synstructure"
1359version = "0.12.6"
1360source = "registry+https://github.com/rust-lang/crates.io-index"
1361checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
1362dependencies = [
1363 "proc-macro2",
1364 "quote",
1365 "syn 1.0.109",
1366 "unicode-xid",
1367]
1368
1369[[package]]
1370name = "tempfile"
1371version = "3.5.0"
1372source = "registry+https://github.com/rust-lang/crates.io-index"
1373checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
1374dependencies = [
1375 "cfg-if 1.0.0",
1376 "fastrand",
1377 "redox_syscall 0.3.5",
1378 "rustix",
1379 "windows-sys 0.45.0",
1380]
1381
1382[[package]]
1383name = "textwrap"
1384version = "0.11.0"
1385source = "registry+https://github.com/rust-lang/crates.io-index"
1386checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1387dependencies = [
1388 "hyphenation",
1389 "unicode-width",
1390]
1391
1392[[package]]
1393name = "time"
1394version = "0.1.45"
1395source = "registry+https://github.com/rust-lang/crates.io-index"
1396checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
1397dependencies = [
1398 "libc",
1399 "wasi",
1400 "winapi 0.3.9",
1401]
1402
1403[[package]]
1404name = "tinyvec"
1405version = "1.6.0"
1406source = "registry+https://github.com/rust-lang/crates.io-index"
1407checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
1408dependencies = [
1409 "tinyvec_macros",
1410]
1411
1412[[package]]
1413name = "tinyvec_macros"
1414version = "0.1.1"
1415source = "registry+https://github.com/rust-lang/crates.io-index"
1416checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1417
1418[[package]]
1419name = "tokio"
1420version = "0.1.22"
1421source = "registry+https://github.com/rust-lang/crates.io-index"
1422checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
1423dependencies = [
1424 "bytes",
1425 "futures",
1426 "mio",
1427 "num_cpus",
1428 "tokio-current-thread",
1429 "tokio-executor",
1430 "tokio-io",
1431 "tokio-reactor",
1432 "tokio-tcp",
1433 "tokio-threadpool",
1434 "tokio-timer",
1435]
1436
1437[[package]]
1438name = "tokio-buf"
1439version = "0.1.1"
1440source = "registry+https://github.com/rust-lang/crates.io-index"
1441checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"
1442dependencies = [
1443 "bytes",
1444 "either",
1445 "futures",
1446]
1447
1448[[package]]
1449name = "tokio-current-thread"
1450version = "0.1.7"
1451source = "registry+https://github.com/rust-lang/crates.io-index"
1452checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
1453dependencies = [
1454 "futures",
1455 "tokio-executor",
1456]
1457
1458[[package]]
1459name = "tokio-executor"
1460version = "0.1.10"
1461source = "registry+https://github.com/rust-lang/crates.io-index"
1462checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
1463dependencies = [
1464 "crossbeam-utils",
1465 "futures",
1466]
1467
1468[[package]]
1469name = "tokio-io"
1470version = "0.1.13"
1471source = "registry+https://github.com/rust-lang/crates.io-index"
1472checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
1473dependencies = [
1474 "bytes",
1475 "futures",
1476 "log",
1477]
1478
1479[[package]]
1480name = "tokio-reactor"
1481version = "0.1.12"
1482source = "registry+https://github.com/rust-lang/crates.io-index"
1483checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
1484dependencies = [
1485 "crossbeam-utils",
1486 "futures",
1487 "lazy_static",
1488 "log",
1489 "mio",
1490 "num_cpus",
1491 "parking_lot",
1492 "slab",
1493 "tokio-executor",
1494 "tokio-io",
1495 "tokio-sync",
1496]
1497
1498[[package]]
1499name = "tokio-sync"
1500version = "0.1.8"
1501source = "registry+https://github.com/rust-lang/crates.io-index"
1502checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
1503dependencies = [
1504 "fnv",
1505 "futures",
1506]
1507
1508[[package]]
1509name = "tokio-tcp"
1510version = "0.1.4"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
1513dependencies = [
1514 "bytes",
1515 "futures",
1516 "iovec",
1517 "mio",
1518 "tokio-io",
1519 "tokio-reactor",
1520]
1521
1522[[package]]
1523name = "tokio-threadpool"
1524version = "0.1.18"
1525source = "registry+https://github.com/rust-lang/crates.io-index"
1526checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"
1527dependencies = [
1528 "crossbeam-deque",
1529 "crossbeam-queue",
1530 "crossbeam-utils",
1531 "futures",
1532 "lazy_static",
1533 "log",
1534 "num_cpus",
1535 "slab",
1536 "tokio-executor",
1537]
1538
1539[[package]]
1540name = "tokio-timer"
1541version = "0.2.13"
1542source = "registry+https://github.com/rust-lang/crates.io-index"
1543checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
1544dependencies = [
1545 "crossbeam-utils",
1546 "futures",
1547 "slab",
1548 "tokio-executor",
1549]
1550
1551[[package]]
1552name = "try-lock"
1553version = "0.2.4"
1554source = "registry+https://github.com/rust-lang/crates.io-index"
1555checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
1556
1557[[package]]
1558name = "try_from"
1559version = "0.3.2"
1560source = "registry+https://github.com/rust-lang/crates.io-index"
1561checksum = "283d3b89e1368717881a9d51dad843cc435380d8109c9e47d38780a324698d8b"
1562dependencies = [
1563 "cfg-if 0.1.10",
1564]
1565
1566[[package]]
1567name = "unicase"
1568version = "2.6.0"
1569source = "registry+https://github.com/rust-lang/crates.io-index"
1570checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
1571dependencies = [
1572 "version_check",
1573]
1574
1575[[package]]
1576name = "unicode-bidi"
1577version = "0.3.13"
1578source = "registry+https://github.com/rust-lang/crates.io-index"
1579checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
1580
1581[[package]]
1582name = "unicode-ident"
1583version = "1.0.8"
1584source = "registry+https://github.com/rust-lang/crates.io-index"
1585checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
1586
1587[[package]]
1588name = "unicode-normalization"
1589version = "0.1.22"
1590source = "registry+https://github.com/rust-lang/crates.io-index"
1591checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
1592dependencies = [
1593 "tinyvec",
1594]
1595
1596[[package]]
1597name = "unicode-width"
1598version = "0.1.10"
1599source = "registry+https://github.com/rust-lang/crates.io-index"
1600checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
1601
1602[[package]]
1603name = "unicode-xid"
1604version = "0.2.4"
1605source = "registry+https://github.com/rust-lang/crates.io-index"
1606checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
1607
1608[[package]]
1609name = "url"
1610version = "1.7.2"
1611source = "registry+https://github.com/rust-lang/crates.io-index"
1612checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
1613dependencies = [
1614 "idna 0.1.5",
1615 "matches",
1616 "percent-encoding 1.0.1",
1617]
1618
1619[[package]]
1620name = "url"
1621version = "2.3.1"
1622source = "registry+https://github.com/rust-lang/crates.io-index"
1623checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
1624dependencies = [
1625 "form_urlencoded",
1626 "idna 0.3.0",
1627 "percent-encoding 2.2.0",
1628]
1629
1630[[package]]
1631name = "uuid"
1632version = "0.7.4"
1633source = "registry+https://github.com/rust-lang/crates.io-index"
1634checksum = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
1635dependencies = [
1636 "rand",
1637]
1638
1639[[package]]
1640name = "vcpkg"
1641version = "0.2.15"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1644
1645[[package]]
1646name = "vec_map"
1647version = "0.8.2"
1648source = "registry+https://github.com/rust-lang/crates.io-index"
1649checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1650
1651[[package]]
1652name = "version_check"
1653version = "0.9.4"
1654source = "registry+https://github.com/rust-lang/crates.io-index"
1655checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1656
1657[[package]]
1658name = "want"
1659version = "0.2.0"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
1662dependencies = [
1663 "futures",
1664 "log",
1665 "try-lock",
1666]
1667
1668[[package]]
1669name = "wasi"
1670version = "0.10.0+wasi-snapshot-preview1"
1671source = "registry+https://github.com/rust-lang/crates.io-index"
1672checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
1673
1674[[package]]
1675name = "winapi"
1676version = "0.2.8"
1677source = "registry+https://github.com/rust-lang/crates.io-index"
1678checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
1679
1680[[package]]
1681name = "winapi"
1682version = "0.3.9"
1683source = "registry+https://github.com/rust-lang/crates.io-index"
1684checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1685dependencies = [
1686 "winapi-i686-pc-windows-gnu",
1687 "winapi-x86_64-pc-windows-gnu",
1688]
1689
1690[[package]]
1691name = "winapi-build"
1692version = "0.1.1"
1693source = "registry+https://github.com/rust-lang/crates.io-index"
1694checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
1695
1696[[package]]
1697name = "winapi-i686-pc-windows-gnu"
1698version = "0.4.0"
1699source = "registry+https://github.com/rust-lang/crates.io-index"
1700checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1701
1702[[package]]
1703name = "winapi-x86_64-pc-windows-gnu"
1704version = "0.4.0"
1705source = "registry+https://github.com/rust-lang/crates.io-index"
1706checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1707
1708[[package]]
1709name = "windows-sys"
1710version = "0.42.0"
1711source = "registry+https://github.com/rust-lang/crates.io-index"
1712checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
1713dependencies = [
1714 "windows_aarch64_gnullvm 0.42.2",
1715 "windows_aarch64_msvc 0.42.2",
1716 "windows_i686_gnu 0.42.2",
1717 "windows_i686_msvc 0.42.2",
1718 "windows_x86_64_gnu 0.42.2",
1719 "windows_x86_64_gnullvm 0.42.2",
1720 "windows_x86_64_msvc 0.42.2",
1721]
1722
1723[[package]]
1724name = "windows-sys"
1725version = "0.45.0"
1726source = "registry+https://github.com/rust-lang/crates.io-index"
1727checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
1728dependencies = [
1729 "windows-targets 0.42.2",
1730]
1731
1732[[package]]
1733name = "windows-sys"
1734version = "0.48.0"
1735source = "registry+https://github.com/rust-lang/crates.io-index"
1736checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1737dependencies = [
1738 "windows-targets 0.48.0",
1739]
1740
1741[[package]]
1742name = "windows-targets"
1743version = "0.42.2"
1744source = "registry+https://github.com/rust-lang/crates.io-index"
1745checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
1746dependencies = [
1747 "windows_aarch64_gnullvm 0.42.2",
1748 "windows_aarch64_msvc 0.42.2",
1749 "windows_i686_gnu 0.42.2",
1750 "windows_i686_msvc 0.42.2",
1751 "windows_x86_64_gnu 0.42.2",
1752 "windows_x86_64_gnullvm 0.42.2",
1753 "windows_x86_64_msvc 0.42.2",
1754]
1755
1756[[package]]
1757name = "windows-targets"
1758version = "0.48.0"
1759source = "registry+https://github.com/rust-lang/crates.io-index"
1760checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
1761dependencies = [
1762 "windows_aarch64_gnullvm 0.48.0",
1763 "windows_aarch64_msvc 0.48.0",
1764 "windows_i686_gnu 0.48.0",
1765 "windows_i686_msvc 0.48.0",
1766 "windows_x86_64_gnu 0.48.0",
1767 "windows_x86_64_gnullvm 0.48.0",
1768 "windows_x86_64_msvc 0.48.0",
1769]
1770
1771[[package]]
1772name = "windows_aarch64_gnullvm"
1773version = "0.42.2"
1774source = "registry+https://github.com/rust-lang/crates.io-index"
1775checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
1776
1777[[package]]
1778name = "windows_aarch64_gnullvm"
1779version = "0.48.0"
1780source = "registry+https://github.com/rust-lang/crates.io-index"
1781checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
1782
1783[[package]]
1784name = "windows_aarch64_msvc"
1785version = "0.42.2"
1786source = "registry+https://github.com/rust-lang/crates.io-index"
1787checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
1788
1789[[package]]
1790name = "windows_aarch64_msvc"
1791version = "0.48.0"
1792source = "registry+https://github.com/rust-lang/crates.io-index"
1793checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
1794
1795[[package]]
1796name = "windows_i686_gnu"
1797version = "0.42.2"
1798source = "registry+https://github.com/rust-lang/crates.io-index"
1799checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
1800
1801[[package]]
1802name = "windows_i686_gnu"
1803version = "0.48.0"
1804source = "registry+https://github.com/rust-lang/crates.io-index"
1805checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
1806
1807[[package]]
1808name = "windows_i686_msvc"
1809version = "0.42.2"
1810source = "registry+https://github.com/rust-lang/crates.io-index"
1811checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
1812
1813[[package]]
1814name = "windows_i686_msvc"
1815version = "0.48.0"
1816source = "registry+https://github.com/rust-lang/crates.io-index"
1817checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
1818
1819[[package]]
1820name = "windows_x86_64_gnu"
1821version = "0.42.2"
1822source = "registry+https://github.com/rust-lang/crates.io-index"
1823checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
1824
1825[[package]]
1826name = "windows_x86_64_gnu"
1827version = "0.48.0"
1828source = "registry+https://github.com/rust-lang/crates.io-index"
1829checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
1830
1831[[package]]
1832name = "windows_x86_64_gnullvm"
1833version = "0.42.2"
1834source = "registry+https://github.com/rust-lang/crates.io-index"
1835checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
1836
1837[[package]]
1838name = "windows_x86_64_gnullvm"
1839version = "0.48.0"
1840source = "registry+https://github.com/rust-lang/crates.io-index"
1841checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
1842
1843[[package]]
1844name = "windows_x86_64_msvc"
1845version = "0.42.2"
1846source = "registry+https://github.com/rust-lang/crates.io-index"
1847checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
1848
1849[[package]]
1850name = "windows_x86_64_msvc"
1851version = "0.48.0"
1852source = "registry+https://github.com/rust-lang/crates.io-index"
1853checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
1854
1855[[package]]
1856name = "winreg"
1857version = "0.6.2"
1858source = "registry+https://github.com/rust-lang/crates.io-index"
1859checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
1860dependencies = [
1861 "winapi 0.3.9",
1862]
1863
1864[[package]]
1865name = "ws2_32-sys"
1866version = "0.2.1"
1867source = "registry+https://github.com/rust-lang/crates.io-index"
1868checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
1869dependencies = [
1870 "winapi 0.2.8",
1871 "winapi-build",
1872]