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