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