Functionaltiy
parent: tbd commit: 5646846
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 | "tracing-subscriber", |
215 | ] |
216 | |
217 | [[package]] |
218 | name = "hermit-abi" |
219 | version = "0.3.2" |
220 | source = "registry+https://github.com/rust-lang/crates.io-index" |
221 | checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" |
222 | |
223 | [[package]] |
224 | name = "http" |
225 | version = "0.2.9" |
226 | source = "registry+https://github.com/rust-lang/crates.io-index" |
227 | checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" |
228 | dependencies = [ |
229 | "bytes", |
230 | "fnv", |
231 | "itoa", |
232 | ] |
233 | |
234 | [[package]] |
235 | name = "httparse" |
236 | version = "1.8.0" |
237 | source = "registry+https://github.com/rust-lang/crates.io-index" |
238 | checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" |
239 | |
240 | [[package]] |
241 | name = "idna" |
242 | version = "0.4.0" |
243 | source = "registry+https://github.com/rust-lang/crates.io-index" |
244 | checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" |
245 | dependencies = [ |
246 | "unicode-bidi", |
247 | "unicode-normalization", |
248 | ] |
249 | |
250 | [[package]] |
251 | name = "itoa" |
252 | version = "1.0.9" |
253 | source = "registry+https://github.com/rust-lang/crates.io-index" |
254 | checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" |
255 | |
256 | [[package]] |
257 | name = "lazy_static" |
258 | version = "1.4.0" |
259 | source = "registry+https://github.com/rust-lang/crates.io-index" |
260 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
261 | |
262 | [[package]] |
263 | name = "libc" |
264 | version = "0.2.147" |
265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
266 | checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" |
267 | |
268 | [[package]] |
269 | name = "lock_api" |
270 | version = "0.4.9" |
271 | source = "registry+https://github.com/rust-lang/crates.io-index" |
272 | checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" |
273 | dependencies = [ |
274 | "autocfg", |
275 | "scopeguard", |
276 | ] |
277 | |
278 | [[package]] |
279 | name = "log" |
280 | version = "0.4.20" |
281 | source = "registry+https://github.com/rust-lang/crates.io-index" |
282 | checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" |
283 | |
284 | [[package]] |
285 | name = "memchr" |
286 | version = "2.5.0" |
287 | source = "registry+https://github.com/rust-lang/crates.io-index" |
288 | checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" |
289 | |
290 | [[package]] |
291 | name = "miniz_oxide" |
292 | version = "0.7.1" |
293 | source = "registry+https://github.com/rust-lang/crates.io-index" |
294 | checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" |
295 | dependencies = [ |
296 | "adler", |
297 | ] |
298 | |
299 | [[package]] |
300 | name = "mio" |
301 | version = "0.8.8" |
302 | source = "registry+https://github.com/rust-lang/crates.io-index" |
303 | checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" |
304 | dependencies = [ |
305 | "libc", |
306 | "wasi", |
307 | "windows-sys", |
308 | ] |
309 | |
310 | [[package]] |
311 | name = "nu-ansi-term" |
312 | version = "0.46.0" |
313 | source = "registry+https://github.com/rust-lang/crates.io-index" |
314 | checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" |
315 | dependencies = [ |
316 | "overload", |
317 | "winapi", |
318 | ] |
319 | |
320 | [[package]] |
321 | name = "num_cpus" |
322 | version = "1.16.0" |
323 | source = "registry+https://github.com/rust-lang/crates.io-index" |
324 | checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
325 | dependencies = [ |
326 | "hermit-abi", |
327 | "libc", |
328 | ] |
329 | |
330 | [[package]] |
331 | name = "object" |
332 | version = "0.32.0" |
333 | source = "registry+https://github.com/rust-lang/crates.io-index" |
334 | checksum = "77ac5bbd07aea88c60a577a1ce218075ffd59208b2d7ca97adf9bfc5aeb21ebe" |
335 | dependencies = [ |
336 | "memchr", |
337 | ] |
338 | |
339 | [[package]] |
340 | name = "once_cell" |
341 | version = "1.18.0" |
342 | source = "registry+https://github.com/rust-lang/crates.io-index" |
343 | checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" |
344 | |
345 | [[package]] |
346 | name = "overload" |
347 | version = "0.1.1" |
348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
349 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" |
350 | |
351 | [[package]] |
352 | name = "parking_lot" |
353 | version = "0.12.1" |
354 | source = "registry+https://github.com/rust-lang/crates.io-index" |
355 | checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" |
356 | dependencies = [ |
357 | "lock_api", |
358 | "parking_lot_core", |
359 | ] |
360 | |
361 | [[package]] |
362 | name = "parking_lot_core" |
363 | version = "0.9.8" |
364 | source = "registry+https://github.com/rust-lang/crates.io-index" |
365 | checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" |
366 | dependencies = [ |
367 | "cfg-if", |
368 | "libc", |
369 | "redox_syscall", |
370 | "smallvec", |
371 | "windows-targets", |
372 | ] |
373 | |
374 | [[package]] |
375 | name = "percent-encoding" |
376 | version = "2.3.0" |
377 | source = "registry+https://github.com/rust-lang/crates.io-index" |
378 | checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" |
379 | |
380 | [[package]] |
381 | name = "pin-project-lite" |
382 | version = "0.2.12" |
383 | source = "registry+https://github.com/rust-lang/crates.io-index" |
384 | checksum = "12cc1b0bf1727a77a54b6654e7b5f1af8604923edc8b81885f8ec92f9e3f0a05" |
385 | |
386 | [[package]] |
387 | name = "pin-utils" |
388 | version = "0.1.0" |
389 | source = "registry+https://github.com/rust-lang/crates.io-index" |
390 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
391 | |
392 | [[package]] |
393 | name = "ppv-lite86" |
394 | version = "0.2.17" |
395 | source = "registry+https://github.com/rust-lang/crates.io-index" |
396 | checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
397 | |
398 | [[package]] |
399 | name = "proc-macro2" |
400 | version = "1.0.66" |
401 | source = "registry+https://github.com/rust-lang/crates.io-index" |
402 | checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" |
403 | dependencies = [ |
404 | "unicode-ident", |
405 | ] |
406 | |
407 | [[package]] |
408 | name = "quote" |
409 | version = "1.0.33" |
410 | source = "registry+https://github.com/rust-lang/crates.io-index" |
411 | checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" |
412 | dependencies = [ |
413 | "proc-macro2", |
414 | ] |
415 | |
416 | [[package]] |
417 | name = "rand" |
418 | version = "0.8.5" |
419 | source = "registry+https://github.com/rust-lang/crates.io-index" |
420 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
421 | dependencies = [ |
422 | "libc", |
423 | "rand_chacha", |
424 | "rand_core", |
425 | ] |
426 | |
427 | [[package]] |
428 | name = "rand_chacha" |
429 | version = "0.3.1" |
430 | source = "registry+https://github.com/rust-lang/crates.io-index" |
431 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
432 | dependencies = [ |
433 | "ppv-lite86", |
434 | "rand_core", |
435 | ] |
436 | |
437 | [[package]] |
438 | name = "rand_core" |
439 | version = "0.6.4" |
440 | source = "registry+https://github.com/rust-lang/crates.io-index" |
441 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
442 | dependencies = [ |
443 | "getrandom", |
444 | ] |
445 | |
446 | [[package]] |
447 | name = "redox_syscall" |
448 | version = "0.3.5" |
449 | source = "registry+https://github.com/rust-lang/crates.io-index" |
450 | checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" |
451 | dependencies = [ |
452 | "bitflags", |
453 | ] |
454 | |
455 | [[package]] |
456 | name = "rustc-demangle" |
457 | version = "0.1.23" |
458 | source = "registry+https://github.com/rust-lang/crates.io-index" |
459 | checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" |
460 | |
461 | [[package]] |
462 | name = "ryu" |
463 | version = "1.0.15" |
464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
465 | checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" |
466 | |
467 | [[package]] |
468 | name = "scopeguard" |
469 | version = "1.1.0" |
470 | source = "registry+https://github.com/rust-lang/crates.io-index" |
471 | checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
472 | |
473 | [[package]] |
474 | name = "serde" |
475 | version = "1.0.186" |
476 | source = "registry+https://github.com/rust-lang/crates.io-index" |
477 | checksum = "9f5db24220c009de9bd45e69fb2938f4b6d2df856aa9304ce377b3180f83b7c1" |
478 | dependencies = [ |
479 | "serde_derive", |
480 | ] |
481 | |
482 | [[package]] |
483 | name = "serde_derive" |
484 | version = "1.0.186" |
485 | source = "registry+https://github.com/rust-lang/crates.io-index" |
486 | checksum = "5ad697f7e0b65af4983a4ce8f56ed5b357e8d3c36651bf6a7e13639c17b8e670" |
487 | dependencies = [ |
488 | "proc-macro2", |
489 | "quote", |
490 | "syn", |
491 | ] |
492 | |
493 | [[package]] |
494 | name = "serde_json" |
495 | version = "1.0.105" |
496 | source = "registry+https://github.com/rust-lang/crates.io-index" |
497 | checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" |
498 | dependencies = [ |
499 | "itoa", |
500 | "ryu", |
501 | "serde", |
502 | ] |
503 | |
504 | [[package]] |
505 | name = "sha1" |
506 | version = "0.10.5" |
507 | source = "registry+https://github.com/rust-lang/crates.io-index" |
508 | checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" |
509 | dependencies = [ |
510 | "cfg-if", |
511 | "cpufeatures", |
512 | "digest", |
513 | ] |
514 | |
515 | [[package]] |
516 | name = "sharded-slab" |
517 | version = "0.1.4" |
518 | source = "registry+https://github.com/rust-lang/crates.io-index" |
519 | checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" |
520 | dependencies = [ |
521 | "lazy_static", |
522 | ] |
523 | |
524 | [[package]] |
525 | name = "signal-hook-registry" |
526 | version = "1.4.1" |
527 | source = "registry+https://github.com/rust-lang/crates.io-index" |
528 | checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" |
529 | dependencies = [ |
530 | "libc", |
531 | ] |
532 | |
533 | [[package]] |
534 | name = "slab" |
535 | version = "0.4.9" |
536 | source = "registry+https://github.com/rust-lang/crates.io-index" |
537 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
538 | dependencies = [ |
539 | "autocfg", |
540 | ] |
541 | |
542 | [[package]] |
543 | name = "smallvec" |
544 | version = "1.11.0" |
545 | source = "registry+https://github.com/rust-lang/crates.io-index" |
546 | checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" |
547 | |
548 | [[package]] |
549 | name = "socket2" |
550 | version = "0.5.3" |
551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
552 | checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877" |
553 | dependencies = [ |
554 | "libc", |
555 | "windows-sys", |
556 | ] |
557 | |
558 | [[package]] |
559 | name = "syn" |
560 | version = "2.0.29" |
561 | source = "registry+https://github.com/rust-lang/crates.io-index" |
562 | checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a" |
563 | dependencies = [ |
564 | "proc-macro2", |
565 | "quote", |
566 | "unicode-ident", |
567 | ] |
568 | |
569 | [[package]] |
570 | name = "thiserror" |
571 | version = "1.0.47" |
572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
573 | checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f" |
574 | dependencies = [ |
575 | "thiserror-impl", |
576 | ] |
577 | |
578 | [[package]] |
579 | name = "thiserror-impl" |
580 | version = "1.0.47" |
581 | source = "registry+https://github.com/rust-lang/crates.io-index" |
582 | checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b" |
583 | dependencies = [ |
584 | "proc-macro2", |
585 | "quote", |
586 | "syn", |
587 | ] |
588 | |
589 | [[package]] |
590 | name = "thread_local" |
591 | version = "1.1.7" |
592 | source = "registry+https://github.com/rust-lang/crates.io-index" |
593 | checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" |
594 | dependencies = [ |
595 | "cfg-if", |
596 | "once_cell", |
597 | ] |
598 | |
599 | [[package]] |
600 | name = "tinyvec" |
601 | version = "1.6.0" |
602 | source = "registry+https://github.com/rust-lang/crates.io-index" |
603 | checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" |
604 | dependencies = [ |
605 | "tinyvec_macros", |
606 | ] |
607 | |
608 | [[package]] |
609 | name = "tinyvec_macros" |
610 | version = "0.1.1" |
611 | source = "registry+https://github.com/rust-lang/crates.io-index" |
612 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
613 | |
614 | [[package]] |
615 | name = "tokio" |
616 | version = "1.32.0" |
617 | source = "registry+https://github.com/rust-lang/crates.io-index" |
618 | checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" |
619 | dependencies = [ |
620 | "backtrace", |
621 | "bytes", |
622 | "libc", |
623 | "mio", |
624 | "num_cpus", |
625 | "parking_lot", |
626 | "pin-project-lite", |
627 | "signal-hook-registry", |
628 | "socket2", |
629 | "tokio-macros", |
630 | "windows-sys", |
631 | ] |
632 | |
633 | [[package]] |
634 | name = "tokio-macros" |
635 | version = "2.1.0" |
636 | source = "registry+https://github.com/rust-lang/crates.io-index" |
637 | checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" |
638 | dependencies = [ |
639 | "proc-macro2", |
640 | "quote", |
641 | "syn", |
642 | ] |
643 | |
644 | [[package]] |
645 | name = "tokio-tungstenite" |
646 | version = "0.20.0" |
647 | source = "registry+https://github.com/rust-lang/crates.io-index" |
648 | checksum = "2b2dbec703c26b00d74844519606ef15d09a7d6857860f84ad223dec002ddea2" |
649 | dependencies = [ |
650 | "futures-util", |
651 | "log", |
652 | "tokio", |
653 | "tungstenite", |
654 | ] |
655 | |
656 | [[package]] |
657 | name = "tracing" |
658 | version = "0.1.37" |
659 | source = "registry+https://github.com/rust-lang/crates.io-index" |
660 | checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" |
661 | dependencies = [ |
662 | "cfg-if", |
663 | "pin-project-lite", |
664 | "tracing-attributes", |
665 | "tracing-core", |
666 | ] |
667 | |
668 | [[package]] |
669 | name = "tracing-attributes" |
670 | version = "0.1.26" |
671 | source = "registry+https://github.com/rust-lang/crates.io-index" |
672 | checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" |
673 | dependencies = [ |
674 | "proc-macro2", |
675 | "quote", |
676 | "syn", |
677 | ] |
678 | |
679 | [[package]] |
680 | name = "tracing-core" |
681 | version = "0.1.31" |
682 | source = "registry+https://github.com/rust-lang/crates.io-index" |
683 | checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" |
684 | dependencies = [ |
685 | "once_cell", |
686 | "valuable", |
687 | ] |
688 | |
689 | [[package]] |
690 | name = "tracing-log" |
691 | version = "0.1.3" |
692 | source = "registry+https://github.com/rust-lang/crates.io-index" |
693 | checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" |
694 | dependencies = [ |
695 | "lazy_static", |
696 | "log", |
697 | "tracing-core", |
698 | ] |
699 | |
700 | [[package]] |
701 | name = "tracing-subscriber" |
702 | version = "0.3.17" |
703 | source = "registry+https://github.com/rust-lang/crates.io-index" |
704 | checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" |
705 | dependencies = [ |
706 | "nu-ansi-term", |
707 | "sharded-slab", |
708 | "smallvec", |
709 | "thread_local", |
710 | "tracing-core", |
711 | "tracing-log", |
712 | ] |
713 | |
714 | [[package]] |
715 | name = "tungstenite" |
716 | version = "0.20.0" |
717 | source = "registry+https://github.com/rust-lang/crates.io-index" |
718 | checksum = "e862a1c4128df0112ab625f55cd5c934bcb4312ba80b39ae4b4835a3fd58e649" |
719 | dependencies = [ |
720 | "byteorder", |
721 | "bytes", |
722 | "data-encoding", |
723 | "http", |
724 | "httparse", |
725 | "log", |
726 | "rand", |
727 | "sha1", |
728 | "thiserror", |
729 | "url", |
730 | "utf-8", |
731 | ] |
732 | |
733 | [[package]] |
734 | name = "typenum" |
735 | version = "1.16.0" |
736 | source = "registry+https://github.com/rust-lang/crates.io-index" |
737 | checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" |
738 | |
739 | [[package]] |
740 | name = "unicode-bidi" |
741 | version = "0.3.13" |
742 | source = "registry+https://github.com/rust-lang/crates.io-index" |
743 | checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" |
744 | |
745 | [[package]] |
746 | name = "unicode-ident" |
747 | version = "1.0.11" |
748 | source = "registry+https://github.com/rust-lang/crates.io-index" |
749 | checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" |
750 | |
751 | [[package]] |
752 | name = "unicode-normalization" |
753 | version = "0.1.22" |
754 | source = "registry+https://github.com/rust-lang/crates.io-index" |
755 | checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" |
756 | dependencies = [ |
757 | "tinyvec", |
758 | ] |
759 | |
760 | [[package]] |
761 | name = "url" |
762 | version = "2.4.0" |
763 | source = "registry+https://github.com/rust-lang/crates.io-index" |
764 | checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb" |
765 | dependencies = [ |
766 | "form_urlencoded", |
767 | "idna", |
768 | "percent-encoding", |
769 | ] |
770 | |
771 | [[package]] |
772 | name = "utf-8" |
773 | version = "0.7.6" |
774 | source = "registry+https://github.com/rust-lang/crates.io-index" |
775 | checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
776 | |
777 | [[package]] |
778 | name = "valuable" |
779 | version = "0.1.0" |
780 | source = "registry+https://github.com/rust-lang/crates.io-index" |
781 | checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
782 | |
783 | [[package]] |
784 | name = "version_check" |
785 | version = "0.9.4" |
786 | source = "registry+https://github.com/rust-lang/crates.io-index" |
787 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
788 | |
789 | [[package]] |
790 | name = "wasi" |
791 | version = "0.11.0+wasi-snapshot-preview1" |
792 | source = "registry+https://github.com/rust-lang/crates.io-index" |
793 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
794 | |
795 | [[package]] |
796 | name = "winapi" |
797 | version = "0.3.9" |
798 | source = "registry+https://github.com/rust-lang/crates.io-index" |
799 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
800 | dependencies = [ |
801 | "winapi-i686-pc-windows-gnu", |
802 | "winapi-x86_64-pc-windows-gnu", |
803 | ] |
804 | |
805 | [[package]] |
806 | name = "winapi-i686-pc-windows-gnu" |
807 | version = "0.4.0" |
808 | source = "registry+https://github.com/rust-lang/crates.io-index" |
809 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
810 | |
811 | [[package]] |
812 | name = "winapi-x86_64-pc-windows-gnu" |
813 | version = "0.4.0" |
814 | source = "registry+https://github.com/rust-lang/crates.io-index" |
815 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
816 | |
817 | [[package]] |
818 | name = "windows-sys" |
819 | version = "0.48.0" |
820 | source = "registry+https://github.com/rust-lang/crates.io-index" |
821 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
822 | dependencies = [ |
823 | "windows-targets", |
824 | ] |
825 | |
826 | [[package]] |
827 | name = "windows-targets" |
828 | version = "0.48.5" |
829 | source = "registry+https://github.com/rust-lang/crates.io-index" |
830 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
831 | dependencies = [ |
832 | "windows_aarch64_gnullvm", |
833 | "windows_aarch64_msvc", |
834 | "windows_i686_gnu", |
835 | "windows_i686_msvc", |
836 | "windows_x86_64_gnu", |
837 | "windows_x86_64_gnullvm", |
838 | "windows_x86_64_msvc", |
839 | ] |
840 | |
841 | [[package]] |
842 | name = "windows_aarch64_gnullvm" |
843 | version = "0.48.5" |
844 | source = "registry+https://github.com/rust-lang/crates.io-index" |
845 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
846 | |
847 | [[package]] |
848 | name = "windows_aarch64_msvc" |
849 | version = "0.48.5" |
850 | source = "registry+https://github.com/rust-lang/crates.io-index" |
851 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
852 | |
853 | [[package]] |
854 | name = "windows_i686_gnu" |
855 | version = "0.48.5" |
856 | source = "registry+https://github.com/rust-lang/crates.io-index" |
857 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
858 | |
859 | [[package]] |
860 | name = "windows_i686_msvc" |
861 | version = "0.48.5" |
862 | source = "registry+https://github.com/rust-lang/crates.io-index" |
863 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
864 | |
865 | [[package]] |
866 | name = "windows_x86_64_gnu" |
867 | version = "0.48.5" |
868 | source = "registry+https://github.com/rust-lang/crates.io-index" |
869 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
870 | |
871 | [[package]] |
872 | name = "windows_x86_64_gnullvm" |
873 | version = "0.48.5" |
874 | source = "registry+https://github.com/rust-lang/crates.io-index" |
875 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
876 | |
877 | [[package]] |
878 | name = "windows_x86_64_msvc" |
879 | version = "0.48.5" |
880 | source = "registry+https://github.com/rust-lang/crates.io-index" |
881 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |