54963c8ad8a9e66b2fa203963dd82e4803fb0046
[rtx3080.git] / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "ascii_utils"
5 version = "0.9.3"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "71938f30533e4d95a6d17aa530939da3842c2ab6f4f84b9dae68447e4129f74a"
8
9 [[package]]
10 name = "autocfg"
11 version = "0.1.7"
12 source = "registry+https://github.com/rust-lang/crates.io-index"
13 checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
14
15 [[package]]
16 name = "autocfg"
17 version = "1.0.1"
18 source = "registry+https://github.com/rust-lang/crates.io-index"
19 checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
20
21 [[package]]
22 name = "base64"
23 version = "0.9.3"
24 source = "registry+https://github.com/rust-lang/crates.io-index"
25 checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
26 dependencies = [
27  "byteorder",
28  "safemem",
29 ]
30
31 [[package]]
32 name = "base64"
33 version = "0.10.1"
34 source = "registry+https://github.com/rust-lang/crates.io-index"
35 checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
36 dependencies = [
37  "byteorder",
38 ]
39
40 [[package]]
41 name = "base64"
42 version = "0.12.3"
43 source = "registry+https://github.com/rust-lang/crates.io-index"
44 checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
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 = "bufstream"
54 version = "0.1.4"
55 source = "registry+https://github.com/rust-lang/crates.io-index"
56 checksum = "40e38929add23cdf8a366df9b0e088953150724bcbe5fc330b0d8eb3b328eec8"
57
58 [[package]]
59 name = "bumpalo"
60 version = "3.4.0"
61 source = "registry+https://github.com/rust-lang/crates.io-index"
62 checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
63
64 [[package]]
65 name = "byteorder"
66 version = "1.3.4"
67 source = "registry+https://github.com/rust-lang/crates.io-index"
68 checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
69
70 [[package]]
71 name = "bytes"
72 version = "0.5.6"
73 source = "registry+https://github.com/rust-lang/crates.io-index"
74 checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
75
76 [[package]]
77 name = "cc"
78 version = "1.0.59"
79 source = "registry+https://github.com/rust-lang/crates.io-index"
80 checksum = "66120af515773fb005778dc07c261bd201ec8ce50bd6e7144c927753fe013381"
81
82 [[package]]
83 name = "cfg-if"
84 version = "0.1.10"
85 source = "registry+https://github.com/rust-lang/crates.io-index"
86 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
87
88 [[package]]
89 name = "chrono"
90 version = "0.4.15"
91 source = "registry+https://github.com/rust-lang/crates.io-index"
92 checksum = "942f72db697d8767c22d46a598e01f2d3b475501ea43d0db4f16d90259182d0b"
93 dependencies = [
94  "num-integer",
95  "num-traits",
96  "time",
97 ]
98
99 [[package]]
100 name = "cloudabi"
101 version = "0.0.3"
102 source = "registry+https://github.com/rust-lang/crates.io-index"
103 checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
104 dependencies = [
105  "bitflags",
106 ]
107
108 [[package]]
109 name = "core-foundation"
110 version = "0.7.0"
111 source = "registry+https://github.com/rust-lang/crates.io-index"
112 checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
113 dependencies = [
114  "core-foundation-sys",
115  "libc",
116 ]
117
118 [[package]]
119 name = "core-foundation-sys"
120 version = "0.7.0"
121 source = "registry+https://github.com/rust-lang/crates.io-index"
122 checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
123
124 [[package]]
125 name = "cssparser"
126 version = "0.27.2"
127 source = "registry+https://github.com/rust-lang/crates.io-index"
128 checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a"
129 dependencies = [
130  "cssparser-macros",
131  "dtoa-short",
132  "itoa",
133  "matches",
134  "phf",
135  "proc-macro2",
136  "quote",
137  "smallvec",
138  "syn",
139 ]
140
141 [[package]]
142 name = "cssparser-macros"
143 version = "0.6.0"
144 source = "registry+https://github.com/rust-lang/crates.io-index"
145 checksum = "dfae75de57f2b2e85e8768c3ea840fd159c8f33e2b6522c7835b7abac81be16e"
146 dependencies = [
147  "quote",
148  "syn",
149 ]
150
151 [[package]]
152 name = "derive_more"
153 version = "0.99.9"
154 source = "registry+https://github.com/rust-lang/crates.io-index"
155 checksum = "298998b1cf6b5b2c8a7b023dfd45821825ce3ba8a8af55c921a0e734e4653f76"
156 dependencies = [
157  "proc-macro2",
158  "quote",
159  "syn",
160 ]
161
162 [[package]]
163 name = "dtoa"
164 version = "0.4.6"
165 source = "registry+https://github.com/rust-lang/crates.io-index"
166 checksum = "134951f4028bdadb9b84baf4232681efbf277da25144b9b0ad65df75946c422b"
167
168 [[package]]
169 name = "dtoa-short"
170 version = "0.3.2"
171 source = "registry+https://github.com/rust-lang/crates.io-index"
172 checksum = "59020b8513b76630c49d918c33db9f4c91638e7d3404a28084083b87e33f76f2"
173 dependencies = [
174  "dtoa",
175 ]
176
177 [[package]]
178 name = "ego-tree"
179 version = "0.6.2"
180 source = "registry+https://github.com/rust-lang/crates.io-index"
181 checksum = "3a68a4904193147e0a8dec3314640e6db742afd5f6e634f428a6af230d9b3591"
182
183 [[package]]
184 name = "either"
185 version = "1.6.0"
186 source = "registry+https://github.com/rust-lang/crates.io-index"
187 checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f"
188
189 [[package]]
190 name = "email"
191 version = "0.0.20"
192 source = "registry+https://github.com/rust-lang/crates.io-index"
193 checksum = "91549a51bb0241165f13d57fc4c72cef063b4088fb078b019ecbf464a45f22e4"
194 dependencies = [
195  "base64 0.9.3",
196  "chrono",
197  "encoding",
198  "lazy_static",
199  "rand 0.4.6",
200  "time",
201  "version_check 0.1.5",
202 ]
203
204 [[package]]
205 name = "encoding"
206 version = "0.2.33"
207 source = "registry+https://github.com/rust-lang/crates.io-index"
208 checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
209 dependencies = [
210  "encoding-index-japanese",
211  "encoding-index-korean",
212  "encoding-index-simpchinese",
213  "encoding-index-singlebyte",
214  "encoding-index-tradchinese",
215 ]
216
217 [[package]]
218 name = "encoding-index-japanese"
219 version = "1.20141219.5"
220 source = "registry+https://github.com/rust-lang/crates.io-index"
221 checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
222 dependencies = [
223  "encoding_index_tests",
224 ]
225
226 [[package]]
227 name = "encoding-index-korean"
228 version = "1.20141219.5"
229 source = "registry+https://github.com/rust-lang/crates.io-index"
230 checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
231 dependencies = [
232  "encoding_index_tests",
233 ]
234
235 [[package]]
236 name = "encoding-index-simpchinese"
237 version = "1.20141219.5"
238 source = "registry+https://github.com/rust-lang/crates.io-index"
239 checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
240 dependencies = [
241  "encoding_index_tests",
242 ]
243
244 [[package]]
245 name = "encoding-index-singlebyte"
246 version = "1.20141219.5"
247 source = "registry+https://github.com/rust-lang/crates.io-index"
248 checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
249 dependencies = [
250  "encoding_index_tests",
251 ]
252
253 [[package]]
254 name = "encoding-index-tradchinese"
255 version = "1.20141219.5"
256 source = "registry+https://github.com/rust-lang/crates.io-index"
257 checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
258 dependencies = [
259  "encoding_index_tests",
260 ]
261
262 [[package]]
263 name = "encoding_index_tests"
264 version = "0.1.4"
265 source = "registry+https://github.com/rust-lang/crates.io-index"
266 checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
267
268 [[package]]
269 name = "encoding_rs"
270 version = "0.8.24"
271 source = "registry+https://github.com/rust-lang/crates.io-index"
272 checksum = "a51b8cf747471cb9499b6d59e59b0444f4c90eba8968c4e44874e92b5b64ace2"
273 dependencies = [
274  "cfg-if",
275 ]
276
277 [[package]]
278 name = "fast_chemail"
279 version = "0.9.6"
280 source = "registry+https://github.com/rust-lang/crates.io-index"
281 checksum = "495a39d30d624c2caabe6312bfead73e7717692b44e0b32df168c275a2e8e9e4"
282 dependencies = [
283  "ascii_utils",
284 ]
285
286 [[package]]
287 name = "fnv"
288 version = "1.0.7"
289 source = "registry+https://github.com/rust-lang/crates.io-index"
290 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
291
292 [[package]]
293 name = "foreign-types"
294 version = "0.3.2"
295 source = "registry+https://github.com/rust-lang/crates.io-index"
296 checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
297 dependencies = [
298  "foreign-types-shared",
299 ]
300
301 [[package]]
302 name = "foreign-types-shared"
303 version = "0.1.1"
304 source = "registry+https://github.com/rust-lang/crates.io-index"
305 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
306
307 [[package]]
308 name = "fuchsia-cprng"
309 version = "0.1.1"
310 source = "registry+https://github.com/rust-lang/crates.io-index"
311 checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
312
313 [[package]]
314 name = "fuchsia-zircon"
315 version = "0.3.3"
316 source = "registry+https://github.com/rust-lang/crates.io-index"
317 checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
318 dependencies = [
319  "bitflags",
320  "fuchsia-zircon-sys",
321 ]
322
323 [[package]]
324 name = "fuchsia-zircon-sys"
325 version = "0.3.3"
326 source = "registry+https://github.com/rust-lang/crates.io-index"
327 checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
328
329 [[package]]
330 name = "futf"
331 version = "0.1.4"
332 source = "registry+https://github.com/rust-lang/crates.io-index"
333 checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
334 dependencies = [
335  "mac",
336  "new_debug_unreachable",
337 ]
338
339 [[package]]
340 name = "futures-channel"
341 version = "0.3.5"
342 source = "registry+https://github.com/rust-lang/crates.io-index"
343 checksum = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5"
344 dependencies = [
345  "futures-core",
346 ]
347
348 [[package]]
349 name = "futures-core"
350 version = "0.3.5"
351 source = "registry+https://github.com/rust-lang/crates.io-index"
352 checksum = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399"
353
354 [[package]]
355 name = "futures-io"
356 version = "0.3.5"
357 source = "registry+https://github.com/rust-lang/crates.io-index"
358 checksum = "de27142b013a8e869c14957e6d2edeef89e97c289e69d042ee3a49acd8b51789"
359
360 [[package]]
361 name = "futures-sink"
362 version = "0.3.5"
363 source = "registry+https://github.com/rust-lang/crates.io-index"
364 checksum = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc"
365
366 [[package]]
367 name = "futures-task"
368 version = "0.3.5"
369 source = "registry+https://github.com/rust-lang/crates.io-index"
370 checksum = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626"
371 dependencies = [
372  "once_cell",
373 ]
374
375 [[package]]
376 name = "futures-util"
377 version = "0.3.5"
378 source = "registry+https://github.com/rust-lang/crates.io-index"
379 checksum = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6"
380 dependencies = [
381  "futures-core",
382  "futures-io",
383  "futures-task",
384  "memchr",
385  "pin-project",
386  "pin-utils",
387  "slab",
388 ]
389
390 [[package]]
391 name = "fxhash"
392 version = "0.2.1"
393 source = "registry+https://github.com/rust-lang/crates.io-index"
394 checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
395 dependencies = [
396  "byteorder",
397 ]
398
399 [[package]]
400 name = "getopts"
401 version = "0.2.21"
402 source = "registry+https://github.com/rust-lang/crates.io-index"
403 checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
404 dependencies = [
405  "unicode-width",
406 ]
407
408 [[package]]
409 name = "getrandom"
410 version = "0.1.14"
411 source = "registry+https://github.com/rust-lang/crates.io-index"
412 checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
413 dependencies = [
414  "cfg-if",
415  "libc",
416  "wasi 0.9.0+wasi-snapshot-preview1",
417 ]
418
419 [[package]]
420 name = "h2"
421 version = "0.2.6"
422 source = "registry+https://github.com/rust-lang/crates.io-index"
423 checksum = "993f9e0baeed60001cf565546b0d3dbe6a6ad23f2bd31644a133c641eccf6d53"
424 dependencies = [
425  "bytes",
426  "fnv",
427  "futures-core",
428  "futures-sink",
429  "futures-util",
430  "http",
431  "indexmap",
432  "slab",
433  "tokio",
434  "tokio-util",
435  "tracing",
436 ]
437
438 [[package]]
439 name = "hashbrown"
440 version = "0.8.2"
441 source = "registry+https://github.com/rust-lang/crates.io-index"
442 checksum = "e91b62f79061a0bc2e046024cb7ba44b08419ed238ecbd9adbd787434b9e8c25"
443 dependencies = [
444  "autocfg 1.0.1",
445 ]
446
447 [[package]]
448 name = "hermit-abi"
449 version = "0.1.15"
450 source = "registry+https://github.com/rust-lang/crates.io-index"
451 checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"
452 dependencies = [
453  "libc",
454 ]
455
456 [[package]]
457 name = "hostname"
458 version = "0.1.5"
459 source = "registry+https://github.com/rust-lang/crates.io-index"
460 checksum = "21ceb46a83a85e824ef93669c8b390009623863b5c195d1ba747292c0c72f94e"
461 dependencies = [
462  "libc",
463  "winutil",
464 ]
465
466 [[package]]
467 name = "html5ever"
468 version = "0.25.1"
469 source = "registry+https://github.com/rust-lang/crates.io-index"
470 checksum = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b"
471 dependencies = [
472  "log",
473  "mac",
474  "markup5ever",
475  "proc-macro2",
476  "quote",
477  "syn",
478 ]
479
480 [[package]]
481 name = "http"
482 version = "0.2.1"
483 source = "registry+https://github.com/rust-lang/crates.io-index"
484 checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
485 dependencies = [
486  "bytes",
487  "fnv",
488  "itoa",
489 ]
490
491 [[package]]
492 name = "http-body"
493 version = "0.3.1"
494 source = "registry+https://github.com/rust-lang/crates.io-index"
495 checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
496 dependencies = [
497  "bytes",
498  "http",
499 ]
500
501 [[package]]
502 name = "httparse"
503 version = "1.3.4"
504 source = "registry+https://github.com/rust-lang/crates.io-index"
505 checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
506
507 [[package]]
508 name = "hyper"
509 version = "0.13.7"
510 source = "registry+https://github.com/rust-lang/crates.io-index"
511 checksum = "3e68a8dd9716185d9e64ea473ea6ef63529252e3e27623295a0378a19665d5eb"
512 dependencies = [
513  "bytes",
514  "futures-channel",
515  "futures-core",
516  "futures-util",
517  "h2",
518  "http",
519  "http-body",
520  "httparse",
521  "itoa",
522  "pin-project",
523  "socket2",
524  "time",
525  "tokio",
526  "tower-service",
527  "tracing",
528  "want",
529 ]
530
531 [[package]]
532 name = "hyper-tls"
533 version = "0.4.3"
534 source = "registry+https://github.com/rust-lang/crates.io-index"
535 checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed"
536 dependencies = [
537  "bytes",
538  "hyper",
539  "native-tls",
540  "tokio",
541  "tokio-tls",
542 ]
543
544 [[package]]
545 name = "idna"
546 version = "0.2.0"
547 source = "registry+https://github.com/rust-lang/crates.io-index"
548 checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
549 dependencies = [
550  "matches",
551  "unicode-bidi",
552  "unicode-normalization",
553 ]
554
555 [[package]]
556 name = "indexmap"
557 version = "1.5.2"
558 source = "registry+https://github.com/rust-lang/crates.io-index"
559 checksum = "4e47a3566dd4fd4eec714ae6ceabdee0caec795be835c223d92c2d40f1e8cf1c"
560 dependencies = [
561  "autocfg 1.0.1",
562  "hashbrown",
563 ]
564
565 [[package]]
566 name = "iovec"
567 version = "0.1.4"
568 source = "registry+https://github.com/rust-lang/crates.io-index"
569 checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
570 dependencies = [
571  "libc",
572 ]
573
574 [[package]]
575 name = "ipnet"
576 version = "2.3.0"
577 source = "registry+https://github.com/rust-lang/crates.io-index"
578 checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
579
580 [[package]]
581 name = "itertools"
582 version = "0.9.0"
583 source = "registry+https://github.com/rust-lang/crates.io-index"
584 checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
585 dependencies = [
586  "either",
587 ]
588
589 [[package]]
590 name = "itoa"
591 version = "0.4.6"
592 source = "registry+https://github.com/rust-lang/crates.io-index"
593 checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
594
595 [[package]]
596 name = "js-sys"
597 version = "0.3.44"
598 source = "registry+https://github.com/rust-lang/crates.io-index"
599 checksum = "85a7e2c92a4804dd459b86c339278d0fe87cf93757fae222c3fa3ae75458bc73"
600 dependencies = [
601  "wasm-bindgen",
602 ]
603
604 [[package]]
605 name = "kernel32-sys"
606 version = "0.2.2"
607 source = "registry+https://github.com/rust-lang/crates.io-index"
608 checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
609 dependencies = [
610  "winapi 0.2.8",
611  "winapi-build",
612 ]
613
614 [[package]]
615 name = "lazy_static"
616 version = "1.4.0"
617 source = "registry+https://github.com/rust-lang/crates.io-index"
618 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
619
620 [[package]]
621 name = "lettre"
622 version = "0.9.3"
623 source = "registry+https://github.com/rust-lang/crates.io-index"
624 checksum = "bf43f3202a879fbdab4ecafec3349b0139f81d31c626246d53bcbb546253ffaa"
625 dependencies = [
626  "base64 0.10.1",
627  "bufstream",
628  "fast_chemail",
629  "hostname",
630  "log",
631  "native-tls",
632  "nom",
633  "serde",
634  "serde_derive",
635  "serde_json",
636 ]
637
638 [[package]]
639 name = "lettre_email"
640 version = "0.9.4"
641 source = "registry+https://github.com/rust-lang/crates.io-index"
642 checksum = "fd02480f8dcf48798e62113974d6ccca2129a51d241fa20f1ea349c8a42559d5"
643 dependencies = [
644  "base64 0.10.1",
645  "email",
646  "lettre",
647  "mime",
648  "time",
649  "uuid",
650 ]
651
652 [[package]]
653 name = "libc"
654 version = "0.2.76"
655 source = "registry+https://github.com/rust-lang/crates.io-index"
656 checksum = "755456fae044e6fa1ebbbd1b3e902ae19e73097ed4ed87bb79934a867c007bc3"
657
658 [[package]]
659 name = "log"
660 version = "0.4.11"
661 source = "registry+https://github.com/rust-lang/crates.io-index"
662 checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
663 dependencies = [
664  "cfg-if",
665 ]
666
667 [[package]]
668 name = "mac"
669 version = "0.1.1"
670 source = "registry+https://github.com/rust-lang/crates.io-index"
671 checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
672
673 [[package]]
674 name = "markup5ever"
675 version = "0.10.0"
676 source = "registry+https://github.com/rust-lang/crates.io-index"
677 checksum = "aae38d669396ca9b707bfc3db254bc382ddb94f57cc5c235f34623a669a01dab"
678 dependencies = [
679  "log",
680  "phf",
681  "phf_codegen",
682  "serde",
683  "serde_derive",
684  "serde_json",
685  "string_cache",
686  "string_cache_codegen",
687  "tendril",
688 ]
689
690 [[package]]
691 name = "matches"
692 version = "0.1.8"
693 source = "registry+https://github.com/rust-lang/crates.io-index"
694 checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
695
696 [[package]]
697 name = "memchr"
698 version = "2.3.3"
699 source = "registry+https://github.com/rust-lang/crates.io-index"
700 checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
701
702 [[package]]
703 name = "mime"
704 version = "0.3.16"
705 source = "registry+https://github.com/rust-lang/crates.io-index"
706 checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
707
708 [[package]]
709 name = "mime_guess"
710 version = "2.0.3"
711 source = "registry+https://github.com/rust-lang/crates.io-index"
712 checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
713 dependencies = [
714  "mime",
715  "unicase",
716 ]
717
718 [[package]]
719 name = "mio"
720 version = "0.6.22"
721 source = "registry+https://github.com/rust-lang/crates.io-index"
722 checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
723 dependencies = [
724  "cfg-if",
725  "fuchsia-zircon",
726  "fuchsia-zircon-sys",
727  "iovec",
728  "kernel32-sys",
729  "libc",
730  "log",
731  "miow",
732  "net2",
733  "slab",
734  "winapi 0.2.8",
735 ]
736
737 [[package]]
738 name = "miow"
739 version = "0.2.1"
740 source = "registry+https://github.com/rust-lang/crates.io-index"
741 checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
742 dependencies = [
743  "kernel32-sys",
744  "net2",
745  "winapi 0.2.8",
746  "ws2_32-sys",
747 ]
748
749 [[package]]
750 name = "native-tls"
751 version = "0.2.4"
752 source = "registry+https://github.com/rust-lang/crates.io-index"
753 checksum = "2b0d88c06fe90d5ee94048ba40409ef1d9315d86f6f38c2efdaad4fb50c58b2d"
754 dependencies = [
755  "lazy_static",
756  "libc",
757  "log",
758  "openssl",
759  "openssl-probe",
760  "openssl-sys",
761  "schannel",
762  "security-framework",
763  "security-framework-sys",
764  "tempfile",
765 ]
766
767 [[package]]
768 name = "net2"
769 version = "0.2.34"
770 source = "registry+https://github.com/rust-lang/crates.io-index"
771 checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
772 dependencies = [
773  "cfg-if",
774  "libc",
775  "winapi 0.3.9",
776 ]
777
778 [[package]]
779 name = "new_debug_unreachable"
780 version = "1.0.4"
781 source = "registry+https://github.com/rust-lang/crates.io-index"
782 checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
783
784 [[package]]
785 name = "nodrop"
786 version = "0.1.14"
787 source = "registry+https://github.com/rust-lang/crates.io-index"
788 checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
789
790 [[package]]
791 name = "nom"
792 version = "4.2.3"
793 source = "registry+https://github.com/rust-lang/crates.io-index"
794 checksum = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
795 dependencies = [
796  "memchr",
797  "version_check 0.1.5",
798 ]
799
800 [[package]]
801 name = "num-integer"
802 version = "0.1.43"
803 source = "registry+https://github.com/rust-lang/crates.io-index"
804 checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
805 dependencies = [
806  "autocfg 1.0.1",
807  "num-traits",
808 ]
809
810 [[package]]
811 name = "num-traits"
812 version = "0.2.12"
813 source = "registry+https://github.com/rust-lang/crates.io-index"
814 checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
815 dependencies = [
816  "autocfg 1.0.1",
817 ]
818
819 [[package]]
820 name = "num_cpus"
821 version = "1.13.0"
822 source = "registry+https://github.com/rust-lang/crates.io-index"
823 checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
824 dependencies = [
825  "hermit-abi",
826  "libc",
827 ]
828
829 [[package]]
830 name = "once_cell"
831 version = "1.4.1"
832 source = "registry+https://github.com/rust-lang/crates.io-index"
833 checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad"
834
835 [[package]]
836 name = "openssl"
837 version = "0.10.30"
838 source = "registry+https://github.com/rust-lang/crates.io-index"
839 checksum = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4"
840 dependencies = [
841  "bitflags",
842  "cfg-if",
843  "foreign-types",
844  "lazy_static",
845  "libc",
846  "openssl-sys",
847 ]
848
849 [[package]]
850 name = "openssl-probe"
851 version = "0.1.2"
852 source = "registry+https://github.com/rust-lang/crates.io-index"
853 checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
854
855 [[package]]
856 name = "openssl-sys"
857 version = "0.9.58"
858 source = "registry+https://github.com/rust-lang/crates.io-index"
859 checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de"
860 dependencies = [
861  "autocfg 1.0.1",
862  "cc",
863  "libc",
864  "pkg-config",
865  "vcpkg",
866 ]
867
868 [[package]]
869 name = "percent-encoding"
870 version = "2.1.0"
871 source = "registry+https://github.com/rust-lang/crates.io-index"
872 checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
873
874 [[package]]
875 name = "phf"
876 version = "0.8.0"
877 source = "registry+https://github.com/rust-lang/crates.io-index"
878 checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
879 dependencies = [
880  "phf_macros",
881  "phf_shared",
882  "proc-macro-hack",
883 ]
884
885 [[package]]
886 name = "phf_codegen"
887 version = "0.8.0"
888 source = "registry+https://github.com/rust-lang/crates.io-index"
889 checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
890 dependencies = [
891  "phf_generator",
892  "phf_shared",
893 ]
894
895 [[package]]
896 name = "phf_generator"
897 version = "0.8.0"
898 source = "registry+https://github.com/rust-lang/crates.io-index"
899 checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
900 dependencies = [
901  "phf_shared",
902  "rand 0.7.3",
903 ]
904
905 [[package]]
906 name = "phf_macros"
907 version = "0.8.0"
908 source = "registry+https://github.com/rust-lang/crates.io-index"
909 checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
910 dependencies = [
911  "phf_generator",
912  "phf_shared",
913  "proc-macro-hack",
914  "proc-macro2",
915  "quote",
916  "syn",
917 ]
918
919 [[package]]
920 name = "phf_shared"
921 version = "0.8.0"
922 source = "registry+https://github.com/rust-lang/crates.io-index"
923 checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
924 dependencies = [
925  "siphasher",
926 ]
927
928 [[package]]
929 name = "pin-project"
930 version = "0.4.23"
931 source = "registry+https://github.com/rust-lang/crates.io-index"
932 checksum = "ca4433fff2ae79342e497d9f8ee990d174071408f28f726d6d83af93e58e48aa"
933 dependencies = [
934  "pin-project-internal",
935 ]
936
937 [[package]]
938 name = "pin-project-internal"
939 version = "0.4.23"
940 source = "registry+https://github.com/rust-lang/crates.io-index"
941 checksum = "2c0e815c3ee9a031fdf5af21c10aa17c573c9c6a566328d99e3936c34e36461f"
942 dependencies = [
943  "proc-macro2",
944  "quote",
945  "syn",
946 ]
947
948 [[package]]
949 name = "pin-project-lite"
950 version = "0.1.7"
951 source = "registry+https://github.com/rust-lang/crates.io-index"
952 checksum = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715"
953
954 [[package]]
955 name = "pin-utils"
956 version = "0.1.0"
957 source = "registry+https://github.com/rust-lang/crates.io-index"
958 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
959
960 [[package]]
961 name = "pkg-config"
962 version = "0.3.18"
963 source = "registry+https://github.com/rust-lang/crates.io-index"
964 checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
965
966 [[package]]
967 name = "ppv-lite86"
968 version = "0.2.9"
969 source = "registry+https://github.com/rust-lang/crates.io-index"
970 checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
971
972 [[package]]
973 name = "precomputed-hash"
974 version = "0.1.1"
975 source = "registry+https://github.com/rust-lang/crates.io-index"
976 checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
977
978 [[package]]
979 name = "proc-macro-hack"
980 version = "0.5.18"
981 source = "registry+https://github.com/rust-lang/crates.io-index"
982 checksum = "99c605b9a0adc77b7211c6b1f722dcb613d68d66859a44f3d485a6da332b0598"
983
984 [[package]]
985 name = "proc-macro2"
986 version = "1.0.20"
987 source = "registry+https://github.com/rust-lang/crates.io-index"
988 checksum = "175c513d55719db99da20232b06cda8bab6b83ec2d04e3283edf0213c37c1a29"
989 dependencies = [
990  "unicode-xid",
991 ]
992
993 [[package]]
994 name = "quote"
995 version = "1.0.7"
996 source = "registry+https://github.com/rust-lang/crates.io-index"
997 checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
998 dependencies = [
999  "proc-macro2",
1000 ]
1001
1002 [[package]]
1003 name = "rand"
1004 version = "0.4.6"
1005 source = "registry+https://github.com/rust-lang/crates.io-index"
1006 checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
1007 dependencies = [
1008  "fuchsia-cprng",
1009  "libc",
1010  "rand_core 0.3.1",
1011  "rdrand",
1012  "winapi 0.3.9",
1013 ]
1014
1015 [[package]]
1016 name = "rand"
1017 version = "0.6.5"
1018 source = "registry+https://github.com/rust-lang/crates.io-index"
1019 checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
1020 dependencies = [
1021  "autocfg 0.1.7",
1022  "libc",
1023  "rand_chacha 0.1.1",
1024  "rand_core 0.4.2",
1025  "rand_hc 0.1.0",
1026  "rand_isaac",
1027  "rand_jitter",
1028  "rand_os",
1029  "rand_pcg 0.1.2",
1030  "rand_xorshift",
1031  "winapi 0.3.9",
1032 ]
1033
1034 [[package]]
1035 name = "rand"
1036 version = "0.7.3"
1037 source = "registry+https://github.com/rust-lang/crates.io-index"
1038 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
1039 dependencies = [
1040  "getrandom",
1041  "libc",
1042  "rand_chacha 0.2.2",
1043  "rand_core 0.5.1",
1044  "rand_hc 0.2.0",
1045  "rand_pcg 0.2.1",
1046 ]
1047
1048 [[package]]
1049 name = "rand_chacha"
1050 version = "0.1.1"
1051 source = "registry+https://github.com/rust-lang/crates.io-index"
1052 checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
1053 dependencies = [
1054  "autocfg 0.1.7",
1055  "rand_core 0.3.1",
1056 ]
1057
1058 [[package]]
1059 name = "rand_chacha"
1060 version = "0.2.2"
1061 source = "registry+https://github.com/rust-lang/crates.io-index"
1062 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
1063 dependencies = [
1064  "ppv-lite86",
1065  "rand_core 0.5.1",
1066 ]
1067
1068 [[package]]
1069 name = "rand_core"
1070 version = "0.3.1"
1071 source = "registry+https://github.com/rust-lang/crates.io-index"
1072 checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
1073 dependencies = [
1074  "rand_core 0.4.2",
1075 ]
1076
1077 [[package]]
1078 name = "rand_core"
1079 version = "0.4.2"
1080 source = "registry+https://github.com/rust-lang/crates.io-index"
1081 checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
1082
1083 [[package]]
1084 name = "rand_core"
1085 version = "0.5.1"
1086 source = "registry+https://github.com/rust-lang/crates.io-index"
1087 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
1088 dependencies = [
1089  "getrandom",
1090 ]
1091
1092 [[package]]
1093 name = "rand_hc"
1094 version = "0.1.0"
1095 source = "registry+https://github.com/rust-lang/crates.io-index"
1096 checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
1097 dependencies = [
1098  "rand_core 0.3.1",
1099 ]
1100
1101 [[package]]
1102 name = "rand_hc"
1103 version = "0.2.0"
1104 source = "registry+https://github.com/rust-lang/crates.io-index"
1105 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
1106 dependencies = [
1107  "rand_core 0.5.1",
1108 ]
1109
1110 [[package]]
1111 name = "rand_isaac"
1112 version = "0.1.1"
1113 source = "registry+https://github.com/rust-lang/crates.io-index"
1114 checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
1115 dependencies = [
1116  "rand_core 0.3.1",
1117 ]
1118
1119 [[package]]
1120 name = "rand_jitter"
1121 version = "0.1.4"
1122 source = "registry+https://github.com/rust-lang/crates.io-index"
1123 checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
1124 dependencies = [
1125  "libc",
1126  "rand_core 0.4.2",
1127  "winapi 0.3.9",
1128 ]
1129
1130 [[package]]
1131 name = "rand_os"
1132 version = "0.1.3"
1133 source = "registry+https://github.com/rust-lang/crates.io-index"
1134 checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
1135 dependencies = [
1136  "cloudabi",
1137  "fuchsia-cprng",
1138  "libc",
1139  "rand_core 0.4.2",
1140  "rdrand",
1141  "winapi 0.3.9",
1142 ]
1143
1144 [[package]]
1145 name = "rand_pcg"
1146 version = "0.1.2"
1147 source = "registry+https://github.com/rust-lang/crates.io-index"
1148 checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
1149 dependencies = [
1150  "autocfg 0.1.7",
1151  "rand_core 0.4.2",
1152 ]
1153
1154 [[package]]
1155 name = "rand_pcg"
1156 version = "0.2.1"
1157 source = "registry+https://github.com/rust-lang/crates.io-index"
1158 checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
1159 dependencies = [
1160  "rand_core 0.5.1",
1161 ]
1162
1163 [[package]]
1164 name = "rand_xorshift"
1165 version = "0.1.1"
1166 source = "registry+https://github.com/rust-lang/crates.io-index"
1167 checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
1168 dependencies = [
1169  "rand_core 0.3.1",
1170 ]
1171
1172 [[package]]
1173 name = "rdrand"
1174 version = "0.4.0"
1175 source = "registry+https://github.com/rust-lang/crates.io-index"
1176 checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
1177 dependencies = [
1178  "rand_core 0.3.1",
1179 ]
1180
1181 [[package]]
1182 name = "redox_syscall"
1183 version = "0.1.57"
1184 source = "registry+https://github.com/rust-lang/crates.io-index"
1185 checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
1186
1187 [[package]]
1188 name = "remove_dir_all"
1189 version = "0.5.3"
1190 source = "registry+https://github.com/rust-lang/crates.io-index"
1191 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
1192 dependencies = [
1193  "winapi 0.3.9",
1194 ]
1195
1196 [[package]]
1197 name = "reqwest"
1198 version = "0.10.8"
1199 source = "registry+https://github.com/rust-lang/crates.io-index"
1200 checksum = "e9eaa17ac5d7b838b7503d118fa16ad88f440498bf9ffe5424e621f93190d61e"
1201 dependencies = [
1202  "base64 0.12.3",
1203  "bytes",
1204  "encoding_rs",
1205  "futures-core",
1206  "futures-util",
1207  "http",
1208  "http-body",
1209  "hyper",
1210  "hyper-tls",
1211  "ipnet",
1212  "js-sys",
1213  "lazy_static",
1214  "log",
1215  "mime",
1216  "mime_guess",
1217  "native-tls",
1218  "percent-encoding",
1219  "pin-project-lite",
1220  "serde",
1221  "serde_json",
1222  "serde_urlencoded",
1223  "tokio",
1224  "tokio-tls",
1225  "url",
1226  "wasm-bindgen",
1227  "wasm-bindgen-futures",
1228  "web-sys",
1229  "winreg",
1230 ]
1231
1232 [[package]]
1233 name = "ron"
1234 version = "0.6.1"
1235 source = "registry+https://github.com/rust-lang/crates.io-index"
1236 checksum = "2a9d94cee22c8a4b5e2a1c7f9a20fdc315668ee8a75835949bb40d7456934634"
1237 dependencies = [
1238  "base64 0.12.3",
1239  "bitflags",
1240  "serde",
1241 ]
1242
1243 [[package]]
1244 name = "rtx3080"
1245 version = "0.1.0"
1246 dependencies = [
1247  "itertools",
1248  "lettre",
1249  "lettre_email",
1250  "native-tls",
1251  "reqwest",
1252  "ron",
1253  "scraper",
1254  "serde",
1255 ]
1256
1257 [[package]]
1258 name = "ryu"
1259 version = "1.0.5"
1260 source = "registry+https://github.com/rust-lang/crates.io-index"
1261 checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
1262
1263 [[package]]
1264 name = "safemem"
1265 version = "0.3.3"
1266 source = "registry+https://github.com/rust-lang/crates.io-index"
1267 checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
1268
1269 [[package]]
1270 name = "schannel"
1271 version = "0.1.19"
1272 source = "registry+https://github.com/rust-lang/crates.io-index"
1273 checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
1274 dependencies = [
1275  "lazy_static",
1276  "winapi 0.3.9",
1277 ]
1278
1279 [[package]]
1280 name = "scraper"
1281 version = "0.12.0"
1282 source = "registry+https://github.com/rust-lang/crates.io-index"
1283 checksum = "48e02aa790c80c2e494130dec6a522033b6a23603ffc06360e9fe6c611ea2c12"
1284 dependencies = [
1285  "cssparser",
1286  "ego-tree",
1287  "getopts",
1288  "html5ever",
1289  "matches",
1290  "selectors",
1291  "smallvec",
1292  "tendril",
1293 ]
1294
1295 [[package]]
1296 name = "security-framework"
1297 version = "0.4.4"
1298 source = "registry+https://github.com/rust-lang/crates.io-index"
1299 checksum = "64808902d7d99f78eaddd2b4e2509713babc3dc3c85ad6f4c447680f3c01e535"
1300 dependencies = [
1301  "bitflags",
1302  "core-foundation",
1303  "core-foundation-sys",
1304  "libc",
1305  "security-framework-sys",
1306 ]
1307
1308 [[package]]
1309 name = "security-framework-sys"
1310 version = "0.4.3"
1311 source = "registry+https://github.com/rust-lang/crates.io-index"
1312 checksum = "17bf11d99252f512695eb468de5516e5cf75455521e69dfe343f3b74e4748405"
1313 dependencies = [
1314  "core-foundation-sys",
1315  "libc",
1316 ]
1317
1318 [[package]]
1319 name = "selectors"
1320 version = "0.22.0"
1321 source = "registry+https://github.com/rust-lang/crates.io-index"
1322 checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe"
1323 dependencies = [
1324  "bitflags",
1325  "cssparser",
1326  "derive_more",
1327  "fxhash",
1328  "log",
1329  "matches",
1330  "phf",
1331  "phf_codegen",
1332  "precomputed-hash",
1333  "servo_arc",
1334  "smallvec",
1335  "thin-slice",
1336 ]
1337
1338 [[package]]
1339 name = "serde"
1340 version = "1.0.115"
1341 source = "registry+https://github.com/rust-lang/crates.io-index"
1342 checksum = "e54c9a88f2da7238af84b5101443f0c0d0a3bbdc455e34a5c9497b1903ed55d5"
1343 dependencies = [
1344  "serde_derive",
1345 ]
1346
1347 [[package]]
1348 name = "serde_derive"
1349 version = "1.0.115"
1350 source = "registry+https://github.com/rust-lang/crates.io-index"
1351 checksum = "609feed1d0a73cc36a0182a840a9b37b4a82f0b1150369f0536a9e3f2a31dc48"
1352 dependencies = [
1353  "proc-macro2",
1354  "quote",
1355  "syn",
1356 ]
1357
1358 [[package]]
1359 name = "serde_json"
1360 version = "1.0.57"
1361 source = "registry+https://github.com/rust-lang/crates.io-index"
1362 checksum = "164eacbdb13512ec2745fb09d51fd5b22b0d65ed294a1dcf7285a360c80a675c"
1363 dependencies = [
1364  "itoa",
1365  "ryu",
1366  "serde",
1367 ]
1368
1369 [[package]]
1370 name = "serde_urlencoded"
1371 version = "0.6.1"
1372 source = "registry+https://github.com/rust-lang/crates.io-index"
1373 checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
1374 dependencies = [
1375  "dtoa",
1376  "itoa",
1377  "serde",
1378  "url",
1379 ]
1380
1381 [[package]]
1382 name = "servo_arc"
1383 version = "0.1.1"
1384 source = "registry+https://github.com/rust-lang/crates.io-index"
1385 checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432"
1386 dependencies = [
1387  "nodrop",
1388  "stable_deref_trait",
1389 ]
1390
1391 [[package]]
1392 name = "siphasher"
1393 version = "0.3.3"
1394 source = "registry+https://github.com/rust-lang/crates.io-index"
1395 checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
1396
1397 [[package]]
1398 name = "slab"
1399 version = "0.4.2"
1400 source = "registry+https://github.com/rust-lang/crates.io-index"
1401 checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
1402
1403 [[package]]
1404 name = "smallvec"
1405 version = "1.4.2"
1406 source = "registry+https://github.com/rust-lang/crates.io-index"
1407 checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252"
1408
1409 [[package]]
1410 name = "socket2"
1411 version = "0.3.12"
1412 source = "registry+https://github.com/rust-lang/crates.io-index"
1413 checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
1414 dependencies = [
1415  "cfg-if",
1416  "libc",
1417  "redox_syscall",
1418  "winapi 0.3.9",
1419 ]
1420
1421 [[package]]
1422 name = "stable_deref_trait"
1423 version = "1.2.0"
1424 source = "registry+https://github.com/rust-lang/crates.io-index"
1425 checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1426
1427 [[package]]
1428 name = "string_cache"
1429 version = "0.8.0"
1430 source = "registry+https://github.com/rust-lang/crates.io-index"
1431 checksum = "2940c75beb4e3bf3a494cef919a747a2cb81e52571e212bfbd185074add7208a"
1432 dependencies = [
1433  "lazy_static",
1434  "new_debug_unreachable",
1435  "phf_shared",
1436  "precomputed-hash",
1437  "serde",
1438 ]
1439
1440 [[package]]
1441 name = "string_cache_codegen"
1442 version = "0.5.1"
1443 source = "registry+https://github.com/rust-lang/crates.io-index"
1444 checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
1445 dependencies = [
1446  "phf_generator",
1447  "phf_shared",
1448  "proc-macro2",
1449  "quote",
1450 ]
1451
1452 [[package]]
1453 name = "syn"
1454 version = "1.0.39"
1455 source = "registry+https://github.com/rust-lang/crates.io-index"
1456 checksum = "891d8d6567fe7c7f8835a3a98af4208f3846fba258c1bc3c31d6e506239f11f9"
1457 dependencies = [
1458  "proc-macro2",
1459  "quote",
1460  "unicode-xid",
1461 ]
1462
1463 [[package]]
1464 name = "tempfile"
1465 version = "3.1.0"
1466 source = "registry+https://github.com/rust-lang/crates.io-index"
1467 checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
1468 dependencies = [
1469  "cfg-if",
1470  "libc",
1471  "rand 0.7.3",
1472  "redox_syscall",
1473  "remove_dir_all",
1474  "winapi 0.3.9",
1475 ]
1476
1477 [[package]]
1478 name = "tendril"
1479 version = "0.4.1"
1480 source = "registry+https://github.com/rust-lang/crates.io-index"
1481 checksum = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b"
1482 dependencies = [
1483  "futf",
1484  "mac",
1485  "utf-8",
1486 ]
1487
1488 [[package]]
1489 name = "thin-slice"
1490 version = "0.1.1"
1491 source = "registry+https://github.com/rust-lang/crates.io-index"
1492 checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
1493
1494 [[package]]
1495 name = "time"
1496 version = "0.1.44"
1497 source = "registry+https://github.com/rust-lang/crates.io-index"
1498 checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
1499 dependencies = [
1500  "libc",
1501  "wasi 0.10.0+wasi-snapshot-preview1",
1502  "winapi 0.3.9",
1503 ]
1504
1505 [[package]]
1506 name = "tinyvec"
1507 version = "0.3.4"
1508 source = "registry+https://github.com/rust-lang/crates.io-index"
1509 checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
1510
1511 [[package]]
1512 name = "tokio"
1513 version = "0.2.22"
1514 source = "registry+https://github.com/rust-lang/crates.io-index"
1515 checksum = "5d34ca54d84bf2b5b4d7d31e901a8464f7b60ac145a284fba25ceb801f2ddccd"
1516 dependencies = [
1517  "bytes",
1518  "fnv",
1519  "futures-core",
1520  "iovec",
1521  "lazy_static",
1522  "memchr",
1523  "mio",
1524  "num_cpus",
1525  "pin-project-lite",
1526  "slab",
1527 ]
1528
1529 [[package]]
1530 name = "tokio-tls"
1531 version = "0.3.1"
1532 source = "registry+https://github.com/rust-lang/crates.io-index"
1533 checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
1534 dependencies = [
1535  "native-tls",
1536  "tokio",
1537 ]
1538
1539 [[package]]
1540 name = "tokio-util"
1541 version = "0.3.1"
1542 source = "registry+https://github.com/rust-lang/crates.io-index"
1543 checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
1544 dependencies = [
1545  "bytes",
1546  "futures-core",
1547  "futures-sink",
1548  "log",
1549  "pin-project-lite",
1550  "tokio",
1551 ]
1552
1553 [[package]]
1554 name = "tower-service"
1555 version = "0.3.0"
1556 source = "registry+https://github.com/rust-lang/crates.io-index"
1557 checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
1558
1559 [[package]]
1560 name = "tracing"
1561 version = "0.1.19"
1562 source = "registry+https://github.com/rust-lang/crates.io-index"
1563 checksum = "6d79ca061b032d6ce30c660fded31189ca0b9922bf483cd70759f13a2d86786c"
1564 dependencies = [
1565  "cfg-if",
1566  "log",
1567  "tracing-core",
1568 ]
1569
1570 [[package]]
1571 name = "tracing-core"
1572 version = "0.1.15"
1573 source = "registry+https://github.com/rust-lang/crates.io-index"
1574 checksum = "4f0e00789804e99b20f12bc7003ca416309d28a6f495d6af58d1e2c2842461b5"
1575 dependencies = [
1576  "lazy_static",
1577 ]
1578
1579 [[package]]
1580 name = "try-lock"
1581 version = "0.2.3"
1582 source = "registry+https://github.com/rust-lang/crates.io-index"
1583 checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
1584
1585 [[package]]
1586 name = "unicase"
1587 version = "2.6.0"
1588 source = "registry+https://github.com/rust-lang/crates.io-index"
1589 checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
1590 dependencies = [
1591  "version_check 0.9.2",
1592 ]
1593
1594 [[package]]
1595 name = "unicode-bidi"
1596 version = "0.3.4"
1597 source = "registry+https://github.com/rust-lang/crates.io-index"
1598 checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
1599 dependencies = [
1600  "matches",
1601 ]
1602
1603 [[package]]
1604 name = "unicode-normalization"
1605 version = "0.1.13"
1606 source = "registry+https://github.com/rust-lang/crates.io-index"
1607 checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
1608 dependencies = [
1609  "tinyvec",
1610 ]
1611
1612 [[package]]
1613 name = "unicode-width"
1614 version = "0.1.8"
1615 source = "registry+https://github.com/rust-lang/crates.io-index"
1616 checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
1617
1618 [[package]]
1619 name = "unicode-xid"
1620 version = "0.2.1"
1621 source = "registry+https://github.com/rust-lang/crates.io-index"
1622 checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
1623
1624 [[package]]
1625 name = "url"
1626 version = "2.1.1"
1627 source = "registry+https://github.com/rust-lang/crates.io-index"
1628 checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
1629 dependencies = [
1630  "idna",
1631  "matches",
1632  "percent-encoding",
1633 ]
1634
1635 [[package]]
1636 name = "utf-8"
1637 version = "0.7.5"
1638 source = "registry+https://github.com/rust-lang/crates.io-index"
1639 checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
1640
1641 [[package]]
1642 name = "uuid"
1643 version = "0.7.4"
1644 source = "registry+https://github.com/rust-lang/crates.io-index"
1645 checksum = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
1646 dependencies = [
1647  "rand 0.6.5",
1648 ]
1649
1650 [[package]]
1651 name = "vcpkg"
1652 version = "0.2.10"
1653 source = "registry+https://github.com/rust-lang/crates.io-index"
1654 checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
1655
1656 [[package]]
1657 name = "version_check"
1658 version = "0.1.5"
1659 source = "registry+https://github.com/rust-lang/crates.io-index"
1660 checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
1661
1662 [[package]]
1663 name = "version_check"
1664 version = "0.9.2"
1665 source = "registry+https://github.com/rust-lang/crates.io-index"
1666 checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
1667
1668 [[package]]
1669 name = "want"
1670 version = "0.3.0"
1671 source = "registry+https://github.com/rust-lang/crates.io-index"
1672 checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
1673 dependencies = [
1674  "log",
1675  "try-lock",
1676 ]
1677
1678 [[package]]
1679 name = "wasi"
1680 version = "0.9.0+wasi-snapshot-preview1"
1681 source = "registry+https://github.com/rust-lang/crates.io-index"
1682 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1683
1684 [[package]]
1685 name = "wasi"
1686 version = "0.10.0+wasi-snapshot-preview1"
1687 source = "registry+https://github.com/rust-lang/crates.io-index"
1688 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
1689
1690 [[package]]
1691 name = "wasm-bindgen"
1692 version = "0.2.67"
1693 source = "registry+https://github.com/rust-lang/crates.io-index"
1694 checksum = "f0563a9a4b071746dd5aedbc3a28c6fe9be4586fb3fbadb67c400d4f53c6b16c"
1695 dependencies = [
1696  "cfg-if",
1697  "serde",
1698  "serde_json",
1699  "wasm-bindgen-macro",
1700 ]
1701
1702 [[package]]
1703 name = "wasm-bindgen-backend"
1704 version = "0.2.67"
1705 source = "registry+https://github.com/rust-lang/crates.io-index"
1706 checksum = "bc71e4c5efa60fb9e74160e89b93353bc24059999c0ae0fb03affc39770310b0"
1707 dependencies = [
1708  "bumpalo",
1709  "lazy_static",
1710  "log",
1711  "proc-macro2",
1712  "quote",
1713  "syn",
1714  "wasm-bindgen-shared",
1715 ]
1716
1717 [[package]]
1718 name = "wasm-bindgen-futures"
1719 version = "0.4.17"
1720 source = "registry+https://github.com/rust-lang/crates.io-index"
1721 checksum = "95f8d235a77f880bcef268d379810ea6c0af2eacfa90b1ad5af731776e0c4699"
1722 dependencies = [
1723  "cfg-if",
1724  "js-sys",
1725  "wasm-bindgen",
1726  "web-sys",
1727 ]
1728
1729 [[package]]
1730 name = "wasm-bindgen-macro"
1731 version = "0.2.67"
1732 source = "registry+https://github.com/rust-lang/crates.io-index"
1733 checksum = "97c57cefa5fa80e2ba15641578b44d36e7a64279bc5ed43c6dbaf329457a2ed2"
1734 dependencies = [
1735  "quote",
1736  "wasm-bindgen-macro-support",
1737 ]
1738
1739 [[package]]
1740 name = "wasm-bindgen-macro-support"
1741 version = "0.2.67"
1742 source = "registry+https://github.com/rust-lang/crates.io-index"
1743 checksum = "841a6d1c35c6f596ccea1f82504a192a60378f64b3bb0261904ad8f2f5657556"
1744 dependencies = [
1745  "proc-macro2",
1746  "quote",
1747  "syn",
1748  "wasm-bindgen-backend",
1749  "wasm-bindgen-shared",
1750 ]
1751
1752 [[package]]
1753 name = "wasm-bindgen-shared"
1754 version = "0.2.67"
1755 source = "registry+https://github.com/rust-lang/crates.io-index"
1756 checksum = "93b162580e34310e5931c4b792560108b10fd14d64915d7fff8ff00180e70092"
1757
1758 [[package]]
1759 name = "web-sys"
1760 version = "0.3.44"
1761 source = "registry+https://github.com/rust-lang/crates.io-index"
1762 checksum = "dda38f4e5ca63eda02c059d243aa25b5f35ab98451e518c51612cd0f1bd19a47"
1763 dependencies = [
1764  "js-sys",
1765  "wasm-bindgen",
1766 ]
1767
1768 [[package]]
1769 name = "winapi"
1770 version = "0.2.8"
1771 source = "registry+https://github.com/rust-lang/crates.io-index"
1772 checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
1773
1774 [[package]]
1775 name = "winapi"
1776 version = "0.3.9"
1777 source = "registry+https://github.com/rust-lang/crates.io-index"
1778 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1779 dependencies = [
1780  "winapi-i686-pc-windows-gnu",
1781  "winapi-x86_64-pc-windows-gnu",
1782 ]
1783
1784 [[package]]
1785 name = "winapi-build"
1786 version = "0.1.1"
1787 source = "registry+https://github.com/rust-lang/crates.io-index"
1788 checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
1789
1790 [[package]]
1791 name = "winapi-i686-pc-windows-gnu"
1792 version = "0.4.0"
1793 source = "registry+https://github.com/rust-lang/crates.io-index"
1794 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1795
1796 [[package]]
1797 name = "winapi-x86_64-pc-windows-gnu"
1798 version = "0.4.0"
1799 source = "registry+https://github.com/rust-lang/crates.io-index"
1800 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1801
1802 [[package]]
1803 name = "winreg"
1804 version = "0.7.0"
1805 source = "registry+https://github.com/rust-lang/crates.io-index"
1806 checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
1807 dependencies = [
1808  "winapi 0.3.9",
1809 ]
1810
1811 [[package]]
1812 name = "winutil"
1813 version = "0.1.1"
1814 source = "registry+https://github.com/rust-lang/crates.io-index"
1815 checksum = "7daf138b6b14196e3830a588acf1e86966c694d3e8fb026fb105b8b5dca07e6e"
1816 dependencies = [
1817  "winapi 0.3.9",
1818 ]
1819
1820 [[package]]
1821 name = "ws2_32-sys"
1822 version = "0.2.1"
1823 source = "registry+https://github.com/rust-lang/crates.io-index"
1824 checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
1825 dependencies = [
1826  "winapi 0.2.8",
1827  "winapi-build",
1828 ]