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