Skip to main content

max / makenotwork

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