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