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