Skip to main content

max / makenotwork

51.7 KB · 2153 lines History Blame Raw
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 4
4
5 [[package]]
6 name = "allocator-api2"
7 version = "0.2.21"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
10
11 [[package]]
12 name = "atomic-waker"
13 version = "1.1.2"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
15 checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
16
17 [[package]]
18 name = "autocfg"
19 version = "1.5.0"
20 source = "registry+https://github.com/rust-lang/crates.io-index"
21 checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
22
23 [[package]]
24 name = "aws-config"
25 version = "1.8.15"
26 source = "registry+https://github.com/rust-lang/crates.io-index"
27 checksum = "11493b0bad143270fb8ad284a096dd529ba91924c5409adeac856cc1bf047dbc"
28 dependencies = [
29 "aws-credential-types",
30 "aws-runtime",
31 "aws-sdk-sts",
32 "aws-smithy-async",
33 "aws-smithy-http",
34 "aws-smithy-json",
35 "aws-smithy-runtime",
36 "aws-smithy-runtime-api",
37 "aws-smithy-types",
38 "aws-types",
39 "bytes",
40 "fastrand",
41 "http 1.4.0",
42 "time",
43 "tokio",
44 "tracing",
45 "url",
46 ]
47
48 [[package]]
49 name = "aws-credential-types"
50 version = "1.2.14"
51 source = "registry+https://github.com/rust-lang/crates.io-index"
52 checksum = "8f20799b373a1be121fe3005fba0c2090af9411573878f224df44b42727fcaf7"
53 dependencies = [
54 "aws-smithy-async",
55 "aws-smithy-runtime-api",
56 "aws-smithy-types",
57 "zeroize",
58 ]
59
60 [[package]]
61 name = "aws-runtime"
62 version = "1.7.3"
63 source = "registry+https://github.com/rust-lang/crates.io-index"
64 checksum = "5dcd93c82209ac7413532388067dce79be5a8780c1786e5fae3df22e4dee2864"
65 dependencies = [
66 "aws-credential-types",
67 "aws-sigv4",
68 "aws-smithy-async",
69 "aws-smithy-eventstream",
70 "aws-smithy-http",
71 "aws-smithy-runtime",
72 "aws-smithy-runtime-api",
73 "aws-smithy-types",
74 "aws-types",
75 "bytes",
76 "bytes-utils",
77 "fastrand",
78 "http 0.2.12",
79 "http 1.4.0",
80 "http-body 0.4.6",
81 "http-body 1.0.1",
82 "percent-encoding",
83 "pin-project-lite",
84 "tracing",
85 "uuid",
86 ]
87
88 [[package]]
89 name = "aws-sdk-s3"
90 version = "1.131.0"
91 source = "registry+https://github.com/rust-lang/crates.io-index"
92 checksum = "fe1b8c5282bf859170836045296b3cd710b7573aceb909498366bb508a41058e"
93 dependencies = [
94 "aws-credential-types",
95 "aws-runtime",
96 "aws-sigv4",
97 "aws-smithy-async",
98 "aws-smithy-checksums",
99 "aws-smithy-eventstream",
100 "aws-smithy-http",
101 "aws-smithy-json",
102 "aws-smithy-observability",
103 "aws-smithy-runtime",
104 "aws-smithy-runtime-api",
105 "aws-smithy-types",
106 "aws-smithy-xml",
107 "aws-types",
108 "bytes",
109 "fastrand",
110 "hex",
111 "hmac 0.13.0",
112 "http 0.2.12",
113 "http 1.4.0",
114 "http-body 1.0.1",
115 "lru",
116 "percent-encoding",
117 "regex-lite",
118 "sha2 0.11.0",
119 "tracing",
120 "url",
121 ]
122
123 [[package]]
124 name = "aws-sdk-sts"
125 version = "1.101.0"
126 source = "registry+https://github.com/rust-lang/crates.io-index"
127 checksum = "ab41ad64e4051ecabeea802d6a17845a91e83287e1dd249e6963ea1ba78c428a"
128 dependencies = [
129 "aws-credential-types",
130 "aws-runtime",
131 "aws-smithy-async",
132 "aws-smithy-http",
133 "aws-smithy-json",
134 "aws-smithy-observability",
135 "aws-smithy-query",
136 "aws-smithy-runtime",
137 "aws-smithy-runtime-api",
138 "aws-smithy-types",
139 "aws-smithy-xml",
140 "aws-types",
141 "fastrand",
142 "http 0.2.12",
143 "http 1.4.0",
144 "regex-lite",
145 "tracing",
146 ]
147
148 [[package]]
149 name = "aws-sigv4"
150 version = "1.4.3"
151 source = "registry+https://github.com/rust-lang/crates.io-index"
152 checksum = "68dc0b907359b120170613b5c09ccc61304eac3998ff6274b97d93ee6490115a"
153 dependencies = [
154 "aws-credential-types",
155 "aws-smithy-eventstream",
156 "aws-smithy-http",
157 "aws-smithy-runtime-api",
158 "aws-smithy-types",
159 "bytes",
160 "crypto-bigint 0.5.5",
161 "form_urlencoded",
162 "hex",
163 "hmac 0.13.0",
164 "http 0.2.12",
165 "http 1.4.0",
166 "p256",
167 "percent-encoding",
168 "ring",
169 "sha2 0.11.0",
170 "subtle",
171 "time",
172 "tracing",
173 "zeroize",
174 ]
175
176 [[package]]
177 name = "aws-smithy-async"
178 version = "1.2.14"
179 source = "registry+https://github.com/rust-lang/crates.io-index"
180 checksum = "2ffcaf626bdda484571968400c326a244598634dc75fd451325a54ad1a59acfc"
181 dependencies = [
182 "futures-util",
183 "pin-project-lite",
184 "tokio",
185 ]
186
187 [[package]]
188 name = "aws-smithy-checksums"
189 version = "0.64.7"
190 source = "registry+https://github.com/rust-lang/crates.io-index"
191 checksum = "10efbbcec1e044b81600e2fc562a391951d291152d95b482d5b7e7132299d762"
192 dependencies = [
193 "aws-smithy-http",
194 "aws-smithy-types",
195 "bytes",
196 "crc-fast",
197 "hex",
198 "http 1.4.0",
199 "http-body 1.0.1",
200 "http-body-util",
201 "md-5",
202 "pin-project-lite",
203 "sha1",
204 "sha2 0.11.0",
205 "tracing",
206 ]
207
208 [[package]]
209 name = "aws-smithy-eventstream"
210 version = "0.60.20"
211 source = "registry+https://github.com/rust-lang/crates.io-index"
212 checksum = "faf09d74e5e32f76b8762da505a3cd59303e367a664ca67295387baa8c1d7548"
213 dependencies = [
214 "aws-smithy-types",
215 "bytes",
216 "crc32fast",
217 ]
218
219 [[package]]
220 name = "aws-smithy-http"
221 version = "0.63.6"
222 source = "registry+https://github.com/rust-lang/crates.io-index"
223 checksum = "ba1ab2dc1c2c3749ead27180d333c42f11be8b0e934058fb4b2258ee8dbe5231"
224 dependencies = [
225 "aws-smithy-eventstream",
226 "aws-smithy-runtime-api",
227 "aws-smithy-types",
228 "bytes",
229 "bytes-utils",
230 "futures-core",
231 "futures-util",
232 "http 1.4.0",
233 "http-body 1.0.1",
234 "http-body-util",
235 "percent-encoding",
236 "pin-project-lite",
237 "pin-utils",
238 "tracing",
239 ]
240
241 [[package]]
242 name = "aws-smithy-http-client"
243 version = "1.1.12"
244 source = "registry+https://github.com/rust-lang/crates.io-index"
245 checksum = "6a2f165a7feee6f263028b899d0a181987f4fa7179a6411a32a439fba7c5f769"
246 dependencies = [
247 "aws-smithy-async",
248 "aws-smithy-runtime-api",
249 "aws-smithy-types",
250 "h2",
251 "http 1.4.0",
252 "hyper",
253 "hyper-rustls",
254 "hyper-util",
255 "pin-project-lite",
256 "rustls",
257 "rustls-native-certs",
258 "rustls-pki-types",
259 "tokio",
260 "tokio-rustls",
261 "tower",
262 "tracing",
263 ]
264
265 [[package]]
266 name = "aws-smithy-json"
267 version = "0.62.5"
268 source = "registry+https://github.com/rust-lang/crates.io-index"
269 checksum = "9648b0bb82a2eedd844052c6ad2a1a822d1f8e3adee5fbf668366717e428856a"
270 dependencies = [
271 "aws-smithy-types",
272 ]
273
274 [[package]]
275 name = "aws-smithy-observability"
276 version = "0.2.6"
277 source = "registry+https://github.com/rust-lang/crates.io-index"
278 checksum = "a06c2315d173edbf1920da8ba3a7189695827002e4c0fc961973ab1c54abca9c"
279 dependencies = [
280 "aws-smithy-runtime-api",
281 ]
282
283 [[package]]
284 name = "aws-smithy-query"
285 version = "0.60.15"
286 source = "registry+https://github.com/rust-lang/crates.io-index"
287 checksum = "1a56d79744fb3edb5d722ef79d86081e121d3b9422cb209eb03aea6aa4f21ebd"
288 dependencies = [
289 "aws-smithy-types",
290 "urlencoding",
291 ]
292
293 [[package]]
294 name = "aws-smithy-runtime"
295 version = "1.11.1"
296 source = "registry+https://github.com/rust-lang/crates.io-index"
297 checksum = "0504b1ab12debb5959e5165ee5fe97dd387e7aa7ea6a477bfd7635dfe769a4f5"
298 dependencies = [
299 "aws-smithy-async",
300 "aws-smithy-http",
301 "aws-smithy-observability",
302 "aws-smithy-runtime-api",
303 "aws-smithy-types",
304 "bytes",
305 "fastrand",
306 "http 0.2.12",
307 "http 1.4.0",
308 "http-body 0.4.6",
309 "http-body 1.0.1",
310 "http-body-util",
311 "pin-project-lite",
312 "pin-utils",
313 "tokio",
314 "tracing",
315 ]
316
317 [[package]]
318 name = "aws-smithy-runtime-api"
319 version = "1.12.0"
320 source = "registry+https://github.com/rust-lang/crates.io-index"
321 checksum = "b71a13df6ada0aafbf21a73bdfcdf9324cfa9df77d96b8446045be3cde61b42e"
322 dependencies = [
323 "aws-smithy-async",
324 "aws-smithy-runtime-api-macros",
325 "aws-smithy-types",
326 "bytes",
327 "http 0.2.12",
328 "http 1.4.0",
329 "pin-project-lite",
330 "tokio",
331 "tracing",
332 "zeroize",
333 ]
334
335 [[package]]
336 name = "aws-smithy-runtime-api-macros"
337 version = "1.0.0"
338 source = "registry+https://github.com/rust-lang/crates.io-index"
339 checksum = "8d7396fd9500589e62e460e987ecb671bad374934e55ec3b5f498cc7a8a8a7b7"
340 dependencies = [
341 "proc-macro2",
342 "quote",
343 "syn",
344 ]
345
346 [[package]]
347 name = "aws-smithy-types"
348 version = "1.4.7"
349 source = "registry+https://github.com/rust-lang/crates.io-index"
350 checksum = "9d73dbfbaa8e4bc57b9045137680b958d274823509a360abfd8e1d514d40c95c"
351 dependencies = [
352 "base64-simd",
353 "bytes",
354 "bytes-utils",
355 "futures-core",
356 "http 0.2.12",
357 "http 1.4.0",
358 "http-body 0.4.6",
359 "http-body 1.0.1",
360 "http-body-util",
361 "itoa",
362 "num-integer",
363 "pin-project-lite",
364 "pin-utils",
365 "ryu",
366 "serde",
367 "time",
368 "tokio",
369 "tokio-util",
370 ]
371
372 [[package]]
373 name = "aws-smithy-xml"
374 version = "0.60.15"
375 source = "registry+https://github.com/rust-lang/crates.io-index"
376 checksum = "0ce02add1aa3677d022f8adf81dcbe3046a95f17a1b1e8979c145cd21d3d22b3"
377 dependencies = [
378 "xmlparser",
379 ]
380
381 [[package]]
382 name = "aws-types"
383 version = "1.3.15"
384 source = "registry+https://github.com/rust-lang/crates.io-index"
385 checksum = "2f4bbcaa9304ea40902d3d5f42a0428d1bd895a2b0f6999436fb279ffddc58ac"
386 dependencies = [
387 "aws-credential-types",
388 "aws-smithy-async",
389 "aws-smithy-runtime-api",
390 "aws-smithy-types",
391 "rustc_version",
392 "tracing",
393 ]
394
395 [[package]]
396 name = "base16ct"
397 version = "0.1.1"
398 source = "registry+https://github.com/rust-lang/crates.io-index"
399 checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
400
401 [[package]]
402 name = "base64"
403 version = "0.22.1"
404 source = "registry+https://github.com/rust-lang/crates.io-index"
405 checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
406
407 [[package]]
408 name = "base64-simd"
409 version = "0.8.0"
410 source = "registry+https://github.com/rust-lang/crates.io-index"
411 checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
412 dependencies = [
413 "outref",
414 "vsimd",
415 ]
416
417 [[package]]
418 name = "base64ct"
419 version = "1.8.3"
420 source = "registry+https://github.com/rust-lang/crates.io-index"
421 checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
422
423 [[package]]
424 name = "bitflags"
425 version = "2.11.0"
426 source = "registry+https://github.com/rust-lang/crates.io-index"
427 checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
428
429 [[package]]
430 name = "block-buffer"
431 version = "0.10.4"
432 source = "registry+https://github.com/rust-lang/crates.io-index"
433 checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
434 dependencies = [
435 "generic-array",
436 ]
437
438 [[package]]
439 name = "block-buffer"
440 version = "0.12.0"
441 source = "registry+https://github.com/rust-lang/crates.io-index"
442 checksum = "cdd35008169921d80bc60d3d0ab416eecb028c4cd653352907921d95084790be"
443 dependencies = [
444 "hybrid-array",
445 ]
446
447 [[package]]
448 name = "bumpalo"
449 version = "3.20.2"
450 source = "registry+https://github.com/rust-lang/crates.io-index"
451 checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
452
453 [[package]]
454 name = "bytes"
455 version = "1.11.1"
456 source = "registry+https://github.com/rust-lang/crates.io-index"
457 checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
458
459 [[package]]
460 name = "bytes-utils"
461 version = "0.1.4"
462 source = "registry+https://github.com/rust-lang/crates.io-index"
463 checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
464 dependencies = [
465 "bytes",
466 "either",
467 ]
468
469 [[package]]
470 name = "cc"
471 version = "1.2.59"
472 source = "registry+https://github.com/rust-lang/crates.io-index"
473 checksum = "b7a4d3ec6524d28a329fc53654bbadc9bdd7b0431f5d65f1a56ffb28a1ee5283"
474 dependencies = [
475 "find-msvc-tools",
476 "shlex",
477 ]
478
479 [[package]]
480 name = "cfg-if"
481 version = "1.0.4"
482 source = "registry+https://github.com/rust-lang/crates.io-index"
483 checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
484
485 [[package]]
486 name = "cmov"
487 version = "0.5.3"
488 source = "registry+https://github.com/rust-lang/crates.io-index"
489 checksum = "3f88a43d011fc4a6876cb7344703e297c71dda42494fee094d5f7c76bf13f746"
490
491 [[package]]
492 name = "const-oid"
493 version = "0.9.6"
494 source = "registry+https://github.com/rust-lang/crates.io-index"
495 checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
496
497 [[package]]
498 name = "const-oid"
499 version = "0.10.2"
500 source = "registry+https://github.com/rust-lang/crates.io-index"
501 checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
502
503 [[package]]
504 name = "core-foundation"
505 version = "0.10.1"
506 source = "registry+https://github.com/rust-lang/crates.io-index"
507 checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
508 dependencies = [
509 "core-foundation-sys",
510 "libc",
511 ]
512
513 [[package]]
514 name = "core-foundation-sys"
515 version = "0.8.7"
516 source = "registry+https://github.com/rust-lang/crates.io-index"
517 checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
518
519 [[package]]
520 name = "cpufeatures"
521 version = "0.2.17"
522 source = "registry+https://github.com/rust-lang/crates.io-index"
523 checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
524 dependencies = [
525 "libc",
526 ]
527
528 [[package]]
529 name = "cpufeatures"
530 version = "0.3.0"
531 source = "registry+https://github.com/rust-lang/crates.io-index"
532 checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
533 dependencies = [
534 "libc",
535 ]
536
537 [[package]]
538 name = "crc"
539 version = "3.3.0"
540 source = "registry+https://github.com/rust-lang/crates.io-index"
541 checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
542 dependencies = [
543 "crc-catalog",
544 ]
545
546 [[package]]
547 name = "crc-catalog"
548 version = "2.4.0"
549 source = "registry+https://github.com/rust-lang/crates.io-index"
550 checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
551
552 [[package]]
553 name = "crc-fast"
554 version = "1.9.0"
555 source = "registry+https://github.com/rust-lang/crates.io-index"
556 checksum = "2fd92aca2c6001b1bf5ba0ff84ee74ec8501b52bbef0cac80bf25a6c1d87a83d"
557 dependencies = [
558 "crc",
559 "digest 0.10.7",
560 "rustversion",
561 "spin",
562 ]
563
564 [[package]]
565 name = "crc32fast"
566 version = "1.5.0"
567 source = "registry+https://github.com/rust-lang/crates.io-index"
568 checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
569 dependencies = [
570 "cfg-if",
571 ]
572
573 [[package]]
574 name = "crypto-bigint"
575 version = "0.4.9"
576 source = "registry+https://github.com/rust-lang/crates.io-index"
577 checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
578 dependencies = [
579 "generic-array",
580 "rand_core",
581 "subtle",
582 "zeroize",
583 ]
584
585 [[package]]
586 name = "crypto-bigint"
587 version = "0.5.5"
588 source = "registry+https://github.com/rust-lang/crates.io-index"
589 checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
590 dependencies = [
591 "rand_core",
592 "subtle",
593 ]
594
595 [[package]]
596 name = "crypto-common"
597 version = "0.1.7"
598 source = "registry+https://github.com/rust-lang/crates.io-index"
599 checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
600 dependencies = [
601 "generic-array",
602 "typenum",
603 ]
604
605 [[package]]
606 name = "crypto-common"
607 version = "0.2.1"
608 source = "registry+https://github.com/rust-lang/crates.io-index"
609 checksum = "77727bb15fa921304124b128af125e7e3b968275d1b108b379190264f4423710"
610 dependencies = [
611 "hybrid-array",
612 ]
613
614 [[package]]
615 name = "ctutils"
616 version = "0.4.2"
617 source = "registry+https://github.com/rust-lang/crates.io-index"
618 checksum = "7d5515a3834141de9eafb9717ad39eea8247b5674e6066c404e8c4b365d2a29e"
619 dependencies = [
620 "cmov",
621 ]
622
623 [[package]]
624 name = "der"
625 version = "0.6.1"
626 source = "registry+https://github.com/rust-lang/crates.io-index"
627 checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
628 dependencies = [
629 "const-oid 0.9.6",
630 "zeroize",
631 ]
632
633 [[package]]
634 name = "deranged"
635 version = "0.5.8"
636 source = "registry+https://github.com/rust-lang/crates.io-index"
637 checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
638 dependencies = [
639 "powerfmt",
640 ]
641
642 [[package]]
643 name = "digest"
644 version = "0.10.7"
645 source = "registry+https://github.com/rust-lang/crates.io-index"
646 checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
647 dependencies = [
648 "block-buffer 0.10.4",
649 "crypto-common 0.1.7",
650 "subtle",
651 ]
652
653 [[package]]
654 name = "digest"
655 version = "0.11.3"
656 source = "registry+https://github.com/rust-lang/crates.io-index"
657 checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
658 dependencies = [
659 "block-buffer 0.12.0",
660 "const-oid 0.10.2",
661 "crypto-common 0.2.1",
662 "ctutils",
663 ]
664
665 [[package]]
666 name = "displaydoc"
667 version = "0.2.5"
668 source = "registry+https://github.com/rust-lang/crates.io-index"
669 checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
670 dependencies = [
671 "proc-macro2",
672 "quote",
673 "syn",
674 ]
675
676 [[package]]
677 name = "ecdsa"
678 version = "0.14.8"
679 source = "registry+https://github.com/rust-lang/crates.io-index"
680 checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
681 dependencies = [
682 "der",
683 "elliptic-curve",
684 "rfc6979",
685 "signature",
686 ]
687
688 [[package]]
689 name = "either"
690 version = "1.15.0"
691 source = "registry+https://github.com/rust-lang/crates.io-index"
692 checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
693
694 [[package]]
695 name = "elliptic-curve"
696 version = "0.12.3"
697 source = "registry+https://github.com/rust-lang/crates.io-index"
698 checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
699 dependencies = [
700 "base16ct",
701 "crypto-bigint 0.4.9",
702 "der",
703 "digest 0.10.7",
704 "ff",
705 "generic-array",
706 "group",
707 "pkcs8",
708 "rand_core",
709 "sec1",
710 "subtle",
711 "zeroize",
712 ]
713
714 [[package]]
715 name = "equivalent"
716 version = "1.0.2"
717 source = "registry+https://github.com/rust-lang/crates.io-index"
718 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
719
720 [[package]]
721 name = "fastrand"
722 version = "2.3.0"
723 source = "registry+https://github.com/rust-lang/crates.io-index"
724 checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
725
726 [[package]]
727 name = "ff"
728 version = "0.12.1"
729 source = "registry+https://github.com/rust-lang/crates.io-index"
730 checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
731 dependencies = [
732 "rand_core",
733 "subtle",
734 ]
735
736 [[package]]
737 name = "find-msvc-tools"
738 version = "0.1.9"
739 source = "registry+https://github.com/rust-lang/crates.io-index"
740 checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
741
742 [[package]]
743 name = "fnv"
744 version = "1.0.7"
745 source = "registry+https://github.com/rust-lang/crates.io-index"
746 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
747
748 [[package]]
749 name = "foldhash"
750 version = "0.2.0"
751 source = "registry+https://github.com/rust-lang/crates.io-index"
752 checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
753
754 [[package]]
755 name = "form_urlencoded"
756 version = "1.2.2"
757 source = "registry+https://github.com/rust-lang/crates.io-index"
758 checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
759 dependencies = [
760 "percent-encoding",
761 ]
762
763 [[package]]
764 name = "futures-channel"
765 version = "0.3.32"
766 source = "registry+https://github.com/rust-lang/crates.io-index"
767 checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
768 dependencies = [
769 "futures-core",
770 ]
771
772 [[package]]
773 name = "futures-core"
774 version = "0.3.32"
775 source = "registry+https://github.com/rust-lang/crates.io-index"
776 checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
777
778 [[package]]
779 name = "futures-sink"
780 version = "0.3.32"
781 source = "registry+https://github.com/rust-lang/crates.io-index"
782 checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
783
784 [[package]]
785 name = "futures-task"
786 version = "0.3.32"
787 source = "registry+https://github.com/rust-lang/crates.io-index"
788 checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
789
790 [[package]]
791 name = "futures-util"
792 version = "0.3.32"
793 source = "registry+https://github.com/rust-lang/crates.io-index"
794 checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
795 dependencies = [
796 "futures-core",
797 "futures-task",
798 "pin-project-lite",
799 ]
800
801 [[package]]
802 name = "generic-array"
803 version = "0.14.7"
804 source = "registry+https://github.com/rust-lang/crates.io-index"
805 checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
806 dependencies = [
807 "typenum",
808 "version_check",
809 ]
810
811 [[package]]
812 name = "getrandom"
813 version = "0.2.17"
814 source = "registry+https://github.com/rust-lang/crates.io-index"
815 checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
816 dependencies = [
817 "cfg-if",
818 "libc",
819 "wasi",
820 ]
821
822 [[package]]
823 name = "group"
824 version = "0.12.1"
825 source = "registry+https://github.com/rust-lang/crates.io-index"
826 checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
827 dependencies = [
828 "ff",
829 "rand_core",
830 "subtle",
831 ]
832
833 [[package]]
834 name = "h2"
835 version = "0.4.13"
836 source = "registry+https://github.com/rust-lang/crates.io-index"
837 checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
838 dependencies = [
839 "atomic-waker",
840 "bytes",
841 "fnv",
842 "futures-core",
843 "futures-sink",
844 "http 1.4.0",
845 "indexmap",
846 "slab",
847 "tokio",
848 "tokio-util",
849 "tracing",
850 ]
851
852 [[package]]
853 name = "hashbrown"
854 version = "0.16.1"
855 source = "registry+https://github.com/rust-lang/crates.io-index"
856 checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
857 dependencies = [
858 "allocator-api2",
859 "equivalent",
860 "foldhash",
861 ]
862
863 [[package]]
864 name = "hex"
865 version = "0.4.3"
866 source = "registry+https://github.com/rust-lang/crates.io-index"
867 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
868
869 [[package]]
870 name = "hmac"
871 version = "0.12.1"
872 source = "registry+https://github.com/rust-lang/crates.io-index"
873 checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
874 dependencies = [
875 "digest 0.10.7",
876 ]
877
878 [[package]]
879 name = "hmac"
880 version = "0.13.0"
881 source = "registry+https://github.com/rust-lang/crates.io-index"
882 checksum = "6303bc9732ae41b04cb554b844a762b4115a61bfaa81e3e83050991eeb56863f"
883 dependencies = [
884 "digest 0.11.3",
885 ]
886
887 [[package]]
888 name = "http"
889 version = "0.2.12"
890 source = "registry+https://github.com/rust-lang/crates.io-index"
891 checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
892 dependencies = [
893 "bytes",
894 "fnv",
895 "itoa",
896 ]
897
898 [[package]]
899 name = "http"
900 version = "1.4.0"
901 source = "registry+https://github.com/rust-lang/crates.io-index"
902 checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
903 dependencies = [
904 "bytes",
905 "itoa",
906 ]
907
908 [[package]]
909 name = "http-body"
910 version = "0.4.6"
911 source = "registry+https://github.com/rust-lang/crates.io-index"
912 checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
913 dependencies = [
914 "bytes",
915 "http 0.2.12",
916 "pin-project-lite",
917 ]
918
919 [[package]]
920 name = "http-body"
921 version = "1.0.1"
922 source = "registry+https://github.com/rust-lang/crates.io-index"
923 checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
924 dependencies = [
925 "bytes",
926 "http 1.4.0",
927 ]
928
929 [[package]]
930 name = "http-body-util"
931 version = "0.1.3"
932 source = "registry+https://github.com/rust-lang/crates.io-index"
933 checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
934 dependencies = [
935 "bytes",
936 "futures-core",
937 "http 1.4.0",
938 "http-body 1.0.1",
939 "pin-project-lite",
940 ]
941
942 [[package]]
943 name = "httparse"
944 version = "1.10.1"
945 source = "registry+https://github.com/rust-lang/crates.io-index"
946 checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
947
948 [[package]]
949 name = "hybrid-array"
950 version = "0.4.11"
951 source = "registry+https://github.com/rust-lang/crates.io-index"
952 checksum = "08d46837a0ed51fe95bd3b05de33cd64a1ee88fc797477ca48446872504507c5"
953 dependencies = [
954 "typenum",
955 ]
956
957 [[package]]
958 name = "hyper"
959 version = "1.9.0"
960 source = "registry+https://github.com/rust-lang/crates.io-index"
961 checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca"
962 dependencies = [
963 "atomic-waker",
964 "bytes",
965 "futures-channel",
966 "futures-core",
967 "h2",
968 "http 1.4.0",
969 "http-body 1.0.1",
970 "httparse",
971 "itoa",
972 "pin-project-lite",
973 "smallvec",
974 "tokio",
975 "want",
976 ]
977
978 [[package]]
979 name = "hyper-rustls"
980 version = "0.27.7"
981 source = "registry+https://github.com/rust-lang/crates.io-index"
982 checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
983 dependencies = [
984 "http 1.4.0",
985 "hyper",
986 "hyper-util",
987 "rustls",
988 "rustls-native-certs",
989 "rustls-pki-types",
990 "tokio",
991 "tokio-rustls",
992 "tower-service",
993 ]
994
995 [[package]]
996 name = "hyper-util"
997 version = "0.1.20"
998 source = "registry+https://github.com/rust-lang/crates.io-index"
999 checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
1000 dependencies = [
1001 "base64",
1002 "bytes",
1003 "futures-channel",
1004 "futures-util",
1005 "http 1.4.0",
1006 "http-body 1.0.1",
1007 "hyper",
1008 "ipnet",
1009 "libc",
1010 "percent-encoding",
1011 "pin-project-lite",
1012 "socket2",
1013 "tokio",
1014 "tower-service",
1015 "tracing",
1016 ]
1017
1018 [[package]]
1019 name = "icu_collections"
1020 version = "2.2.0"
1021 source = "registry+https://github.com/rust-lang/crates.io-index"
1022 checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
1023 dependencies = [
1024 "displaydoc",
1025 "potential_utf",
1026 "utf8_iter",
1027 "yoke",
1028 "zerofrom",
1029 "zerovec",
1030 ]
1031
1032 [[package]]
1033 name = "icu_locale_core"
1034 version = "2.2.0"
1035 source = "registry+https://github.com/rust-lang/crates.io-index"
1036 checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
1037 dependencies = [
1038 "displaydoc",
1039 "litemap",
1040 "tinystr",
1041 "writeable",
1042 "zerovec",
1043 ]
1044
1045 [[package]]
1046 name = "icu_normalizer"
1047 version = "2.2.0"
1048 source = "registry+https://github.com/rust-lang/crates.io-index"
1049 checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
1050 dependencies = [
1051 "icu_collections",
1052 "icu_normalizer_data",
1053 "icu_properties",
1054 "icu_provider",
1055 "smallvec",
1056 "zerovec",
1057 ]
1058
1059 [[package]]
1060 name = "icu_normalizer_data"
1061 version = "2.2.0"
1062 source = "registry+https://github.com/rust-lang/crates.io-index"
1063 checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
1064
1065 [[package]]
1066 name = "icu_properties"
1067 version = "2.2.0"
1068 source = "registry+https://github.com/rust-lang/crates.io-index"
1069 checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
1070 dependencies = [
1071 "icu_collections",
1072 "icu_locale_core",
1073 "icu_properties_data",
1074 "icu_provider",
1075 "zerotrie",
1076 "zerovec",
1077 ]
1078
1079 [[package]]
1080 name = "icu_properties_data"
1081 version = "2.2.0"
1082 source = "registry+https://github.com/rust-lang/crates.io-index"
1083 checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
1084
1085 [[package]]
1086 name = "icu_provider"
1087 version = "2.2.0"
1088 source = "registry+https://github.com/rust-lang/crates.io-index"
1089 checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
1090 dependencies = [
1091 "displaydoc",
1092 "icu_locale_core",
1093 "writeable",
1094 "yoke",
1095 "zerofrom",
1096 "zerotrie",
1097 "zerovec",
1098 ]
1099
1100 [[package]]
1101 name = "idna"
1102 version = "1.1.0"
1103 source = "registry+https://github.com/rust-lang/crates.io-index"
1104 checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1105 dependencies = [
1106 "idna_adapter",
1107 "smallvec",
1108 "utf8_iter",
1109 ]
1110
1111 [[package]]
1112 name = "idna_adapter"
1113 version = "1.2.1"
1114 source = "registry+https://github.com/rust-lang/crates.io-index"
1115 checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1116 dependencies = [
1117 "icu_normalizer",
1118 "icu_properties",
1119 ]
1120
1121 [[package]]
1122 name = "indexmap"
1123 version = "2.13.1"
1124 source = "registry+https://github.com/rust-lang/crates.io-index"
1125 checksum = "45a8a2b9cb3e0b0c1803dbb0758ffac5de2f425b23c28f518faabd9d805342ff"
1126 dependencies = [
1127 "equivalent",
1128 "hashbrown",
1129 ]
1130
1131 [[package]]
1132 name = "ipnet"
1133 version = "2.12.0"
1134 source = "registry+https://github.com/rust-lang/crates.io-index"
1135 checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
1136
1137 [[package]]
1138 name = "itoa"
1139 version = "1.0.18"
1140 source = "registry+https://github.com/rust-lang/crates.io-index"
1141 checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1142
1143 [[package]]
1144 name = "js-sys"
1145 version = "0.3.94"
1146 source = "registry+https://github.com/rust-lang/crates.io-index"
1147 checksum = "2e04e2ef80ce82e13552136fabeef8a5ed1f985a96805761cbb9a2c34e7664d9"
1148 dependencies = [
1149 "once_cell",
1150 "wasm-bindgen",
1151 ]
1152
1153 [[package]]
1154 name = "libc"
1155 version = "0.2.184"
1156 source = "registry+https://github.com/rust-lang/crates.io-index"
1157 checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"
1158
1159 [[package]]
1160 name = "litemap"
1161 version = "0.8.2"
1162 source = "registry+https://github.com/rust-lang/crates.io-index"
1163 checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1164
1165 [[package]]
1166 name = "lru"
1167 version = "0.16.3"
1168 source = "registry+https://github.com/rust-lang/crates.io-index"
1169 checksum = "a1dc47f592c06f33f8e3aea9591776ec7c9f9e4124778ff8a3c3b87159f7e593"
1170 dependencies = [
1171 "hashbrown",
1172 ]
1173
1174 [[package]]
1175 name = "md-5"
1176 version = "0.11.0"
1177 source = "registry+https://github.com/rust-lang/crates.io-index"
1178 checksum = "69b6441f590336821bb897fb28fc622898ccceb1d6cea3fde5ea86b090c4de98"
1179 dependencies = [
1180 "cfg-if",
1181 "digest 0.11.3",
1182 ]
1183
1184 [[package]]
1185 name = "mio"
1186 version = "1.2.0"
1187 source = "registry+https://github.com/rust-lang/crates.io-index"
1188 checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
1189 dependencies = [
1190 "libc",
1191 "wasi",
1192 "windows-sys 0.61.2",
1193 ]
1194
1195 [[package]]
1196 name = "num-conv"
1197 version = "0.2.1"
1198 source = "registry+https://github.com/rust-lang/crates.io-index"
1199 checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967"
1200
1201 [[package]]
1202 name = "num-integer"
1203 version = "0.1.46"
1204 source = "registry+https://github.com/rust-lang/crates.io-index"
1205 checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1206 dependencies = [
1207 "num-traits",
1208 ]
1209
1210 [[package]]
1211 name = "num-traits"
1212 version = "0.2.19"
1213 source = "registry+https://github.com/rust-lang/crates.io-index"
1214 checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1215 dependencies = [
1216 "autocfg",
1217 ]
1218
1219 [[package]]
1220 name = "once_cell"
1221 version = "1.21.4"
1222 source = "registry+https://github.com/rust-lang/crates.io-index"
1223 checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1224
1225 [[package]]
1226 name = "openssl-probe"
1227 version = "0.2.1"
1228 source = "registry+https://github.com/rust-lang/crates.io-index"
1229 checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
1230
1231 [[package]]
1232 name = "outref"
1233 version = "0.5.2"
1234 source = "registry+https://github.com/rust-lang/crates.io-index"
1235 checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
1236
1237 [[package]]
1238 name = "p256"
1239 version = "0.11.1"
1240 source = "registry+https://github.com/rust-lang/crates.io-index"
1241 checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
1242 dependencies = [
1243 "ecdsa",
1244 "elliptic-curve",
1245 "sha2 0.10.9",
1246 ]
1247
1248 [[package]]
1249 name = "percent-encoding"
1250 version = "2.3.2"
1251 source = "registry+https://github.com/rust-lang/crates.io-index"
1252 checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1253
1254 [[package]]
1255 name = "pin-project-lite"
1256 version = "0.2.17"
1257 source = "registry+https://github.com/rust-lang/crates.io-index"
1258 checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1259
1260 [[package]]
1261 name = "pin-utils"
1262 version = "0.1.0"
1263 source = "registry+https://github.com/rust-lang/crates.io-index"
1264 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1265
1266 [[package]]
1267 name = "pkcs8"
1268 version = "0.9.0"
1269 source = "registry+https://github.com/rust-lang/crates.io-index"
1270 checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
1271 dependencies = [
1272 "der",
1273 "spki",
1274 ]
1275
1276 [[package]]
1277 name = "potential_utf"
1278 version = "0.1.5"
1279 source = "registry+https://github.com/rust-lang/crates.io-index"
1280 checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
1281 dependencies = [
1282 "zerovec",
1283 ]
1284
1285 [[package]]
1286 name = "powerfmt"
1287 version = "0.2.0"
1288 source = "registry+https://github.com/rust-lang/crates.io-index"
1289 checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1290
1291 [[package]]
1292 name = "proc-macro2"
1293 version = "1.0.106"
1294 source = "registry+https://github.com/rust-lang/crates.io-index"
1295 checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1296 dependencies = [
1297 "unicode-ident",
1298 ]
1299
1300 [[package]]
1301 name = "quote"
1302 version = "1.0.45"
1303 source = "registry+https://github.com/rust-lang/crates.io-index"
1304 checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1305 dependencies = [
1306 "proc-macro2",
1307 ]
1308
1309 [[package]]
1310 name = "rand_core"
1311 version = "0.6.4"
1312 source = "registry+https://github.com/rust-lang/crates.io-index"
1313 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1314 dependencies = [
1315 "getrandom",
1316 ]
1317
1318 [[package]]
1319 name = "regex-lite"
1320 version = "0.1.9"
1321 source = "registry+https://github.com/rust-lang/crates.io-index"
1322 checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973"
1323
1324 [[package]]
1325 name = "rfc6979"
1326 version = "0.3.1"
1327 source = "registry+https://github.com/rust-lang/crates.io-index"
1328 checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
1329 dependencies = [
1330 "crypto-bigint 0.4.9",
1331 "hmac 0.12.1",
1332 "zeroize",
1333 ]
1334
1335 [[package]]
1336 name = "ring"
1337 version = "0.17.14"
1338 source = "registry+https://github.com/rust-lang/crates.io-index"
1339 checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1340 dependencies = [
1341 "cc",
1342 "cfg-if",
1343 "getrandom",
1344 "libc",
1345 "untrusted",
1346 "windows-sys 0.52.0",
1347 ]
1348
1349 [[package]]
1350 name = "rustc_version"
1351 version = "0.4.1"
1352 source = "registry+https://github.com/rust-lang/crates.io-index"
1353 checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1354 dependencies = [
1355 "semver",
1356 ]
1357
1358 [[package]]
1359 name = "rustls"
1360 version = "0.23.37"
1361 source = "registry+https://github.com/rust-lang/crates.io-index"
1362 checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
1363 dependencies = [
1364 "once_cell",
1365 "ring",
1366 "rustls-pki-types",
1367 "rustls-webpki",
1368 "subtle",
1369 "zeroize",
1370 ]
1371
1372 [[package]]
1373 name = "rustls-native-certs"
1374 version = "0.8.3"
1375 source = "registry+https://github.com/rust-lang/crates.io-index"
1376 checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
1377 dependencies = [
1378 "openssl-probe",
1379 "rustls-pki-types",
1380 "schannel",
1381 "security-framework",
1382 ]
1383
1384 [[package]]
1385 name = "rustls-pki-types"
1386 version = "1.14.0"
1387 source = "registry+https://github.com/rust-lang/crates.io-index"
1388 checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
1389 dependencies = [
1390 "zeroize",
1391 ]
1392
1393 [[package]]
1394 name = "rustls-webpki"
1395 version = "0.103.13"
1396 source = "registry+https://github.com/rust-lang/crates.io-index"
1397 checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
1398 dependencies = [
1399 "ring",
1400 "rustls-pki-types",
1401 "untrusted",
1402 ]
1403
1404 [[package]]
1405 name = "rustversion"
1406 version = "1.0.22"
1407 source = "registry+https://github.com/rust-lang/crates.io-index"
1408 checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1409
1410 [[package]]
1411 name = "ryu"
1412 version = "1.0.23"
1413 source = "registry+https://github.com/rust-lang/crates.io-index"
1414 checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1415
1416 [[package]]
1417 name = "s3-storage"
1418 version = "0.1.1"
1419 dependencies = [
1420 "aws-config",
1421 "aws-sdk-s3",
1422 "aws-smithy-http-client",
1423 "bytes",
1424 "tokio",
1425 "tracing",
1426 ]
1427
1428 [[package]]
1429 name = "schannel"
1430 version = "0.1.29"
1431 source = "registry+https://github.com/rust-lang/crates.io-index"
1432 checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
1433 dependencies = [
1434 "windows-sys 0.61.2",
1435 ]
1436
1437 [[package]]
1438 name = "sec1"
1439 version = "0.3.0"
1440 source = "registry+https://github.com/rust-lang/crates.io-index"
1441 checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
1442 dependencies = [
1443 "base16ct",
1444 "der",
1445 "generic-array",
1446 "pkcs8",
1447 "subtle",
1448 "zeroize",
1449 ]
1450
1451 [[package]]
1452 name = "security-framework"
1453 version = "3.7.0"
1454 source = "registry+https://github.com/rust-lang/crates.io-index"
1455 checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
1456 dependencies = [
1457 "bitflags",
1458 "core-foundation",
1459 "core-foundation-sys",
1460 "libc",
1461 "security-framework-sys",
1462 ]
1463
1464 [[package]]
1465 name = "security-framework-sys"
1466 version = "2.17.0"
1467 source = "registry+https://github.com/rust-lang/crates.io-index"
1468 checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
1469 dependencies = [
1470 "core-foundation-sys",
1471 "libc",
1472 ]
1473
1474 [[package]]
1475 name = "semver"
1476 version = "1.0.28"
1477 source = "registry+https://github.com/rust-lang/crates.io-index"
1478 checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
1479
1480 [[package]]
1481 name = "serde"
1482 version = "1.0.228"
1483 source = "registry+https://github.com/rust-lang/crates.io-index"
1484 checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1485 dependencies = [
1486 "serde_core",
1487 "serde_derive",
1488 ]
1489
1490 [[package]]
1491 name = "serde_core"
1492 version = "1.0.228"
1493 source = "registry+https://github.com/rust-lang/crates.io-index"
1494 checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1495 dependencies = [
1496 "serde_derive",
1497 ]
1498
1499 [[package]]
1500 name = "serde_derive"
1501 version = "1.0.228"
1502 source = "registry+https://github.com/rust-lang/crates.io-index"
1503 checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1504 dependencies = [
1505 "proc-macro2",
1506 "quote",
1507 "syn",
1508 ]
1509
1510 [[package]]
1511 name = "sha1"
1512 version = "0.11.0"
1513 source = "registry+https://github.com/rust-lang/crates.io-index"
1514 checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214"
1515 dependencies = [
1516 "cfg-if",
1517 "cpufeatures 0.3.0",
1518 "digest 0.11.3",
1519 ]
1520
1521 [[package]]
1522 name = "sha2"
1523 version = "0.10.9"
1524 source = "registry+https://github.com/rust-lang/crates.io-index"
1525 checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1526 dependencies = [
1527 "cfg-if",
1528 "cpufeatures 0.2.17",
1529 "digest 0.10.7",
1530 ]
1531
1532 [[package]]
1533 name = "sha2"
1534 version = "0.11.0"
1535 source = "registry+https://github.com/rust-lang/crates.io-index"
1536 checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
1537 dependencies = [
1538 "cfg-if",
1539 "cpufeatures 0.3.0",
1540 "digest 0.11.3",
1541 ]
1542
1543 [[package]]
1544 name = "shlex"
1545 version = "1.3.0"
1546 source = "registry+https://github.com/rust-lang/crates.io-index"
1547 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1548
1549 [[package]]
1550 name = "signature"
1551 version = "1.6.4"
1552 source = "registry+https://github.com/rust-lang/crates.io-index"
1553 checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
1554 dependencies = [
1555 "digest 0.10.7",
1556 "rand_core",
1557 ]
1558
1559 [[package]]
1560 name = "slab"
1561 version = "0.4.12"
1562 source = "registry+https://github.com/rust-lang/crates.io-index"
1563 checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1564
1565 [[package]]
1566 name = "smallvec"
1567 version = "1.15.1"
1568 source = "registry+https://github.com/rust-lang/crates.io-index"
1569 checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1570
1571 [[package]]
1572 name = "socket2"
1573 version = "0.6.3"
1574 source = "registry+https://github.com/rust-lang/crates.io-index"
1575 checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
1576 dependencies = [
1577 "libc",
1578 "windows-sys 0.61.2",
1579 ]
1580
1581 [[package]]
1582 name = "spin"
1583 version = "0.10.0"
1584 source = "registry+https://github.com/rust-lang/crates.io-index"
1585 checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
1586
1587 [[package]]
1588 name = "spki"
1589 version = "0.6.0"
1590 source = "registry+https://github.com/rust-lang/crates.io-index"
1591 checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
1592 dependencies = [
1593 "base64ct",
1594 "der",
1595 ]
1596
1597 [[package]]
1598 name = "stable_deref_trait"
1599 version = "1.2.1"
1600 source = "registry+https://github.com/rust-lang/crates.io-index"
1601 checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1602
1603 [[package]]
1604 name = "subtle"
1605 version = "2.6.1"
1606 source = "registry+https://github.com/rust-lang/crates.io-index"
1607 checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1608
1609 [[package]]
1610 name = "syn"
1611 version = "2.0.117"
1612 source = "registry+https://github.com/rust-lang/crates.io-index"
1613 checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1614 dependencies = [
1615 "proc-macro2",
1616 "quote",
1617 "unicode-ident",
1618 ]
1619
1620 [[package]]
1621 name = "synstructure"
1622 version = "0.13.2"
1623 source = "registry+https://github.com/rust-lang/crates.io-index"
1624 checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1625 dependencies = [
1626 "proc-macro2",
1627 "quote",
1628 "syn",
1629 ]
1630
1631 [[package]]
1632 name = "time"
1633 version = "0.3.47"
1634 source = "registry+https://github.com/rust-lang/crates.io-index"
1635 checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
1636 dependencies = [
1637 "deranged",
1638 "num-conv",
1639 "powerfmt",
1640 "serde_core",
1641 "time-core",
1642 "time-macros",
1643 ]
1644
1645 [[package]]
1646 name = "time-core"
1647 version = "0.1.8"
1648 source = "registry+https://github.com/rust-lang/crates.io-index"
1649 checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
1650
1651 [[package]]
1652 name = "time-macros"
1653 version = "0.2.27"
1654 source = "registry+https://github.com/rust-lang/crates.io-index"
1655 checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
1656 dependencies = [
1657 "num-conv",
1658 "time-core",
1659 ]
1660
1661 [[package]]
1662 name = "tinystr"
1663 version = "0.8.3"
1664 source = "registry+https://github.com/rust-lang/crates.io-index"
1665 checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
1666 dependencies = [
1667 "displaydoc",
1668 "zerovec",
1669 ]
1670
1671 [[package]]
1672 name = "tokio"
1673 version = "1.51.0"
1674 source = "registry+https://github.com/rust-lang/crates.io-index"
1675 checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd"
1676 dependencies = [
1677 "bytes",
1678 "libc",
1679 "mio",
1680 "pin-project-lite",
1681 "socket2",
1682 "tokio-macros",
1683 "windows-sys 0.61.2",
1684 ]
1685
1686 [[package]]
1687 name = "tokio-macros"
1688 version = "2.7.0"
1689 source = "registry+https://github.com/rust-lang/crates.io-index"
1690 checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
1691 dependencies = [
1692 "proc-macro2",
1693 "quote",
1694 "syn",
1695 ]
1696
1697 [[package]]
1698 name = "tokio-rustls"
1699 version = "0.26.4"
1700 source = "registry+https://github.com/rust-lang/crates.io-index"
1701 checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
1702 dependencies = [
1703 "rustls",
1704 "tokio",
1705 ]
1706
1707 [[package]]
1708 name = "tokio-util"
1709 version = "0.7.18"
1710 source = "registry+https://github.com/rust-lang/crates.io-index"
1711 checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
1712 dependencies = [
1713 "bytes",
1714 "futures-core",
1715 "futures-sink",
1716 "pin-project-lite",
1717 "tokio",
1718 ]
1719
1720 [[package]]
1721 name = "tower"
1722 version = "0.5.3"
1723 source = "registry+https://github.com/rust-lang/crates.io-index"
1724 checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
1725 dependencies = [
1726 "tower-layer",
1727 "tower-service",
1728 ]
1729
1730 [[package]]
1731 name = "tower-layer"
1732 version = "0.3.3"
1733 source = "registry+https://github.com/rust-lang/crates.io-index"
1734 checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1735
1736 [[package]]
1737 name = "tower-service"
1738 version = "0.3.3"
1739 source = "registry+https://github.com/rust-lang/crates.io-index"
1740 checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1741
1742 [[package]]
1743 name = "tracing"
1744 version = "0.1.44"
1745 source = "registry+https://github.com/rust-lang/crates.io-index"
1746 checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1747 dependencies = [
1748 "pin-project-lite",
1749 "tracing-attributes",
1750 "tracing-core",
1751 ]
1752
1753 [[package]]
1754 name = "tracing-attributes"
1755 version = "0.1.31"
1756 source = "registry+https://github.com/rust-lang/crates.io-index"
1757 checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
1758 dependencies = [
1759 "proc-macro2",
1760 "quote",
1761 "syn",
1762 ]
1763
1764 [[package]]
1765 name = "tracing-core"
1766 version = "0.1.36"
1767 source = "registry+https://github.com/rust-lang/crates.io-index"
1768 checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1769 dependencies = [
1770 "once_cell",
1771 ]
1772
1773 [[package]]
1774 name = "try-lock"
1775 version = "0.2.5"
1776 source = "registry+https://github.com/rust-lang/crates.io-index"
1777 checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1778
1779 [[package]]
1780 name = "typenum"
1781 version = "1.20.0"
1782 source = "registry+https://github.com/rust-lang/crates.io-index"
1783 checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de"
1784
1785 [[package]]
1786 name = "unicode-ident"
1787 version = "1.0.24"
1788 source = "registry+https://github.com/rust-lang/crates.io-index"
1789 checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1790
1791 [[package]]
1792 name = "untrusted"
1793 version = "0.9.0"
1794 source = "registry+https://github.com/rust-lang/crates.io-index"
1795 checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1796
1797 [[package]]
1798 name = "url"
1799 version = "2.5.8"
1800 source = "registry+https://github.com/rust-lang/crates.io-index"
1801 checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
1802 dependencies = [
1803 "form_urlencoded",
1804 "idna",
1805 "percent-encoding",
1806 "serde",
1807 ]
1808
1809 [[package]]
1810 name = "urlencoding"
1811 version = "2.1.3"
1812 source = "registry+https://github.com/rust-lang/crates.io-index"
1813 checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
1814
1815 [[package]]
1816 name = "utf8_iter"
1817 version = "1.0.4"
1818 source = "registry+https://github.com/rust-lang/crates.io-index"
1819 checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1820
1821 [[package]]
1822 name = "uuid"
1823 version = "1.23.0"
1824 source = "registry+https://github.com/rust-lang/crates.io-index"
1825 checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9"
1826 dependencies = [
1827 "js-sys",
1828 "wasm-bindgen",
1829 ]
1830
1831 [[package]]
1832 name = "version_check"
1833 version = "0.9.5"
1834 source = "registry+https://github.com/rust-lang/crates.io-index"
1835 checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1836
1837 [[package]]
1838 name = "vsimd"
1839 version = "0.8.0"
1840 source = "registry+https://github.com/rust-lang/crates.io-index"
1841 checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
1842
1843 [[package]]
1844 name = "want"
1845 version = "0.3.1"
1846 source = "registry+https://github.com/rust-lang/crates.io-index"
1847 checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1848 dependencies = [
1849 "try-lock",
1850 ]
1851
1852 [[package]]
1853 name = "wasi"
1854 version = "0.11.1+wasi-snapshot-preview1"
1855 source = "registry+https://github.com/rust-lang/crates.io-index"
1856 checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1857
1858 [[package]]
1859 name = "wasm-bindgen"
1860 version = "0.2.117"
1861 source = "registry+https://github.com/rust-lang/crates.io-index"
1862 checksum = "0551fc1bb415591e3372d0bc4780db7e587d84e2a7e79da121051c5c4b89d0b0"
1863 dependencies = [
1864 "cfg-if",
1865 "once_cell",
1866 "rustversion",
1867 "wasm-bindgen-macro",
1868 "wasm-bindgen-shared",
1869 ]
1870
1871 [[package]]
1872 name = "wasm-bindgen-macro"
1873 version = "0.2.117"
1874 source = "registry+https://github.com/rust-lang/crates.io-index"
1875 checksum = "7fbdf9a35adf44786aecd5ff89b4563a90325f9da0923236f6104e603c7e86be"
1876 dependencies = [
1877 "quote",
1878 "wasm-bindgen-macro-support",
1879 ]
1880
1881 [[package]]
1882 name = "wasm-bindgen-macro-support"
1883 version = "0.2.117"
1884 source = "registry+https://github.com/rust-lang/crates.io-index"
1885 checksum = "dca9693ef2bab6d4e6707234500350d8dad079eb508dca05530c85dc3a529ff2"
1886 dependencies = [
1887 "bumpalo",
1888 "proc-macro2",
1889 "quote",
1890 "syn",
1891 "wasm-bindgen-shared",
1892 ]
1893
1894 [[package]]
1895 name = "wasm-bindgen-shared"
1896 version = "0.2.117"
1897 source = "registry+https://github.com/rust-lang/crates.io-index"
1898 checksum = "39129a682a6d2d841b6c429d0c51e5cb0ed1a03829d8b3d1e69a011e62cb3d3b"
1899 dependencies = [
1900 "unicode-ident",
1901 ]
1902
1903 [[package]]
1904 name = "windows-link"
1905 version = "0.2.1"
1906 source = "registry+https://github.com/rust-lang/crates.io-index"
1907 checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1908
1909 [[package]]
1910 name = "windows-sys"
1911 version = "0.52.0"
1912 source = "registry+https://github.com/rust-lang/crates.io-index"
1913 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1914 dependencies = [
1915 "windows-targets",
1916 ]
1917
1918 [[package]]
1919 name = "windows-sys"
1920 version = "0.61.2"
1921 source = "registry+https://github.com/rust-lang/crates.io-index"
1922 checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1923 dependencies = [
1924 "windows-link",
1925 ]
1926
1927 [[package]]
1928 name = "windows-targets"
1929 version = "0.52.6"
1930 source = "registry+https://github.com/rust-lang/crates.io-index"
1931 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1932 dependencies = [
1933 "windows_aarch64_gnullvm",
1934 "windows_aarch64_msvc",
1935 "windows_i686_gnu",
1936 "windows_i686_gnullvm",
1937 "windows_i686_msvc",
1938 "windows_x86_64_gnu",
1939 "windows_x86_64_gnullvm",
1940 "windows_x86_64_msvc",
1941 ]
1942
1943 [[package]]
1944 name = "windows_aarch64_gnullvm"
1945 version = "0.52.6"
1946 source = "registry+https://github.com/rust-lang/crates.io-index"
1947 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1948
1949 [[package]]
1950 name = "windows_aarch64_msvc"
1951 version = "0.52.6"
1952 source = "registry+https://github.com/rust-lang/crates.io-index"
1953 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1954
1955 [[package]]
1956 name = "windows_i686_gnu"
1957 version = "0.52.6"
1958 source = "registry+https://github.com/rust-lang/crates.io-index"
1959 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1960
1961 [[package]]
1962 name = "windows_i686_gnullvm"
1963 version = "0.52.6"
1964 source = "registry+https://github.com/rust-lang/crates.io-index"
1965 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1966
1967 [[package]]
1968 name = "windows_i686_msvc"
1969 version = "0.52.6"
1970 source = "registry+https://github.com/rust-lang/crates.io-index"
1971 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1972
1973 [[package]]
1974 name = "windows_x86_64_gnu"
1975 version = "0.52.6"
1976 source = "registry+https://github.com/rust-lang/crates.io-index"
1977 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1978
1979 [[package]]
1980 name = "windows_x86_64_gnullvm"
1981 version = "0.52.6"
1982 source = "registry+https://github.com/rust-lang/crates.io-index"
1983 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1984
1985 [[package]]
1986 name = "windows_x86_64_msvc"
1987 version = "0.52.6"
1988 source = "registry+https://github.com/rust-lang/crates.io-index"
1989 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1990
1991 [[package]]
1992 name = "writeable"
1993 version = "0.6.3"
1994 source = "registry+https://github.com/rust-lang/crates.io-index"
1995 checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
1996
1997 [[package]]
1998 name = "xmlparser"
1999 version = "0.13.6"
2000 source = "registry+https://github.com/rust-lang/crates.io-index"
2001 checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
2002
2003 [[package]]
2004 name = "yoke"
2005 version = "0.8.2"
2006 source = "registry+https://github.com/rust-lang/crates.io-index"
2007 checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
2008 dependencies = [
2009 "stable_deref_trait",
2010 "yoke-derive",
2011 "zerofrom",
2012 ]
2013
2014 [[package]]
2015 name = "yoke-derive"
2016 version = "0.8.2"
2017 source = "registry+https://github.com/rust-lang/crates.io-index"
2018 checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
2019 dependencies = [
2020 "proc-macro2",
2021 "quote",
2022 "syn",
2023 "synstructure",
2024 ]
2025
2026 [[package]]
2027 name = "zerofrom"
2028 version = "0.1.7"
2029 source = "registry+https://github.com/rust-lang/crates.io-index"
2030 checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df"
2031 dependencies = [
2032 "zerofrom-derive",
2033 ]
2034
2035 [[package]]
2036 name = "zerofrom-derive"
2037 version = "0.1.7"
2038 source = "registry+https://github.com/rust-lang/crates.io-index"
2039 checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
2040 dependencies = [
2041 "proc-macro2",
2042 "quote",
2043 "syn",
2044 "synstructure",
2045 ]
2046
2047 [[package]]
2048 name = "zeroize"
2049 version = "1.8.2"
2050 source = "registry+https://github.com/rust-lang/crates.io-index"
2051 checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
2052
2053 [[package]]
2054 name = "zerotrie"
2055 version = "0.2.4"
2056 source = "registry+https://github.com/rust-lang/crates.io-index"
2057 checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
2058 dependencies = [
2059 "displaydoc",
2060 "yoke",
2061 "zerofrom",
2062 ]
2063
2064 [[package]]
2065 name = "zerovec"
2066 version = "0.11.6"
2067 source = "registry+https://github.com/rust-lang/crates.io-index"
2068 checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
2069 dependencies = [
2070 "yoke",
2071 "zerofrom",
2072 "zerovec-derive",
2073 ]
2074
2075 [[package]]
2076 name = "zerovec-derive"
2077 version = "0.11.3"
2078 source = "registry+https://github.com/rust-lang/crates.io-index"
2079 checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
2080 dependencies = [
2081 "proc-macro2",
2082 "quote",
2083 "syn",
2084 ]
2085
2086 [[patch.unused]]
2087 name = "quasi-axum"
2088 version = "0.74.0"
2089
2090 [[patch.unused]]
2091 name = "quasi-basics"
2092 version = "0.74.0"
2093
2094 [[patch.unused]]
2095 name = "quasi-http"
2096 version = "0.74.0"
2097
2098 [[patch.unused]]
2099 name = "quasi-immediate"
2100 version = "0.74.0"
2101
2102 [[patch.unused]]
2103 name = "quasi-notifs"
2104 version = "0.74.0"
2105
2106 [[patch.unused]]
2107 name = "quasi-router"
2108 version = "0.74.0"
2109
2110 [[patch.unused]]
2111 name = "quasi-store"
2112 version = "0.1.0"
2113
2114 [[patch.unused]]
2115 name = "quasi-tauri"
2116 version = "0.74.0"
2117
2118 [[patch.unused]]
2119 name = "quasi-webview"
2120 version = "0.74.0"
2121
2122 [[patch.unused]]
2123 name = "synckit-client"
2124 version = "0.10.0"
2125
2126 [[patch.unused]]
2127 name = "synckit-config"
2128 version = "0.2.0"
2129
2130 [[patch.unused]]
2131 name = "kberg"
2132 version = "0.1.0"
2133
2134 [[patch.unused]]
2135 name = "ops-status"
2136 version = "0.1.0"
2137
2138 [[patch.unused]]
2139 name = "painhours"
2140 version = "0.1.0"
2141
2142 [[patch.unused]]
2143 name = "tagtree"
2144 version = "0.4.1"
2145
2146 [[patch.unused]]
2147 name = "docengine"
2148 version = "0.7.0"
2149
2150 [[patch.unused]]
2151 name = "quasi-type"
2152 version = "0.1.2"
2153