JavaScript is disabled, refresh for a better experience. ambee/giterated

ambee/giterated

Git repository hosting, collaboration, and discovery for the Fediverse.

Giterated Stack `ObjectValue` and `Setting` refactor.

This refactor adds value and setting update events, as well as value getters. Additionally, the stack is now the owner of the ability to write settings into storage. This is accomplished with the `MetadataProvider` trait. This sets up the ground work for push federation, cache, and basically everything else. commit 7befc583cb3e0c6719506c550ed66ac76293413c Author: Amber <[email protected]> Date: Fri Sep 29 15:46:48 2023 -0500 Finish value and settings refactor in the stack. commit 3ac09994a0caafd1a0b95d9a781c7f202f20e75b Author: Amber <[email protected]> Date: Fri Sep 29 09:46:32 2023 -0500 Add set_setting handling back in commit 84fd31e3eae85d98fa68a28b333dbb32cde3bdb8 Author: Amber <[email protected]> Date: Wed Sep 27 06:36:31 2023 -0500 Remove some allocations from meta types commit 16c310ce3680c4a14ed35083b6a230aaecd43152 Author: Amber <[email protected]> Date: Wed Sep 27 05:35:03 2023 -0500 Add cargo metadata commit eb2520a20001bac7b21c6c3d34f62db32f0ada80 Author: Amber <[email protected]> Date: Wed Sep 27 05:26:27 2023 -0500 Refactor setting and value management to use the unified stack. Allows for tight management, inspection, and eventing of setting and value management. commit 901fe103da0fce4b40f33b0a8b64404049ae03cf Author: Amber <[email protected]> Date: Wed Sep 27 02:38:33 2023 -0500 Set up ground work for value / settings refactor

Amber - ⁨2⁩ years ago

parent: tbd commit: ⁨c377e4d

