Use of now() to have a precise period of time
[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.10"
154 source = "registry+https://github.com/rust-lang/crates.io-index"
155 checksum = "1dcfabdab475c16a93d669dddfc393027803e347d09663f524447f642fbb84ba"
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.15"
411 source = "registry+https://github.com/rust-lang/crates.io-index"
412 checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
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.9.0"
441 source = "registry+https://github.com/rust-lang/crates.io-index"
442 checksum = "00d63df3d41950fb462ed38308eea019113ad1508da725bbedcd0fa5a85ef5f7"
443
444 [[package]]
445 name = "hermit-abi"
446 version = "0.1.15"
447 source = "registry+https://github.com/rust-lang/crates.io-index"
448 checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"
449 dependencies = [
450  "libc",
451 ]
452
453 [[package]]
454 name = "hostname"
455 version = "0.1.5"
456 source = "registry+https://github.com/rust-lang/crates.io-index"
457 checksum = "21ceb46a83a85e824ef93669c8b390009623863b5c195d1ba747292c0c72f94e"
458 dependencies = [
459  "libc",
460  "winutil",
461 ]
462
463 [[package]]
464 name = "html5ever"
465 version = "0.25.1"
466 source = "registry+https://github.com/rust-lang/crates.io-index"
467 checksum = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b"
468 dependencies = [
469  "log",
470  "mac",
471  "markup5ever",
472  "proc-macro2",
473  "quote",
474  "syn",
475 ]
476
477 [[package]]
478 name = "http"
479 version = "0.2.1"
480 source = "registry+https://github.com/rust-lang/crates.io-index"
481 checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
482 dependencies = [
483  "bytes",
484  "fnv",
485  "itoa",
486 ]
487
488 [[package]]
489 name = "http-body"
490 version = "0.3.1"
491 source = "registry+https://github.com/rust-lang/crates.io-index"
492 checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
493 dependencies = [
494  "bytes",
495  "http",
496 ]
497
498 [[package]]
499 name = "httparse"
500 version = "1.3.4"
501 source = "registry+https://github.com/rust-lang/crates.io-index"
502 checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
503
504 [[package]]
505 name = "hyper"
506 version = "0.13.7"
507 source = "registry+https://github.com/rust-lang/crates.io-index"
508 checksum = "3e68a8dd9716185d9e64ea473ea6ef63529252e3e27623295a0378a19665d5eb"
509 dependencies = [
510  "bytes",
511  "futures-channel",
512  "futures-core",
513  "futures-util",
514  "h2",
515  "http",
516  "http-body",
517  "httparse",
518  "itoa",
519  "pin-project",
520  "socket2",
521  "time",
522  "tokio",
523  "tower-service",
524  "tracing",
525  "want",
526 ]
527
528 [[package]]
529 name = "hyper-tls"
530 version = "0.4.3"
531 source = "registry+https://github.com/rust-lang/crates.io-index"
532 checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed"
533 dependencies = [
534  "bytes",
535  "hyper",
536  "native-tls",
537  "tokio",
538  "tokio-tls",
539 ]
540
541 [[package]]
542 name = "idna"
543 version = "0.2.0"
544 source = "registry+https://github.com/rust-lang/crates.io-index"
545 checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
546 dependencies = [
547  "matches",
548  "unicode-bidi",
549  "unicode-normalization",
550 ]
551
552 [[package]]
553 name = "indexmap"
554 version = "1.6.0"
555 source = "registry+https://github.com/rust-lang/crates.io-index"
556 checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
557 dependencies = [
558  "autocfg 1.0.1",
559  "hashbrown",
560 ]
561
562 [[package]]
563 name = "iovec"
564 version = "0.1.4"
565 source = "registry+https://github.com/rust-lang/crates.io-index"
566 checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
567 dependencies = [
568  "libc",
569 ]
570
571 [[package]]
572 name = "ipnet"
573 version = "2.3.0"
574 source = "registry+https://github.com/rust-lang/crates.io-index"
575 checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
576
577 [[package]]
578 name = "itertools"
579 version = "0.9.0"
580 source = "registry+https://github.com/rust-lang/crates.io-index"
581 checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
582 dependencies = [
583  "either",
584 ]
585
586 [[package]]
587 name = "itoa"
588 version = "0.4.6"
589 source = "registry+https://github.com/rust-lang/crates.io-index"
590 checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
591
592 [[package]]
593 name = "js-sys"
594 version = "0.3.45"
595 source = "registry+https://github.com/rust-lang/crates.io-index"
596 checksum = "ca059e81d9486668f12d455a4ea6daa600bd408134cd17e3d3fb5a32d1f016f8"
597 dependencies = [
598  "wasm-bindgen",
599 ]
600
601 [[package]]
602 name = "kernel32-sys"
603 version = "0.2.2"
604 source = "registry+https://github.com/rust-lang/crates.io-index"
605 checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
606 dependencies = [
607  "winapi 0.2.8",
608  "winapi-build",
609 ]
610
611 [[package]]
612 name = "lazy_static"
613 version = "1.4.0"
614 source = "registry+https://github.com/rust-lang/crates.io-index"
615 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
616
617 [[package]]
618 name = "lettre"
619 version = "0.9.3"
620 source = "registry+https://github.com/rust-lang/crates.io-index"
621 checksum = "bf43f3202a879fbdab4ecafec3349b0139f81d31c626246d53bcbb546253ffaa"
622 dependencies = [
623  "base64 0.10.1",
624  "bufstream",
625  "fast_chemail",
626  "hostname",
627  "log",
628  "native-tls",
629  "nom",
630  "serde",
631  "serde_derive",
632  "serde_json",
633 ]
634
635 [[package]]
636 name = "lettre_email"
637 version = "0.9.4"
638 source = "registry+https://github.com/rust-lang/crates.io-index"
639 checksum = "fd02480f8dcf48798e62113974d6ccca2129a51d241fa20f1ea349c8a42559d5"
640 dependencies = [
641  "base64 0.10.1",
642  "email",
643  "lettre",
644  "mime",
645  "time",
646  "uuid",
647 ]
648
649 [[package]]
650 name = "libc"
651 version = "0.2.77"
652 source = "registry+https://github.com/rust-lang/crates.io-index"
653 checksum = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235"
654
655 [[package]]
656 name = "log"
657 version = "0.4.11"
658 source = "registry+https://github.com/rust-lang/crates.io-index"
659 checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
660 dependencies = [
661  "cfg-if",
662 ]
663
664 [[package]]
665 name = "mac"
666 version = "0.1.1"
667 source = "registry+https://github.com/rust-lang/crates.io-index"
668 checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
669
670 [[package]]
671 name = "markup5ever"
672 version = "0.10.0"
673 source = "registry+https://github.com/rust-lang/crates.io-index"
674 checksum = "aae38d669396ca9b707bfc3db254bc382ddb94f57cc5c235f34623a669a01dab"
675 dependencies = [
676  "log",
677  "phf",
678  "phf_codegen",
679  "serde",
680  "serde_derive",
681  "serde_json",
682  "string_cache",
683  "string_cache_codegen",
684  "tendril",
685 ]
686
687 [[package]]
688 name = "matches"
689 version = "0.1.8"
690 source = "registry+https://github.com/rust-lang/crates.io-index"
691 checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
692
693 [[package]]
694 name = "memchr"
695 version = "2.3.3"
696 source = "registry+https://github.com/rust-lang/crates.io-index"
697 checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
698
699 [[package]]
700 name = "mime"
701 version = "0.3.16"
702 source = "registry+https://github.com/rust-lang/crates.io-index"
703 checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
704
705 [[package]]
706 name = "mime_guess"
707 version = "2.0.3"
708 source = "registry+https://github.com/rust-lang/crates.io-index"
709 checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
710 dependencies = [
711  "mime",
712  "unicase",
713 ]
714
715 [[package]]
716 name = "mio"
717 version = "0.6.22"
718 source = "registry+https://github.com/rust-lang/crates.io-index"
719 checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
720 dependencies = [
721  "cfg-if",
722  "fuchsia-zircon",
723  "fuchsia-zircon-sys",
724  "iovec",
725  "kernel32-sys",
726  "libc",
727  "log",
728  "miow",
729  "net2",
730  "slab",
731  "winapi 0.2.8",
732 ]
733
734 [[package]]
735 name = "miow"
736 version = "0.2.1"
737 source = "registry+https://github.com/rust-lang/crates.io-index"
738 checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
739 dependencies = [
740  "kernel32-sys",
741  "net2",
742  "winapi 0.2.8",
743  "ws2_32-sys",
744 ]
745
746 [[package]]
747 name = "native-tls"
748 version = "0.2.4"
749 source = "registry+https://github.com/rust-lang/crates.io-index"
750 checksum = "2b0d88c06fe90d5ee94048ba40409ef1d9315d86f6f38c2efdaad4fb50c58b2d"
751 dependencies = [
752  "lazy_static",
753  "libc",
754  "log",
755  "openssl",
756  "openssl-probe",
757  "openssl-sys",
758  "schannel",
759  "security-framework",
760  "security-framework-sys",
761  "tempfile",
762 ]
763
764 [[package]]
765 name = "net2"
766 version = "0.2.35"
767 source = "registry+https://github.com/rust-lang/crates.io-index"
768 checksum = "3ebc3ec692ed7c9a255596c67808dee269f64655d8baf7b4f0638e51ba1d6853"
769 dependencies = [
770  "cfg-if",
771  "libc",
772  "winapi 0.3.9",
773 ]
774
775 [[package]]
776 name = "new_debug_unreachable"
777 version = "1.0.4"
778 source = "registry+https://github.com/rust-lang/crates.io-index"
779 checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
780
781 [[package]]
782 name = "nodrop"
783 version = "0.1.14"
784 source = "registry+https://github.com/rust-lang/crates.io-index"
785 checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
786
787 [[package]]
788 name = "nom"
789 version = "4.2.3"
790 source = "registry+https://github.com/rust-lang/crates.io-index"
791 checksum = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
792 dependencies = [
793  "memchr",
794  "version_check 0.1.5",
795 ]
796
797 [[package]]
798 name = "num-integer"
799 version = "0.1.43"
800 source = "registry+https://github.com/rust-lang/crates.io-index"
801 checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
802 dependencies = [
803  "autocfg 1.0.1",
804  "num-traits",
805 ]
806
807 [[package]]
808 name = "num-traits"
809 version = "0.2.12"
810 source = "registry+https://github.com/rust-lang/crates.io-index"
811 checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
812 dependencies = [
813  "autocfg 1.0.1",
814 ]
815
816 [[package]]
817 name = "num_cpus"
818 version = "1.13.0"
819 source = "registry+https://github.com/rust-lang/crates.io-index"
820 checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
821 dependencies = [
822  "hermit-abi",
823  "libc",
824 ]
825
826 [[package]]
827 name = "once_cell"
828 version = "1.4.1"
829 source = "registry+https://github.com/rust-lang/crates.io-index"
830 checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad"
831
832 [[package]]
833 name = "openssl"
834 version = "0.10.30"
835 source = "registry+https://github.com/rust-lang/crates.io-index"
836 checksum = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4"
837 dependencies = [
838  "bitflags",
839  "cfg-if",
840  "foreign-types",
841  "lazy_static",
842  "libc",
843  "openssl-sys",
844 ]
845
846 [[package]]
847 name = "openssl-probe"
848 version = "0.1.2"
849 source = "registry+https://github.com/rust-lang/crates.io-index"
850 checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
851
852 [[package]]
853 name = "openssl-sys"
854 version = "0.9.58"
855 source = "registry+https://github.com/rust-lang/crates.io-index"
856 checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de"
857 dependencies = [
858  "autocfg 1.0.1",
859  "cc",
860  "libc",
861  "pkg-config",
862  "vcpkg",
863 ]
864
865 [[package]]
866 name = "percent-encoding"
867 version = "2.1.0"
868 source = "registry+https://github.com/rust-lang/crates.io-index"
869 checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
870
871 [[package]]
872 name = "phf"
873 version = "0.8.0"
874 source = "registry+https://github.com/rust-lang/crates.io-index"
875 checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
876 dependencies = [
877  "phf_macros",
878  "phf_shared",
879  "proc-macro-hack",
880 ]
881
882 [[package]]
883 name = "phf_codegen"
884 version = "0.8.0"
885 source = "registry+https://github.com/rust-lang/crates.io-index"
886 checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
887 dependencies = [
888  "phf_generator",
889  "phf_shared",
890 ]
891
892 [[package]]
893 name = "phf_generator"
894 version = "0.8.0"
895 source = "registry+https://github.com/rust-lang/crates.io-index"
896 checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
897 dependencies = [
898  "phf_shared",
899  "rand 0.7.3",
900 ]
901
902 [[package]]
903 name = "phf_macros"
904 version = "0.8.0"
905 source = "registry+https://github.com/rust-lang/crates.io-index"
906 checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
907 dependencies = [
908  "phf_generator",
909  "phf_shared",
910  "proc-macro-hack",
911  "proc-macro2",
912  "quote",
913  "syn",
914 ]
915
916 [[package]]
917 name = "phf_shared"
918 version = "0.8.0"
919 source = "registry+https://github.com/rust-lang/crates.io-index"
920 checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
921 dependencies = [
922  "siphasher",
923 ]
924
925 [[package]]
926 name = "pin-project"
927 version = "0.4.23"
928 source = "registry+https://github.com/rust-lang/crates.io-index"
929 checksum = "ca4433fff2ae79342e497d9f8ee990d174071408f28f726d6d83af93e58e48aa"
930 dependencies = [
931  "pin-project-internal",
932 ]
933
934 [[package]]
935 name = "pin-project-internal"
936 version = "0.4.23"
937 source = "registry+https://github.com/rust-lang/crates.io-index"
938 checksum = "2c0e815c3ee9a031fdf5af21c10aa17c573c9c6a566328d99e3936c34e36461f"
939 dependencies = [
940  "proc-macro2",
941  "quote",
942  "syn",
943 ]
944
945 [[package]]
946 name = "pin-project-lite"
947 version = "0.1.7"
948 source = "registry+https://github.com/rust-lang/crates.io-index"
949 checksum = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715"
950
951 [[package]]
952 name = "pin-utils"
953 version = "0.1.0"
954 source = "registry+https://github.com/rust-lang/crates.io-index"
955 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
956
957 [[package]]
958 name = "pkg-config"
959 version = "0.3.18"
960 source = "registry+https://github.com/rust-lang/crates.io-index"
961 checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
962
963 [[package]]
964 name = "ppv-lite86"
965 version = "0.2.9"
966 source = "registry+https://github.com/rust-lang/crates.io-index"
967 checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
968
969 [[package]]
970 name = "precomputed-hash"
971 version = "0.1.1"
972 source = "registry+https://github.com/rust-lang/crates.io-index"
973 checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
974
975 [[package]]
976 name = "proc-macro-hack"
977 version = "0.5.18"
978 source = "registry+https://github.com/rust-lang/crates.io-index"
979 checksum = "99c605b9a0adc77b7211c6b1f722dcb613d68d66859a44f3d485a6da332b0598"
980
981 [[package]]
982 name = "proc-macro2"
983 version = "1.0.21"
984 source = "registry+https://github.com/rust-lang/crates.io-index"
985 checksum = "36e28516df94f3dd551a587da5357459d9b36d945a7c37c3557928c1c2ff2a2c"
986 dependencies = [
987  "unicode-xid",
988 ]
989
990 [[package]]
991 name = "quote"
992 version = "1.0.7"
993 source = "registry+https://github.com/rust-lang/crates.io-index"
994 checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
995 dependencies = [
996  "proc-macro2",
997 ]
998
999 [[package]]
1000 name = "rand"
1001 version = "0.4.6"
1002 source = "registry+https://github.com/rust-lang/crates.io-index"
1003 checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
1004 dependencies = [
1005  "fuchsia-cprng",
1006  "libc",
1007  "rand_core 0.3.1",
1008  "rdrand",
1009  "winapi 0.3.9",
1010 ]
1011
1012 [[package]]
1013 name = "rand"
1014 version = "0.6.5"
1015 source = "registry+https://github.com/rust-lang/crates.io-index"
1016 checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
1017 dependencies = [
1018  "autocfg 0.1.7",
1019  "libc",
1020  "rand_chacha 0.1.1",
1021  "rand_core 0.4.2",
1022  "rand_hc 0.1.0",
1023  "rand_isaac",
1024  "rand_jitter",
1025  "rand_os",
1026  "rand_pcg 0.1.2",
1027  "rand_xorshift",
1028  "winapi 0.3.9",
1029 ]
1030
1031 [[package]]
1032 name = "rand"
1033 version = "0.7.3"
1034 source = "registry+https://github.com/rust-lang/crates.io-index"
1035 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
1036 dependencies = [
1037  "getrandom",
1038  "libc",
1039  "rand_chacha 0.2.2",
1040  "rand_core 0.5.1",
1041  "rand_hc 0.2.0",
1042  "rand_pcg 0.2.1",
1043 ]
1044
1045 [[package]]
1046 name = "rand_chacha"
1047 version = "0.1.1"
1048 source = "registry+https://github.com/rust-lang/crates.io-index"
1049 checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
1050 dependencies = [
1051  "autocfg 0.1.7",
1052  "rand_core 0.3.1",
1053 ]
1054
1055 [[package]]
1056 name = "rand_chacha"
1057 version = "0.2.2"
1058 source = "registry+https://github.com/rust-lang/crates.io-index"
1059 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
1060 dependencies = [
1061  "ppv-lite86",
1062  "rand_core 0.5.1",
1063 ]
1064
1065 [[package]]
1066 name = "rand_core"
1067 version = "0.3.1"
1068 source = "registry+https://github.com/rust-lang/crates.io-index"
1069 checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
1070 dependencies = [
1071  "rand_core 0.4.2",
1072 ]
1073
1074 [[package]]
1075 name = "rand_core"
1076 version = "0.4.2"
1077 source = "registry+https://github.com/rust-lang/crates.io-index"
1078 checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
1079
1080 [[package]]
1081 name = "rand_core"
1082 version = "0.5.1"
1083 source = "registry+https://github.com/rust-lang/crates.io-index"
1084 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
1085 dependencies = [
1086  "getrandom",
1087 ]
1088
1089 [[package]]
1090 name = "rand_hc"
1091 version = "0.1.0"
1092 source = "registry+https://github.com/rust-lang/crates.io-index"
1093 checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
1094 dependencies = [
1095  "rand_core 0.3.1",
1096 ]
1097
1098 [[package]]
1099 name = "rand_hc"
1100 version = "0.2.0"
1101 source = "registry+https://github.com/rust-lang/crates.io-index"
1102 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
1103 dependencies = [
1104  "rand_core 0.5.1",
1105 ]
1106
1107 [[package]]
1108 name = "rand_isaac"
1109 version = "0.1.1"
1110 source = "registry+https://github.com/rust-lang/crates.io-index"
1111 checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
1112 dependencies = [
1113  "rand_core 0.3.1",
1114 ]
1115
1116 [[package]]
1117 name = "rand_jitter"
1118 version = "0.1.4"
1119 source = "registry+https://github.com/rust-lang/crates.io-index"
1120 checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
1121 dependencies = [
1122  "libc",
1123  "rand_core 0.4.2",
1124  "winapi 0.3.9",
1125 ]
1126
1127 [[package]]
1128 name = "rand_os"
1129 version = "0.1.3"
1130 source = "registry+https://github.com/rust-lang/crates.io-index"
1131 checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
1132 dependencies = [
1133  "cloudabi",
1134  "fuchsia-cprng",
1135  "libc",
1136  "rand_core 0.4.2",
1137  "rdrand",
1138  "winapi 0.3.9",
1139 ]
1140
1141 [[package]]
1142 name = "rand_pcg"
1143 version = "0.1.2"
1144 source = "registry+https://github.com/rust-lang/crates.io-index"
1145 checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
1146 dependencies = [
1147  "autocfg 0.1.7",
1148  "rand_core 0.4.2",
1149 ]
1150
1151 [[package]]
1152 name = "rand_pcg"
1153 version = "0.2.1"
1154 source = "registry+https://github.com/rust-lang/crates.io-index"
1155 checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
1156 dependencies = [
1157  "rand_core 0.5.1",
1158 ]
1159
1160 [[package]]
1161 name = "rand_xorshift"
1162 version = "0.1.1"
1163 source = "registry+https://github.com/rust-lang/crates.io-index"
1164 checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
1165 dependencies = [
1166  "rand_core 0.3.1",
1167 ]
1168
1169 [[package]]
1170 name = "rdrand"
1171 version = "0.4.0"
1172 source = "registry+https://github.com/rust-lang/crates.io-index"
1173 checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
1174 dependencies = [
1175  "rand_core 0.3.1",
1176 ]
1177
1178 [[package]]
1179 name = "redox_syscall"
1180 version = "0.1.57"
1181 source = "registry+https://github.com/rust-lang/crates.io-index"
1182 checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
1183
1184 [[package]]
1185 name = "remove_dir_all"
1186 version = "0.5.3"
1187 source = "registry+https://github.com/rust-lang/crates.io-index"
1188 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
1189 dependencies = [
1190  "winapi 0.3.9",
1191 ]
1192
1193 [[package]]
1194 name = "reqwest"
1195 version = "0.10.8"
1196 source = "registry+https://github.com/rust-lang/crates.io-index"
1197 checksum = "e9eaa17ac5d7b838b7503d118fa16ad88f440498bf9ffe5424e621f93190d61e"
1198 dependencies = [
1199  "base64 0.12.3",
1200  "bytes",
1201  "encoding_rs",
1202  "futures-core",
1203  "futures-util",
1204  "http",
1205  "http-body",
1206  "hyper",
1207  "hyper-tls",
1208  "ipnet",
1209  "js-sys",
1210  "lazy_static",
1211  "log",
1212  "mime",
1213  "mime_guess",
1214  "native-tls",
1215  "percent-encoding",
1216  "pin-project-lite",
1217  "serde",
1218  "serde_json",
1219  "serde_urlencoded",
1220  "tokio",
1221  "tokio-tls",
1222  "url",
1223  "wasm-bindgen",
1224  "wasm-bindgen-futures",
1225  "web-sys",
1226  "winreg",
1227 ]
1228
1229 [[package]]
1230 name = "ron"
1231 version = "0.6.2"
1232 source = "registry+https://github.com/rust-lang/crates.io-index"
1233 checksum = "f8a58080b7bb83b2ea28c3b7a9a994fd5e310330b7c8ca5258d99b98128ecfe4"
1234 dependencies = [
1235  "base64 0.12.3",
1236  "bitflags",
1237  "serde",
1238 ]
1239
1240 [[package]]
1241 name = "rtx3080"
1242 version = "0.1.0"
1243 dependencies = [
1244  "itertools",
1245  "lettre",
1246  "lettre_email",
1247  "native-tls",
1248  "reqwest",
1249  "ron",
1250  "scraper",
1251  "serde",
1252 ]
1253
1254 [[package]]
1255 name = "ryu"
1256 version = "1.0.5"
1257 source = "registry+https://github.com/rust-lang/crates.io-index"
1258 checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
1259
1260 [[package]]
1261 name = "safemem"
1262 version = "0.3.3"
1263 source = "registry+https://github.com/rust-lang/crates.io-index"
1264 checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
1265
1266 [[package]]
1267 name = "schannel"
1268 version = "0.1.19"
1269 source = "registry+https://github.com/rust-lang/crates.io-index"
1270 checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
1271 dependencies = [
1272  "lazy_static",
1273  "winapi 0.3.9",
1274 ]
1275
1276 [[package]]
1277 name = "scraper"
1278 version = "0.12.0"
1279 source = "registry+https://github.com/rust-lang/crates.io-index"
1280 checksum = "48e02aa790c80c2e494130dec6a522033b6a23603ffc06360e9fe6c611ea2c12"
1281 dependencies = [
1282  "cssparser",
1283  "ego-tree",
1284  "getopts",
1285  "html5ever",
1286  "matches",
1287  "selectors",
1288  "smallvec",
1289  "tendril",
1290 ]
1291
1292 [[package]]
1293 name = "security-framework"
1294 version = "0.4.4"
1295 source = "registry+https://github.com/rust-lang/crates.io-index"
1296 checksum = "64808902d7d99f78eaddd2b4e2509713babc3dc3c85ad6f4c447680f3c01e535"
1297 dependencies = [
1298  "bitflags",
1299  "core-foundation",
1300  "core-foundation-sys",
1301  "libc",
1302  "security-framework-sys",
1303 ]
1304
1305 [[package]]
1306 name = "security-framework-sys"
1307 version = "0.4.3"
1308 source = "registry+https://github.com/rust-lang/crates.io-index"
1309 checksum = "17bf11d99252f512695eb468de5516e5cf75455521e69dfe343f3b74e4748405"
1310 dependencies = [
1311  "core-foundation-sys",
1312  "libc",
1313 ]
1314
1315 [[package]]
1316 name = "selectors"
1317 version = "0.22.0"
1318 source = "registry+https://github.com/rust-lang/crates.io-index"
1319 checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe"
1320 dependencies = [
1321  "bitflags",
1322  "cssparser",
1323  "derive_more",
1324  "fxhash",
1325  "log",
1326  "matches",
1327  "phf",
1328  "phf_codegen",
1329  "precomputed-hash",
1330  "servo_arc",
1331  "smallvec",
1332  "thin-slice",
1333 ]
1334
1335 [[package]]
1336 name = "serde"
1337 version = "1.0.116"
1338 source = "registry+https://github.com/rust-lang/crates.io-index"
1339 checksum = "96fe57af81d28386a513cbc6858332abc6117cfdb5999647c6444b8f43a370a5"
1340 dependencies = [
1341  "serde_derive",
1342 ]
1343
1344 [[package]]
1345 name = "serde_derive"
1346 version = "1.0.116"
1347 source = "registry+https://github.com/rust-lang/crates.io-index"
1348 checksum = "f630a6370fd8e457873b4bd2ffdae75408bc291ba72be773772a4c2a065d9ae8"
1349 dependencies = [
1350  "proc-macro2",
1351  "quote",
1352  "syn",
1353 ]
1354
1355 [[package]]
1356 name = "serde_json"
1357 version = "1.0.57"
1358 source = "registry+https://github.com/rust-lang/crates.io-index"
1359 checksum = "164eacbdb13512ec2745fb09d51fd5b22b0d65ed294a1dcf7285a360c80a675c"
1360 dependencies = [
1361  "itoa",
1362  "ryu",
1363  "serde",
1364 ]
1365
1366 [[package]]
1367 name = "serde_urlencoded"
1368 version = "0.6.1"
1369 source = "registry+https://github.com/rust-lang/crates.io-index"
1370 checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
1371 dependencies = [
1372  "dtoa",
1373  "itoa",
1374  "serde",
1375  "url",
1376 ]
1377
1378 [[package]]
1379 name = "servo_arc"
1380 version = "0.1.1"
1381 source = "registry+https://github.com/rust-lang/crates.io-index"
1382 checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432"
1383 dependencies = [
1384  "nodrop",
1385  "stable_deref_trait",
1386 ]
1387
1388 [[package]]
1389 name = "siphasher"
1390 version = "0.3.3"
1391 source = "registry+https://github.com/rust-lang/crates.io-index"
1392 checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
1393
1394 [[package]]
1395 name = "slab"
1396 version = "0.4.2"
1397 source = "registry+https://github.com/rust-lang/crates.io-index"
1398 checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
1399
1400 [[package]]
1401 name = "smallvec"
1402 version = "1.4.2"
1403 source = "registry+https://github.com/rust-lang/crates.io-index"
1404 checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252"
1405
1406 [[package]]
1407 name = "socket2"
1408 version = "0.3.15"
1409 source = "registry+https://github.com/rust-lang/crates.io-index"
1410 checksum = "b1fa70dc5c8104ec096f4fe7ede7a221d35ae13dcd19ba1ad9a81d2cab9a1c44"
1411 dependencies = [
1412  "cfg-if",
1413  "libc",
1414  "redox_syscall",
1415  "winapi 0.3.9",
1416 ]
1417
1418 [[package]]
1419 name = "stable_deref_trait"
1420 version = "1.2.0"
1421 source = "registry+https://github.com/rust-lang/crates.io-index"
1422 checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1423
1424 [[package]]
1425 name = "string_cache"
1426 version = "0.8.0"
1427 source = "registry+https://github.com/rust-lang/crates.io-index"
1428 checksum = "2940c75beb4e3bf3a494cef919a747a2cb81e52571e212bfbd185074add7208a"
1429 dependencies = [
1430  "lazy_static",
1431  "new_debug_unreachable",
1432  "phf_shared",
1433  "precomputed-hash",
1434  "serde",
1435 ]
1436
1437 [[package]]
1438 name = "string_cache_codegen"
1439 version = "0.5.1"
1440 source = "registry+https://github.com/rust-lang/crates.io-index"
1441 checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
1442 dependencies = [
1443  "phf_generator",
1444  "phf_shared",
1445  "proc-macro2",
1446  "quote",
1447 ]
1448
1449 [[package]]
1450 name = "syn"
1451 version = "1.0.41"
1452 source = "registry+https://github.com/rust-lang/crates.io-index"
1453 checksum = "6690e3e9f692504b941dc6c3b188fd28df054f7fb8469ab40680df52fdcc842b"
1454 dependencies = [
1455  "proc-macro2",
1456  "quote",
1457  "unicode-xid",
1458 ]
1459
1460 [[package]]
1461 name = "tempfile"
1462 version = "3.1.0"
1463 source = "registry+https://github.com/rust-lang/crates.io-index"
1464 checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
1465 dependencies = [
1466  "cfg-if",
1467  "libc",
1468  "rand 0.7.3",
1469  "redox_syscall",
1470  "remove_dir_all",
1471  "winapi 0.3.9",
1472 ]
1473
1474 [[package]]
1475 name = "tendril"
1476 version = "0.4.1"
1477 source = "registry+https://github.com/rust-lang/crates.io-index"
1478 checksum = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b"
1479 dependencies = [
1480  "futf",
1481  "mac",
1482  "utf-8",
1483 ]
1484
1485 [[package]]
1486 name = "thin-slice"
1487 version = "0.1.1"
1488 source = "registry+https://github.com/rust-lang/crates.io-index"
1489 checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
1490
1491 [[package]]
1492 name = "time"
1493 version = "0.1.44"
1494 source = "registry+https://github.com/rust-lang/crates.io-index"
1495 checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
1496 dependencies = [
1497  "libc",
1498  "wasi 0.10.0+wasi-snapshot-preview1",
1499  "winapi 0.3.9",
1500 ]
1501
1502 [[package]]
1503 name = "tinyvec"
1504 version = "0.3.4"
1505 source = "registry+https://github.com/rust-lang/crates.io-index"
1506 checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
1507
1508 [[package]]
1509 name = "tokio"
1510 version = "0.2.22"
1511 source = "registry+https://github.com/rust-lang/crates.io-index"
1512 checksum = "5d34ca54d84bf2b5b4d7d31e901a8464f7b60ac145a284fba25ceb801f2ddccd"
1513 dependencies = [
1514  "bytes",
1515  "fnv",
1516  "futures-core",
1517  "iovec",
1518  "lazy_static",
1519  "memchr",
1520  "mio",
1521  "num_cpus",
1522  "pin-project-lite",
1523  "slab",
1524 ]
1525
1526 [[package]]
1527 name = "tokio-tls"
1528 version = "0.3.1"
1529 source = "registry+https://github.com/rust-lang/crates.io-index"
1530 checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
1531 dependencies = [
1532  "native-tls",
1533  "tokio",
1534 ]
1535
1536 [[package]]
1537 name = "tokio-util"
1538 version = "0.3.1"
1539 source = "registry+https://github.com/rust-lang/crates.io-index"
1540 checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
1541 dependencies = [
1542  "bytes",
1543  "futures-core",
1544  "futures-sink",
1545  "log",
1546  "pin-project-lite",
1547  "tokio",
1548 ]
1549
1550 [[package]]
1551 name = "tower-service"
1552 version = "0.3.0"
1553 source = "registry+https://github.com/rust-lang/crates.io-index"
1554 checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
1555
1556 [[package]]
1557 name = "tracing"
1558 version = "0.1.19"
1559 source = "registry+https://github.com/rust-lang/crates.io-index"
1560 checksum = "6d79ca061b032d6ce30c660fded31189ca0b9922bf483cd70759f13a2d86786c"
1561 dependencies = [
1562  "cfg-if",
1563  "log",
1564  "tracing-core",
1565 ]
1566
1567 [[package]]
1568 name = "tracing-core"
1569 version = "0.1.16"
1570 source = "registry+https://github.com/rust-lang/crates.io-index"
1571 checksum = "5bcf46c1f1f06aeea2d6b81f3c863d0930a596c86ad1920d4e5bad6dd1d7119a"
1572 dependencies = [
1573  "lazy_static",
1574 ]
1575
1576 [[package]]
1577 name = "try-lock"
1578 version = "0.2.3"
1579 source = "registry+https://github.com/rust-lang/crates.io-index"
1580 checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
1581
1582 [[package]]
1583 name = "unicase"
1584 version = "2.6.0"
1585 source = "registry+https://github.com/rust-lang/crates.io-index"
1586 checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
1587 dependencies = [
1588  "version_check 0.9.2",
1589 ]
1590
1591 [[package]]
1592 name = "unicode-bidi"
1593 version = "0.3.4"
1594 source = "registry+https://github.com/rust-lang/crates.io-index"
1595 checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
1596 dependencies = [
1597  "matches",
1598 ]
1599
1600 [[package]]
1601 name = "unicode-normalization"
1602 version = "0.1.13"
1603 source = "registry+https://github.com/rust-lang/crates.io-index"
1604 checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
1605 dependencies = [
1606  "tinyvec",
1607 ]
1608
1609 [[package]]
1610 name = "unicode-width"
1611 version = "0.1.8"
1612 source = "registry+https://github.com/rust-lang/crates.io-index"
1613 checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
1614
1615 [[package]]
1616 name = "unicode-xid"
1617 version = "0.2.1"
1618 source = "registry+https://github.com/rust-lang/crates.io-index"
1619 checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
1620
1621 [[package]]
1622 name = "url"
1623 version = "2.1.1"
1624 source = "registry+https://github.com/rust-lang/crates.io-index"
1625 checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
1626 dependencies = [
1627  "idna",
1628  "matches",
1629  "percent-encoding",
1630 ]
1631
1632 [[package]]
1633 name = "utf-8"
1634 version = "0.7.5"
1635 source = "registry+https://github.com/rust-lang/crates.io-index"
1636 checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
1637
1638 [[package]]
1639 name = "uuid"
1640 version = "0.7.4"
1641 source = "registry+https://github.com/rust-lang/crates.io-index"
1642 checksum = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
1643 dependencies = [
1644  "rand 0.6.5",
1645 ]
1646
1647 [[package]]
1648 name = "vcpkg"
1649 version = "0.2.10"
1650 source = "registry+https://github.com/rust-lang/crates.io-index"
1651 checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
1652
1653 [[package]]
1654 name = "version_check"
1655 version = "0.1.5"
1656 source = "registry+https://github.com/rust-lang/crates.io-index"
1657 checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
1658
1659 [[package]]
1660 name = "version_check"
1661 version = "0.9.2"
1662 source = "registry+https://github.com/rust-lang/crates.io-index"
1663 checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
1664
1665 [[package]]
1666 name = "want"
1667 version = "0.3.0"
1668 source = "registry+https://github.com/rust-lang/crates.io-index"
1669 checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
1670 dependencies = [
1671  "log",
1672  "try-lock",
1673 ]
1674
1675 [[package]]
1676 name = "wasi"
1677 version = "0.9.0+wasi-snapshot-preview1"
1678 source = "registry+https://github.com/rust-lang/crates.io-index"
1679 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1680
1681 [[package]]
1682 name = "wasi"
1683 version = "0.10.0+wasi-snapshot-preview1"
1684 source = "registry+https://github.com/rust-lang/crates.io-index"
1685 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
1686
1687 [[package]]
1688 name = "wasm-bindgen"
1689 version = "0.2.68"
1690 source = "registry+https://github.com/rust-lang/crates.io-index"
1691 checksum = "1ac64ead5ea5f05873d7c12b545865ca2b8d28adfc50a49b84770a3a97265d42"
1692 dependencies = [
1693  "cfg-if",
1694  "serde",
1695  "serde_json",
1696  "wasm-bindgen-macro",
1697 ]
1698
1699 [[package]]
1700 name = "wasm-bindgen-backend"
1701 version = "0.2.68"
1702 source = "registry+https://github.com/rust-lang/crates.io-index"
1703 checksum = "f22b422e2a757c35a73774860af8e112bff612ce6cb604224e8e47641a9e4f68"
1704 dependencies = [
1705  "bumpalo",
1706  "lazy_static",
1707  "log",
1708  "proc-macro2",
1709  "quote",
1710  "syn",
1711  "wasm-bindgen-shared",
1712 ]
1713
1714 [[package]]
1715 name = "wasm-bindgen-futures"
1716 version = "0.4.18"
1717 source = "registry+https://github.com/rust-lang/crates.io-index"
1718 checksum = "b7866cab0aa01de1edf8b5d7936938a7e397ee50ce24119aef3e1eaa3b6171da"
1719 dependencies = [
1720  "cfg-if",
1721  "js-sys",
1722  "wasm-bindgen",
1723  "web-sys",
1724 ]
1725
1726 [[package]]
1727 name = "wasm-bindgen-macro"
1728 version = "0.2.68"
1729 source = "registry+https://github.com/rust-lang/crates.io-index"
1730 checksum = "6b13312a745c08c469f0b292dd2fcd6411dba5f7160f593da6ef69b64e407038"
1731 dependencies = [
1732  "quote",
1733  "wasm-bindgen-macro-support",
1734 ]
1735
1736 [[package]]
1737 name = "wasm-bindgen-macro-support"
1738 version = "0.2.68"
1739 source = "registry+https://github.com/rust-lang/crates.io-index"
1740 checksum = "f249f06ef7ee334cc3b8ff031bfc11ec99d00f34d86da7498396dc1e3b1498fe"
1741 dependencies = [
1742  "proc-macro2",
1743  "quote",
1744  "syn",
1745  "wasm-bindgen-backend",
1746  "wasm-bindgen-shared",
1747 ]
1748
1749 [[package]]
1750 name = "wasm-bindgen-shared"
1751 version = "0.2.68"
1752 source = "registry+https://github.com/rust-lang/crates.io-index"
1753 checksum = "1d649a3145108d7d3fbcde896a468d1bd636791823c9921135218ad89be08307"
1754
1755 [[package]]
1756 name = "web-sys"
1757 version = "0.3.45"
1758 source = "registry+https://github.com/rust-lang/crates.io-index"
1759 checksum = "4bf6ef87ad7ae8008e15a355ce696bed26012b7caa21605188cfd8214ab51e2d"
1760 dependencies = [
1761  "js-sys",
1762  "wasm-bindgen",
1763 ]
1764
1765 [[package]]
1766 name = "winapi"
1767 version = "0.2.8"
1768 source = "registry+https://github.com/rust-lang/crates.io-index"
1769 checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
1770
1771 [[package]]
1772 name = "winapi"
1773 version = "0.3.9"
1774 source = "registry+https://github.com/rust-lang/crates.io-index"
1775 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1776 dependencies = [
1777  "winapi-i686-pc-windows-gnu",
1778  "winapi-x86_64-pc-windows-gnu",
1779 ]
1780
1781 [[package]]
1782 name = "winapi-build"
1783 version = "0.1.1"
1784 source = "registry+https://github.com/rust-lang/crates.io-index"
1785 checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
1786
1787 [[package]]
1788 name = "winapi-i686-pc-windows-gnu"
1789 version = "0.4.0"
1790 source = "registry+https://github.com/rust-lang/crates.io-index"
1791 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1792
1793 [[package]]
1794 name = "winapi-x86_64-pc-windows-gnu"
1795 version = "0.4.0"
1796 source = "registry+https://github.com/rust-lang/crates.io-index"
1797 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1798
1799 [[package]]
1800 name = "winreg"
1801 version = "0.7.0"
1802 source = "registry+https://github.com/rust-lang/crates.io-index"
1803 checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
1804 dependencies = [
1805  "winapi 0.3.9",
1806 ]
1807
1808 [[package]]
1809 name = "winutil"
1810 version = "0.1.1"
1811 source = "registry+https://github.com/rust-lang/crates.io-index"
1812 checksum = "7daf138b6b14196e3830a588acf1e86966c694d3e8fb026fb105b8b5dca07e6e"
1813 dependencies = [
1814  "winapi 0.3.9",
1815 ]
1816
1817 [[package]]
1818 name = "ws2_32-sys"
1819 version = "0.2.1"
1820 source = "registry+https://github.com/rust-lang/crates.io-index"
1821 checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
1822 dependencies = [
1823  "winapi 0.2.8",
1824  "winapi-build",
1825 ]