Connection
parent: tbd commit: 415ff8d
1 | # This file is automatically @generated by Cargo. |
2 | # It is not intended for manual editing. |
3 | version = 3 |
4 | |
5 | [[package]] |
6 | name = "addr2line" |
7 | version = "0.21.0" |
8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
9 | checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" |
10 | dependencies = [ |
11 | "gimli", |
12 | ] |
13 | |
14 | [[package]] |
15 | name = "adler" |
16 | version = "1.0.2" |
17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
18 | checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
19 | |
20 | [[package]] |
21 | name = "autocfg" |
22 | version = "1.1.0" |
23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
24 | checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
25 | |
26 | [[package]] |
27 | name = "backtrace" |
28 | version = "0.3.69" |
29 | source = "registry+https://github.com/rust-lang/crates.io-index" |
30 | checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" |
31 | dependencies = [ |
32 | "addr2line", |
33 | "cc", |
34 | "cfg-if", |
35 | "libc", |
36 | "miniz_oxide", |
37 | "object", |
38 | "rustc-demangle", |
39 | ] |
40 | |
41 | [[package]] |
42 | name = "bitflags" |
43 | version = "1.3.2" |
44 | source = "registry+https://github.com/rust-lang/crates.io-index" |
45 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
46 | |
47 | [[package]] |
48 | name = "block-buffer" |
49 | version = "0.10.4" |
50 | source = "registry+https://github.com/rust-lang/crates.io-index" |
51 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
52 | dependencies = [ |
53 | "generic-array", |
54 | ] |
55 | |
56 | [[package]] |
57 | name = "byteorder" |
58 | version = "1.4.3" |
59 | source = "registry+https://github.com/rust-lang/crates.io-index" |
60 | checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" |
61 | |
62 | [[package]] |
63 | name = "bytes" |
64 | version = "1.4.0" |
65 | source = "registry+https://github.com/rust-lang/crates.io-index" |
66 | checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" |
67 | |
68 | [[package]] |
69 | name = "cc" |
70 | version = "1.0.83" |
71 | source = "registry+https://github.com/rust-lang/crates.io-index" |
72 | checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" |
73 | dependencies = [ |
74 | "libc", |
75 | ] |
76 | |
77 | [[package]] |
78 | name = "cfg-if" |
79 | version = "1.0.0" |
80 | source = "registry+https://github.com/rust-lang/crates.io-index" |
81 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
82 | |
83 | [[package]] |
84 | name = "cpufeatures" |
85 | version = "0.2.9" |
86 | source = "registry+https://github.com/rust-lang/crates.io-index" |
87 | checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" |
88 | dependencies = [ |
89 | "libc", |
90 | ] |
91 | |
92 | [[package]] |
93 | name = "crypto-common" |
94 | version = "0.1.6" |
95 | source = "registry+https://github.com/rust-lang/crates.io-index" |
96 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
97 | dependencies = [ |
98 | "generic-array", |
99 | "typenum", |
100 | ] |
101 | |
102 | [[package]] |
103 | name = "data-encoding" |
104 | version = "2.4.0" |
105 | source = "registry+https://github.com/rust-lang/crates.io-index" |
106 | checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308" |
107 | |
108 | [[package]] |
109 | name = "digest" |
110 | version = "0.10.7" |
111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
112 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
113 | dependencies = [ |
114 | "block-buffer", |
115 | "crypto-common", |
116 | ] |
117 | |
118 | [[package]] |
119 | name = "fnv" |
120 | version = "1.0.7" |
121 | source = "registry+https://github.com/rust-lang/crates.io-index" |
122 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
123 | |
124 | [[package]] |
125 | name = "form_urlencoded" |
126 | version = "1.2.0" |
127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
128 | checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" |
129 | dependencies = [ |
130 | "percent-encoding", |
131 | ] |
132 | |
133 | [[package]] |
134 | name = "futures-core" |
135 | version = "0.3.28" |
136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
137 | checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" |
138 | |
139 | [[package]] |
140 | name = "futures-macro" |
141 | version = "0.3.28" |
142 | source = "registry+https://github.com/rust-lang/crates.io-index" |
143 | checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" |
144 | dependencies = [ |
145 | "proc-macro2", |
146 | "quote", |
147 | "syn", |
148 | ] |
149 | |
150 | [[package]] |
151 | name = "futures-sink" |
152 | version = "0.3.28" |
153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
154 | checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" |
155 | |
156 | [[package]] |
157 | name = "futures-task" |
158 | version = "0.3.28" |
159 | source = "registry+https://github.com/rust-lang/crates.io-index" |
160 | checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" |
161 | |
162 | [[package]] |
163 | name = "futures-util" |
164 | version = "0.3.28" |
165 | source = "registry+https://github.com/rust-lang/crates.io-index" |
166 | checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" |
167 | dependencies = [ |
168 | "futures-core", |
169 | "futures-macro", |
170 | "futures-sink", |
171 | "futures-task", |
172 | "pin-project-lite", |
173 | "pin-utils", |
174 | "slab", |
175 | ] |
176 | |
177 | [[package]] |
178 | name = "generic-array" |
179 | version = "0.14.7" |
180 | source = "registry+https://github.com/rust-lang/crates.io-index" |
181 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
182 | dependencies = [ |
183 | "typenum", |
184 | "version_check", |
185 | ] |
186 | |
187 | [[package]] |
188 | name = "getrandom" |
189 | version = "0.2.10" |
190 | source = "registry+https://github.com/rust-lang/crates.io-index" |
191 | checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" |
192 | dependencies = [ |
193 | "cfg-if", |
194 | "libc", |
195 | "wasi", |
196 | ] |
197 | |
198 | [[package]] |
199 | name = "gimli" |
200 | version = "0.28.0" |
201 | source = "registry+https://github.com/rust-lang/crates.io-index" |
202 | checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" |
203 | |
204 | [[package]] |
205 | name = "giterated-daemon" |
206 | version = "0.1.0" |
207 | dependencies = [ |
208 | "futures-util", |
209 | "serde", |
210 | "serde_json", |
211 | "tokio", |
212 | "tokio-tungstenite", |
213 | "tracing", |
214 | ] |
215 | |
216 | [[package]] |
217 | name = "hermit-abi" |
218 | version = "0.3.2" |
219 | source = "registry+https://github.com/rust-lang/crates.io-index" |
220 | checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" |
221 | |
222 | [[package]] |
223 | name = "http" |
224 | version = "0.2.9" |
225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
226 | checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" |
227 | dependencies = [ |
228 | "bytes", |
229 | "fnv", |
230 | "itoa", |
231 | ] |
232 | |
233 | [[package]] |
234 | name = "httparse" |
235 | version = "1.8.0" |
236 | source = "registry+https://github.com/rust-lang/crates.io-index" |
237 | checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" |
238 | |
239 | [[package]] |
240 | name = "idna" |
241 | version = "0.4.0" |
242 | source = "registry+https://github.com/rust-lang/crates.io-index" |
243 | checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" |
244 | dependencies = [ |
245 | "unicode-bidi", |
246 | "unicode-normalization", |
247 | ] |
248 | |
249 | [[package]] |
250 | name = "itoa" |
251 | version = "1.0.9" |
252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
253 | checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" |
254 | |
255 | [[package]] |
256 | name = "libc" |
257 | version = "0.2.147" |
258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
259 | checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" |
260 | |
261 | [[package]] |
262 | name = "lock_api" |
263 | version = "0.4.9" |
264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
265 | checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" |
266 | dependencies = [ |
267 | "autocfg", |
268 | "scopeguard", |
269 | ] |
270 | |
271 | [[package]] |
272 | name = "log" |
273 | version = "0.4.20" |
274 | source = "registry+https://github.com/rust-lang/crates.io-index" |
275 | checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" |
276 | |
277 | [[package]] |
278 | name = "memchr" |
279 | version = "2.5.0" |
280 | source = "registry+https://github.com/rust-lang/crates.io-index" |
281 | checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" |
282 | |
283 | [[package]] |
284 | name = "miniz_oxide" |
285 | version = "0.7.1" |
286 | source = "registry+https://github.com/rust-lang/crates.io-index" |
287 | checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" |
288 | dependencies = [ |
289 | "adler", |
290 | ] |
291 | |
292 | [[package]] |
293 | name = "mio" |
294 | version = "0.8.8" |
295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
296 | checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" |
297 | dependencies = [ |
298 | "libc", |
299 | "wasi", |
300 | "windows-sys", |
301 | ] |
302 | |
303 | [[package]] |
304 | name = "num_cpus" |
305 | version = "1.16.0" |
306 | source = "registry+https://github.com/rust-lang/crates.io-index" |
307 | checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
308 | dependencies = [ |
309 | "hermit-abi", |
310 | "libc", |
311 | ] |
312 | |
313 | [[package]] |
314 | name = "object" |
315 | version = "0.32.0" |
316 | source = "registry+https://github.com/rust-lang/crates.io-index" |
317 | checksum = "77ac5bbd07aea88c60a577a1ce218075ffd59208b2d7ca97adf9bfc5aeb21ebe" |
318 | dependencies = [ |
319 | "memchr", |
320 | ] |
321 | |
322 | [[package]] |
323 | name = "once_cell" |
324 | version = "1.18.0" |
325 | source = "registry+https://github.com/rust-lang/crates.io-index" |
326 | checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" |
327 | |
328 | [[package]] |
329 | name = "parking_lot" |
330 | version = "0.12.1" |
331 | source = "registry+https://github.com/rust-lang/crates.io-index" |
332 | checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" |
333 | dependencies = [ |
334 | "lock_api", |
335 | "parking_lot_core", |
336 | ] |
337 | |
338 | [[package]] |
339 | name = "parking_lot_core" |
340 | version = "0.9.8" |
341 | source = "registry+https://github.com/rust-lang/crates.io-index" |
342 | checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" |
343 | dependencies = [ |
344 | "cfg-if", |
345 | "libc", |
346 | "redox_syscall", |
347 | "smallvec", |
348 | "windows-targets", |
349 | ] |
350 | |
351 | [[package]] |
352 | name = "percent-encoding" |
353 | version = "2.3.0" |
354 | source = "registry+https://github.com/rust-lang/crates.io-index" |
355 | checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" |
356 | |
357 | [[package]] |
358 | name = "pin-project-lite" |
359 | version = "0.2.12" |
360 | source = "registry+https://github.com/rust-lang/crates.io-index" |
361 | checksum = "12cc1b0bf1727a77a54b6654e7b5f1af8604923edc8b81885f8ec92f9e3f0a05" |
362 | |
363 | [[package]] |
364 | name = "pin-utils" |
365 | version = "0.1.0" |
366 | source = "registry+https://github.com/rust-lang/crates.io-index" |
367 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
368 | |
369 | [[package]] |
370 | name = "ppv-lite86" |
371 | version = "0.2.17" |
372 | source = "registry+https://github.com/rust-lang/crates.io-index" |
373 | checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
374 | |
375 | [[package]] |
376 | name = "proc-macro2" |
377 | version = "1.0.66" |
378 | source = "registry+https://github.com/rust-lang/crates.io-index" |
379 | checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" |
380 | dependencies = [ |
381 | "unicode-ident", |
382 | ] |
383 | |
384 | [[package]] |
385 | name = "quote" |
386 | version = "1.0.33" |
387 | source = "registry+https://github.com/rust-lang/crates.io-index" |
388 | checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" |
389 | dependencies = [ |
390 | "proc-macro2", |
391 | ] |
392 | |
393 | [[package]] |
394 | name = "rand" |
395 | version = "0.8.5" |
396 | source = "registry+https://github.com/rust-lang/crates.io-index" |
397 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
398 | dependencies = [ |
399 | "libc", |
400 | "rand_chacha", |
401 | "rand_core", |
402 | ] |
403 | |
404 | [[package]] |
405 | name = "rand_chacha" |
406 | version = "0.3.1" |
407 | source = "registry+https://github.com/rust-lang/crates.io-index" |
408 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
409 | dependencies = [ |
410 | "ppv-lite86", |
411 | "rand_core", |
412 | ] |
413 | |
414 | [[package]] |
415 | name = "rand_core" |
416 | version = "0.6.4" |
417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
418 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
419 | dependencies = [ |
420 | "getrandom", |
421 | ] |
422 | |
423 | [[package]] |
424 | name = "redox_syscall" |
425 | version = "0.3.5" |
426 | source = "registry+https://github.com/rust-lang/crates.io-index" |
427 | checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" |
428 | dependencies = [ |
429 | "bitflags", |
430 | ] |
431 | |
432 | [[package]] |
433 | name = "rustc-demangle" |
434 | version = "0.1.23" |
435 | source = "registry+https://github.com/rust-lang/crates.io-index" |
436 | checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" |
437 | |
438 | [[package]] |
439 | name = "ryu" |
440 | version = "1.0.15" |
441 | source = "registry+https://github.com/rust-lang/crates.io-index" |
442 | checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" |
443 | |
444 | [[package]] |
445 | name = "scopeguard" |
446 | version = "1.1.0" |
447 | source = "registry+https://github.com/rust-lang/crates.io-index" |
448 | checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
449 | |
450 | [[package]] |
451 | name = "serde" |
452 | version = "1.0.186" |
453 | source = "registry+https://github.com/rust-lang/crates.io-index" |
454 | checksum = "9f5db24220c009de9bd45e69fb2938f4b6d2df856aa9304ce377b3180f83b7c1" |
455 | dependencies = [ |
456 | "serde_derive", |
457 | ] |
458 | |
459 | [[package]] |
460 | name = "serde_derive" |
461 | version = "1.0.186" |
462 | source = "registry+https://github.com/rust-lang/crates.io-index" |
463 | checksum = "5ad697f7e0b65af4983a4ce8f56ed5b357e8d3c36651bf6a7e13639c17b8e670" |
464 | dependencies = [ |
465 | "proc-macro2", |
466 | "quote", |
467 | "syn", |
468 | ] |
469 | |
470 | [[package]] |
471 | name = "serde_json" |
472 | version = "1.0.105" |
473 | source = "registry+https://github.com/rust-lang/crates.io-index" |
474 | checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" |
475 | dependencies = [ |
476 | "itoa", |
477 | "ryu", |
478 | "serde", |
479 | ] |
480 | |
481 | [[package]] |
482 | name = "sha1" |
483 | version = "0.10.5" |
484 | source = "registry+https://github.com/rust-lang/crates.io-index" |
485 | checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" |
486 | dependencies = [ |
487 | "cfg-if", |
488 | "cpufeatures", |
489 | "digest", |
490 | ] |
491 | |
492 | [[package]] |
493 | name = "signal-hook-registry" |
494 | version = "1.4.1" |
495 | source = "registry+https://github.com/rust-lang/crates.io-index" |
496 | checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" |
497 | dependencies = [ |
498 | "libc", |
499 | ] |
500 | |
501 | [[package]] |
502 | name = "slab" |
503 | version = "0.4.9" |
504 | source = "registry+https://github.com/rust-lang/crates.io-index" |
505 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
506 | dependencies = [ |
507 | "autocfg", |
508 | ] |
509 | |
510 | [[package]] |
511 | name = "smallvec" |
512 | version = "1.11.0" |
513 | source = "registry+https://github.com/rust-lang/crates.io-index" |
514 | checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" |
515 | |
516 | [[package]] |
517 | name = "socket2" |
518 | version = "0.5.3" |
519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
520 | checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877" |
521 | dependencies = [ |
522 | "libc", |
523 | "windows-sys", |
524 | ] |
525 | |
526 | [[package]] |
527 | name = "syn" |
528 | version = "2.0.29" |
529 | source = "registry+https://github.com/rust-lang/crates.io-index" |
530 | checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a" |
531 | dependencies = [ |
532 | "proc-macro2", |
533 | "quote", |
534 | "unicode-ident", |
535 | ] |
536 | |
537 | [[package]] |
538 | name = "thiserror" |
539 | version = "1.0.47" |
540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
541 | checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f" |
542 | dependencies = [ |
543 | "thiserror-impl", |
544 | ] |
545 | |
546 | [[package]] |
547 | name = "thiserror-impl" |
548 | version = "1.0.47" |
549 | source = "registry+https://github.com/rust-lang/crates.io-index" |
550 | checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b" |
551 | dependencies = [ |
552 | "proc-macro2", |
553 | "quote", |
554 | "syn", |
555 | ] |
556 | |
557 | [[package]] |
558 | name = "tinyvec" |
559 | version = "1.6.0" |
560 | source = "registry+https://github.com/rust-lang/crates.io-index" |
561 | checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" |
562 | dependencies = [ |
563 | "tinyvec_macros", |
564 | ] |
565 | |
566 | [[package]] |
567 | name = "tinyvec_macros" |
568 | version = "0.1.1" |
569 | source = "registry+https://github.com/rust-lang/crates.io-index" |
570 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
571 | |
572 | [[package]] |
573 | name = "tokio" |
574 | version = "1.32.0" |
575 | source = "registry+https://github.com/rust-lang/crates.io-index" |
576 | checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" |
577 | dependencies = [ |
578 | "backtrace", |
579 | "bytes", |
580 | "libc", |
581 | "mio", |
582 | "num_cpus", |
583 | "parking_lot", |
584 | "pin-project-lite", |
585 | "signal-hook-registry", |
586 | "socket2", |
587 | "tokio-macros", |
588 | "windows-sys", |
589 | ] |
590 | |
591 | [[package]] |
592 | name = "tokio-macros" |
593 | version = "2.1.0" |
594 | source = "registry+https://github.com/rust-lang/crates.io-index" |
595 | checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" |
596 | dependencies = [ |
597 | "proc-macro2", |
598 | "quote", |
599 | "syn", |
600 | ] |
601 | |
602 | [[package]] |
603 | name = "tokio-tungstenite" |
604 | version = "0.20.0" |
605 | source = "registry+https://github.com/rust-lang/crates.io-index" |
606 | checksum = "2b2dbec703c26b00d74844519606ef15d09a7d6857860f84ad223dec002ddea2" |
607 | dependencies = [ |
608 | "futures-util", |
609 | "log", |
610 | "tokio", |
611 | "tungstenite", |
612 | ] |
613 | |
614 | [[package]] |
615 | name = "tracing" |
616 | version = "0.1.37" |
617 | source = "registry+https://github.com/rust-lang/crates.io-index" |
618 | checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" |
619 | dependencies = [ |
620 | "cfg-if", |
621 | "pin-project-lite", |
622 | "tracing-attributes", |
623 | "tracing-core", |
624 | ] |
625 | |
626 | [[package]] |
627 | name = "tracing-attributes" |
628 | version = "0.1.26" |
629 | source = "registry+https://github.com/rust-lang/crates.io-index" |
630 | checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" |
631 | dependencies = [ |
632 | "proc-macro2", |
633 | "quote", |
634 | "syn", |
635 | ] |
636 | |
637 | [[package]] |
638 | name = "tracing-core" |
639 | version = "0.1.31" |
640 | source = "registry+https://github.com/rust-lang/crates.io-index" |
641 | checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" |
642 | dependencies = [ |
643 | "once_cell", |
644 | ] |
645 | |
646 | [[package]] |
647 | name = "tungstenite" |
648 | version = "0.20.0" |
649 | source = "registry+https://github.com/rust-lang/crates.io-index" |
650 | checksum = "e862a1c4128df0112ab625f55cd5c934bcb4312ba80b39ae4b4835a3fd58e649" |
651 | dependencies = [ |
652 | "byteorder", |
653 | "bytes", |
654 | "data-encoding", |
655 | "http", |
656 | "httparse", |
657 | "log", |
658 | "rand", |
659 | "sha1", |
660 | "thiserror", |
661 | "url", |
662 | "utf-8", |
663 | ] |
664 | |
665 | [[package]] |
666 | name = "typenum" |
667 | version = "1.16.0" |
668 | source = "registry+https://github.com/rust-lang/crates.io-index" |
669 | checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" |
670 | |
671 | [[package]] |
672 | name = "unicode-bidi" |
673 | version = "0.3.13" |
674 | source = "registry+https://github.com/rust-lang/crates.io-index" |
675 | checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" |
676 | |
677 | [[package]] |
678 | name = "unicode-ident" |
679 | version = "1.0.11" |
680 | source = "registry+https://github.com/rust-lang/crates.io-index" |
681 | checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" |
682 | |
683 | [[package]] |
684 | name = "unicode-normalization" |
685 | version = "0.1.22" |
686 | source = "registry+https://github.com/rust-lang/crates.io-index" |
687 | checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" |
688 | dependencies = [ |
689 | "tinyvec", |
690 | ] |
691 | |
692 | [[package]] |
693 | name = "url" |
694 | version = "2.4.0" |
695 | source = "registry+https://github.com/rust-lang/crates.io-index" |
696 | checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb" |
697 | dependencies = [ |
698 | "form_urlencoded", |
699 | "idna", |
700 | "percent-encoding", |
701 | ] |
702 | |
703 | [[package]] |
704 | name = "utf-8" |
705 | version = "0.7.6" |
706 | source = "registry+https://github.com/rust-lang/crates.io-index" |
707 | checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
708 | |
709 | [[package]] |
710 | name = "version_check" |
711 | version = "0.9.4" |
712 | source = "registry+https://github.com/rust-lang/crates.io-index" |
713 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
714 | |
715 | [[package]] |
716 | name = "wasi" |
717 | version = "0.11.0+wasi-snapshot-preview1" |
718 | source = "registry+https://github.com/rust-lang/crates.io-index" |
719 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
720 | |
721 | [[package]] |
722 | name = "windows-sys" |
723 | version = "0.48.0" |
724 | source = "registry+https://github.com/rust-lang/crates.io-index" |
725 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
726 | dependencies = [ |
727 | "windows-targets", |
728 | ] |
729 | |
730 | [[package]] |
731 | name = "windows-targets" |
732 | version = "0.48.5" |
733 | source = "registry+https://github.com/rust-lang/crates.io-index" |
734 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
735 | dependencies = [ |
736 | "windows_aarch64_gnullvm", |
737 | "windows_aarch64_msvc", |
738 | "windows_i686_gnu", |
739 | "windows_i686_msvc", |
740 | "windows_x86_64_gnu", |
741 | "windows_x86_64_gnullvm", |
742 | "windows_x86_64_msvc", |
743 | ] |
744 | |
745 | [[package]] |
746 | name = "windows_aarch64_gnullvm" |
747 | version = "0.48.5" |
748 | source = "registry+https://github.com/rust-lang/crates.io-index" |
749 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
750 | |
751 | [[package]] |
752 | name = "windows_aarch64_msvc" |
753 | version = "0.48.5" |
754 | source = "registry+https://github.com/rust-lang/crates.io-index" |
755 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
756 | |
757 | [[package]] |
758 | name = "windows_i686_gnu" |
759 | version = "0.48.5" |
760 | source = "registry+https://github.com/rust-lang/crates.io-index" |
761 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
762 | |
763 | [[package]] |
764 | name = "windows_i686_msvc" |
765 | version = "0.48.5" |
766 | source = "registry+https://github.com/rust-lang/crates.io-index" |
767 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
768 | |
769 | [[package]] |
770 | name = "windows_x86_64_gnu" |
771 | version = "0.48.5" |
772 | source = "registry+https://github.com/rust-lang/crates.io-index" |
773 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
774 | |
775 | [[package]] |
776 | name = "windows_x86_64_gnullvm" |
777 | version = "0.48.5" |
778 | source = "registry+https://github.com/rust-lang/crates.io-index" |
779 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
780 | |
781 | [[package]] |
782 | name = "windows_x86_64_msvc" |
783 | version = "0.48.5" |
784 | source = "registry+https://github.com/rust-lang/crates.io-index" |
785 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |