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