⁨Cargo.lock⁩ - ⁨69755⁩ bytes
Raw
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
4
5 [[package]]
6 name = &quot;addr2line&quot;
7 version = &quot;0.21.0&quot;
8 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
9 checksum = &quot;8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb&quot;
10 dependencies = [
11 &quot;gimli&quot;,
12 ]
13
14 [[package]]
15 name = &quot;adler&quot;
16 version = &quot;1.0.2&quot;
17 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
18 checksum = &quot;f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe&quot;
19
20 [[package]]
21 name = &quot;aead&quot;
22 version = &quot;0.5.2&quot;
23 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
24 checksum = &quot;d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0&quot;
25 dependencies = [
26 &quot;crypto-common&quot;,
27 &quot;generic-array&quot;,
28 ]
29
30 [[package]]
31 name = &quot;aes&quot;
32 version = &quot;0.8.3&quot;
33 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
34 checksum = &quot;ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2&quot;
35 dependencies = [
36 &quot;cfg-if&quot;,
37 &quot;cipher&quot;,
38 &quot;cpufeatures&quot;,
39 ]
40
41 [[package]]
42 name = &quot;aes-gcm&quot;
43 version = &quot;0.10.3&quot;
44 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
45 checksum = &quot;831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1&quot;
46 dependencies = [
47 &quot;aead&quot;,
48 &quot;aes&quot;,
49 &quot;cipher&quot;,
50 &quot;ctr&quot;,
51 &quot;ghash&quot;,
52 &quot;subtle&quot;,
53 ]
54
55 [[package]]
56 name = &quot;ahash&quot;
57 version = &quot;0.7.6&quot;
58 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
59 checksum = &quot;fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47&quot;
60 dependencies = [
61 &quot;getrandom&quot;,
62 &quot;once_cell&quot;,
63 &quot;version_check&quot;,
64 ]
65
66 [[package]]
67 name = &quot;ahash&quot;
68 version = &quot;0.8.3&quot;
69 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
70 checksum = &quot;2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f&quot;
71 dependencies = [
72 &quot;cfg-if&quot;,
73 &quot;getrandom&quot;,
74 &quot;once_cell&quot;,
75 &quot;version_check&quot;,
76 ]
77
78 [[package]]
79 name = &quot;allocator-api2&quot;
80 version = &quot;0.2.16&quot;
81 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
82 checksum = &quot;0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5&quot;
83
84 [[package]]
85 name = &quot;android-tzdata&quot;
86 version = &quot;0.1.1&quot;
87 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
88 checksum = &quot;e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0&quot;
89
90 [[package]]
91 name = &quot;android_system_properties&quot;
92 version = &quot;0.1.5&quot;
93 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
94 checksum = &quot;819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311&quot;
95 dependencies = [
96 &quot;libc&quot;,
97 ]
98
99 [[package]]
100 name = &quot;anyhow&quot;
101 version = &quot;1.0.75&quot;
102 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
103 checksum = &quot;a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6&quot;
104
105 [[package]]
106 name = &quot;argon2&quot;
107 version = &quot;0.5.2&quot;
108 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
109 checksum = &quot;17ba4cac0a46bc1d2912652a751c47f2a9f3a7fe89bcae2275d418f5270402f9&quot;
110 dependencies = [
111 &quot;base64ct&quot;,
112 &quot;blake2&quot;,
113 &quot;cpufeatures&quot;,
114 &quot;password-hash&quot;,
115 ]
116
117 [[package]]
118 name = &quot;async-trait&quot;
119 version = &quot;0.1.73&quot;
120 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
121 checksum = &quot;bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0&quot;
122 dependencies = [
123 &quot;proc-macro2&quot;,
124 &quot;quote&quot;,
125 &quot;syn 2.0.37&quot;,
126 ]
127
128 [[package]]
129 name = &quot;atoi&quot;
130 version = &quot;2.0.0&quot;
131 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
132 checksum = &quot;f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528&quot;
133 dependencies = [
134 &quot;num-traits&quot;,
135 ]
136
137 [[package]]
138 name = &quot;autocfg&quot;
139 version = &quot;1.1.0&quot;
140 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
141 checksum = &quot;d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa&quot;
142
143 [[package]]
144 name = &quot;backtrace&quot;
145 version = &quot;0.3.69&quot;
146 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
147 checksum = &quot;2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837&quot;
148 dependencies = [
149 &quot;addr2line&quot;,
150 &quot;cc&quot;,
151 &quot;cfg-if&quot;,
152 &quot;libc&quot;,
153 &quot;miniz_oxide&quot;,
154 &quot;object&quot;,
155 &quot;rustc-demangle&quot;,
156 ]
157
158 [[package]]
159 name = &quot;base64&quot;
160 version = &quot;0.13.1&quot;
161 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
162 checksum = &quot;9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8&quot;
163
164 [[package]]
165 name = &quot;base64&quot;
166 version = &quot;0.21.4&quot;
167 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
168 checksum = &quot;9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2&quot;
169
170 [[package]]
171 name = &quot;base64ct&quot;
172 version = &quot;1.6.0&quot;
173 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
174 checksum = &quot;8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b&quot;
175
176 [[package]]
177 name = &quot;bincode&quot;
178 version = &quot;1.3.3&quot;
179 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
180 checksum = &quot;b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad&quot;
181 dependencies = [
182 &quot;serde&quot;,
183 ]
184
185 [[package]]
186 name = &quot;bitflags&quot;
187 version = &quot;1.3.2&quot;
188 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
189 checksum = &quot;bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a&quot;
190
191 [[package]]
192 name = &quot;bitflags&quot;
193 version = &quot;2.4.0&quot;
194 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
195 checksum = &quot;b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635&quot;
196 dependencies = [
197 &quot;serde&quot;,
198 ]
199
200 [[package]]
201 name = &quot;blake2&quot;
202 version = &quot;0.10.6&quot;
203 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
204 checksum = &quot;46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe&quot;
205 dependencies = [
206 &quot;digest&quot;,
207 ]
208
209 [[package]]
210 name = &quot;block-buffer&quot;
211 version = &quot;0.10.4&quot;
212 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
213 checksum = &quot;3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71&quot;
214 dependencies = [
215 &quot;generic-array&quot;,
216 ]
217
218 [[package]]
219 name = &quot;bumpalo&quot;
220 version = &quot;3.14.0&quot;
221 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
222 checksum = &quot;7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec&quot;
223
224 [[package]]
225 name = &quot;byteorder&quot;
226 version = &quot;1.4.3&quot;
227 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
228 checksum = &quot;14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610&quot;
229
230 [[package]]
231 name = &quot;bytes&quot;
232 version = &quot;1.5.0&quot;
233 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
234 checksum = &quot;a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223&quot;
235
236 [[package]]
237 name = &quot;cc&quot;
238 version = &quot;1.0.83&quot;
239 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
240 checksum = &quot;f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0&quot;
241 dependencies = [
242 &quot;jobserver&quot;,
243 &quot;libc&quot;,
244 ]
245
246 [[package]]
247 name = &quot;cfg-if&quot;
248 version = &quot;1.0.0&quot;
249 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
250 checksum = &quot;baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd&quot;
251
252 [[package]]
253 name = &quot;chrono&quot;
254 version = &quot;0.4.31&quot;
255 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
256 checksum = &quot;7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38&quot;
257 dependencies = [
258 &quot;android-tzdata&quot;,
259 &quot;iana-time-zone&quot;,
260 &quot;js-sys&quot;,
261 &quot;num-traits&quot;,
262 &quot;serde&quot;,
263 &quot;wasm-bindgen&quot;,
264 &quot;windows-targets&quot;,
265 ]
266
267 [[package]]
268 name = &quot;cipher&quot;
269 version = &quot;0.4.4&quot;
270 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
271 checksum = &quot;773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad&quot;
272 dependencies = [
273 &quot;crypto-common&quot;,
274 &quot;inout&quot;,
275 ]
276
277 [[package]]
278 name = &quot;color-eyre&quot;
279 version = &quot;0.6.2&quot;
280 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
281 checksum = &quot;5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204&quot;
282 dependencies = [
283 &quot;backtrace&quot;,
284 &quot;color-spantrace&quot;,
285 &quot;eyre&quot;,
286 &quot;indenter&quot;,
287 &quot;once_cell&quot;,
288 &quot;owo-colors&quot;,
289 &quot;tracing-error&quot;,
290 ]
291
292 [[package]]
293 name = &quot;color-spantrace&quot;
294 version = &quot;0.2.0&quot;
295 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
296 checksum = &quot;1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce&quot;
297 dependencies = [
298 &quot;once_cell&quot;,
299 &quot;owo-colors&quot;,
300 &quot;tracing-core&quot;,
301 &quot;tracing-error&quot;,
302 ]
303
304 [[package]]
305 name = &quot;const-oid&quot;
306 version = &quot;0.9.5&quot;
307 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
308 checksum = &quot;28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f&quot;
309
310 [[package]]
311 name = &quot;core-foundation&quot;
312 version = &quot;0.9.3&quot;
313 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
314 checksum = &quot;194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146&quot;
315 dependencies = [
316 &quot;core-foundation-sys&quot;,
317 &quot;libc&quot;,
318 ]
319
320 [[package]]
321 name = &quot;core-foundation-sys&quot;
322 version = &quot;0.8.4&quot;
323 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
324 checksum = &quot;e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa&quot;
325
326 [[package]]
327 name = &quot;cpufeatures&quot;
328 version = &quot;0.2.9&quot;
329 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
330 checksum = &quot;a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1&quot;
331 dependencies = [
332 &quot;libc&quot;,
333 ]
334
335 [[package]]
336 name = &quot;crc&quot;
337 version = &quot;3.0.1&quot;
338 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
339 checksum = &quot;86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe&quot;
340 dependencies = [
341 &quot;crc-catalog&quot;,
342 ]
343
344 [[package]]
345 name = &quot;crc-catalog&quot;
346 version = &quot;2.2.0&quot;
347 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
348 checksum = &quot;9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484&quot;
349
350 [[package]]
351 name = &quot;crossbeam-queue&quot;
352 version = &quot;0.3.8&quot;
353 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
354 checksum = &quot;d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add&quot;
355 dependencies = [
356 &quot;cfg-if&quot;,
357 &quot;crossbeam-utils&quot;,
358 ]
359
360 [[package]]
361 name = &quot;crossbeam-utils&quot;
362 version = &quot;0.8.16&quot;
363 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
364 checksum = &quot;5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294&quot;
365 dependencies = [
366 &quot;cfg-if&quot;,
367 ]
368
369 [[package]]
370 name = &quot;crypto-common&quot;
371 version = &quot;0.1.6&quot;
372 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
373 checksum = &quot;1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3&quot;
374 dependencies = [
375 &quot;generic-array&quot;,
376 &quot;rand_core&quot;,
377 &quot;typenum&quot;,
378 ]
379
380 [[package]]
381 name = &quot;ctr&quot;
382 version = &quot;0.9.2&quot;
383 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
384 checksum = &quot;0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835&quot;
385 dependencies = [
386 &quot;cipher&quot;,
387 ]
388
389 [[package]]
390 name = &quot;data-encoding&quot;
391 version = &quot;2.4.0&quot;
392 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
393 checksum = &quot;c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308&quot;
394
395 [[package]]
396 name = &quot;deadpool&quot;
397 version = &quot;0.9.5&quot;
398 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
399 checksum = &quot;421fe0f90f2ab22016f32a9881be5134fdd71c65298917084b0c7477cbc3856e&quot;
400 dependencies = [
401 &quot;async-trait&quot;,
402 &quot;deadpool-runtime&quot;,
403 &quot;num_cpus&quot;,
404 &quot;retain_mut&quot;,
405 &quot;tokio&quot;,
406 ]
407
408 [[package]]
409 name = &quot;deadpool&quot;
410 version = &quot;0.10.0&quot;
411 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
412 checksum = &quot;fb84100978c1c7b37f09ed3ce3e5f843af02c2a2c431bae5b19230dad2c1b490&quot;
413 dependencies = [
414 &quot;async-trait&quot;,
415 &quot;deadpool-runtime&quot;,
416 &quot;num_cpus&quot;,
417 &quot;tokio&quot;,
418 ]
419
420 [[package]]
421 name = &quot;deadpool-runtime&quot;
422 version = &quot;0.1.3&quot;
423 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
424 checksum = &quot;63dfa964fe2a66f3fde91fc70b267fe193d822c7e603e2a675a49a7f46ad3f49&quot;
425
426 [[package]]
427 name = &quot;der&quot;
428 version = &quot;0.7.8&quot;
429 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
430 checksum = &quot;fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c&quot;
431 dependencies = [
432 &quot;const-oid&quot;,
433 &quot;pem-rfc7468&quot;,
434 &quot;zeroize&quot;,
435 ]
436
437 [[package]]
438 name = &quot;deranged&quot;
439 version = &quot;0.3.8&quot;
440 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
441 checksum = &quot;f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946&quot;
442
443 [[package]]
444 name = &quot;digest&quot;
445 version = &quot;0.10.7&quot;
446 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
447 checksum = &quot;9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292&quot;
448 dependencies = [
449 &quot;block-buffer&quot;,
450 &quot;const-oid&quot;,
451 &quot;crypto-common&quot;,
452 &quot;subtle&quot;,
453 ]
454
455 [[package]]
456 name = &quot;dotenvy&quot;
457 version = &quot;0.15.7&quot;
458 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
459 checksum = &quot;1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b&quot;
460
461 [[package]]
462 name = &quot;either&quot;
463 version = &quot;1.9.0&quot;
464 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
465 checksum = &quot;a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07&quot;
466 dependencies = [
467 &quot;serde&quot;,
468 ]
469
470 [[package]]
471 name = &quot;encoding_rs&quot;
472 version = &quot;0.8.33&quot;
473 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
474 checksum = &quot;7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1&quot;
475 dependencies = [
476 &quot;cfg-if&quot;,
477 ]
478
479 [[package]]
480 name = &quot;equivalent&quot;
481 version = &quot;1.0.1&quot;
482 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
483 checksum = &quot;5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5&quot;
484
485 [[package]]
486 name = &quot;errno&quot;
487 version = &quot;0.3.3&quot;
488 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
489 checksum = &quot;136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd&quot;
490 dependencies = [
491 &quot;errno-dragonfly&quot;,
492 &quot;libc&quot;,
493 &quot;windows-sys&quot;,
494 ]
495
496 [[package]]
497 name = &quot;errno-dragonfly&quot;
498 version = &quot;0.1.2&quot;
499 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
500 checksum = &quot;aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf&quot;
501 dependencies = [
502 &quot;cc&quot;,
503 &quot;libc&quot;,
504 ]
505
506 [[package]]
507 name = &quot;etcetera&quot;
508 version = &quot;0.8.0&quot;
509 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
510 checksum = &quot;136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943&quot;
511 dependencies = [
512 &quot;cfg-if&quot;,
513 &quot;home&quot;,
514 &quot;windows-sys&quot;,
515 ]
516
517 [[package]]
518 name = &quot;event-listener&quot;
519 version = &quot;2.5.3&quot;
520 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
521 checksum = &quot;0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0&quot;
522
523 [[package]]
524 name = &quot;eyre&quot;
525 version = &quot;0.6.8&quot;
526 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
527 checksum = &quot;4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb&quot;
528 dependencies = [
529 &quot;indenter&quot;,
530 &quot;once_cell&quot;,
531 ]
532
533 [[package]]
534 name = &quot;fastrand&quot;
535 version = &quot;2.0.1&quot;
536 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
537 checksum = &quot;25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5&quot;
538
539 [[package]]
540 name = &quot;finl_unicode&quot;
541 version = &quot;1.2.0&quot;
542 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
543 checksum = &quot;8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6&quot;
544
545 [[package]]
546 name = &quot;flume&quot;
547 version = &quot;0.11.0&quot;
548 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
549 checksum = &quot;55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181&quot;
550 dependencies = [
551 &quot;futures-core&quot;,
552 &quot;futures-sink&quot;,
553 &quot;spin 0.9.8&quot;,
554 ]
555
556 [[package]]
557 name = &quot;fnv&quot;
558 version = &quot;1.0.7&quot;
559 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
560 checksum = &quot;3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1&quot;
561
562 [[package]]
563 name = &quot;foreign-types&quot;
564 version = &quot;0.3.2&quot;
565 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
566 checksum = &quot;f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1&quot;
567 dependencies = [
568 &quot;foreign-types-shared&quot;,
569 ]
570
571 [[package]]
572 name = &quot;foreign-types-shared&quot;
573 version = &quot;0.1.1&quot;
574 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
575 checksum = &quot;00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b&quot;
576
577 [[package]]
578 name = &quot;form_urlencoded&quot;
579 version = &quot;1.2.0&quot;
580 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
581 checksum = &quot;a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652&quot;
582 dependencies = [
583 &quot;percent-encoding&quot;,
584 ]
585
586 [[package]]
587 name = &quot;futures-channel&quot;
588 version = &quot;0.3.28&quot;
589 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
590 checksum = &quot;955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2&quot;
591 dependencies = [
592 &quot;futures-core&quot;,
593 &quot;futures-sink&quot;,
594 ]
595
596 [[package]]
597 name = &quot;futures-core&quot;
598 version = &quot;0.3.28&quot;
599 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
600 checksum = &quot;4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c&quot;
601
602 [[package]]
603 name = &quot;futures-executor&quot;
604 version = &quot;0.3.28&quot;
605 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
606 checksum = &quot;ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0&quot;
607 dependencies = [
608 &quot;futures-core&quot;,
609 &quot;futures-task&quot;,
610 &quot;futures-util&quot;,
611 ]
612
613 [[package]]
614 name = &quot;futures-intrusive&quot;
615 version = &quot;0.5.0&quot;
616 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
617 checksum = &quot;1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f&quot;
618 dependencies = [
619 &quot;futures-core&quot;,
620 &quot;lock_api&quot;,
621 &quot;parking_lot&quot;,
622 ]
623
624 [[package]]
625 name = &quot;futures-io&quot;
626 version = &quot;0.3.28&quot;
627 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
628 checksum = &quot;4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964&quot;
629
630 [[package]]
631 name = &quot;futures-macro&quot;
632 version = &quot;0.3.28&quot;
633 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
634 checksum = &quot;89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72&quot;
635 dependencies = [
636 &quot;proc-macro2&quot;,
637 &quot;quote&quot;,
638 &quot;syn 2.0.37&quot;,
639 ]
640
641 [[package]]
642 name = &quot;futures-sink&quot;
643 version = &quot;0.3.28&quot;
644 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
645 checksum = &quot;f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e&quot;
646
647 [[package]]
648 name = &quot;futures-task&quot;
649 version = &quot;0.3.28&quot;
650 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
651 checksum = &quot;76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65&quot;
652
653 [[package]]
654 name = &quot;futures-util&quot;
655 version = &quot;0.3.28&quot;
656 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
657 checksum = &quot;26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533&quot;
658 dependencies = [
659 &quot;futures-core&quot;,
660 &quot;futures-io&quot;,
661 &quot;futures-macro&quot;,
662 &quot;futures-sink&quot;,
663 &quot;futures-task&quot;,
664 &quot;memchr&quot;,
665 &quot;pin-project-lite&quot;,
666 &quot;pin-utils&quot;,
667 &quot;slab&quot;,
668 ]
669
670 [[package]]
671 name = &quot;generic-array&quot;
672 version = &quot;0.14.7&quot;
673 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
674 checksum = &quot;85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a&quot;
675 dependencies = [
676 &quot;typenum&quot;,
677 &quot;version_check&quot;,
678 ]
679
680 [[package]]
681 name = &quot;getrandom&quot;
682 version = &quot;0.2.10&quot;
683 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
684 checksum = &quot;be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427&quot;
685 dependencies = [
686 &quot;cfg-if&quot;,
687 &quot;libc&quot;,
688 &quot;wasi&quot;,
689 ]
690
691 [[package]]
692 name = &quot;ghash&quot;
693 version = &quot;0.5.0&quot;
694 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
695 checksum = &quot;d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40&quot;
696 dependencies = [
697 &quot;opaque-debug&quot;,
698 &quot;polyval&quot;,
699 ]
700
701 [[package]]
702 name = &quot;gimli&quot;
703 version = &quot;0.28.0&quot;
704 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
705 checksum = &quot;6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0&quot;
706
707 [[package]]
708 name = &quot;git2&quot;
709 version = &quot;0.17.2&quot;
710 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
711 checksum = &quot;7b989d6a7ca95a362cf2cfc5ad688b3a467be1f87e480b8dad07fee8c79b0044&quot;
712 dependencies = [
713 &quot;bitflags 1.3.2&quot;,
714 &quot;libc&quot;,
715 &quot;libgit2-sys&quot;,
716 &quot;log&quot;,
717 &quot;openssl-probe&quot;,
718 &quot;openssl-sys&quot;,
719 &quot;url&quot;,
720 ]
721
722 [[package]]
723 name = &quot;giterated-api&quot;
724 version = &quot;0.1.0&quot;
725 dependencies = [
726 &quot;anyhow&quot;,
727 &quot;async-trait&quot;,
728 &quot;bincode&quot;,
729 &quot;chrono&quot;,
730 &quot;color-eyre&quot;,
731 &quot;deadpool 0.10.0&quot;,
732 &quot;futures-util&quot;,
733 &quot;giterated-models&quot;,
734 &quot;jsonwebtoken&quot;,
735 &quot;rand&quot;,
736 &quot;reqwest&quot;,
737 &quot;semver&quot;,
738 &quot;serde&quot;,
739 &quot;serde_json&quot;,
740 &quot;thiserror&quot;,
741 &quot;tokio&quot;,
742 &quot;tokio-tungstenite&quot;,
743 &quot;tracing&quot;,
744 &quot;tracing-subscriber&quot;,
745 ]
746
747 [[package]]
748 name = &quot;giterated-daemon&quot;
749 version = &quot;0.1.0&quot;
750 dependencies = [
751 &quot;aes-gcm&quot;,
752 &quot;anyhow&quot;,
753 &quot;argon2&quot;,
754 &quot;async-trait&quot;,
755 &quot;base64 0.21.4&quot;,
756 &quot;bincode&quot;,
757 &quot;chrono&quot;,
758 &quot;deadpool 0.9.5&quot;,
759 &quot;futures-util&quot;,
760 &quot;git2&quot;,
761 &quot;giterated-api&quot;,
762 &quot;giterated-models&quot;,
763 &quot;giterated-stack&quot;,
764 &quot;jsonwebtoken&quot;,
765 &quot;log&quot;,
766 &quot;rand&quot;,
767 &quot;reqwest&quot;,
768 &quot;rsa&quot;,
769 &quot;secrecy&quot;,
770 &quot;semver&quot;,
771 &quot;serde&quot;,
772 &quot;serde_json&quot;,
773 &quot;sqlx&quot;,
774 &quot;thiserror&quot;,
775 &quot;tokio&quot;,
776 &quot;tokio-tungstenite&quot;,
777 &quot;tokio-util&quot;,
778 &quot;toml&quot;,
779 &quot;tracing&quot;,
780 &quot;tracing-subscriber&quot;,
781 ]
782
783 [[package]]
784 name = &quot;giterated-models&quot;
785 version = &quot;0.1.0&quot;
786 dependencies = [
787 &quot;anyhow&quot;,
788 &quot;async-trait&quot;,
789 &quot;base64 0.21.4&quot;,
790 &quot;bincode&quot;,
791 &quot;chrono&quot;,
792 &quot;git2&quot;,
793 &quot;jsonwebtoken&quot;,
794 &quot;rand&quot;,
795 &quot;rsa&quot;,
796 &quot;secrecy&quot;,
797 &quot;semver&quot;,
798 &quot;serde&quot;,
799 &quot;serde_json&quot;,
800 &quot;sqlx&quot;,
801 &quot;thiserror&quot;,
802 &quot;toml&quot;,
803 &quot;tracing&quot;,
804 &quot;url&quot;,
805 ]
806
807 [[package]]
808 name = &quot;giterated-stack&quot;
809 version = &quot;0.1.0&quot;
810 dependencies = [
811 &quot;anyhow&quot;,
812 &quot;async-trait&quot;,
813 &quot;bincode&quot;,
814 &quot;futures-util&quot;,
815 &quot;giterated-models&quot;,
816 &quot;serde&quot;,
817 &quot;serde_json&quot;,
818 &quot;thiserror&quot;,
819 &quot;tokio&quot;,
820 &quot;tracing&quot;,
821 ]
822
823 [[package]]
824 name = &quot;h2&quot;
825 version = &quot;0.3.21&quot;
826 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
827 checksum = &quot;91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833&quot;
828 dependencies = [
829 &quot;bytes&quot;,
830 &quot;fnv&quot;,
831 &quot;futures-core&quot;,
832 &quot;futures-sink&quot;,
833 &quot;futures-util&quot;,
834 &quot;http&quot;,
835 &quot;indexmap 1.9.3&quot;,
836 &quot;slab&quot;,
837 &quot;tokio&quot;,
838 &quot;tokio-util&quot;,
839 &quot;tracing&quot;,
840 ]
841
842 [[package]]
843 name = &quot;hashbrown&quot;
844 version = &quot;0.12.3&quot;
845 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
846 checksum = &quot;8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888&quot;
847 dependencies = [
848 &quot;ahash 0.7.6&quot;,
849 ]
850
851 [[package]]
852 name = &quot;hashbrown&quot;
853 version = &quot;0.14.0&quot;
854 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
855 checksum = &quot;2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a&quot;
856 dependencies = [
857 &quot;ahash 0.8.3&quot;,
858 &quot;allocator-api2&quot;,
859 ]
860
861 [[package]]
862 name = &quot;hashlink&quot;
863 version = &quot;0.8.4&quot;
864 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
865 checksum = &quot;e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7&quot;
866 dependencies = [
867 &quot;hashbrown 0.14.0&quot;,
868 ]
869
870 [[package]]
871 name = &quot;heck&quot;
872 version = &quot;0.4.1&quot;
873 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
874 checksum = &quot;95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8&quot;
875 dependencies = [
876 &quot;unicode-segmentation&quot;,
877 ]
878
879 [[package]]
880 name = &quot;hermit-abi&quot;
881 version = &quot;0.3.3&quot;
882 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
883 checksum = &quot;d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7&quot;
884
885 [[package]]
886 name = &quot;hex&quot;
887 version = &quot;0.4.3&quot;
888 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
889 checksum = &quot;7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70&quot;
890
891 [[package]]
892 name = &quot;hkdf&quot;
893 version = &quot;0.12.3&quot;
894 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
895 checksum = &quot;791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437&quot;
896 dependencies = [
897 &quot;hmac&quot;,
898 ]
899
900 [[package]]
901 name = &quot;hmac&quot;
902 version = &quot;0.12.1&quot;
903 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
904 checksum = &quot;6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e&quot;
905 dependencies = [
906 &quot;digest&quot;,
907 ]
908
909 [[package]]
910 name = &quot;home&quot;
911 version = &quot;0.5.5&quot;
912 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
913 checksum = &quot;5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb&quot;
914 dependencies = [
915 &quot;windows-sys&quot;,
916 ]
917
918 [[package]]
919 name = &quot;http&quot;
920 version = &quot;0.2.9&quot;
921 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
922 checksum = &quot;bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482&quot;
923 dependencies = [
924 &quot;bytes&quot;,
925 &quot;fnv&quot;,
926 &quot;itoa&quot;,
927 ]
928
929 [[package]]
930 name = &quot;http-body&quot;
931 version = &quot;0.4.5&quot;
932 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
933 checksum = &quot;d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1&quot;
934 dependencies = [
935 &quot;bytes&quot;,
936 &quot;http&quot;,
937 &quot;pin-project-lite&quot;,
938 ]
939
940 [[package]]
941 name = &quot;httparse&quot;
942 version = &quot;1.8.0&quot;
943 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
944 checksum = &quot;d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904&quot;
945
946 [[package]]
947 name = &quot;httpdate&quot;
948 version = &quot;1.0.3&quot;
949 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
950 checksum = &quot;df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9&quot;
951
952 [[package]]
953 name = &quot;hyper&quot;
954 version = &quot;0.14.27&quot;
955 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
956 checksum = &quot;ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468&quot;
957 dependencies = [
958 &quot;bytes&quot;,
959 &quot;futures-channel&quot;,
960 &quot;futures-core&quot;,
961 &quot;futures-util&quot;,
962 &quot;h2&quot;,
963 &quot;http&quot;,
964 &quot;http-body&quot;,
965 &quot;httparse&quot;,
966 &quot;httpdate&quot;,
967 &quot;itoa&quot;,
968 &quot;pin-project-lite&quot;,
969 &quot;socket2 0.4.9&quot;,
970 &quot;tokio&quot;,
971 &quot;tower-service&quot;,
972 &quot;tracing&quot;,
973 &quot;want&quot;,
974 ]
975
976 [[package]]
977 name = &quot;hyper-rustls&quot;
978 version = &quot;0.24.1&quot;
979 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
980 checksum = &quot;8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97&quot;
981 dependencies = [
982 &quot;futures-util&quot;,
983 &quot;http&quot;,
984 &quot;hyper&quot;,
985 &quot;rustls&quot;,
986 &quot;tokio&quot;,
987 &quot;tokio-rustls&quot;,
988 ]
989
990 [[package]]
991 name = &quot;hyper-tls&quot;
992 version = &quot;0.5.0&quot;
993 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
994 checksum = &quot;d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905&quot;
995 dependencies = [
996 &quot;bytes&quot;,
997 &quot;hyper&quot;,
998 &quot;native-tls&quot;,
999 &quot;tokio&quot;,
1000 &quot;tokio-native-tls&quot;,
1001 ]
1002
1003 [[package]]
1004 name = &quot;iana-time-zone&quot;
1005 version = &quot;0.1.57&quot;
1006 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1007 checksum = &quot;2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613&quot;
1008 dependencies = [
1009 &quot;android_system_properties&quot;,
1010 &quot;core-foundation-sys&quot;,
1011 &quot;iana-time-zone-haiku&quot;,
1012 &quot;js-sys&quot;,
1013 &quot;wasm-bindgen&quot;,
1014 &quot;windows&quot;,
1015 ]
1016
1017 [[package]]
1018 name = &quot;iana-time-zone-haiku&quot;
1019 version = &quot;0.1.2&quot;
1020 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1021 checksum = &quot;f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f&quot;
1022 dependencies = [
1023 &quot;cc&quot;,
1024 ]
1025
1026 [[package]]
1027 name = &quot;idna&quot;
1028 version = &quot;0.4.0&quot;
1029 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1030 checksum = &quot;7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c&quot;
1031 dependencies = [
1032 &quot;unicode-bidi&quot;,
1033 &quot;unicode-normalization&quot;,
1034 ]
1035
1036 [[package]]
1037 name = &quot;indenter&quot;
1038 version = &quot;0.3.3&quot;
1039 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1040 checksum = &quot;ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683&quot;
1041
1042 [[package]]
1043 name = &quot;indexmap&quot;
1044 version = &quot;1.9.3&quot;
1045 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1046 checksum = &quot;bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99&quot;
1047 dependencies = [
1048 &quot;autocfg&quot;,
1049 &quot;hashbrown 0.12.3&quot;,
1050 ]
1051
1052 [[package]]
1053 name = &quot;indexmap&quot;
1054 version = &quot;2.0.0&quot;
1055 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1056 checksum = &quot;d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d&quot;
1057 dependencies = [
1058 &quot;equivalent&quot;,
1059 &quot;hashbrown 0.14.0&quot;,
1060 ]
1061
1062 [[package]]
1063 name = &quot;inout&quot;
1064 version = &quot;0.1.3&quot;
1065 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1066 checksum = &quot;a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5&quot;
1067 dependencies = [
1068 &quot;generic-array&quot;,
1069 ]
1070
1071 [[package]]
1072 name = &quot;ipnet&quot;
1073 version = &quot;2.8.0&quot;
1074 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1075 checksum = &quot;28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6&quot;
1076
1077 [[package]]
1078 name = &quot;itertools&quot;
1079 version = &quot;0.11.0&quot;
1080 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1081 checksum = &quot;b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57&quot;
1082 dependencies = [
1083 &quot;either&quot;,
1084 ]
1085
1086 [[package]]
1087 name = &quot;itoa&quot;
1088 version = &quot;1.0.9&quot;
1089 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1090 checksum = &quot;af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38&quot;
1091
1092 [[package]]
1093 name = &quot;jobserver&quot;
1094 version = &quot;0.1.26&quot;
1095 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1096 checksum = &quot;936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2&quot;
1097 dependencies = [
1098 &quot;libc&quot;,
1099 ]
1100
1101 [[package]]
1102 name = &quot;js-sys&quot;
1103 version = &quot;0.3.64&quot;
1104 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1105 checksum = &quot;c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a&quot;
1106 dependencies = [
1107 &quot;wasm-bindgen&quot;,
1108 ]
1109
1110 [[package]]
1111 name = &quot;jsonwebtoken&quot;
1112 version = &quot;8.3.0&quot;
1113 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1114 checksum = &quot;6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378&quot;
1115 dependencies = [
1116 &quot;base64 0.21.4&quot;,
1117 &quot;pem&quot;,
1118 &quot;ring&quot;,
1119 &quot;serde&quot;,
1120 &quot;serde_json&quot;,
1121 &quot;simple_asn1&quot;,
1122 ]
1123
1124 [[package]]
1125 name = &quot;lazy_static&quot;
1126 version = &quot;1.4.0&quot;
1127 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1128 checksum = &quot;e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646&quot;
1129 dependencies = [
1130 &quot;spin 0.5.2&quot;,
1131 ]
1132
1133 [[package]]
1134 name = &quot;libc&quot;
1135 version = &quot;0.2.148&quot;
1136 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1137 checksum = &quot;9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b&quot;
1138
1139 [[package]]
1140 name = &quot;libgit2-sys&quot;
1141 version = &quot;0.15.2+1.6.4&quot;
1142 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1143 checksum = &quot;a80df2e11fb4a61f4ba2ab42dbe7f74468da143f1a75c74e11dee7c813f694fa&quot;
1144 dependencies = [
1145 &quot;cc&quot;,
1146 &quot;libc&quot;,
1147 &quot;libssh2-sys&quot;,
1148 &quot;libz-sys&quot;,
1149 &quot;openssl-sys&quot;,
1150 &quot;pkg-config&quot;,
1151 ]
1152
1153 [[package]]
1154 name = &quot;libm&quot;
1155 version = &quot;0.2.7&quot;
1156 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1157 checksum = &quot;f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4&quot;
1158
1159 [[package]]
1160 name = &quot;libsqlite3-sys&quot;
1161 version = &quot;0.26.0&quot;
1162 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1163 checksum = &quot;afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326&quot;
1164 dependencies = [
1165 &quot;cc&quot;,
1166 &quot;pkg-config&quot;,
1167 &quot;vcpkg&quot;,
1168 ]
1169
1170 [[package]]
1171 name = &quot;libssh2-sys&quot;
1172 version = &quot;0.3.0&quot;
1173 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1174 checksum = &quot;2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee&quot;
1175 dependencies = [
1176 &quot;cc&quot;,
1177 &quot;libc&quot;,
1178 &quot;libz-sys&quot;,
1179 &quot;openssl-sys&quot;,
1180 &quot;pkg-config&quot;,
1181 &quot;vcpkg&quot;,
1182 ]
1183
1184 [[package]]
1185 name = &quot;libz-sys&quot;
1186 version = &quot;1.1.12&quot;
1187 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1188 checksum = &quot;d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b&quot;
1189 dependencies = [
1190 &quot;cc&quot;,
1191 &quot;libc&quot;,
1192 &quot;pkg-config&quot;,
1193 &quot;vcpkg&quot;,
1194 ]
1195
1196 [[package]]
1197 name = &quot;linux-raw-sys&quot;
1198 version = &quot;0.4.7&quot;
1199 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1200 checksum = &quot;1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128&quot;
1201
1202 [[package]]
1203 name = &quot;lock_api&quot;
1204 version = &quot;0.4.10&quot;
1205 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1206 checksum = &quot;c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16&quot;
1207 dependencies = [
1208 &quot;autocfg&quot;,
1209 &quot;scopeguard&quot;,
1210 ]
1211
1212 [[package]]
1213 name = &quot;log&quot;
1214 version = &quot;0.4.20&quot;
1215 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1216 checksum = &quot;b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f&quot;
1217
1218 [[package]]
1219 name = &quot;md-5&quot;
1220 version = &quot;0.10.6&quot;
1221 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1222 checksum = &quot;d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf&quot;
1223 dependencies = [
1224 &quot;cfg-if&quot;,
1225 &quot;digest&quot;,
1226 ]
1227
1228 [[package]]
1229 name = &quot;memchr&quot;
1230 version = &quot;2.6.3&quot;
1231 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1232 checksum = &quot;8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c&quot;
1233
1234 [[package]]
1235 name = &quot;mime&quot;
1236 version = &quot;0.3.17&quot;
1237 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1238 checksum = &quot;6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a&quot;
1239
1240 [[package]]
1241 name = &quot;minimal-lexical&quot;
1242 version = &quot;0.2.1&quot;
1243 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1244 checksum = &quot;68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a&quot;
1245
1246 [[package]]
1247 name = &quot;miniz_oxide&quot;
1248 version = &quot;0.7.1&quot;
1249 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1250 checksum = &quot;e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7&quot;
1251 dependencies = [
1252 &quot;adler&quot;,
1253 ]
1254
1255 [[package]]
1256 name = &quot;mio&quot;
1257 version = &quot;0.8.8&quot;
1258 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1259 checksum = &quot;927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2&quot;
1260 dependencies = [
1261 &quot;libc&quot;,
1262 &quot;wasi&quot;,
1263 &quot;windows-sys&quot;,
1264 ]
1265
1266 [[package]]
1267 name = &quot;native-tls&quot;
1268 version = &quot;0.2.11&quot;
1269 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1270 checksum = &quot;07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e&quot;
1271 dependencies = [
1272 &quot;lazy_static&quot;,
1273 &quot;libc&quot;,
1274 &quot;log&quot;,
1275 &quot;openssl&quot;,
1276 &quot;openssl-probe&quot;,
1277 &quot;openssl-sys&quot;,
1278 &quot;schannel&quot;,
1279 &quot;security-framework&quot;,
1280 &quot;security-framework-sys&quot;,
1281 &quot;tempfile&quot;,
1282 ]
1283
1284 [[package]]
1285 name = &quot;nom&quot;
1286 version = &quot;7.1.3&quot;
1287 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1288 checksum = &quot;d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a&quot;
1289 dependencies = [
1290 &quot;memchr&quot;,
1291 &quot;minimal-lexical&quot;,
1292 ]
1293
1294 [[package]]
1295 name = &quot;nu-ansi-term&quot;
1296 version = &quot;0.46.0&quot;
1297 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1298 checksum = &quot;77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84&quot;
1299 dependencies = [
1300 &quot;overload&quot;,
1301 &quot;winapi&quot;,
1302 ]
1303
1304 [[package]]
1305 name = &quot;num-bigint&quot;
1306 version = &quot;0.4.4&quot;
1307 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1308 checksum = &quot;608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0&quot;
1309 dependencies = [
1310 &quot;autocfg&quot;,
1311 &quot;num-integer&quot;,
1312 &quot;num-traits&quot;,
1313 ]
1314
1315 [[package]]
1316 name = &quot;num-bigint-dig&quot;
1317 version = &quot;0.8.4&quot;
1318 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1319 checksum = &quot;dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151&quot;
1320 dependencies = [
1321 &quot;byteorder&quot;,
1322 &quot;lazy_static&quot;,
1323 &quot;libm&quot;,
1324 &quot;num-integer&quot;,
1325 &quot;num-iter&quot;,
1326 &quot;num-traits&quot;,
1327 &quot;rand&quot;,
1328 &quot;smallvec&quot;,
1329 &quot;zeroize&quot;,
1330 ]
1331
1332 [[package]]
1333 name = &quot;num-integer&quot;
1334 version = &quot;0.1.45&quot;
1335 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1336 checksum = &quot;225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9&quot;
1337 dependencies = [
1338 &quot;autocfg&quot;,
1339 &quot;num-traits&quot;,
1340 ]
1341
1342 [[package]]
1343 name = &quot;num-iter&quot;
1344 version = &quot;0.1.43&quot;
1345 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1346 checksum = &quot;7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252&quot;
1347 dependencies = [
1348 &quot;autocfg&quot;,
1349 &quot;num-integer&quot;,
1350 &quot;num-traits&quot;,
1351 ]
1352
1353 [[package]]
1354 name = &quot;num-traits&quot;
1355 version = &quot;0.2.16&quot;
1356 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1357 checksum = &quot;f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2&quot;
1358 dependencies = [
1359 &quot;autocfg&quot;,
1360 &quot;libm&quot;,
1361 ]
1362
1363 [[package]]
1364 name = &quot;num_cpus&quot;
1365 version = &quot;1.16.0&quot;
1366 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1367 checksum = &quot;4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43&quot;
1368 dependencies = [
1369 &quot;hermit-abi&quot;,
1370 &quot;libc&quot;,
1371 ]
1372
1373 [[package]]
1374 name = &quot;object&quot;
1375 version = &quot;0.32.1&quot;
1376 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1377 checksum = &quot;9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0&quot;
1378 dependencies = [
1379 &quot;memchr&quot;,
1380 ]
1381
1382 [[package]]
1383 name = &quot;once_cell&quot;
1384 version = &quot;1.18.0&quot;
1385 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1386 checksum = &quot;dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d&quot;
1387
1388 [[package]]
1389 name = &quot;opaque-debug&quot;
1390 version = &quot;0.3.0&quot;
1391 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1392 checksum = &quot;624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5&quot;
1393
1394 [[package]]
1395 name = &quot;openssl&quot;
1396 version = &quot;0.10.57&quot;
1397 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1398 checksum = &quot;bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c&quot;
1399 dependencies = [
1400 &quot;bitflags 2.4.0&quot;,
1401 &quot;cfg-if&quot;,
1402 &quot;foreign-types&quot;,
1403 &quot;libc&quot;,
1404 &quot;once_cell&quot;,
1405 &quot;openssl-macros&quot;,
1406 &quot;openssl-sys&quot;,
1407 ]
1408
1409 [[package]]
1410 name = &quot;openssl-macros&quot;
1411 version = &quot;0.1.1&quot;
1412 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1413 checksum = &quot;a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c&quot;
1414 dependencies = [
1415 &quot;proc-macro2&quot;,
1416 &quot;quote&quot;,
1417 &quot;syn 2.0.37&quot;,
1418 ]
1419
1420 [[package]]
1421 name = &quot;openssl-probe&quot;
1422 version = &quot;0.1.5&quot;
1423 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1424 checksum = &quot;ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf&quot;
1425
1426 [[package]]
1427 name = &quot;openssl-sys&quot;
1428 version = &quot;0.9.93&quot;
1429 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1430 checksum = &quot;db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d&quot;
1431 dependencies = [
1432 &quot;cc&quot;,
1433 &quot;libc&quot;,
1434 &quot;pkg-config&quot;,
1435 &quot;vcpkg&quot;,
1436 ]
1437
1438 [[package]]
1439 name = &quot;overload&quot;
1440 version = &quot;0.1.1&quot;
1441 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1442 checksum = &quot;b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39&quot;
1443
1444 [[package]]
1445 name = &quot;owo-colors&quot;
1446 version = &quot;3.5.0&quot;
1447 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1448 checksum = &quot;c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f&quot;
1449
1450 [[package]]
1451 name = &quot;parking_lot&quot;
1452 version = &quot;0.12.1&quot;
1453 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1454 checksum = &quot;3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f&quot;
1455 dependencies = [
1456 &quot;lock_api&quot;,
1457 &quot;parking_lot_core&quot;,
1458 ]
1459
1460 [[package]]
1461 name = &quot;parking_lot_core&quot;
1462 version = &quot;0.9.8&quot;
1463 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1464 checksum = &quot;93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447&quot;
1465 dependencies = [
1466 &quot;cfg-if&quot;,
1467 &quot;libc&quot;,
1468 &quot;redox_syscall&quot;,
1469 &quot;smallvec&quot;,
1470 &quot;windows-targets&quot;,
1471 ]
1472
1473 [[package]]
1474 name = &quot;password-hash&quot;
1475 version = &quot;0.5.0&quot;
1476 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1477 checksum = &quot;346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166&quot;
1478 dependencies = [
1479 &quot;base64ct&quot;,
1480 &quot;rand_core&quot;,
1481 &quot;subtle&quot;,
1482 ]
1483
1484 [[package]]
1485 name = &quot;paste&quot;
1486 version = &quot;1.0.14&quot;
1487 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1488 checksum = &quot;de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c&quot;
1489
1490 [[package]]
1491 name = &quot;pem&quot;
1492 version = &quot;1.1.1&quot;
1493 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1494 checksum = &quot;a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8&quot;
1495 dependencies = [
1496 &quot;base64 0.13.1&quot;,
1497 ]
1498
1499 [[package]]
1500 name = &quot;pem-rfc7468&quot;
1501 version = &quot;0.7.0&quot;
1502 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1503 checksum = &quot;88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412&quot;
1504 dependencies = [
1505 &quot;base64ct&quot;,
1506 ]
1507
1508 [[package]]
1509 name = &quot;percent-encoding&quot;
1510 version = &quot;2.3.0&quot;
1511 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1512 checksum = &quot;9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94&quot;
1513
1514 [[package]]
1515 name = &quot;pin-project-lite&quot;
1516 version = &quot;0.2.13&quot;
1517 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1518 checksum = &quot;8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58&quot;
1519
1520 [[package]]
1521 name = &quot;pin-utils&quot;
1522 version = &quot;0.1.0&quot;
1523 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1524 checksum = &quot;8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184&quot;
1525
1526 [[package]]
1527 name = &quot;pkcs1&quot;
1528 version = &quot;0.7.5&quot;
1529 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1530 checksum = &quot;c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f&quot;
1531 dependencies = [
1532 &quot;der&quot;,
1533 &quot;pkcs8&quot;,
1534 &quot;spki&quot;,
1535 ]
1536
1537 [[package]]
1538 name = &quot;pkcs8&quot;
1539 version = &quot;0.10.2&quot;
1540 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1541 checksum = &quot;f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7&quot;
1542 dependencies = [
1543 &quot;der&quot;,
1544 &quot;spki&quot;,
1545 ]
1546
1547 [[package]]
1548 name = &quot;pkg-config&quot;
1549 version = &quot;0.3.27&quot;
1550 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1551 checksum = &quot;26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964&quot;
1552
1553 [[package]]
1554 name = &quot;polyval&quot;
1555 version = &quot;0.6.1&quot;
1556 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1557 checksum = &quot;d52cff9d1d4dee5fe6d03729099f4a310a41179e0a10dbf542039873f2e826fb&quot;
1558 dependencies = [
1559 &quot;cfg-if&quot;,
1560 &quot;cpufeatures&quot;,
1561 &quot;opaque-debug&quot;,
1562 &quot;universal-hash&quot;,
1563 ]
1564
1565 [[package]]
1566 name = &quot;ppv-lite86&quot;
1567 version = &quot;0.2.17&quot;
1568 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1569 checksum = &quot;5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de&quot;
1570
1571 [[package]]
1572 name = &quot;proc-macro2&quot;
1573 version = &quot;1.0.67&quot;
1574 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1575 checksum = &quot;3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328&quot;
1576 dependencies = [
1577 &quot;unicode-ident&quot;,
1578 ]
1579
1580 [[package]]
1581 name = &quot;quote&quot;
1582 version = &quot;1.0.33&quot;
1583 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1584 checksum = &quot;5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae&quot;
1585 dependencies = [
1586 &quot;proc-macro2&quot;,
1587 ]
1588
1589 [[package]]
1590 name = &quot;rand&quot;
1591 version = &quot;0.8.5&quot;
1592 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1593 checksum = &quot;34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404&quot;
1594 dependencies = [
1595 &quot;libc&quot;,
1596 &quot;rand_chacha&quot;,
1597 &quot;rand_core&quot;,
1598 ]
1599
1600 [[package]]
1601 name = &quot;rand_chacha&quot;
1602 version = &quot;0.3.1&quot;
1603 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1604 checksum = &quot;e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88&quot;
1605 dependencies = [
1606 &quot;ppv-lite86&quot;,
1607 &quot;rand_core&quot;,
1608 ]
1609
1610 [[package]]
1611 name = &quot;rand_core&quot;
1612 version = &quot;0.6.4&quot;
1613 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1614 checksum = &quot;ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c&quot;
1615 dependencies = [
1616 &quot;getrandom&quot;,
1617 ]
1618
1619 [[package]]
1620 name = &quot;redox_syscall&quot;
1621 version = &quot;0.3.5&quot;
1622 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1623 checksum = &quot;567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29&quot;
1624 dependencies = [
1625 &quot;bitflags 1.3.2&quot;,
1626 ]
1627
1628 [[package]]
1629 name = &quot;reqwest&quot;
1630 version = &quot;0.11.20&quot;
1631 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1632 checksum = &quot;3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1&quot;
1633 dependencies = [
1634 &quot;base64 0.21.4&quot;,
1635 &quot;bytes&quot;,
1636 &quot;encoding_rs&quot;,
1637 &quot;futures-core&quot;,
1638 &quot;futures-util&quot;,
1639 &quot;h2&quot;,
1640 &quot;http&quot;,
1641 &quot;http-body&quot;,
1642 &quot;hyper&quot;,
1643 &quot;hyper-rustls&quot;,
1644 &quot;hyper-tls&quot;,
1645 &quot;ipnet&quot;,
1646 &quot;js-sys&quot;,
1647 &quot;log&quot;,
1648 &quot;mime&quot;,
1649 &quot;native-tls&quot;,
1650 &quot;once_cell&quot;,
1651 &quot;percent-encoding&quot;,
1652 &quot;pin-project-lite&quot;,
1653 &quot;rustls&quot;,
1654 &quot;rustls-pemfile&quot;,
1655 &quot;serde&quot;,
1656 &quot;serde_json&quot;,
1657 &quot;serde_urlencoded&quot;,
1658 &quot;tokio&quot;,
1659 &quot;tokio-native-tls&quot;,
1660 &quot;tokio-rustls&quot;,
1661 &quot;tower-service&quot;,
1662 &quot;url&quot;,
1663 &quot;wasm-bindgen&quot;,
1664 &quot;wasm-bindgen-futures&quot;,
1665 &quot;web-sys&quot;,
1666 &quot;webpki-roots&quot;,
1667 &quot;winreg&quot;,
1668 ]
1669
1670 [[package]]
1671 name = &quot;retain_mut&quot;
1672 version = &quot;0.1.9&quot;
1673 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1674 checksum = &quot;4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0&quot;
1675
1676 [[package]]
1677 name = &quot;ring&quot;
1678 version = &quot;0.16.20&quot;
1679 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1680 checksum = &quot;3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc&quot;
1681 dependencies = [
1682 &quot;cc&quot;,
1683 &quot;libc&quot;,
1684 &quot;once_cell&quot;,
1685 &quot;spin 0.5.2&quot;,
1686 &quot;untrusted&quot;,
1687 &quot;web-sys&quot;,
1688 &quot;winapi&quot;,
1689 ]
1690
1691 [[package]]
1692 name = &quot;rsa&quot;
1693 version = &quot;0.9.2&quot;
1694 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1695 checksum = &quot;6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8&quot;
1696 dependencies = [
1697 &quot;byteorder&quot;,
1698 &quot;const-oid&quot;,
1699 &quot;digest&quot;,
1700 &quot;num-bigint-dig&quot;,
1701 &quot;num-integer&quot;,
1702 &quot;num-iter&quot;,
1703 &quot;num-traits&quot;,
1704 &quot;pkcs1&quot;,
1705 &quot;pkcs8&quot;,
1706 &quot;rand_core&quot;,
1707 &quot;sha2&quot;,
1708 &quot;signature&quot;,
1709 &quot;spki&quot;,
1710 &quot;subtle&quot;,
1711 &quot;zeroize&quot;,
1712 ]
1713
1714 [[package]]
1715 name = &quot;rustc-demangle&quot;
1716 version = &quot;0.1.23&quot;
1717 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1718 checksum = &quot;d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76&quot;
1719
1720 [[package]]
1721 name = &quot;rustix&quot;
1722 version = &quot;0.38.14&quot;
1723 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1724 checksum = &quot;747c788e9ce8e92b12cd485c49ddf90723550b654b32508f979b71a7b1ecda4f&quot;
1725 dependencies = [
1726 &quot;bitflags 2.4.0&quot;,
1727 &quot;errno&quot;,
1728 &quot;libc&quot;,
1729 &quot;linux-raw-sys&quot;,
1730 &quot;windows-sys&quot;,
1731 ]
1732
1733 [[package]]
1734 name = &quot;rustls&quot;
1735 version = &quot;0.21.7&quot;
1736 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1737 checksum = &quot;cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8&quot;
1738 dependencies = [
1739 &quot;log&quot;,
1740 &quot;ring&quot;,
1741 &quot;rustls-webpki&quot;,
1742 &quot;sct&quot;,
1743 ]
1744
1745 [[package]]
1746 name = &quot;rustls-native-certs&quot;
1747 version = &quot;0.6.3&quot;
1748 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1749 checksum = &quot;a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00&quot;
1750 dependencies = [
1751 &quot;openssl-probe&quot;,
1752 &quot;rustls-pemfile&quot;,
1753 &quot;schannel&quot;,
1754 &quot;security-framework&quot;,
1755 ]
1756
1757 [[package]]
1758 name = &quot;rustls-pemfile&quot;
1759 version = &quot;1.0.3&quot;
1760 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1761 checksum = &quot;2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2&quot;
1762 dependencies = [
1763 &quot;base64 0.21.4&quot;,
1764 ]
1765
1766 [[package]]
1767 name = &quot;rustls-webpki&quot;
1768 version = &quot;0.101.6&quot;
1769 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1770 checksum = &quot;3c7d5dece342910d9ba34d259310cae3e0154b873b35408b787b59bce53d34fe&quot;
1771 dependencies = [
1772 &quot;ring&quot;,
1773 &quot;untrusted&quot;,
1774 ]
1775
1776 [[package]]
1777 name = &quot;ryu&quot;
1778 version = &quot;1.0.15&quot;
1779 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1780 checksum = &quot;1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741&quot;
1781
1782 [[package]]
1783 name = &quot;schannel&quot;
1784 version = &quot;0.1.22&quot;
1785 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1786 checksum = &quot;0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88&quot;
1787 dependencies = [
1788 &quot;windows-sys&quot;,
1789 ]
1790
1791 [[package]]
1792 name = &quot;scopeguard&quot;
1793 version = &quot;1.2.0&quot;
1794 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1795 checksum = &quot;94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49&quot;
1796
1797 [[package]]
1798 name = &quot;sct&quot;
1799 version = &quot;0.7.0&quot;
1800 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1801 checksum = &quot;d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4&quot;
1802 dependencies = [
1803 &quot;ring&quot;,
1804 &quot;untrusted&quot;,
1805 ]
1806
1807 [[package]]
1808 name = &quot;secrecy&quot;
1809 version = &quot;0.8.0&quot;
1810 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1811 checksum = &quot;9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e&quot;
1812 dependencies = [
1813 &quot;serde&quot;,
1814 &quot;zeroize&quot;,
1815 ]
1816
1817 [[package]]
1818 name = &quot;security-framework&quot;
1819 version = &quot;2.9.2&quot;
1820 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1821 checksum = &quot;05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de&quot;
1822 dependencies = [
1823 &quot;bitflags 1.3.2&quot;,
1824 &quot;core-foundation&quot;,
1825 &quot;core-foundation-sys&quot;,
1826 &quot;libc&quot;,
1827 &quot;security-framework-sys&quot;,
1828 ]
1829
1830 [[package]]
1831 name = &quot;security-framework-sys&quot;
1832 version = &quot;2.9.1&quot;
1833 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1834 checksum = &quot;e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a&quot;
1835 dependencies = [
1836 &quot;core-foundation-sys&quot;,
1837 &quot;libc&quot;,
1838 ]
1839
1840 [[package]]
1841 name = &quot;semver&quot;
1842 version = &quot;1.0.19&quot;
1843 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1844 checksum = &quot;ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0&quot;
1845 dependencies = [
1846 &quot;serde&quot;,
1847 ]
1848
1849 [[package]]
1850 name = &quot;serde&quot;
1851 version = &quot;1.0.188&quot;
1852 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1853 checksum = &quot;cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e&quot;
1854 dependencies = [
1855 &quot;serde_derive&quot;,
1856 ]
1857
1858 [[package]]
1859 name = &quot;serde_derive&quot;
1860 version = &quot;1.0.188&quot;
1861 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1862 checksum = &quot;4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2&quot;
1863 dependencies = [
1864 &quot;proc-macro2&quot;,
1865 &quot;quote&quot;,
1866 &quot;syn 2.0.37&quot;,
1867 ]
1868
1869 [[package]]
1870 name = &quot;serde_json&quot;
1871 version = &quot;1.0.107&quot;
1872 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1873 checksum = &quot;6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65&quot;
1874 dependencies = [
1875 &quot;itoa&quot;,
1876 &quot;ryu&quot;,
1877 &quot;serde&quot;,
1878 ]
1879
1880 [[package]]
1881 name = &quot;serde_spanned&quot;
1882 version = &quot;0.6.3&quot;
1883 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1884 checksum = &quot;96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186&quot;
1885 dependencies = [
1886 &quot;serde&quot;,
1887 ]
1888
1889 [[package]]
1890 name = &quot;serde_urlencoded&quot;
1891 version = &quot;0.7.1&quot;
1892 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1893 checksum = &quot;d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd&quot;
1894 dependencies = [
1895 &quot;form_urlencoded&quot;,
1896 &quot;itoa&quot;,
1897 &quot;ryu&quot;,
1898 &quot;serde&quot;,
1899 ]
1900
1901 [[package]]
1902 name = &quot;sha1&quot;
1903 version = &quot;0.10.6&quot;
1904 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1905 checksum = &quot;e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba&quot;
1906 dependencies = [
1907 &quot;cfg-if&quot;,
1908 &quot;cpufeatures&quot;,
1909 &quot;digest&quot;,
1910 ]
1911
1912 [[package]]
1913 name = &quot;sha2&quot;
1914 version = &quot;0.10.8&quot;
1915 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1916 checksum = &quot;793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8&quot;
1917 dependencies = [
1918 &quot;cfg-if&quot;,
1919 &quot;cpufeatures&quot;,
1920 &quot;digest&quot;,
1921 ]
1922
1923 [[package]]
1924 name = &quot;sharded-slab&quot;
1925 version = &quot;0.1.4&quot;
1926 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1927 checksum = &quot;900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31&quot;
1928 dependencies = [
1929 &quot;lazy_static&quot;,
1930 ]
1931
1932 [[package]]
1933 name = &quot;signal-hook-registry&quot;
1934 version = &quot;1.4.1&quot;
1935 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1936 checksum = &quot;d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1&quot;
1937 dependencies = [
1938 &quot;libc&quot;,
1939 ]
1940
1941 [[package]]
1942 name = &quot;signature&quot;
1943 version = &quot;2.1.0&quot;
1944 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1945 checksum = &quot;5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500&quot;
1946 dependencies = [
1947 &quot;digest&quot;,
1948 &quot;rand_core&quot;,
1949 ]
1950
1951 [[package]]
1952 name = &quot;simple_asn1&quot;
1953 version = &quot;0.6.2&quot;
1954 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1955 checksum = &quot;adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085&quot;
1956 dependencies = [
1957 &quot;num-bigint&quot;,
1958 &quot;num-traits&quot;,
1959 &quot;thiserror&quot;,
1960 &quot;time&quot;,
1961 ]
1962
1963 [[package]]
1964 name = &quot;slab&quot;
1965 version = &quot;0.4.9&quot;
1966 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1967 checksum = &quot;8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67&quot;
1968 dependencies = [
1969 &quot;autocfg&quot;,
1970 ]
1971
1972 [[package]]
1973 name = &quot;smallvec&quot;
1974 version = &quot;1.11.1&quot;
1975 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1976 checksum = &quot;942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a&quot;
1977
1978 [[package]]
1979 name = &quot;socket2&quot;
1980 version = &quot;0.4.9&quot;
1981 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1982 checksum = &quot;64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662&quot;
1983 dependencies = [
1984 &quot;libc&quot;,
1985 &quot;winapi&quot;,
1986 ]
1987
1988 [[package]]
1989 name = &quot;socket2&quot;
1990 version = &quot;0.5.4&quot;
1991 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
1992 checksum = &quot;4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e&quot;
1993 dependencies = [
1994 &quot;libc&quot;,
1995 &quot;windows-sys&quot;,
1996 ]
1997
1998 [[package]]
1999 name = &quot;spin&quot;
2000 version = &quot;0.5.2&quot;
2001 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2002 checksum = &quot;6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d&quot;
2003
2004 [[package]]
2005 name = &quot;spin&quot;
2006 version = &quot;0.9.8&quot;
2007 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2008 checksum = &quot;6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67&quot;
2009 dependencies = [
2010 &quot;lock_api&quot;,
2011 ]
2012
2013 [[package]]
2014 name = &quot;spki&quot;
2015 version = &quot;0.7.2&quot;
2016 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2017 checksum = &quot;9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a&quot;
2018 dependencies = [
2019 &quot;base64ct&quot;,
2020 &quot;der&quot;,
2021 ]
2022
2023 [[package]]
2024 name = &quot;sqlformat&quot;
2025 version = &quot;0.2.2&quot;
2026 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2027 checksum = &quot;6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85&quot;
2028 dependencies = [
2029 &quot;itertools&quot;,
2030 &quot;nom&quot;,
2031 &quot;unicode_categories&quot;,
2032 ]
2033
2034 [[package]]
2035 name = &quot;sqlx&quot;
2036 version = &quot;0.7.2&quot;
2037 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2038 checksum = &quot;0e50c216e3624ec8e7ecd14c6a6a6370aad6ee5d8cfc3ab30b5162eeeef2ed33&quot;
2039 dependencies = [
2040 &quot;sqlx-core&quot;,
2041 &quot;sqlx-macros&quot;,
2042 &quot;sqlx-mysql&quot;,
2043 &quot;sqlx-postgres&quot;,
2044 &quot;sqlx-sqlite&quot;,
2045 ]
2046
2047 [[package]]
2048 name = &quot;sqlx-core&quot;
2049 version = &quot;0.7.2&quot;
2050 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2051 checksum = &quot;8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d&quot;
2052 dependencies = [
2053 &quot;ahash 0.8.3&quot;,
2054 &quot;atoi&quot;,
2055 &quot;byteorder&quot;,
2056 &quot;bytes&quot;,
2057 &quot;chrono&quot;,
2058 &quot;crc&quot;,
2059 &quot;crossbeam-queue&quot;,
2060 &quot;dotenvy&quot;,
2061 &quot;either&quot;,
2062 &quot;event-listener&quot;,
2063 &quot;futures-channel&quot;,
2064 &quot;futures-core&quot;,
2065 &quot;futures-intrusive&quot;,
2066 &quot;futures-io&quot;,
2067 &quot;futures-util&quot;,
2068 &quot;hashlink&quot;,
2069 &quot;hex&quot;,
2070 &quot;indexmap 2.0.0&quot;,
2071 &quot;log&quot;,
2072 &quot;memchr&quot;,
2073 &quot;native-tls&quot;,
2074 &quot;once_cell&quot;,
2075 &quot;paste&quot;,
2076 &quot;percent-encoding&quot;,
2077 &quot;serde&quot;,
2078 &quot;serde_json&quot;,
2079 &quot;sha2&quot;,
2080 &quot;smallvec&quot;,
2081 &quot;sqlformat&quot;,
2082 &quot;thiserror&quot;,
2083 &quot;tokio&quot;,
2084 &quot;tokio-stream&quot;,
2085 &quot;tracing&quot;,
2086 &quot;url&quot;,
2087 ]
2088
2089 [[package]]
2090 name = &quot;sqlx-macros&quot;
2091 version = &quot;0.7.2&quot;
2092 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2093 checksum = &quot;9a793bb3ba331ec8359c1853bd39eed32cdd7baaf22c35ccf5c92a7e8d1189ec&quot;
2094 dependencies = [
2095 &quot;proc-macro2&quot;,
2096 &quot;quote&quot;,
2097 &quot;sqlx-core&quot;,
2098 &quot;sqlx-macros-core&quot;,
2099 &quot;syn 1.0.109&quot;,
2100 ]
2101
2102 [[package]]
2103 name = &quot;sqlx-macros-core&quot;
2104 version = &quot;0.7.2&quot;
2105 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2106 checksum = &quot;0a4ee1e104e00dedb6aa5ffdd1343107b0a4702e862a84320ee7cc74782d96fc&quot;
2107 dependencies = [
2108 &quot;dotenvy&quot;,
2109 &quot;either&quot;,
2110 &quot;heck&quot;,
2111 &quot;hex&quot;,
2112 &quot;once_cell&quot;,
2113 &quot;proc-macro2&quot;,
2114 &quot;quote&quot;,
2115 &quot;serde&quot;,
2116 &quot;serde_json&quot;,
2117 &quot;sha2&quot;,
2118 &quot;sqlx-core&quot;,
2119 &quot;sqlx-mysql&quot;,
2120 &quot;sqlx-postgres&quot;,
2121 &quot;sqlx-sqlite&quot;,
2122 &quot;syn 1.0.109&quot;,
2123 &quot;tempfile&quot;,
2124 &quot;tokio&quot;,
2125 &quot;url&quot;,
2126 ]
2127
2128 [[package]]
2129 name = &quot;sqlx-mysql&quot;
2130 version = &quot;0.7.2&quot;
2131 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2132 checksum = &quot;864b869fdf56263f4c95c45483191ea0af340f9f3e3e7b4d57a61c7c87a970db&quot;
2133 dependencies = [
2134 &quot;atoi&quot;,
2135 &quot;base64 0.21.4&quot;,
2136 &quot;bitflags 2.4.0&quot;,
2137 &quot;byteorder&quot;,
2138 &quot;bytes&quot;,
2139 &quot;chrono&quot;,
2140 &quot;crc&quot;,
2141 &quot;digest&quot;,
2142 &quot;dotenvy&quot;,
2143 &quot;either&quot;,
2144 &quot;futures-channel&quot;,
2145 &quot;futures-core&quot;,
2146 &quot;futures-io&quot;,
2147 &quot;futures-util&quot;,
2148 &quot;generic-array&quot;,
2149 &quot;hex&quot;,
2150 &quot;hkdf&quot;,
2151 &quot;hmac&quot;,
2152 &quot;itoa&quot;,
2153 &quot;log&quot;,
2154 &quot;md-5&quot;,
2155 &quot;memchr&quot;,
2156 &quot;once_cell&quot;,
2157 &quot;percent-encoding&quot;,
2158 &quot;rand&quot;,
2159 &quot;rsa&quot;,
2160 &quot;serde&quot;,
2161 &quot;sha1&quot;,
2162 &quot;sha2&quot;,
2163 &quot;smallvec&quot;,
2164 &quot;sqlx-core&quot;,
2165 &quot;stringprep&quot;,
2166 &quot;thiserror&quot;,
2167 &quot;tracing&quot;,
2168 &quot;whoami&quot;,
2169 ]
2170
2171 [[package]]
2172 name = &quot;sqlx-postgres&quot;
2173 version = &quot;0.7.2&quot;
2174 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2175 checksum = &quot;eb7ae0e6a97fb3ba33b23ac2671a5ce6e3cabe003f451abd5a56e7951d975624&quot;
2176 dependencies = [
2177 &quot;atoi&quot;,
2178 &quot;base64 0.21.4&quot;,
2179 &quot;bitflags 2.4.0&quot;,
2180 &quot;byteorder&quot;,
2181 &quot;chrono&quot;,
2182 &quot;crc&quot;,
2183 &quot;dotenvy&quot;,
2184 &quot;etcetera&quot;,
2185 &quot;futures-channel&quot;,
2186 &quot;futures-core&quot;,
2187 &quot;futures-io&quot;,
2188 &quot;futures-util&quot;,
2189 &quot;hex&quot;,
2190 &quot;hkdf&quot;,
2191 &quot;hmac&quot;,
2192 &quot;home&quot;,
2193 &quot;itoa&quot;,
2194 &quot;log&quot;,
2195 &quot;md-5&quot;,
2196 &quot;memchr&quot;,
2197 &quot;once_cell&quot;,
2198 &quot;rand&quot;,
2199 &quot;serde&quot;,
2200 &quot;serde_json&quot;,
2201 &quot;sha1&quot;,
2202 &quot;sha2&quot;,
2203 &quot;smallvec&quot;,
2204 &quot;sqlx-core&quot;,
2205 &quot;stringprep&quot;,
2206 &quot;thiserror&quot;,
2207 &quot;tracing&quot;,
2208 &quot;whoami&quot;,
2209 ]
2210
2211 [[package]]
2212 name = &quot;sqlx-sqlite&quot;
2213 version = &quot;0.7.2&quot;
2214 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2215 checksum = &quot;d59dc83cf45d89c555a577694534fcd1b55c545a816c816ce51f20bbe56a4f3f&quot;
2216 dependencies = [
2217 &quot;atoi&quot;,
2218 &quot;chrono&quot;,
2219 &quot;flume&quot;,
2220 &quot;futures-channel&quot;,
2221 &quot;futures-core&quot;,
2222 &quot;futures-executor&quot;,
2223 &quot;futures-intrusive&quot;,
2224 &quot;futures-util&quot;,
2225 &quot;libsqlite3-sys&quot;,
2226 &quot;log&quot;,
2227 &quot;percent-encoding&quot;,
2228 &quot;serde&quot;,
2229 &quot;sqlx-core&quot;,
2230 &quot;tracing&quot;,
2231 &quot;url&quot;,
2232 ]
2233
2234 [[package]]
2235 name = &quot;stringprep&quot;
2236 version = &quot;0.1.4&quot;
2237 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2238 checksum = &quot;bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6&quot;
2239 dependencies = [
2240 &quot;finl_unicode&quot;,
2241 &quot;unicode-bidi&quot;,
2242 &quot;unicode-normalization&quot;,
2243 ]
2244
2245 [[package]]
2246 name = &quot;subtle&quot;
2247 version = &quot;2.5.0&quot;
2248 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2249 checksum = &quot;81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc&quot;
2250
2251 [[package]]
2252 name = &quot;syn&quot;
2253 version = &quot;1.0.109&quot;
2254 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2255 checksum = &quot;72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237&quot;
2256 dependencies = [
2257 &quot;proc-macro2&quot;,
2258 &quot;quote&quot;,
2259 &quot;unicode-ident&quot;,
2260 ]
2261
2262 [[package]]
2263 name = &quot;syn&quot;
2264 version = &quot;2.0.37&quot;
2265 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2266 checksum = &quot;7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8&quot;
2267 dependencies = [
2268 &quot;proc-macro2&quot;,
2269 &quot;quote&quot;,
2270 &quot;unicode-ident&quot;,
2271 ]
2272
2273 [[package]]
2274 name = &quot;tempfile&quot;
2275 version = &quot;3.8.0&quot;
2276 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2277 checksum = &quot;cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef&quot;
2278 dependencies = [
2279 &quot;cfg-if&quot;,
2280 &quot;fastrand&quot;,
2281 &quot;redox_syscall&quot;,
2282 &quot;rustix&quot;,
2283 &quot;windows-sys&quot;,
2284 ]
2285
2286 [[package]]
2287 name = &quot;thiserror&quot;
2288 version = &quot;1.0.49&quot;
2289 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2290 checksum = &quot;1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4&quot;
2291 dependencies = [
2292 &quot;thiserror-impl&quot;,
2293 ]
2294
2295 [[package]]
2296 name = &quot;thiserror-impl&quot;
2297 version = &quot;1.0.49&quot;
2298 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2299 checksum = &quot;10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc&quot;
2300 dependencies = [
2301 &quot;proc-macro2&quot;,
2302 &quot;quote&quot;,
2303 &quot;syn 2.0.37&quot;,
2304 ]
2305
2306 [[package]]
2307 name = &quot;thread_local&quot;
2308 version = &quot;1.1.7&quot;
2309 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2310 checksum = &quot;3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152&quot;
2311 dependencies = [
2312 &quot;cfg-if&quot;,
2313 &quot;once_cell&quot;,
2314 ]
2315
2316 [[package]]
2317 name = &quot;time&quot;
2318 version = &quot;0.3.29&quot;
2319 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2320 checksum = &quot;426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe&quot;
2321 dependencies = [
2322 &quot;deranged&quot;,
2323 &quot;itoa&quot;,
2324 &quot;serde&quot;,
2325 &quot;time-core&quot;,
2326 &quot;time-macros&quot;,
2327 ]
2328
2329 [[package]]
2330 name = &quot;time-core&quot;
2331 version = &quot;0.1.2&quot;
2332 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2333 checksum = &quot;ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3&quot;
2334
2335 [[package]]
2336 name = &quot;time-macros&quot;
2337 version = &quot;0.2.15&quot;
2338 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2339 checksum = &quot;4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20&quot;
2340 dependencies = [
2341 &quot;time-core&quot;,
2342 ]
2343
2344 [[package]]
2345 name = &quot;tinyvec&quot;
2346 version = &quot;1.6.0&quot;
2347 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2348 checksum = &quot;87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50&quot;
2349 dependencies = [
2350 &quot;tinyvec_macros&quot;,
2351 ]
2352
2353 [[package]]
2354 name = &quot;tinyvec_macros&quot;
2355 version = &quot;0.1.1&quot;
2356 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2357 checksum = &quot;1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20&quot;
2358
2359 [[package]]
2360 name = &quot;tokio&quot;
2361 version = &quot;1.32.0&quot;
2362 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2363 checksum = &quot;17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9&quot;
2364 dependencies = [
2365 &quot;backtrace&quot;,
2366 &quot;bytes&quot;,
2367 &quot;libc&quot;,
2368 &quot;mio&quot;,
2369 &quot;num_cpus&quot;,
2370 &quot;parking_lot&quot;,
2371 &quot;pin-project-lite&quot;,
2372 &quot;signal-hook-registry&quot;,
2373 &quot;socket2 0.5.4&quot;,
2374 &quot;tokio-macros&quot;,
2375 &quot;windows-sys&quot;,
2376 ]
2377
2378 [[package]]
2379 name = &quot;tokio-macros&quot;
2380 version = &quot;2.1.0&quot;
2381 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2382 checksum = &quot;630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e&quot;
2383 dependencies = [
2384 &quot;proc-macro2&quot;,
2385 &quot;quote&quot;,
2386 &quot;syn 2.0.37&quot;,
2387 ]
2388
2389 [[package]]
2390 name = &quot;tokio-native-tls&quot;
2391 version = &quot;0.3.1&quot;
2392 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2393 checksum = &quot;bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2&quot;
2394 dependencies = [
2395 &quot;native-tls&quot;,
2396 &quot;tokio&quot;,
2397 ]
2398
2399 [[package]]
2400 name = &quot;tokio-rustls&quot;
2401 version = &quot;0.24.1&quot;
2402 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2403 checksum = &quot;c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081&quot;
2404 dependencies = [
2405 &quot;rustls&quot;,
2406 &quot;tokio&quot;,
2407 ]
2408
2409 [[package]]
2410 name = &quot;tokio-stream&quot;
2411 version = &quot;0.1.14&quot;
2412 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2413 checksum = &quot;397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842&quot;
2414 dependencies = [
2415 &quot;futures-core&quot;,
2416 &quot;pin-project-lite&quot;,
2417 &quot;tokio&quot;,
2418 ]
2419
2420 [[package]]
2421 name = &quot;tokio-tungstenite&quot;
2422 version = &quot;0.20.1&quot;
2423 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2424 checksum = &quot;212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c&quot;
2425 dependencies = [
2426 &quot;futures-util&quot;,
2427 &quot;log&quot;,
2428 &quot;rustls&quot;,
2429 &quot;rustls-native-certs&quot;,
2430 &quot;tokio&quot;,
2431 &quot;tokio-rustls&quot;,
2432 &quot;tungstenite&quot;,
2433 ]
2434
2435 [[package]]
2436 name = &quot;tokio-util&quot;
2437 version = &quot;0.7.9&quot;
2438 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2439 checksum = &quot;1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d&quot;
2440 dependencies = [
2441 &quot;bytes&quot;,
2442 &quot;futures-core&quot;,
2443 &quot;futures-sink&quot;,
2444 &quot;futures-util&quot;,
2445 &quot;hashbrown 0.12.3&quot;,
2446 &quot;pin-project-lite&quot;,
2447 &quot;tokio&quot;,
2448 &quot;tracing&quot;,
2449 ]
2450
2451 [[package]]
2452 name = &quot;toml&quot;
2453 version = &quot;0.7.8&quot;
2454 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2455 checksum = &quot;dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257&quot;
2456 dependencies = [
2457 &quot;serde&quot;,
2458 &quot;serde_spanned&quot;,
2459 &quot;toml_datetime&quot;,
2460 &quot;toml_edit&quot;,
2461 ]
2462
2463 [[package]]
2464 name = &quot;toml_datetime&quot;
2465 version = &quot;0.6.3&quot;
2466 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2467 checksum = &quot;7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b&quot;
2468 dependencies = [
2469 &quot;serde&quot;,
2470 ]
2471
2472 [[package]]
2473 name = &quot;toml_edit&quot;
2474 version = &quot;0.19.15&quot;
2475 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2476 checksum = &quot;1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421&quot;
2477 dependencies = [
2478 &quot;indexmap 2.0.0&quot;,
2479 &quot;serde&quot;,
2480 &quot;serde_spanned&quot;,
2481 &quot;toml_datetime&quot;,
2482 &quot;winnow&quot;,
2483 ]
2484
2485 [[package]]
2486 name = &quot;tower-service&quot;
2487 version = &quot;0.3.2&quot;
2488 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2489 checksum = &quot;b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52&quot;
2490
2491 [[package]]
2492 name = &quot;tracing&quot;
2493 version = &quot;0.1.37&quot;
2494 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2495 checksum = &quot;8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8&quot;
2496 dependencies = [
2497 &quot;cfg-if&quot;,
2498 &quot;log&quot;,
2499 &quot;pin-project-lite&quot;,
2500 &quot;tracing-attributes&quot;,
2501 &quot;tracing-core&quot;,
2502 ]
2503
2504 [[package]]
2505 name = &quot;tracing-attributes&quot;
2506 version = &quot;0.1.26&quot;
2507 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2508 checksum = &quot;5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab&quot;
2509 dependencies = [
2510 &quot;proc-macro2&quot;,
2511 &quot;quote&quot;,
2512 &quot;syn 2.0.37&quot;,
2513 ]
2514
2515 [[package]]
2516 name = &quot;tracing-core&quot;
2517 version = &quot;0.1.31&quot;
2518 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2519 checksum = &quot;0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a&quot;
2520 dependencies = [
2521 &quot;once_cell&quot;,
2522 &quot;valuable&quot;,
2523 ]
2524
2525 [[package]]
2526 name = &quot;tracing-error&quot;
2527 version = &quot;0.2.0&quot;
2528 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2529 checksum = &quot;d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e&quot;
2530 dependencies = [
2531 &quot;tracing&quot;,
2532 &quot;tracing-subscriber&quot;,
2533 ]
2534
2535 [[package]]
2536 name = &quot;tracing-log&quot;
2537 version = &quot;0.1.3&quot;
2538 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2539 checksum = &quot;78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922&quot;
2540 dependencies = [
2541 &quot;lazy_static&quot;,
2542 &quot;log&quot;,
2543 &quot;tracing-core&quot;,
2544 ]
2545
2546 [[package]]
2547 name = &quot;tracing-subscriber&quot;
2548 version = &quot;0.3.17&quot;
2549 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2550 checksum = &quot;30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77&quot;
2551 dependencies = [
2552 &quot;nu-ansi-term&quot;,
2553 &quot;sharded-slab&quot;,
2554 &quot;smallvec&quot;,
2555 &quot;thread_local&quot;,
2556 &quot;tracing-core&quot;,
2557 &quot;tracing-log&quot;,
2558 ]
2559
2560 [[package]]
2561 name = &quot;try-lock&quot;
2562 version = &quot;0.2.4&quot;
2563 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2564 checksum = &quot;3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed&quot;
2565
2566 [[package]]
2567 name = &quot;tungstenite&quot;
2568 version = &quot;0.20.1&quot;
2569 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2570 checksum = &quot;9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9&quot;
2571 dependencies = [
2572 &quot;byteorder&quot;,
2573 &quot;bytes&quot;,
2574 &quot;data-encoding&quot;,
2575 &quot;http&quot;,
2576 &quot;httparse&quot;,
2577 &quot;log&quot;,
2578 &quot;rand&quot;,
2579 &quot;rustls&quot;,
2580 &quot;sha1&quot;,
2581 &quot;thiserror&quot;,
2582 &quot;url&quot;,
2583 &quot;utf-8&quot;,
2584 ]
2585
2586 [[package]]
2587 name = &quot;typenum&quot;
2588 version = &quot;1.17.0&quot;
2589 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2590 checksum = &quot;42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825&quot;
2591
2592 [[package]]
2593 name = &quot;unicode-bidi&quot;
2594 version = &quot;0.3.13&quot;
2595 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2596 checksum = &quot;92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460&quot;
2597
2598 [[package]]
2599 name = &quot;unicode-ident&quot;
2600 version = &quot;1.0.12&quot;
2601 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2602 checksum = &quot;3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b&quot;
2603
2604 [[package]]
2605 name = &quot;unicode-normalization&quot;
2606 version = &quot;0.1.22&quot;
2607 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2608 checksum = &quot;5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921&quot;
2609 dependencies = [
2610 &quot;tinyvec&quot;,
2611 ]
2612
2613 [[package]]
2614 name = &quot;unicode-segmentation&quot;
2615 version = &quot;1.10.1&quot;
2616 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2617 checksum = &quot;1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36&quot;
2618
2619 [[package]]
2620 name = &quot;unicode_categories&quot;
2621 version = &quot;0.1.1&quot;
2622 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2623 checksum = &quot;39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e&quot;
2624
2625 [[package]]
2626 name = &quot;universal-hash&quot;
2627 version = &quot;0.5.1&quot;
2628 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2629 checksum = &quot;fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea&quot;
2630 dependencies = [
2631 &quot;crypto-common&quot;,
2632 &quot;subtle&quot;,
2633 ]
2634
2635 [[package]]
2636 name = &quot;untrusted&quot;
2637 version = &quot;0.7.1&quot;
2638 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2639 checksum = &quot;a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a&quot;
2640
2641 [[package]]
2642 name = &quot;url&quot;
2643 version = &quot;2.4.1&quot;
2644 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2645 checksum = &quot;143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5&quot;
2646 dependencies = [
2647 &quot;form_urlencoded&quot;,
2648 &quot;idna&quot;,
2649 &quot;percent-encoding&quot;,
2650 &quot;serde&quot;,
2651 ]
2652
2653 [[package]]
2654 name = &quot;utf-8&quot;
2655 version = &quot;0.7.6&quot;
2656 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2657 checksum = &quot;09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9&quot;
2658
2659 [[package]]
2660 name = &quot;valuable&quot;
2661 version = &quot;0.1.0&quot;
2662 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2663 checksum = &quot;830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d&quot;
2664
2665 [[package]]
2666 name = &quot;vcpkg&quot;
2667 version = &quot;0.2.15&quot;
2668 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2669 checksum = &quot;accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426&quot;
2670
2671 [[package]]
2672 name = &quot;version_check&quot;
2673 version = &quot;0.9.4&quot;
2674 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2675 checksum = &quot;49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f&quot;
2676
2677 [[package]]
2678 name = &quot;want&quot;
2679 version = &quot;0.3.1&quot;
2680 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2681 checksum = &quot;bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e&quot;
2682 dependencies = [
2683 &quot;try-lock&quot;,
2684 ]
2685
2686 [[package]]
2687 name = &quot;wasi&quot;
2688 version = &quot;0.11.0+wasi-snapshot-preview1&quot;
2689 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2690 checksum = &quot;9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423&quot;
2691
2692 [[package]]
2693 name = &quot;wasm-bindgen&quot;
2694 version = &quot;0.2.87&quot;
2695 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2696 checksum = &quot;7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342&quot;
2697 dependencies = [
2698 &quot;cfg-if&quot;,
2699 &quot;wasm-bindgen-macro&quot;,
2700 ]
2701
2702 [[package]]
2703 name = &quot;wasm-bindgen-backend&quot;
2704 version = &quot;0.2.87&quot;
2705 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2706 checksum = &quot;5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd&quot;
2707 dependencies = [
2708 &quot;bumpalo&quot;,
2709 &quot;log&quot;,
2710 &quot;once_cell&quot;,
2711 &quot;proc-macro2&quot;,
2712 &quot;quote&quot;,
2713 &quot;syn 2.0.37&quot;,
2714 &quot;wasm-bindgen-shared&quot;,
2715 ]
2716
2717 [[package]]
2718 name = &quot;wasm-bindgen-futures&quot;
2719 version = &quot;0.4.37&quot;
2720 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2721 checksum = &quot;c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03&quot;
2722 dependencies = [
2723 &quot;cfg-if&quot;,
2724 &quot;js-sys&quot;,
2725 &quot;wasm-bindgen&quot;,
2726 &quot;web-sys&quot;,
2727 ]
2728
2729 [[package]]
2730 name = &quot;wasm-bindgen-macro&quot;
2731 version = &quot;0.2.87&quot;
2732 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2733 checksum = &quot;dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d&quot;
2734 dependencies = [
2735 &quot;quote&quot;,
2736 &quot;wasm-bindgen-macro-support&quot;,
2737 ]
2738
2739 [[package]]
2740 name = &quot;wasm-bindgen-macro-support&quot;
2741 version = &quot;0.2.87&quot;
2742 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2743 checksum = &quot;54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b&quot;
2744 dependencies = [
2745 &quot;proc-macro2&quot;,
2746 &quot;quote&quot;,
2747 &quot;syn 2.0.37&quot;,
2748 &quot;wasm-bindgen-backend&quot;,
2749 &quot;wasm-bindgen-shared&quot;,
2750 ]
2751
2752 [[package]]
2753 name = &quot;wasm-bindgen-shared&quot;
2754 version = &quot;0.2.87&quot;
2755 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2756 checksum = &quot;ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1&quot;
2757
2758 [[package]]
2759 name = &quot;web-sys&quot;
2760 version = &quot;0.3.64&quot;
2761 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2762 checksum = &quot;9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b&quot;
2763 dependencies = [
2764 &quot;js-sys&quot;,
2765 &quot;wasm-bindgen&quot;,
2766 ]
2767
2768 [[package]]
2769 name = &quot;webpki-roots&quot;
2770 version = &quot;0.25.2&quot;
2771 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2772 checksum = &quot;14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc&quot;
2773
2774 [[package]]
2775 name = &quot;whoami&quot;
2776 version = &quot;1.4.1&quot;
2777 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2778 checksum = &quot;22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50&quot;
2779
2780 [[package]]
2781 name = &quot;winapi&quot;
2782 version = &quot;0.3.9&quot;
2783 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2784 checksum = &quot;5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419&quot;
2785 dependencies = [
2786 &quot;winapi-i686-pc-windows-gnu&quot;,
2787 &quot;winapi-x86_64-pc-windows-gnu&quot;,
2788 ]
2789
2790 [[package]]
2791 name = &quot;winapi-i686-pc-windows-gnu&quot;
2792 version = &quot;0.4.0&quot;
2793 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2794 checksum = &quot;ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6&quot;
2795
2796 [[package]]
2797 name = &quot;winapi-x86_64-pc-windows-gnu&quot;
2798 version = &quot;0.4.0&quot;
2799 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2800 checksum = &quot;712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f&quot;
2801
2802 [[package]]
2803 name = &quot;windows&quot;
2804 version = &quot;0.48.0&quot;
2805 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2806 checksum = &quot;e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f&quot;
2807 dependencies = [
2808 &quot;windows-targets&quot;,
2809 ]
2810
2811 [[package]]
2812 name = &quot;windows-sys&quot;
2813 version = &quot;0.48.0&quot;
2814 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2815 checksum = &quot;677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9&quot;
2816 dependencies = [
2817 &quot;windows-targets&quot;,
2818 ]
2819
2820 [[package]]
2821 name = &quot;windows-targets&quot;
2822 version = &quot;0.48.5&quot;
2823 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2824 checksum = &quot;9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c&quot;
2825 dependencies = [
2826 &quot;windows_aarch64_gnullvm&quot;,
2827 &quot;windows_aarch64_msvc&quot;,
2828 &quot;windows_i686_gnu&quot;,
2829 &quot;windows_i686_msvc&quot;,
2830 &quot;windows_x86_64_gnu&quot;,
2831 &quot;windows_x86_64_gnullvm&quot;,
2832 &quot;windows_x86_64_msvc&quot;,
2833 ]
2834
2835 [[package]]
2836 name = &quot;windows_aarch64_gnullvm&quot;
2837 version = &quot;0.48.5&quot;
2838 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2839 checksum = &quot;2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8&quot;
2840
2841 [[package]]
2842 name = &quot;windows_aarch64_msvc&quot;
2843 version = &quot;0.48.5&quot;
2844 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2845 checksum = &quot;dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc&quot;
2846
2847 [[package]]
2848 name = &quot;windows_i686_gnu&quot;
2849 version = &quot;0.48.5&quot;
2850 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2851 checksum = &quot;a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e&quot;
2852
2853 [[package]]
2854 name = &quot;windows_i686_msvc&quot;
2855 version = &quot;0.48.5&quot;
2856 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2857 checksum = &quot;8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406&quot;
2858
2859 [[package]]
2860 name = &quot;windows_x86_64_gnu&quot;
2861 version = &quot;0.48.5&quot;
2862 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2863 checksum = &quot;53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e&quot;
2864
2865 [[package]]
2866 name = &quot;windows_x86_64_gnullvm&quot;
2867 version = &quot;0.48.5&quot;
2868 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2869 checksum = &quot;0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc&quot;
2870
2871 [[package]]
2872 name = &quot;windows_x86_64_msvc&quot;
2873 version = &quot;0.48.5&quot;
2874 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2875 checksum = &quot;ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538&quot;
2876
2877 [[package]]
2878 name = &quot;winnow&quot;
2879 version = &quot;0.5.15&quot;
2880 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2881 checksum = &quot;7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc&quot;
2882 dependencies = [
2883 &quot;memchr&quot;,
2884 ]
2885
2886 [[package]]
2887 name = &quot;winreg&quot;
2888 version = &quot;0.50.0&quot;
2889 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2890 checksum = &quot;524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1&quot;
2891 dependencies = [
2892 &quot;cfg-if&quot;,
2893 &quot;windows-sys&quot;,
2894 ]
2895
2896 [[package]]
2897 name = &quot;zeroize&quot;
2898 version = &quot;1.6.0&quot;
2899 source = &quot;registry+https://github.com/rust-lang/crates.io-index&quot;
2900 checksum = &quot;2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9&quot;