diff options
author | Yigit Sever | 2021-04-07 01:08:31 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-07 01:08:31 +0300 |
commit | c3ba5ad5ebe1d5bb28ed0a340af93e8547b1c5bc (patch) | |
tree | 43345c12a7caf4c94532a7b54638e756af10b3af /Cargo.lock | |
download | gradecoin-c3ba5ad5ebe1d5bb28ed0a340af93e8547b1c5bc.tar.gz gradecoin-c3ba5ad5ebe1d5bb28ed0a340af93e8547b1c5bc.tar.bz2 gradecoin-c3ba5ad5ebe1d5bb28ed0a340af93e8547b1c5bc.zip |
Initial commit
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1277 |
1 files changed, 1277 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..c531d87 --- /dev/null +++ b/Cargo.lock | |||
@@ -0,0 +1,1277 @@ | |||
1 | # This file is automatically @generated by Cargo. | ||
2 | # It is not intended for manual editing. | ||
3 | [[package]] | ||
4 | name = "aho-corasick" | ||
5 | version = "0.7.15" | ||
6 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
7 | checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5" | ||
8 | dependencies = [ | ||
9 | "memchr", | ||
10 | ] | ||
11 | |||
12 | [[package]] | ||
13 | name = "atty" | ||
14 | version = "0.2.14" | ||
15 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
16 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" | ||
17 | dependencies = [ | ||
18 | "hermit-abi", | ||
19 | "libc", | ||
20 | "winapi 0.3.9", | ||
21 | ] | ||
22 | |||
23 | [[package]] | ||
24 | name = "autocfg" | ||
25 | version = "1.0.1" | ||
26 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
27 | checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" | ||
28 | |||
29 | [[package]] | ||
30 | name = "base64" | ||
31 | version = "0.12.3" | ||
32 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
33 | checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" | ||
34 | |||
35 | [[package]] | ||
36 | name = "base64" | ||
37 | version = "0.13.0" | ||
38 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
39 | checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" | ||
40 | |||
41 | [[package]] | ||
42 | name = "bitflags" | ||
43 | version = "1.2.1" | ||
44 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
45 | checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" | ||
46 | |||
47 | [[package]] | ||
48 | name = "block-buffer" | ||
49 | version = "0.9.0" | ||
50 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
51 | checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" | ||
52 | dependencies = [ | ||
53 | "generic-array", | ||
54 | ] | ||
55 | |||
56 | [[package]] | ||
57 | name = "buf_redux" | ||
58 | version = "0.8.4" | ||
59 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
60 | checksum = "b953a6887648bb07a535631f2bc00fbdb2a2216f135552cb3f534ed136b9c07f" | ||
61 | dependencies = [ | ||
62 | "memchr", | ||
63 | "safemem", | ||
64 | ] | ||
65 | |||
66 | [[package]] | ||
67 | name = "byteorder" | ||
68 | version = "1.4.3" | ||
69 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
70 | checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" | ||
71 | |||
72 | [[package]] | ||
73 | name = "bytes" | ||
74 | version = "0.5.6" | ||
75 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
76 | checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" | ||
77 | |||
78 | [[package]] | ||
79 | name = "bytes" | ||
80 | version = "1.0.1" | ||
81 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
82 | checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040" | ||
83 | |||
84 | [[package]] | ||
85 | name = "cfg-if" | ||
86 | version = "0.1.10" | ||
87 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
88 | checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" | ||
89 | |||
90 | [[package]] | ||
91 | name = "cfg-if" | ||
92 | version = "1.0.0" | ||
93 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
94 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | ||
95 | |||
96 | [[package]] | ||
97 | name = "chrono" | ||
98 | version = "0.4.19" | ||
99 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
100 | checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" | ||
101 | dependencies = [ | ||
102 | "libc", | ||
103 | "num-integer", | ||
104 | "num-traits", | ||
105 | "serde", | ||
106 | "time", | ||
107 | "winapi 0.3.9", | ||
108 | ] | ||
109 | |||
110 | [[package]] | ||
111 | name = "cpuid-bool" | ||
112 | version = "0.1.2" | ||
113 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
114 | checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634" | ||
115 | |||
116 | [[package]] | ||
117 | name = "digest" | ||
118 | version = "0.9.0" | ||
119 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
120 | checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" | ||
121 | dependencies = [ | ||
122 | "generic-array", | ||
123 | ] | ||
124 | |||
125 | [[package]] | ||
126 | name = "dtoa" | ||
127 | version = "0.4.8" | ||
128 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
129 | checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0" | ||
130 | |||
131 | [[package]] | ||
132 | name = "env_logger" | ||
133 | version = "0.6.2" | ||
134 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
135 | checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3" | ||
136 | dependencies = [ | ||
137 | "atty", | ||
138 | "humantime", | ||
139 | "log", | ||
140 | "regex", | ||
141 | "termcolor", | ||
142 | ] | ||
143 | |||
144 | [[package]] | ||
145 | name = "fnv" | ||
146 | version = "1.0.7" | ||
147 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
148 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" | ||
149 | |||
150 | [[package]] | ||
151 | name = "form_urlencoded" | ||
152 | version = "1.0.1" | ||
153 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
154 | checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" | ||
155 | dependencies = [ | ||
156 | "matches", | ||
157 | "percent-encoding", | ||
158 | ] | ||
159 | |||
160 | [[package]] | ||
161 | name = "fuchsia-zircon" | ||
162 | version = "0.3.3" | ||
163 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
164 | checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" | ||
165 | dependencies = [ | ||
166 | "bitflags", | ||
167 | "fuchsia-zircon-sys", | ||
168 | ] | ||
169 | |||
170 | [[package]] | ||
171 | name = "fuchsia-zircon-sys" | ||
172 | version = "0.3.3" | ||
173 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
174 | checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" | ||
175 | |||
176 | [[package]] | ||
177 | name = "futures" | ||
178 | version = "0.3.13" | ||
179 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
180 | checksum = "7f55667319111d593ba876406af7c409c0ebb44dc4be6132a783ccf163ea14c1" | ||
181 | dependencies = [ | ||
182 | "futures-channel", | ||
183 | "futures-core", | ||
184 | "futures-io", | ||
185 | "futures-sink", | ||
186 | "futures-task", | ||
187 | "futures-util", | ||
188 | ] | ||
189 | |||
190 | [[package]] | ||
191 | name = "futures-channel" | ||
192 | version = "0.3.13" | ||
193 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
194 | checksum = "8c2dd2df839b57db9ab69c2c9d8f3e8c81984781937fe2807dc6dcf3b2ad2939" | ||
195 | dependencies = [ | ||
196 | "futures-core", | ||
197 | "futures-sink", | ||
198 | ] | ||
199 | |||
200 | [[package]] | ||
201 | name = "futures-core" | ||
202 | version = "0.3.13" | ||
203 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
204 | checksum = "15496a72fabf0e62bdc3df11a59a3787429221dd0710ba8ef163d6f7a9112c94" | ||
205 | |||
206 | [[package]] | ||
207 | name = "futures-io" | ||
208 | version = "0.3.13" | ||
209 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
210 | checksum = "d71c2c65c57704c32f5241c1223167c2c3294fd34ac020c807ddbe6db287ba59" | ||
211 | |||
212 | [[package]] | ||
213 | name = "futures-sink" | ||
214 | version = "0.3.13" | ||
215 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
216 | checksum = "85754d98985841b7d4f5e8e6fbfa4a4ac847916893ec511a2917ccd8525b8bb3" | ||
217 | |||
218 | [[package]] | ||
219 | name = "futures-task" | ||
220 | version = "0.3.13" | ||
221 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
222 | checksum = "fa189ef211c15ee602667a6fcfe1c1fd9e07d42250d2156382820fba33c9df80" | ||
223 | |||
224 | [[package]] | ||
225 | name = "futures-util" | ||
226 | version = "0.3.13" | ||
227 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
228 | checksum = "1812c7ab8aedf8d6f2701a43e1243acdbcc2b36ab26e2ad421eb99ac963d96d1" | ||
229 | dependencies = [ | ||
230 | "futures-core", | ||
231 | "futures-sink", | ||
232 | "futures-task", | ||
233 | "pin-project-lite 0.2.6", | ||
234 | "pin-utils", | ||
235 | "slab", | ||
236 | ] | ||
237 | |||
238 | [[package]] | ||
239 | name = "generic-array" | ||
240 | version = "0.14.4" | ||
241 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
242 | checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" | ||
243 | dependencies = [ | ||
244 | "typenum", | ||
245 | "version_check", | ||
246 | ] | ||
247 | |||
248 | [[package]] | ||
249 | name = "getrandom" | ||
250 | version = "0.1.16" | ||
251 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
252 | checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" | ||
253 | dependencies = [ | ||
254 | "cfg-if 1.0.0", | ||
255 | "libc", | ||
256 | "wasi 0.9.0+wasi-snapshot-preview1", | ||
257 | ] | ||
258 | |||
259 | [[package]] | ||
260 | name = "getrandom" | ||
261 | version = "0.2.2" | ||
262 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
263 | checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8" | ||
264 | dependencies = [ | ||
265 | "cfg-if 1.0.0", | ||
266 | "libc", | ||
267 | "wasi 0.10.0+wasi-snapshot-preview1", | ||
268 | ] | ||
269 | |||
270 | [[package]] | ||
271 | name = "gradecoin" | ||
272 | version = "0.1.0" | ||
273 | dependencies = [ | ||
274 | "chrono", | ||
275 | "log", | ||
276 | "pretty_env_logger", | ||
277 | "serde", | ||
278 | "serde_json", | ||
279 | "serde_test", | ||
280 | "tokio", | ||
281 | "warp", | ||
282 | ] | ||
283 | |||
284 | [[package]] | ||
285 | name = "h2" | ||
286 | version = "0.2.7" | ||
287 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
288 | checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535" | ||
289 | dependencies = [ | ||
290 | "bytes 0.5.6", | ||
291 | "fnv", | ||
292 | "futures-core", | ||
293 | "futures-sink", | ||
294 | "futures-util", | ||
295 | "http", | ||
296 | "indexmap", | ||
297 | "slab", | ||
298 | "tokio", | ||
299 | "tokio-util", | ||
300 | "tracing", | ||
301 | "tracing-futures", | ||
302 | ] | ||
303 | |||
304 | [[package]] | ||
305 | name = "hashbrown" | ||
306 | version = "0.9.1" | ||
307 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
308 | checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" | ||
309 | |||
310 | [[package]] | ||
311 | name = "headers" | ||
312 | version = "0.3.4" | ||
313 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
314 | checksum = "f0b7591fb62902706ae8e7aaff416b1b0fa2c0fd0878b46dc13baa3712d8a855" | ||
315 | dependencies = [ | ||
316 | "base64 0.13.0", | ||
317 | "bitflags", | ||
318 | "bytes 1.0.1", | ||
319 | "headers-core", | ||
320 | "http", | ||
321 | "mime", | ||
322 | "sha-1", | ||
323 | "time", | ||
324 | ] | ||
325 | |||
326 | [[package]] | ||
327 | name = "headers-core" | ||
328 | version = "0.2.0" | ||
329 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
330 | checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429" | ||
331 | dependencies = [ | ||
332 | "http", | ||
333 | ] | ||
334 | |||
335 | [[package]] | ||
336 | name = "hermit-abi" | ||
337 | version = "0.1.18" | ||
338 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
339 | checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c" | ||
340 | dependencies = [ | ||
341 | "libc", | ||
342 | ] | ||
343 | |||
344 | [[package]] | ||
345 | name = "http" | ||
346 | version = "0.2.3" | ||
347 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
348 | checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747" | ||
349 | dependencies = [ | ||
350 | "bytes 1.0.1", | ||
351 | "fnv", | ||
352 | "itoa", | ||
353 | ] | ||
354 | |||
355 | [[package]] | ||
356 | name = "http-body" | ||
357 | version = "0.3.1" | ||
358 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
359 | checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b" | ||
360 | dependencies = [ | ||
361 | "bytes 0.5.6", | ||
362 | "http", | ||
363 | ] | ||
364 | |||
365 | [[package]] | ||
366 | name = "httparse" | ||
367 | version = "1.3.5" | ||
368 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
369 | checksum = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691" | ||
370 | |||
371 | [[package]] | ||
372 | name = "httpdate" | ||
373 | version = "0.3.2" | ||
374 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
375 | checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47" | ||
376 | |||
377 | [[package]] | ||
378 | name = "humantime" | ||
379 | version = "1.3.0" | ||
380 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
381 | checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" | ||
382 | dependencies = [ | ||
383 | "quick-error", | ||
384 | ] | ||
385 | |||
386 | [[package]] | ||
387 | name = "hyper" | ||
388 | version = "0.13.10" | ||
389 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
390 | checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb" | ||
391 | dependencies = [ | ||
392 | "bytes 0.5.6", | ||
393 | "futures-channel", | ||
394 | "futures-core", | ||
395 | "futures-util", | ||
396 | "h2", | ||
397 | "http", | ||
398 | "http-body", | ||
399 | "httparse", | ||
400 | "httpdate", | ||
401 | "itoa", | ||
402 | "pin-project 1.0.6", | ||
403 | "socket2", | ||
404 | "tokio", | ||
405 | "tower-service", | ||
406 | "tracing", | ||
407 | "want", | ||
408 | ] | ||
409 | |||
410 | [[package]] | ||
411 | name = "idna" | ||
412 | version = "0.2.2" | ||
413 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
414 | checksum = "89829a5d69c23d348314a7ac337fe39173b61149a9864deabd260983aed48c21" | ||
415 | dependencies = [ | ||
416 | "matches", | ||
417 | "unicode-bidi", | ||
418 | "unicode-normalization", | ||
419 | ] | ||
420 | |||
421 | [[package]] | ||
422 | name = "indexmap" | ||
423 | version = "1.6.2" | ||
424 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
425 | checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3" | ||
426 | dependencies = [ | ||
427 | "autocfg", | ||
428 | "hashbrown", | ||
429 | ] | ||
430 | |||
431 | [[package]] | ||
432 | name = "input_buffer" | ||
433 | version = "0.3.1" | ||
434 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
435 | checksum = "19a8a95243d5a0398cae618ec29477c6e3cb631152be5c19481f80bc71559754" | ||
436 | dependencies = [ | ||
437 | "bytes 0.5.6", | ||
438 | ] | ||
439 | |||
440 | [[package]] | ||
441 | name = "iovec" | ||
442 | version = "0.1.4" | ||
443 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
444 | checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" | ||
445 | dependencies = [ | ||
446 | "libc", | ||
447 | ] | ||
448 | |||
449 | [[package]] | ||
450 | name = "itoa" | ||
451 | version = "0.4.7" | ||
452 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
453 | checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" | ||
454 | |||
455 | [[package]] | ||
456 | name = "kernel32-sys" | ||
457 | version = "0.2.2" | ||
458 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
459 | checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" | ||
460 | dependencies = [ | ||
461 | "winapi 0.2.8", | ||
462 | "winapi-build", | ||
463 | ] | ||
464 | |||
465 | [[package]] | ||
466 | name = "lazy_static" | ||
467 | version = "1.4.0" | ||
468 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
469 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | ||
470 | |||
471 | [[package]] | ||
472 | name = "libc" | ||
473 | version = "0.2.93" | ||
474 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
475 | checksum = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41" | ||
476 | |||
477 | [[package]] | ||
478 | name = "log" | ||
479 | version = "0.4.14" | ||
480 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
481 | checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" | ||
482 | dependencies = [ | ||
483 | "cfg-if 1.0.0", | ||
484 | ] | ||
485 | |||
486 | [[package]] | ||
487 | name = "matches" | ||
488 | version = "0.1.8" | ||
489 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
490 | checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" | ||
491 | |||
492 | [[package]] | ||
493 | name = "memchr" | ||
494 | version = "2.3.4" | ||
495 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
496 | checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" | ||
497 | |||
498 | [[package]] | ||
499 | name = "mime" | ||
500 | version = "0.3.16" | ||
501 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
502 | checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" | ||
503 | |||
504 | [[package]] | ||
505 | name = "mime_guess" | ||
506 | version = "2.0.3" | ||
507 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
508 | checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212" | ||
509 | dependencies = [ | ||
510 | "mime", | ||
511 | "unicase", | ||
512 | ] | ||
513 | |||
514 | [[package]] | ||
515 | name = "mio" | ||
516 | version = "0.6.23" | ||
517 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
518 | checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" | ||
519 | dependencies = [ | ||
520 | "cfg-if 0.1.10", | ||
521 | "fuchsia-zircon", | ||
522 | "fuchsia-zircon-sys", | ||
523 | "iovec", | ||
524 | "kernel32-sys", | ||
525 | "libc", | ||
526 | "log", | ||
527 | "miow", | ||
528 | "net2", | ||
529 | "slab", | ||
530 | "winapi 0.2.8", | ||
531 | ] | ||
532 | |||
533 | [[package]] | ||
534 | name = "miow" | ||
535 | version = "0.2.2" | ||
536 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
537 | checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" | ||
538 | dependencies = [ | ||
539 | "kernel32-sys", | ||
540 | "net2", | ||
541 | "winapi 0.2.8", | ||
542 | "ws2_32-sys", | ||
543 | ] | ||
544 | |||
545 | [[package]] | ||
546 | name = "multipart" | ||
547 | version = "0.17.1" | ||
548 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
549 | checksum = "d050aeedc89243f5347c3e237e3e13dc76fbe4ae3742a57b94dc14f69acf76d4" | ||
550 | dependencies = [ | ||
551 | "buf_redux", | ||
552 | "httparse", | ||
553 | "log", | ||
554 | "mime", | ||
555 | "mime_guess", | ||
556 | "quick-error", | ||
557 | "rand 0.7.3", | ||
558 | "safemem", | ||
559 | "tempfile", | ||
560 | "twoway", | ||
561 | ] | ||
562 | |||
563 | [[package]] | ||
564 | name = "net2" | ||
565 | version = "0.2.37" | ||
566 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
567 | checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae" | ||
568 | dependencies = [ | ||
569 | "cfg-if 0.1.10", | ||
570 | "libc", | ||
571 | "winapi 0.3.9", | ||
572 | ] | ||
573 | |||
574 | [[package]] | ||
575 | name = "num-integer" | ||
576 | version = "0.1.44" | ||
577 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
578 | checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" | ||
579 | dependencies = [ | ||
580 | "autocfg", | ||
581 | "num-traits", | ||
582 | ] | ||
583 | |||
584 | [[package]] | ||
585 | name = "num-traits" | ||
586 | version = "0.2.14" | ||
587 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
588 | checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" | ||
589 | dependencies = [ | ||
590 | "autocfg", | ||
591 | ] | ||
592 | |||
593 | [[package]] | ||
594 | name = "opaque-debug" | ||
595 | version = "0.3.0" | ||
596 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
597 | checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" | ||
598 | |||
599 | [[package]] | ||
600 | name = "percent-encoding" | ||
601 | version = "2.1.0" | ||
602 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
603 | checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" | ||
604 | |||
605 | [[package]] | ||
606 | name = "pin-project" | ||
607 | version = "0.4.28" | ||
608 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
609 | checksum = "918192b5c59119d51e0cd221f4d49dde9112824ba717369e903c97d076083d0f" | ||
610 | dependencies = [ | ||
611 | "pin-project-internal 0.4.28", | ||
612 | ] | ||
613 | |||
614 | [[package]] | ||
615 | name = "pin-project" | ||
616 | version = "1.0.6" | ||
617 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
618 | checksum = "bc174859768806e91ae575187ada95c91a29e96a98dc5d2cd9a1fed039501ba6" | ||
619 | dependencies = [ | ||
620 | "pin-project-internal 1.0.6", | ||
621 | ] | ||
622 | |||
623 | [[package]] | ||
624 | name = "pin-project-internal" | ||
625 | version = "0.4.28" | ||
626 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
627 | checksum = "3be26700300be6d9d23264c73211d8190e755b6b5ca7a1b28230025511b52a5e" | ||
628 | dependencies = [ | ||
629 | "proc-macro2", | ||
630 | "quote", | ||
631 | "syn", | ||
632 | ] | ||
633 | |||
634 | [[package]] | ||
635 | name = "pin-project-internal" | ||
636 | version = "1.0.6" | ||
637 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
638 | checksum = "a490329918e856ed1b083f244e3bfe2d8c4f336407e4ea9e1a9f479ff09049e5" | ||
639 | dependencies = [ | ||
640 | "proc-macro2", | ||
641 | "quote", | ||
642 | "syn", | ||
643 | ] | ||
644 | |||
645 | [[package]] | ||
646 | name = "pin-project-lite" | ||
647 | version = "0.1.12" | ||
648 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
649 | checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" | ||
650 | |||
651 | [[package]] | ||
652 | name = "pin-project-lite" | ||
653 | version = "0.2.6" | ||
654 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
655 | checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905" | ||
656 | |||
657 | [[package]] | ||
658 | name = "pin-utils" | ||
659 | version = "0.1.0" | ||
660 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
661 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" | ||
662 | |||
663 | [[package]] | ||
664 | name = "ppv-lite86" | ||
665 | version = "0.2.10" | ||
666 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
667 | checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" | ||
668 | |||
669 | [[package]] | ||
670 | name = "pretty_env_logger" | ||
671 | version = "0.3.1" | ||
672 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
673 | checksum = "717ee476b1690853d222af4634056d830b5197ffd747726a9a1eee6da9f49074" | ||
674 | dependencies = [ | ||
675 | "chrono", | ||
676 | "env_logger", | ||
677 | "log", | ||
678 | ] | ||
679 | |||
680 | [[package]] | ||
681 | name = "proc-macro2" | ||
682 | version = "1.0.26" | ||
683 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
684 | checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec" | ||
685 | dependencies = [ | ||
686 | "unicode-xid", | ||
687 | ] | ||
688 | |||
689 | [[package]] | ||
690 | name = "quick-error" | ||
691 | version = "1.2.3" | ||
692 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
693 | checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" | ||
694 | |||
695 | [[package]] | ||
696 | name = "quote" | ||
697 | version = "1.0.9" | ||
698 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
699 | checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" | ||
700 | dependencies = [ | ||
701 | "proc-macro2", | ||
702 | ] | ||
703 | |||
704 | [[package]] | ||
705 | name = "rand" | ||
706 | version = "0.7.3" | ||
707 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
708 | checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" | ||
709 | dependencies = [ | ||
710 | "getrandom 0.1.16", | ||
711 | "libc", | ||
712 | "rand_chacha 0.2.2", | ||
713 | "rand_core 0.5.1", | ||
714 | "rand_hc 0.2.0", | ||
715 | ] | ||
716 | |||
717 | [[package]] | ||
718 | name = "rand" | ||
719 | version = "0.8.3" | ||
720 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
721 | checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e" | ||
722 | dependencies = [ | ||
723 | "libc", | ||
724 | "rand_chacha 0.3.0", | ||
725 | "rand_core 0.6.2", | ||
726 | "rand_hc 0.3.0", | ||
727 | ] | ||
728 | |||
729 | [[package]] | ||
730 | name = "rand_chacha" | ||
731 | version = "0.2.2" | ||
732 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
733 | checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" | ||
734 | dependencies = [ | ||
735 | "ppv-lite86", | ||
736 | "rand_core 0.5.1", | ||
737 | ] | ||
738 | |||
739 | [[package]] | ||
740 | name = "rand_chacha" | ||
741 | version = "0.3.0" | ||
742 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
743 | checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" | ||
744 | dependencies = [ | ||
745 | "ppv-lite86", | ||
746 | "rand_core 0.6.2", | ||
747 | ] | ||
748 | |||
749 | [[package]] | ||
750 | name = "rand_core" | ||
751 | version = "0.5.1" | ||
752 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
753 | checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" | ||
754 | dependencies = [ | ||
755 | "getrandom 0.1.16", | ||
756 | ] | ||
757 | |||
758 | [[package]] | ||
759 | name = "rand_core" | ||
760 | version = "0.6.2" | ||
761 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
762 | checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7" | ||
763 | dependencies = [ | ||
764 | "getrandom 0.2.2", | ||
765 | ] | ||
766 | |||
767 | [[package]] | ||
768 | name = "rand_hc" | ||
769 | version = "0.2.0" | ||
770 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
771 | checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" | ||
772 | dependencies = [ | ||
773 | "rand_core 0.5.1", | ||
774 | ] | ||
775 | |||
776 | [[package]] | ||
777 | name = "rand_hc" | ||
778 | version = "0.3.0" | ||
779 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
780 | checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73" | ||
781 | dependencies = [ | ||
782 | "rand_core 0.6.2", | ||
783 | ] | ||
784 | |||
785 | [[package]] | ||
786 | name = "redox_syscall" | ||
787 | version = "0.2.5" | ||
788 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
789 | checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9" | ||
790 | dependencies = [ | ||
791 | "bitflags", | ||
792 | ] | ||
793 | |||
794 | [[package]] | ||
795 | name = "regex" | ||
796 | version = "1.4.5" | ||
797 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
798 | checksum = "957056ecddbeba1b26965114e191d2e8589ce74db242b6ea25fc4062427a5c19" | ||
799 | dependencies = [ | ||
800 | "aho-corasick", | ||
801 | "memchr", | ||
802 | "regex-syntax", | ||
803 | ] | ||
804 | |||
805 | [[package]] | ||
806 | name = "regex-syntax" | ||
807 | version = "0.6.23" | ||
808 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
809 | checksum = "24d5f089152e60f62d28b835fbff2cd2e8dc0baf1ac13343bef92ab7eed84548" | ||
810 | |||
811 | [[package]] | ||
812 | name = "remove_dir_all" | ||
813 | version = "0.5.3" | ||
814 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
815 | checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" | ||
816 | dependencies = [ | ||
817 | "winapi 0.3.9", | ||
818 | ] | ||
819 | |||
820 | [[package]] | ||
821 | name = "ryu" | ||
822 | version = "1.0.5" | ||
823 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
824 | checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" | ||
825 | |||
826 | [[package]] | ||
827 | name = "safemem" | ||
828 | version = "0.3.3" | ||
829 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
830 | checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" | ||
831 | |||
832 | [[package]] | ||
833 | name = "scoped-tls" | ||
834 | version = "1.0.0" | ||
835 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
836 | checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" | ||
837 | |||
838 | [[package]] | ||
839 | name = "serde" | ||
840 | version = "1.0.125" | ||
841 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
842 | checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171" | ||
843 | dependencies = [ | ||
844 | "serde_derive", | ||
845 | ] | ||
846 | |||
847 | [[package]] | ||
848 | name = "serde_derive" | ||
849 | version = "1.0.125" | ||
850 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
851 | checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d" | ||
852 | dependencies = [ | ||
853 | "proc-macro2", | ||
854 | "quote", | ||
855 | "syn", | ||
856 | ] | ||
857 | |||
858 | [[package]] | ||
859 | name = "serde_json" | ||
860 | version = "1.0.64" | ||
861 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
862 | checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79" | ||
863 | dependencies = [ | ||
864 | "itoa", | ||
865 | "ryu", | ||
866 | "serde", | ||
867 | ] | ||
868 | |||
869 | [[package]] | ||
870 | name = "serde_test" | ||
871 | version = "1.0.125" | ||
872 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
873 | checksum = "b4bb5fef7eaf5a97917567183607ac4224c5b451c15023930f23b937cce879fe" | ||
874 | dependencies = [ | ||
875 | "serde", | ||
876 | ] | ||
877 | |||
878 | [[package]] | ||
879 | name = "serde_urlencoded" | ||
880 | version = "0.6.1" | ||
881 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
882 | checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97" | ||
883 | dependencies = [ | ||
884 | "dtoa", | ||
885 | "itoa", | ||
886 | "serde", | ||
887 | "url", | ||
888 | ] | ||
889 | |||
890 | [[package]] | ||
891 | name = "sha-1" | ||
892 | version = "0.9.4" | ||
893 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
894 | checksum = "dfebf75d25bd900fd1e7d11501efab59bc846dbc76196839663e6637bba9f25f" | ||
895 | dependencies = [ | ||
896 | "block-buffer", | ||
897 | "cfg-if 1.0.0", | ||
898 | "cpuid-bool", | ||
899 | "digest", | ||
900 | "opaque-debug", | ||
901 | ] | ||
902 | |||
903 | [[package]] | ||
904 | name = "slab" | ||
905 | version = "0.4.2" | ||
906 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
907 | checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" | ||
908 | |||
909 | [[package]] | ||
910 | name = "socket2" | ||
911 | version = "0.3.19" | ||
912 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
913 | checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e" | ||
914 | dependencies = [ | ||
915 | "cfg-if 1.0.0", | ||
916 | "libc", | ||
917 | "winapi 0.3.9", | ||
918 | ] | ||
919 | |||
920 | [[package]] | ||
921 | name = "syn" | ||
922 | version = "1.0.68" | ||
923 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
924 | checksum = "3ce15dd3ed8aa2f8eeac4716d6ef5ab58b6b9256db41d7e1a0224c2788e8fd87" | ||
925 | dependencies = [ | ||
926 | "proc-macro2", | ||
927 | "quote", | ||
928 | "unicode-xid", | ||
929 | ] | ||
930 | |||
931 | [[package]] | ||
932 | name = "tempfile" | ||
933 | version = "3.2.0" | ||
934 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
935 | checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" | ||
936 | dependencies = [ | ||
937 | "cfg-if 1.0.0", | ||
938 | "libc", | ||
939 | "rand 0.8.3", | ||
940 | "redox_syscall", | ||
941 | "remove_dir_all", | ||
942 | "winapi 0.3.9", | ||
943 | ] | ||
944 | |||
945 | [[package]] | ||
946 | name = "termcolor" | ||
947 | version = "1.1.2" | ||
948 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
949 | checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" | ||
950 | dependencies = [ | ||
951 | "winapi-util", | ||
952 | ] | ||
953 | |||
954 | [[package]] | ||
955 | name = "time" | ||
956 | version = "0.1.44" | ||
957 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
958 | checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" | ||
959 | dependencies = [ | ||
960 | "libc", | ||
961 | "wasi 0.10.0+wasi-snapshot-preview1", | ||
962 | "winapi 0.3.9", | ||
963 | ] | ||
964 | |||
965 | [[package]] | ||
966 | name = "tinyvec" | ||
967 | version = "1.2.0" | ||
968 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
969 | checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342" | ||
970 | dependencies = [ | ||
971 | "tinyvec_macros", | ||
972 | ] | ||
973 | |||
974 | [[package]] | ||
975 | name = "tinyvec_macros" | ||
976 | version = "0.1.0" | ||
977 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
978 | checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" | ||
979 | |||
980 | [[package]] | ||
981 | name = "tokio" | ||
982 | version = "0.2.25" | ||
983 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
984 | checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092" | ||
985 | dependencies = [ | ||
986 | "bytes 0.5.6", | ||
987 | "fnv", | ||
988 | "futures-core", | ||
989 | "iovec", | ||
990 | "lazy_static", | ||
991 | "memchr", | ||
992 | "mio", | ||
993 | "pin-project-lite 0.1.12", | ||
994 | "slab", | ||
995 | "tokio-macros", | ||
996 | ] | ||
997 | |||
998 | [[package]] | ||
999 | name = "tokio-macros" | ||
1000 | version = "0.2.6" | ||
1001 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1002 | checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a" | ||
1003 | dependencies = [ | ||
1004 | "proc-macro2", | ||
1005 | "quote", | ||
1006 | "syn", | ||
1007 | ] | ||
1008 | |||
1009 | [[package]] | ||
1010 | name = "tokio-tungstenite" | ||
1011 | version = "0.11.0" | ||
1012 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1013 | checksum = "6d9e878ad426ca286e4dcae09cbd4e1973a7f8987d97570e2469703dd7f5720c" | ||
1014 | dependencies = [ | ||
1015 | "futures-util", | ||
1016 | "log", | ||
1017 | "pin-project 0.4.28", | ||
1018 | "tokio", | ||
1019 | "tungstenite", | ||
1020 | ] | ||
1021 | |||
1022 | [[package]] | ||
1023 | name = "tokio-util" | ||
1024 | version = "0.3.1" | ||
1025 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1026 | checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499" | ||
1027 | dependencies = [ | ||
1028 | "bytes 0.5.6", | ||
1029 | "futures-core", | ||
1030 | "futures-sink", | ||
1031 | "log", | ||
1032 | "pin-project-lite 0.1.12", | ||
1033 | "tokio", | ||
1034 | ] | ||
1035 | |||
1036 | [[package]] | ||
1037 | name = "tower-service" | ||
1038 | version = "0.3.1" | ||
1039 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1040 | checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" | ||
1041 | |||
1042 | [[package]] | ||
1043 | name = "tracing" | ||
1044 | version = "0.1.25" | ||
1045 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1046 | checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f" | ||
1047 | dependencies = [ | ||
1048 | "cfg-if 1.0.0", | ||
1049 | "log", | ||
1050 | "pin-project-lite 0.2.6", | ||
1051 | "tracing-core", | ||
1052 | ] | ||
1053 | |||
1054 | [[package]] | ||
1055 | name = "tracing-core" | ||
1056 | version = "0.1.17" | ||
1057 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1058 | checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f" | ||
1059 | dependencies = [ | ||
1060 | "lazy_static", | ||
1061 | ] | ||
1062 | |||
1063 | [[package]] | ||
1064 | name = "tracing-futures" | ||
1065 | version = "0.2.5" | ||
1066 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1067 | checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" | ||
1068 | dependencies = [ | ||
1069 | "pin-project 1.0.6", | ||
1070 | "tracing", | ||
1071 | ] | ||
1072 | |||
1073 | [[package]] | ||
1074 | name = "try-lock" | ||
1075 | version = "0.2.3" | ||
1076 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1077 | checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" | ||
1078 | |||
1079 | [[package]] | ||
1080 | name = "tungstenite" | ||
1081 | version = "0.11.1" | ||
1082 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1083 | checksum = "f0308d80d86700c5878b9ef6321f020f29b1bb9d5ff3cab25e75e23f3a492a23" | ||
1084 | dependencies = [ | ||
1085 | "base64 0.12.3", | ||
1086 | "byteorder", | ||
1087 | "bytes 0.5.6", | ||
1088 | "http", | ||
1089 | "httparse", | ||
1090 | "input_buffer", | ||
1091 | "log", | ||
1092 | "rand 0.7.3", | ||
1093 | "sha-1", | ||
1094 | "url", | ||
1095 | "utf-8", | ||
1096 | ] | ||
1097 | |||
1098 | [[package]] | ||
1099 | name = "twoway" | ||
1100 | version = "0.1.8" | ||
1101 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1102 | checksum = "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1" | ||
1103 | dependencies = [ | ||
1104 | "memchr", | ||
1105 | ] | ||
1106 | |||
1107 | [[package]] | ||
1108 | name = "typenum" | ||
1109 | version = "1.13.0" | ||
1110 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1111 | checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06" | ||
1112 | |||
1113 | [[package]] | ||
1114 | name = "unicase" | ||
1115 | version = "2.6.0" | ||
1116 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1117 | checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" | ||
1118 | dependencies = [ | ||
1119 | "version_check", | ||
1120 | ] | ||
1121 | |||
1122 | [[package]] | ||
1123 | name = "unicode-bidi" | ||
1124 | version = "0.3.5" | ||
1125 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1126 | checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0" | ||
1127 | dependencies = [ | ||
1128 | "matches", | ||
1129 | ] | ||
1130 | |||
1131 | [[package]] | ||
1132 | name = "unicode-normalization" | ||
1133 | version = "0.1.17" | ||
1134 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1135 | checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef" | ||
1136 | dependencies = [ | ||
1137 | "tinyvec", | ||
1138 | ] | ||
1139 | |||
1140 | [[package]] | ||
1141 | name = "unicode-xid" | ||
1142 | version = "0.2.1" | ||
1143 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1144 | checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" | ||
1145 | |||
1146 | [[package]] | ||
1147 | name = "url" | ||
1148 | version = "2.2.1" | ||
1149 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1150 | checksum = "9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b" | ||
1151 | dependencies = [ | ||
1152 | "form_urlencoded", | ||
1153 | "idna", | ||
1154 | "matches", | ||
1155 | "percent-encoding", | ||
1156 | ] | ||
1157 | |||
1158 | [[package]] | ||
1159 | name = "urlencoding" | ||
1160 | version = "1.1.1" | ||
1161 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1162 | checksum = "c9232eb53352b4442e40d7900465dfc534e8cb2dc8f18656fcb2ac16112b5593" | ||
1163 | |||
1164 | [[package]] | ||
1165 | name = "utf-8" | ||
1166 | version = "0.7.5" | ||
1167 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1168 | checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7" | ||
1169 | |||
1170 | [[package]] | ||
1171 | name = "version_check" | ||
1172 | version = "0.9.3" | ||
1173 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1174 | checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" | ||
1175 | |||
1176 | [[package]] | ||
1177 | name = "want" | ||
1178 | version = "0.3.0" | ||
1179 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1180 | checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" | ||
1181 | dependencies = [ | ||
1182 | "log", | ||
1183 | "try-lock", | ||
1184 | ] | ||
1185 | |||
1186 | [[package]] | ||
1187 | name = "warp" | ||
1188 | version = "0.2.5" | ||
1189 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1190 | checksum = "f41be6df54c97904af01aa23e613d4521eed7ab23537cede692d4058f6449407" | ||
1191 | dependencies = [ | ||
1192 | "bytes 0.5.6", | ||
1193 | "futures", | ||
1194 | "headers", | ||
1195 | "http", | ||
1196 | "hyper", | ||
1197 | "log", | ||
1198 | "mime", | ||
1199 | "mime_guess", | ||
1200 | "multipart", | ||
1201 | "pin-project 0.4.28", | ||
1202 | "scoped-tls", | ||
1203 | "serde", | ||
1204 | "serde_json", | ||
1205 | "serde_urlencoded", | ||
1206 | "tokio", | ||
1207 | "tokio-tungstenite", | ||
1208 | "tower-service", | ||
1209 | "tracing", | ||
1210 | "tracing-futures", | ||
1211 | "urlencoding", | ||
1212 | ] | ||
1213 | |||
1214 | [[package]] | ||
1215 | name = "wasi" | ||
1216 | version = "0.9.0+wasi-snapshot-preview1" | ||
1217 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1218 | checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" | ||
1219 | |||
1220 | [[package]] | ||
1221 | name = "wasi" | ||
1222 | version = "0.10.0+wasi-snapshot-preview1" | ||
1223 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1224 | checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" | ||
1225 | |||
1226 | [[package]] | ||
1227 | name = "winapi" | ||
1228 | version = "0.2.8" | ||
1229 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1230 | checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | ||
1231 | |||
1232 | [[package]] | ||
1233 | name = "winapi" | ||
1234 | version = "0.3.9" | ||
1235 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1236 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" | ||
1237 | dependencies = [ | ||
1238 | "winapi-i686-pc-windows-gnu", | ||
1239 | "winapi-x86_64-pc-windows-gnu", | ||
1240 | ] | ||
1241 | |||
1242 | [[package]] | ||
1243 | name = "winapi-build" | ||
1244 | version = "0.1.1" | ||
1245 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1246 | checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" | ||
1247 | |||
1248 | [[package]] | ||
1249 | name = "winapi-i686-pc-windows-gnu" | ||
1250 | version = "0.4.0" | ||
1251 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1252 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | ||
1253 | |||
1254 | [[package]] | ||
1255 | name = "winapi-util" | ||
1256 | version = "0.1.5" | ||
1257 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1258 | checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" | ||
1259 | dependencies = [ | ||
1260 | "winapi 0.3.9", | ||
1261 | ] | ||
1262 | |||
1263 | [[package]] | ||
1264 | name = "winapi-x86_64-pc-windows-gnu" | ||
1265 | version = "0.4.0" | ||
1266 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1267 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | ||
1268 | |||
1269 | [[package]] | ||
1270 | name = "ws2_32-sys" | ||
1271 | version = "0.2.1" | ||
1272 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1273 | checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" | ||
1274 | dependencies = [ | ||
1275 | "winapi 0.2.8", | ||
1276 | "winapi-build", | ||
1277 | ] | ||