this repo has no description
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "aead"
7version = "0.5.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
10dependencies = [
11 "crypto-common",
12 "generic-array",
13]
14
15[[package]]
16name = "aes"
17version = "0.8.4"
18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
20dependencies = [
21 "cfg-if",
22 "cipher",
23 "cpufeatures",
24]
25
26[[package]]
27name = "aes-gcm"
28version = "0.10.3"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"
31dependencies = [
32 "aead",
33 "aes",
34 "cipher",
35 "ctr",
36 "ghash",
37 "subtle",
38]
39
40[[package]]
41name = "aes-kw"
42version = "0.2.1"
43source = "registry+https://github.com/rust-lang/crates.io-index"
44checksum = "69fa2b352dcefb5f7f3a5fb840e02665d311d878955380515e4fd50095dd3d8c"
45dependencies = [
46 "aes",
47]
48
49[[package]]
50name = "aho-corasick"
51version = "1.1.4"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
54dependencies = [
55 "memchr",
56]
57
58[[package]]
59name = "android_system_properties"
60version = "0.1.5"
61source = "registry+https://github.com/rust-lang/crates.io-index"
62checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
63dependencies = [
64 "libc",
65]
66
67[[package]]
68name = "anstream"
69version = "0.6.21"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
72dependencies = [
73 "anstyle",
74 "anstyle-parse",
75 "anstyle-query",
76 "anstyle-wincon",
77 "colorchoice",
78 "is_terminal_polyfill",
79 "utf8parse",
80]
81
82[[package]]
83name = "anstyle"
84version = "1.0.13"
85source = "registry+https://github.com/rust-lang/crates.io-index"
86checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
87
88[[package]]
89name = "anstyle-parse"
90version = "0.2.7"
91source = "registry+https://github.com/rust-lang/crates.io-index"
92checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
93dependencies = [
94 "utf8parse",
95]
96
97[[package]]
98name = "anstyle-query"
99version = "1.1.5"
100source = "registry+https://github.com/rust-lang/crates.io-index"
101checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
102dependencies = [
103 "windows-sys 0.61.2",
104]
105
106[[package]]
107name = "anstyle-wincon"
108version = "3.0.11"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
111dependencies = [
112 "anstyle",
113 "once_cell_polyfill",
114 "windows-sys 0.61.2",
115]
116
117[[package]]
118name = "anyhow"
119version = "1.0.102"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
122
123[[package]]
124name = "async-trait"
125version = "0.1.89"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
128dependencies = [
129 "proc-macro2",
130 "quote",
131 "syn",
132]
133
134[[package]]
135name = "atomic-waker"
136version = "1.1.2"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
139
140[[package]]
141name = "autocfg"
142version = "1.5.0"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
145
146[[package]]
147name = "aws-lc-rs"
148version = "1.16.0"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "d9a7b350e3bb1767102698302bc37256cbd48422809984b98d292c40e2579aa9"
151dependencies = [
152 "aws-lc-sys",
153 "zeroize",
154]
155
156[[package]]
157name = "aws-lc-sys"
158version = "0.37.1"
159source = "registry+https://github.com/rust-lang/crates.io-index"
160checksum = "b092fe214090261288111db7a2b2c2118e5a7f30dc2569f1732c4069a6840549"
161dependencies = [
162 "cc",
163 "cmake",
164 "dunce",
165 "fs_extra",
166]
167
168[[package]]
169name = "base16ct"
170version = "0.2.0"
171source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
173
174[[package]]
175name = "base64"
176version = "0.22.1"
177source = "registry+https://github.com/rust-lang/crates.io-index"
178checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
179
180[[package]]
181name = "base64ct"
182version = "1.8.3"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
185
186[[package]]
187name = "bitflags"
188version = "2.11.0"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
191
192[[package]]
193name = "block-buffer"
194version = "0.10.4"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
197dependencies = [
198 "generic-array",
199]
200
201[[package]]
202name = "bumpalo"
203version = "3.20.2"
204source = "registry+https://github.com/rust-lang/crates.io-index"
205checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
206
207[[package]]
208name = "bytes"
209version = "1.11.1"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
212
213[[package]]
214name = "cc"
215version = "1.2.56"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"
218dependencies = [
219 "find-msvc-tools",
220 "jobserver",
221 "libc",
222 "shlex",
223]
224
225[[package]]
226name = "cesu8"
227version = "1.1.0"
228source = "registry+https://github.com/rust-lang/crates.io-index"
229checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
230
231[[package]]
232name = "cfg-if"
233version = "1.0.4"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
236
237[[package]]
238name = "cfg_aliases"
239version = "0.2.1"
240source = "registry+https://github.com/rust-lang/crates.io-index"
241checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
242
243[[package]]
244name = "chrono"
245version = "0.4.44"
246source = "registry+https://github.com/rust-lang/crates.io-index"
247checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
248dependencies = [
249 "iana-time-zone",
250 "num-traits",
251 "serde",
252 "windows-link",
253]
254
255[[package]]
256name = "cipher"
257version = "0.4.4"
258source = "registry+https://github.com/rust-lang/crates.io-index"
259checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
260dependencies = [
261 "crypto-common",
262 "inout",
263]
264
265[[package]]
266name = "clap"
267version = "4.5.60"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a"
270dependencies = [
271 "clap_builder",
272 "clap_derive",
273]
274
275[[package]]
276name = "clap_builder"
277version = "4.5.60"
278source = "registry+https://github.com/rust-lang/crates.io-index"
279checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876"
280dependencies = [
281 "anstream",
282 "anstyle",
283 "clap_lex",
284 "strsim",
285]
286
287[[package]]
288name = "clap_complete"
289version = "4.6.0"
290source = "registry+https://github.com/rust-lang/crates.io-index"
291checksum = "19c9f1dde76b736e3681f28cec9d5a61299cbaae0fce80a68e43724ad56031eb"
292dependencies = [
293 "clap",
294]
295
296[[package]]
297name = "clap_derive"
298version = "4.5.55"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
301dependencies = [
302 "heck",
303 "proc-macro2",
304 "quote",
305 "syn",
306]
307
308[[package]]
309name = "clap_lex"
310version = "1.0.0"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
313
314[[package]]
315name = "cmake"
316version = "0.1.57"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d"
319dependencies = [
320 "cc",
321]
322
323[[package]]
324name = "colorchoice"
325version = "1.0.4"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
328
329[[package]]
330name = "combine"
331version = "4.6.7"
332source = "registry+https://github.com/rust-lang/crates.io-index"
333checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
334dependencies = [
335 "bytes",
336 "memchr",
337]
338
339[[package]]
340name = "console_error_panic_hook"
341version = "0.1.7"
342source = "registry+https://github.com/rust-lang/crates.io-index"
343checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
344dependencies = [
345 "cfg-if",
346 "wasm-bindgen",
347]
348
349[[package]]
350name = "console_log"
351version = "1.0.0"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "be8aed40e4edbf4d3b4431ab260b63fdc40f5780a4766824329ea0f1eefe3c0f"
354dependencies = [
355 "log",
356 "wasm-bindgen",
357 "web-sys",
358]
359
360[[package]]
361name = "const-oid"
362version = "0.9.6"
363source = "registry+https://github.com/rust-lang/crates.io-index"
364checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
365
366[[package]]
367name = "core-foundation"
368version = "0.10.1"
369source = "registry+https://github.com/rust-lang/crates.io-index"
370checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
371dependencies = [
372 "core-foundation-sys",
373 "libc",
374]
375
376[[package]]
377name = "core-foundation-sys"
378version = "0.8.7"
379source = "registry+https://github.com/rust-lang/crates.io-index"
380checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
381
382[[package]]
383name = "cpufeatures"
384version = "0.2.17"
385source = "registry+https://github.com/rust-lang/crates.io-index"
386checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
387dependencies = [
388 "libc",
389]
390
391[[package]]
392name = "crypto-bigint"
393version = "0.5.5"
394source = "registry+https://github.com/rust-lang/crates.io-index"
395checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
396dependencies = [
397 "generic-array",
398 "rand_core 0.6.4",
399 "subtle",
400 "zeroize",
401]
402
403[[package]]
404name = "crypto-common"
405version = "0.1.7"
406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
408dependencies = [
409 "generic-array",
410 "rand_core 0.6.4",
411 "typenum",
412]
413
414[[package]]
415name = "ctr"
416version = "0.9.2"
417source = "registry+https://github.com/rust-lang/crates.io-index"
418checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
419dependencies = [
420 "cipher",
421]
422
423[[package]]
424name = "curve25519-dalek"
425version = "4.1.3"
426source = "registry+https://github.com/rust-lang/crates.io-index"
427checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
428dependencies = [
429 "cfg-if",
430 "cpufeatures",
431 "curve25519-dalek-derive",
432 "digest",
433 "fiat-crypto",
434 "rustc_version",
435 "subtle",
436 "zeroize",
437]
438
439[[package]]
440name = "curve25519-dalek-derive"
441version = "0.1.1"
442source = "registry+https://github.com/rust-lang/crates.io-index"
443checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
444dependencies = [
445 "proc-macro2",
446 "quote",
447 "syn",
448]
449
450[[package]]
451name = "data-encoding"
452version = "2.10.0"
453source = "registry+https://github.com/rust-lang/crates.io-index"
454checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea"
455
456[[package]]
457name = "der"
458version = "0.7.10"
459source = "registry+https://github.com/rust-lang/crates.io-index"
460checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
461dependencies = [
462 "const-oid",
463 "pem-rfc7468",
464 "zeroize",
465]
466
467[[package]]
468name = "digest"
469version = "0.10.7"
470source = "registry+https://github.com/rust-lang/crates.io-index"
471checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
472dependencies = [
473 "block-buffer",
474 "const-oid",
475 "crypto-common",
476 "subtle",
477]
478
479[[package]]
480name = "displaydoc"
481version = "0.2.5"
482source = "registry+https://github.com/rust-lang/crates.io-index"
483checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
484dependencies = [
485 "proc-macro2",
486 "quote",
487 "syn",
488]
489
490[[package]]
491name = "dunce"
492version = "1.0.5"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
495
496[[package]]
497name = "ecdsa"
498version = "0.16.9"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
501dependencies = [
502 "der",
503 "digest",
504 "elliptic-curve",
505 "rfc6979",
506 "signature",
507 "spki",
508]
509
510[[package]]
511name = "ed25519"
512version = "2.2.3"
513source = "registry+https://github.com/rust-lang/crates.io-index"
514checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
515dependencies = [
516 "pkcs8",
517 "signature",
518]
519
520[[package]]
521name = "ed25519-dalek"
522version = "2.2.0"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9"
525dependencies = [
526 "curve25519-dalek",
527 "ed25519",
528 "rand_core 0.6.4",
529 "serde",
530 "sha2",
531 "subtle",
532 "zeroize",
533]
534
535[[package]]
536name = "elliptic-curve"
537version = "0.13.8"
538source = "registry+https://github.com/rust-lang/crates.io-index"
539checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
540dependencies = [
541 "base16ct",
542 "base64ct",
543 "crypto-bigint",
544 "digest",
545 "ff",
546 "generic-array",
547 "group",
548 "pem-rfc7468",
549 "pkcs8",
550 "rand_core 0.6.4",
551 "sec1",
552 "serde_json",
553 "serdect",
554 "subtle",
555 "zeroize",
556]
557
558[[package]]
559name = "enum-as-inner"
560version = "0.6.1"
561source = "registry+https://github.com/rust-lang/crates.io-index"
562checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
563dependencies = [
564 "heck",
565 "proc-macro2",
566 "quote",
567 "syn",
568]
569
570[[package]]
571name = "env_filter"
572version = "1.0.0"
573source = "registry+https://github.com/rust-lang/crates.io-index"
574checksum = "7a1c3cc8e57274ec99de65301228b537f1e4eedc1b8e0f9411c6caac8ae7308f"
575dependencies = [
576 "log",
577 "regex",
578]
579
580[[package]]
581name = "env_logger"
582version = "0.11.9"
583source = "registry+https://github.com/rust-lang/crates.io-index"
584checksum = "b2daee4ea451f429a58296525ddf28b45a3b64f1acf6587e2067437bb11e218d"
585dependencies = [
586 "anstream",
587 "anstyle",
588 "env_filter",
589 "jiff",
590 "log",
591]
592
593[[package]]
594name = "equivalent"
595version = "1.0.2"
596source = "registry+https://github.com/rust-lang/crates.io-index"
597checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
598
599[[package]]
600name = "errno"
601version = "0.3.14"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
604dependencies = [
605 "libc",
606 "windows-sys 0.61.2",
607]
608
609[[package]]
610name = "fastrand"
611version = "2.3.0"
612source = "registry+https://github.com/rust-lang/crates.io-index"
613checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
614
615[[package]]
616name = "ff"
617version = "0.13.1"
618source = "registry+https://github.com/rust-lang/crates.io-index"
619checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
620dependencies = [
621 "rand_core 0.6.4",
622 "subtle",
623]
624
625[[package]]
626name = "fiat-crypto"
627version = "0.2.9"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
630
631[[package]]
632name = "find-msvc-tools"
633version = "0.1.9"
634source = "registry+https://github.com/rust-lang/crates.io-index"
635checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
636
637[[package]]
638name = "form_urlencoded"
639version = "1.2.2"
640source = "registry+https://github.com/rust-lang/crates.io-index"
641checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
642dependencies = [
643 "percent-encoding",
644]
645
646[[package]]
647name = "fs_extra"
648version = "1.3.0"
649source = "registry+https://github.com/rust-lang/crates.io-index"
650checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
651
652[[package]]
653name = "futures-channel"
654version = "0.3.32"
655source = "registry+https://github.com/rust-lang/crates.io-index"
656checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
657dependencies = [
658 "futures-core",
659 "futures-sink",
660]
661
662[[package]]
663name = "futures-core"
664version = "0.3.32"
665source = "registry+https://github.com/rust-lang/crates.io-index"
666checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
667
668[[package]]
669name = "futures-io"
670version = "0.3.32"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
673
674[[package]]
675name = "futures-macro"
676version = "0.3.32"
677source = "registry+https://github.com/rust-lang/crates.io-index"
678checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
679dependencies = [
680 "proc-macro2",
681 "quote",
682 "syn",
683]
684
685[[package]]
686name = "futures-sink"
687version = "0.3.32"
688source = "registry+https://github.com/rust-lang/crates.io-index"
689checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
690
691[[package]]
692name = "futures-task"
693version = "0.3.32"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
696
697[[package]]
698name = "futures-util"
699version = "0.3.32"
700source = "registry+https://github.com/rust-lang/crates.io-index"
701checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
702dependencies = [
703 "futures-core",
704 "futures-io",
705 "futures-macro",
706 "futures-sink",
707 "futures-task",
708 "memchr",
709 "pin-project-lite",
710 "slab",
711]
712
713[[package]]
714name = "generic-array"
715version = "0.14.7"
716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
718dependencies = [
719 "typenum",
720 "version_check",
721 "zeroize",
722]
723
724[[package]]
725name = "getrandom"
726version = "0.2.17"
727source = "registry+https://github.com/rust-lang/crates.io-index"
728checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
729dependencies = [
730 "cfg-if",
731 "js-sys",
732 "libc",
733 "wasi",
734 "wasm-bindgen",
735]
736
737[[package]]
738name = "getrandom"
739version = "0.3.4"
740source = "registry+https://github.com/rust-lang/crates.io-index"
741checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
742dependencies = [
743 "cfg-if",
744 "js-sys",
745 "libc",
746 "r-efi",
747 "wasip2",
748 "wasm-bindgen",
749]
750
751[[package]]
752name = "ghash"
753version = "0.5.1"
754source = "registry+https://github.com/rust-lang/crates.io-index"
755checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1"
756dependencies = [
757 "opaque-debug",
758 "polyval",
759]
760
761[[package]]
762name = "group"
763version = "0.13.0"
764source = "registry+https://github.com/rust-lang/crates.io-index"
765checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
766dependencies = [
767 "ff",
768 "rand_core 0.6.4",
769 "subtle",
770]
771
772[[package]]
773name = "hashbrown"
774version = "0.16.1"
775source = "registry+https://github.com/rust-lang/crates.io-index"
776checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
777
778[[package]]
779name = "heck"
780version = "0.5.0"
781source = "registry+https://github.com/rust-lang/crates.io-index"
782checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
783
784[[package]]
785name = "hickory-proto"
786version = "0.24.4"
787source = "registry+https://github.com/rust-lang/crates.io-index"
788checksum = "92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248"
789dependencies = [
790 "async-trait",
791 "cfg-if",
792 "data-encoding",
793 "enum-as-inner",
794 "futures-channel",
795 "futures-io",
796 "futures-util",
797 "idna",
798 "ipnet",
799 "once_cell",
800 "rand 0.8.5",
801 "thiserror 1.0.69",
802 "tinyvec",
803 "tokio",
804 "tracing",
805 "url",
806]
807
808[[package]]
809name = "hickory-resolver"
810version = "0.24.4"
811source = "registry+https://github.com/rust-lang/crates.io-index"
812checksum = "cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e"
813dependencies = [
814 "cfg-if",
815 "futures-util",
816 "hickory-proto",
817 "ipconfig",
818 "lru-cache",
819 "once_cell",
820 "parking_lot",
821 "rand 0.8.5",
822 "resolv-conf",
823 "smallvec",
824 "thiserror 1.0.69",
825 "tokio",
826 "tracing",
827]
828
829[[package]]
830name = "hkdf"
831version = "0.12.4"
832source = "registry+https://github.com/rust-lang/crates.io-index"
833checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
834dependencies = [
835 "hmac",
836]
837
838[[package]]
839name = "hmac"
840version = "0.12.1"
841source = "registry+https://github.com/rust-lang/crates.io-index"
842checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
843dependencies = [
844 "digest",
845]
846
847[[package]]
848name = "http"
849version = "1.4.0"
850source = "registry+https://github.com/rust-lang/crates.io-index"
851checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
852dependencies = [
853 "bytes",
854 "itoa",
855]
856
857[[package]]
858name = "http-body"
859version = "1.0.1"
860source = "registry+https://github.com/rust-lang/crates.io-index"
861checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
862dependencies = [
863 "bytes",
864 "http",
865]
866
867[[package]]
868name = "http-body-util"
869version = "0.1.3"
870source = "registry+https://github.com/rust-lang/crates.io-index"
871checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
872dependencies = [
873 "bytes",
874 "futures-core",
875 "http",
876 "http-body",
877 "pin-project-lite",
878]
879
880[[package]]
881name = "httparse"
882version = "1.10.1"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
885
886[[package]]
887name = "hyper"
888version = "1.8.1"
889source = "registry+https://github.com/rust-lang/crates.io-index"
890checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
891dependencies = [
892 "atomic-waker",
893 "bytes",
894 "futures-channel",
895 "futures-core",
896 "http",
897 "http-body",
898 "httparse",
899 "itoa",
900 "pin-project-lite",
901 "pin-utils",
902 "smallvec",
903 "tokio",
904 "want",
905]
906
907[[package]]
908name = "hyper-rustls"
909version = "0.27.7"
910source = "registry+https://github.com/rust-lang/crates.io-index"
911checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
912dependencies = [
913 "http",
914 "hyper",
915 "hyper-util",
916 "rustls",
917 "rustls-pki-types",
918 "tokio",
919 "tokio-rustls",
920 "tower-service",
921]
922
923[[package]]
924name = "hyper-util"
925version = "0.1.20"
926source = "registry+https://github.com/rust-lang/crates.io-index"
927checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
928dependencies = [
929 "base64",
930 "bytes",
931 "futures-channel",
932 "futures-util",
933 "http",
934 "http-body",
935 "hyper",
936 "ipnet",
937 "libc",
938 "percent-encoding",
939 "pin-project-lite",
940 "socket2 0.6.2",
941 "tokio",
942 "tower-service",
943 "tracing",
944]
945
946[[package]]
947name = "iana-time-zone"
948version = "0.1.65"
949source = "registry+https://github.com/rust-lang/crates.io-index"
950checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
951dependencies = [
952 "android_system_properties",
953 "core-foundation-sys",
954 "iana-time-zone-haiku",
955 "js-sys",
956 "log",
957 "wasm-bindgen",
958 "windows-core",
959]
960
961[[package]]
962name = "iana-time-zone-haiku"
963version = "0.1.2"
964source = "registry+https://github.com/rust-lang/crates.io-index"
965checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
966dependencies = [
967 "cc",
968]
969
970[[package]]
971name = "icu_collections"
972version = "2.1.1"
973source = "registry+https://github.com/rust-lang/crates.io-index"
974checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
975dependencies = [
976 "displaydoc",
977 "potential_utf",
978 "yoke",
979 "zerofrom",
980 "zerovec",
981]
982
983[[package]]
984name = "icu_locale_core"
985version = "2.1.1"
986source = "registry+https://github.com/rust-lang/crates.io-index"
987checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
988dependencies = [
989 "displaydoc",
990 "litemap",
991 "tinystr",
992 "writeable",
993 "zerovec",
994]
995
996[[package]]
997name = "icu_normalizer"
998version = "2.1.1"
999source = "registry+https://github.com/rust-lang/crates.io-index"
1000checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
1001dependencies = [
1002 "icu_collections",
1003 "icu_normalizer_data",
1004 "icu_properties",
1005 "icu_provider",
1006 "smallvec",
1007 "zerovec",
1008]
1009
1010[[package]]
1011name = "icu_normalizer_data"
1012version = "2.1.1"
1013source = "registry+https://github.com/rust-lang/crates.io-index"
1014checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
1015
1016[[package]]
1017name = "icu_properties"
1018version = "2.1.2"
1019source = "registry+https://github.com/rust-lang/crates.io-index"
1020checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
1021dependencies = [
1022 "icu_collections",
1023 "icu_locale_core",
1024 "icu_properties_data",
1025 "icu_provider",
1026 "zerotrie",
1027 "zerovec",
1028]
1029
1030[[package]]
1031name = "icu_properties_data"
1032version = "2.1.2"
1033source = "registry+https://github.com/rust-lang/crates.io-index"
1034checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
1035
1036[[package]]
1037name = "icu_provider"
1038version = "2.1.1"
1039source = "registry+https://github.com/rust-lang/crates.io-index"
1040checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
1041dependencies = [
1042 "displaydoc",
1043 "icu_locale_core",
1044 "writeable",
1045 "yoke",
1046 "zerofrom",
1047 "zerotrie",
1048 "zerovec",
1049]
1050
1051[[package]]
1052name = "idna"
1053version = "1.1.0"
1054source = "registry+https://github.com/rust-lang/crates.io-index"
1055checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1056dependencies = [
1057 "idna_adapter",
1058 "smallvec",
1059 "utf8_iter",
1060]
1061
1062[[package]]
1063name = "idna_adapter"
1064version = "1.2.1"
1065source = "registry+https://github.com/rust-lang/crates.io-index"
1066checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1067dependencies = [
1068 "icu_normalizer",
1069 "icu_properties",
1070]
1071
1072[[package]]
1073name = "indexmap"
1074version = "2.13.0"
1075source = "registry+https://github.com/rust-lang/crates.io-index"
1076checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
1077dependencies = [
1078 "equivalent",
1079 "hashbrown",
1080]
1081
1082[[package]]
1083name = "inout"
1084version = "0.1.4"
1085source = "registry+https://github.com/rust-lang/crates.io-index"
1086checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
1087dependencies = [
1088 "generic-array",
1089]
1090
1091[[package]]
1092name = "ipconfig"
1093version = "0.3.2"
1094source = "registry+https://github.com/rust-lang/crates.io-index"
1095checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
1096dependencies = [
1097 "socket2 0.5.10",
1098 "widestring",
1099 "windows-sys 0.48.0",
1100 "winreg",
1101]
1102
1103[[package]]
1104name = "ipnet"
1105version = "2.11.0"
1106source = "registry+https://github.com/rust-lang/crates.io-index"
1107checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1108
1109[[package]]
1110name = "iri-string"
1111version = "0.7.10"
1112source = "registry+https://github.com/rust-lang/crates.io-index"
1113checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a"
1114dependencies = [
1115 "memchr",
1116 "serde",
1117]
1118
1119[[package]]
1120name = "is_terminal_polyfill"
1121version = "1.70.2"
1122source = "registry+https://github.com/rust-lang/crates.io-index"
1123checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1124
1125[[package]]
1126name = "itoa"
1127version = "1.0.17"
1128source = "registry+https://github.com/rust-lang/crates.io-index"
1129checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
1130
1131[[package]]
1132name = "jiff"
1133version = "0.2.21"
1134source = "registry+https://github.com/rust-lang/crates.io-index"
1135checksum = "b3e3d65f018c6ae946ab16e80944b97096ed73c35b221d1c478a6c81d8f57940"
1136dependencies = [
1137 "jiff-static",
1138 "log",
1139 "portable-atomic",
1140 "portable-atomic-util",
1141 "serde_core",
1142]
1143
1144[[package]]
1145name = "jiff-static"
1146version = "0.2.21"
1147source = "registry+https://github.com/rust-lang/crates.io-index"
1148checksum = "a17c2b211d863c7fde02cbea8a3c1a439b98e109286554f2860bdded7ff83818"
1149dependencies = [
1150 "proc-macro2",
1151 "quote",
1152 "syn",
1153]
1154
1155[[package]]
1156name = "jni"
1157version = "0.21.1"
1158source = "registry+https://github.com/rust-lang/crates.io-index"
1159checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
1160dependencies = [
1161 "cesu8",
1162 "cfg-if",
1163 "combine",
1164 "jni-sys",
1165 "log",
1166 "thiserror 1.0.69",
1167 "walkdir",
1168 "windows-sys 0.45.0",
1169]
1170
1171[[package]]
1172name = "jni-sys"
1173version = "0.3.0"
1174source = "registry+https://github.com/rust-lang/crates.io-index"
1175checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
1176
1177[[package]]
1178name = "jobserver"
1179version = "0.1.34"
1180source = "registry+https://github.com/rust-lang/crates.io-index"
1181checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1182dependencies = [
1183 "getrandom 0.3.4",
1184 "libc",
1185]
1186
1187[[package]]
1188name = "js-sys"
1189version = "0.3.91"
1190source = "registry+https://github.com/rust-lang/crates.io-index"
1191checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c"
1192dependencies = [
1193 "once_cell",
1194 "wasm-bindgen",
1195]
1196
1197[[package]]
1198name = "libc"
1199version = "0.2.182"
1200source = "registry+https://github.com/rust-lang/crates.io-index"
1201checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
1202
1203[[package]]
1204name = "linked-hash-map"
1205version = "0.5.6"
1206source = "registry+https://github.com/rust-lang/crates.io-index"
1207checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
1208
1209[[package]]
1210name = "linux-raw-sys"
1211version = "0.12.1"
1212source = "registry+https://github.com/rust-lang/crates.io-index"
1213checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
1214
1215[[package]]
1216name = "litemap"
1217version = "0.8.1"
1218source = "registry+https://github.com/rust-lang/crates.io-index"
1219checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
1220
1221[[package]]
1222name = "lock_api"
1223version = "0.4.14"
1224source = "registry+https://github.com/rust-lang/crates.io-index"
1225checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1226dependencies = [
1227 "scopeguard",
1228]
1229
1230[[package]]
1231name = "log"
1232version = "0.4.29"
1233source = "registry+https://github.com/rust-lang/crates.io-index"
1234checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1235
1236[[package]]
1237name = "lru-cache"
1238version = "0.1.2"
1239source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
1241dependencies = [
1242 "linked-hash-map",
1243]
1244
1245[[package]]
1246name = "lru-slab"
1247version = "0.1.2"
1248source = "registry+https://github.com/rust-lang/crates.io-index"
1249checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1250
1251[[package]]
1252name = "memchr"
1253version = "2.8.0"
1254source = "registry+https://github.com/rust-lang/crates.io-index"
1255checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1256
1257[[package]]
1258name = "mime"
1259version = "0.3.17"
1260source = "registry+https://github.com/rust-lang/crates.io-index"
1261checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1262
1263[[package]]
1264name = "mime_guess"
1265version = "2.0.5"
1266source = "registry+https://github.com/rust-lang/crates.io-index"
1267checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
1268dependencies = [
1269 "mime",
1270 "unicase",
1271]
1272
1273[[package]]
1274name = "mio"
1275version = "1.1.1"
1276source = "registry+https://github.com/rust-lang/crates.io-index"
1277checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
1278dependencies = [
1279 "libc",
1280 "wasi",
1281 "windows-sys 0.61.2",
1282]
1283
1284[[package]]
1285name = "num-traits"
1286version = "0.2.19"
1287source = "registry+https://github.com/rust-lang/crates.io-index"
1288checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1289dependencies = [
1290 "autocfg",
1291]
1292
1293[[package]]
1294name = "once_cell"
1295version = "1.21.3"
1296source = "registry+https://github.com/rust-lang/crates.io-index"
1297checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1298
1299[[package]]
1300name = "once_cell_polyfill"
1301version = "1.70.2"
1302source = "registry+https://github.com/rust-lang/crates.io-index"
1303checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1304
1305[[package]]
1306name = "opake-cli"
1307version = "0.1.0"
1308dependencies = [
1309 "anyhow",
1310 "base64",
1311 "chrono",
1312 "clap",
1313 "clap_complete",
1314 "env_logger",
1315 "log",
1316 "mime_guess",
1317 "opake-core",
1318 "reqwest",
1319 "serde",
1320 "serde_json",
1321 "tempfile",
1322 "tokio",
1323 "toml",
1324 "urlencoding",
1325]
1326
1327[[package]]
1328name = "opake-core"
1329version = "0.1.0"
1330dependencies = [
1331 "aes-gcm",
1332 "aes-kw",
1333 "base64",
1334 "bytes",
1335 "ed25519-dalek",
1336 "futures-channel",
1337 "futures-util",
1338 "getrandom 0.2.17",
1339 "hickory-resolver",
1340 "hkdf",
1341 "js-sys",
1342 "log",
1343 "opake-derive",
1344 "p256",
1345 "pbkdf2",
1346 "rand_chacha 0.3.1",
1347 "reqwest",
1348 "serde",
1349 "serde_json",
1350 "sha2",
1351 "thiserror 2.0.18",
1352 "tokio",
1353 "urlencoding",
1354 "wasm-bindgen",
1355 "wasm-bindgen-futures",
1356 "web-sys",
1357 "x25519-dalek",
1358 "zeroize",
1359]
1360
1361[[package]]
1362name = "opake-derive"
1363version = "0.1.0"
1364dependencies = [
1365 "proc-macro2",
1366 "quote",
1367 "syn",
1368]
1369
1370[[package]]
1371name = "opake-wasm"
1372version = "0.1.0"
1373dependencies = [
1374 "console_error_panic_hook",
1375 "console_log",
1376 "futures-util",
1377 "getrandom 0.2.17",
1378 "js-sys",
1379 "log",
1380 "opake-core",
1381 "serde",
1382 "serde-wasm-bindgen",
1383 "serde_json",
1384 "wasm-bindgen",
1385 "wasm-bindgen-futures",
1386]
1387
1388[[package]]
1389name = "opaque-debug"
1390version = "0.3.1"
1391source = "registry+https://github.com/rust-lang/crates.io-index"
1392checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
1393
1394[[package]]
1395name = "openssl-probe"
1396version = "0.2.1"
1397source = "registry+https://github.com/rust-lang/crates.io-index"
1398checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
1399
1400[[package]]
1401name = "p256"
1402version = "0.13.2"
1403source = "registry+https://github.com/rust-lang/crates.io-index"
1404checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
1405dependencies = [
1406 "ecdsa",
1407 "elliptic-curve",
1408 "primeorder",
1409 "sha2",
1410]
1411
1412[[package]]
1413name = "parking_lot"
1414version = "0.12.5"
1415source = "registry+https://github.com/rust-lang/crates.io-index"
1416checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1417dependencies = [
1418 "lock_api",
1419 "parking_lot_core",
1420]
1421
1422[[package]]
1423name = "parking_lot_core"
1424version = "0.9.12"
1425source = "registry+https://github.com/rust-lang/crates.io-index"
1426checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1427dependencies = [
1428 "cfg-if",
1429 "libc",
1430 "redox_syscall",
1431 "smallvec",
1432 "windows-link",
1433]
1434
1435[[package]]
1436name = "pbkdf2"
1437version = "0.12.2"
1438source = "registry+https://github.com/rust-lang/crates.io-index"
1439checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
1440dependencies = [
1441 "digest",
1442 "hmac",
1443]
1444
1445[[package]]
1446name = "pem-rfc7468"
1447version = "0.7.0"
1448source = "registry+https://github.com/rust-lang/crates.io-index"
1449checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
1450dependencies = [
1451 "base64ct",
1452]
1453
1454[[package]]
1455name = "percent-encoding"
1456version = "2.3.2"
1457source = "registry+https://github.com/rust-lang/crates.io-index"
1458checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1459
1460[[package]]
1461name = "pin-project-lite"
1462version = "0.2.17"
1463source = "registry+https://github.com/rust-lang/crates.io-index"
1464checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1465
1466[[package]]
1467name = "pin-utils"
1468version = "0.1.0"
1469source = "registry+https://github.com/rust-lang/crates.io-index"
1470checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1471
1472[[package]]
1473name = "pkcs8"
1474version = "0.10.2"
1475source = "registry+https://github.com/rust-lang/crates.io-index"
1476checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
1477dependencies = [
1478 "der",
1479 "spki",
1480]
1481
1482[[package]]
1483name = "polyval"
1484version = "0.6.2"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
1487dependencies = [
1488 "cfg-if",
1489 "cpufeatures",
1490 "opaque-debug",
1491 "universal-hash",
1492]
1493
1494[[package]]
1495name = "portable-atomic"
1496version = "1.13.1"
1497source = "registry+https://github.com/rust-lang/crates.io-index"
1498checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1499
1500[[package]]
1501name = "portable-atomic-util"
1502version = "0.2.5"
1503source = "registry+https://github.com/rust-lang/crates.io-index"
1504checksum = "7a9db96d7fa8782dd8c15ce32ffe8680bbd1e978a43bf51a34d39483540495f5"
1505dependencies = [
1506 "portable-atomic",
1507]
1508
1509[[package]]
1510name = "potential_utf"
1511version = "0.1.4"
1512source = "registry+https://github.com/rust-lang/crates.io-index"
1513checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
1514dependencies = [
1515 "zerovec",
1516]
1517
1518[[package]]
1519name = "ppv-lite86"
1520version = "0.2.21"
1521source = "registry+https://github.com/rust-lang/crates.io-index"
1522checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1523dependencies = [
1524 "zerocopy",
1525]
1526
1527[[package]]
1528name = "primeorder"
1529version = "0.13.6"
1530source = "registry+https://github.com/rust-lang/crates.io-index"
1531checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
1532dependencies = [
1533 "elliptic-curve",
1534]
1535
1536[[package]]
1537name = "proc-macro2"
1538version = "1.0.106"
1539source = "registry+https://github.com/rust-lang/crates.io-index"
1540checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1541dependencies = [
1542 "unicode-ident",
1543]
1544
1545[[package]]
1546name = "quinn"
1547version = "0.11.9"
1548source = "registry+https://github.com/rust-lang/crates.io-index"
1549checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
1550dependencies = [
1551 "bytes",
1552 "cfg_aliases",
1553 "pin-project-lite",
1554 "quinn-proto",
1555 "quinn-udp",
1556 "rustc-hash",
1557 "rustls",
1558 "socket2 0.6.2",
1559 "thiserror 2.0.18",
1560 "tokio",
1561 "tracing",
1562 "web-time",
1563]
1564
1565[[package]]
1566name = "quinn-proto"
1567version = "0.11.13"
1568source = "registry+https://github.com/rust-lang/crates.io-index"
1569checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
1570dependencies = [
1571 "aws-lc-rs",
1572 "bytes",
1573 "getrandom 0.3.4",
1574 "lru-slab",
1575 "rand 0.9.2",
1576 "ring",
1577 "rustc-hash",
1578 "rustls",
1579 "rustls-pki-types",
1580 "slab",
1581 "thiserror 2.0.18",
1582 "tinyvec",
1583 "tracing",
1584 "web-time",
1585]
1586
1587[[package]]
1588name = "quinn-udp"
1589version = "0.5.14"
1590source = "registry+https://github.com/rust-lang/crates.io-index"
1591checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
1592dependencies = [
1593 "cfg_aliases",
1594 "libc",
1595 "once_cell",
1596 "socket2 0.6.2",
1597 "tracing",
1598 "windows-sys 0.60.2",
1599]
1600
1601[[package]]
1602name = "quote"
1603version = "1.0.44"
1604source = "registry+https://github.com/rust-lang/crates.io-index"
1605checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
1606dependencies = [
1607 "proc-macro2",
1608]
1609
1610[[package]]
1611name = "r-efi"
1612version = "5.3.0"
1613source = "registry+https://github.com/rust-lang/crates.io-index"
1614checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1615
1616[[package]]
1617name = "rand"
1618version = "0.8.5"
1619source = "registry+https://github.com/rust-lang/crates.io-index"
1620checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1621dependencies = [
1622 "libc",
1623 "rand_chacha 0.3.1",
1624 "rand_core 0.6.4",
1625]
1626
1627[[package]]
1628name = "rand"
1629version = "0.9.2"
1630source = "registry+https://github.com/rust-lang/crates.io-index"
1631checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
1632dependencies = [
1633 "rand_chacha 0.9.0",
1634 "rand_core 0.9.5",
1635]
1636
1637[[package]]
1638name = "rand_chacha"
1639version = "0.3.1"
1640source = "registry+https://github.com/rust-lang/crates.io-index"
1641checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1642dependencies = [
1643 "ppv-lite86",
1644 "rand_core 0.6.4",
1645]
1646
1647[[package]]
1648name = "rand_chacha"
1649version = "0.9.0"
1650source = "registry+https://github.com/rust-lang/crates.io-index"
1651checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1652dependencies = [
1653 "ppv-lite86",
1654 "rand_core 0.9.5",
1655]
1656
1657[[package]]
1658name = "rand_core"
1659version = "0.6.4"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1662dependencies = [
1663 "getrandom 0.2.17",
1664]
1665
1666[[package]]
1667name = "rand_core"
1668version = "0.9.5"
1669source = "registry+https://github.com/rust-lang/crates.io-index"
1670checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1671dependencies = [
1672 "getrandom 0.3.4",
1673]
1674
1675[[package]]
1676name = "redox_syscall"
1677version = "0.5.18"
1678source = "registry+https://github.com/rust-lang/crates.io-index"
1679checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1680dependencies = [
1681 "bitflags",
1682]
1683
1684[[package]]
1685name = "regex"
1686version = "1.12.3"
1687source = "registry+https://github.com/rust-lang/crates.io-index"
1688checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1689dependencies = [
1690 "aho-corasick",
1691 "memchr",
1692 "regex-automata",
1693 "regex-syntax",
1694]
1695
1696[[package]]
1697name = "regex-automata"
1698version = "0.4.14"
1699source = "registry+https://github.com/rust-lang/crates.io-index"
1700checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1701dependencies = [
1702 "aho-corasick",
1703 "memchr",
1704 "regex-syntax",
1705]
1706
1707[[package]]
1708name = "regex-syntax"
1709version = "0.8.10"
1710source = "registry+https://github.com/rust-lang/crates.io-index"
1711checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
1712
1713[[package]]
1714name = "reqwest"
1715version = "0.13.2"
1716source = "registry+https://github.com/rust-lang/crates.io-index"
1717checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801"
1718dependencies = [
1719 "base64",
1720 "bytes",
1721 "futures-core",
1722 "futures-util",
1723 "http",
1724 "http-body",
1725 "http-body-util",
1726 "hyper",
1727 "hyper-rustls",
1728 "hyper-util",
1729 "js-sys",
1730 "log",
1731 "percent-encoding",
1732 "pin-project-lite",
1733 "quinn",
1734 "rustls",
1735 "rustls-pki-types",
1736 "rustls-platform-verifier",
1737 "serde",
1738 "serde_json",
1739 "sync_wrapper",
1740 "tokio",
1741 "tokio-rustls",
1742 "tokio-util",
1743 "tower",
1744 "tower-http",
1745 "tower-service",
1746 "url",
1747 "wasm-bindgen",
1748 "wasm-bindgen-futures",
1749 "wasm-streams",
1750 "web-sys",
1751]
1752
1753[[package]]
1754name = "resolv-conf"
1755version = "0.7.6"
1756source = "registry+https://github.com/rust-lang/crates.io-index"
1757checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7"
1758
1759[[package]]
1760name = "rfc6979"
1761version = "0.4.0"
1762source = "registry+https://github.com/rust-lang/crates.io-index"
1763checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
1764dependencies = [
1765 "hmac",
1766 "subtle",
1767]
1768
1769[[package]]
1770name = "ring"
1771version = "0.17.14"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1774dependencies = [
1775 "cc",
1776 "cfg-if",
1777 "getrandom 0.2.17",
1778 "libc",
1779 "untrusted",
1780 "windows-sys 0.52.0",
1781]
1782
1783[[package]]
1784name = "rustc-hash"
1785version = "2.1.1"
1786source = "registry+https://github.com/rust-lang/crates.io-index"
1787checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
1788
1789[[package]]
1790name = "rustc_version"
1791version = "0.4.1"
1792source = "registry+https://github.com/rust-lang/crates.io-index"
1793checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1794dependencies = [
1795 "semver",
1796]
1797
1798[[package]]
1799name = "rustix"
1800version = "1.1.4"
1801source = "registry+https://github.com/rust-lang/crates.io-index"
1802checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
1803dependencies = [
1804 "bitflags",
1805 "errno",
1806 "libc",
1807 "linux-raw-sys",
1808 "windows-sys 0.61.2",
1809]
1810
1811[[package]]
1812name = "rustls"
1813version = "0.23.37"
1814source = "registry+https://github.com/rust-lang/crates.io-index"
1815checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
1816dependencies = [
1817 "aws-lc-rs",
1818 "once_cell",
1819 "rustls-pki-types",
1820 "rustls-webpki",
1821 "subtle",
1822 "zeroize",
1823]
1824
1825[[package]]
1826name = "rustls-native-certs"
1827version = "0.8.3"
1828source = "registry+https://github.com/rust-lang/crates.io-index"
1829checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
1830dependencies = [
1831 "openssl-probe",
1832 "rustls-pki-types",
1833 "schannel",
1834 "security-framework",
1835]
1836
1837[[package]]
1838name = "rustls-pki-types"
1839version = "1.14.0"
1840source = "registry+https://github.com/rust-lang/crates.io-index"
1841checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
1842dependencies = [
1843 "web-time",
1844 "zeroize",
1845]
1846
1847[[package]]
1848name = "rustls-platform-verifier"
1849version = "0.6.2"
1850source = "registry+https://github.com/rust-lang/crates.io-index"
1851checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784"
1852dependencies = [
1853 "core-foundation",
1854 "core-foundation-sys",
1855 "jni",
1856 "log",
1857 "once_cell",
1858 "rustls",
1859 "rustls-native-certs",
1860 "rustls-platform-verifier-android",
1861 "rustls-webpki",
1862 "security-framework",
1863 "security-framework-sys",
1864 "webpki-root-certs",
1865 "windows-sys 0.61.2",
1866]
1867
1868[[package]]
1869name = "rustls-platform-verifier-android"
1870version = "0.1.1"
1871source = "registry+https://github.com/rust-lang/crates.io-index"
1872checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
1873
1874[[package]]
1875name = "rustls-webpki"
1876version = "0.103.9"
1877source = "registry+https://github.com/rust-lang/crates.io-index"
1878checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
1879dependencies = [
1880 "aws-lc-rs",
1881 "ring",
1882 "rustls-pki-types",
1883 "untrusted",
1884]
1885
1886[[package]]
1887name = "rustversion"
1888version = "1.0.22"
1889source = "registry+https://github.com/rust-lang/crates.io-index"
1890checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1891
1892[[package]]
1893name = "same-file"
1894version = "1.0.6"
1895source = "registry+https://github.com/rust-lang/crates.io-index"
1896checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1897dependencies = [
1898 "winapi-util",
1899]
1900
1901[[package]]
1902name = "schannel"
1903version = "0.1.28"
1904source = "registry+https://github.com/rust-lang/crates.io-index"
1905checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
1906dependencies = [
1907 "windows-sys 0.61.2",
1908]
1909
1910[[package]]
1911name = "scopeguard"
1912version = "1.2.0"
1913source = "registry+https://github.com/rust-lang/crates.io-index"
1914checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1915
1916[[package]]
1917name = "sec1"
1918version = "0.7.3"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
1921dependencies = [
1922 "base16ct",
1923 "der",
1924 "generic-array",
1925 "pkcs8",
1926 "serdect",
1927 "subtle",
1928 "zeroize",
1929]
1930
1931[[package]]
1932name = "security-framework"
1933version = "3.7.0"
1934source = "registry+https://github.com/rust-lang/crates.io-index"
1935checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
1936dependencies = [
1937 "bitflags",
1938 "core-foundation",
1939 "core-foundation-sys",
1940 "libc",
1941 "security-framework-sys",
1942]
1943
1944[[package]]
1945name = "security-framework-sys"
1946version = "2.17.0"
1947source = "registry+https://github.com/rust-lang/crates.io-index"
1948checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
1949dependencies = [
1950 "core-foundation-sys",
1951 "libc",
1952]
1953
1954[[package]]
1955name = "semver"
1956version = "1.0.27"
1957source = "registry+https://github.com/rust-lang/crates.io-index"
1958checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
1959
1960[[package]]
1961name = "serde"
1962version = "1.0.228"
1963source = "registry+https://github.com/rust-lang/crates.io-index"
1964checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1965dependencies = [
1966 "serde_core",
1967 "serde_derive",
1968]
1969
1970[[package]]
1971name = "serde-wasm-bindgen"
1972version = "0.6.5"
1973source = "registry+https://github.com/rust-lang/crates.io-index"
1974checksum = "8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b"
1975dependencies = [
1976 "js-sys",
1977 "serde",
1978 "wasm-bindgen",
1979]
1980
1981[[package]]
1982name = "serde_core"
1983version = "1.0.228"
1984source = "registry+https://github.com/rust-lang/crates.io-index"
1985checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1986dependencies = [
1987 "serde_derive",
1988]
1989
1990[[package]]
1991name = "serde_derive"
1992version = "1.0.228"
1993source = "registry+https://github.com/rust-lang/crates.io-index"
1994checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1995dependencies = [
1996 "proc-macro2",
1997 "quote",
1998 "syn",
1999]
2000
2001[[package]]
2002name = "serde_json"
2003version = "1.0.149"
2004source = "registry+https://github.com/rust-lang/crates.io-index"
2005checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
2006dependencies = [
2007 "itoa",
2008 "memchr",
2009 "serde",
2010 "serde_core",
2011 "zmij",
2012]
2013
2014[[package]]
2015name = "serde_spanned"
2016version = "1.0.4"
2017source = "registry+https://github.com/rust-lang/crates.io-index"
2018checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776"
2019dependencies = [
2020 "serde_core",
2021]
2022
2023[[package]]
2024name = "serdect"
2025version = "0.2.0"
2026source = "registry+https://github.com/rust-lang/crates.io-index"
2027checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177"
2028dependencies = [
2029 "base16ct",
2030 "serde",
2031]
2032
2033[[package]]
2034name = "sha2"
2035version = "0.10.9"
2036source = "registry+https://github.com/rust-lang/crates.io-index"
2037checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2038dependencies = [
2039 "cfg-if",
2040 "cpufeatures",
2041 "digest",
2042]
2043
2044[[package]]
2045name = "shlex"
2046version = "1.3.0"
2047source = "registry+https://github.com/rust-lang/crates.io-index"
2048checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2049
2050[[package]]
2051name = "signal-hook-registry"
2052version = "1.4.8"
2053source = "registry+https://github.com/rust-lang/crates.io-index"
2054checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
2055dependencies = [
2056 "errno",
2057 "libc",
2058]
2059
2060[[package]]
2061name = "signature"
2062version = "2.2.0"
2063source = "registry+https://github.com/rust-lang/crates.io-index"
2064checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
2065dependencies = [
2066 "digest",
2067 "rand_core 0.6.4",
2068]
2069
2070[[package]]
2071name = "slab"
2072version = "0.4.12"
2073source = "registry+https://github.com/rust-lang/crates.io-index"
2074checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2075
2076[[package]]
2077name = "smallvec"
2078version = "1.15.1"
2079source = "registry+https://github.com/rust-lang/crates.io-index"
2080checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2081
2082[[package]]
2083name = "socket2"
2084version = "0.5.10"
2085source = "registry+https://github.com/rust-lang/crates.io-index"
2086checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
2087dependencies = [
2088 "libc",
2089 "windows-sys 0.52.0",
2090]
2091
2092[[package]]
2093name = "socket2"
2094version = "0.6.2"
2095source = "registry+https://github.com/rust-lang/crates.io-index"
2096checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0"
2097dependencies = [
2098 "libc",
2099 "windows-sys 0.60.2",
2100]
2101
2102[[package]]
2103name = "spki"
2104version = "0.7.3"
2105source = "registry+https://github.com/rust-lang/crates.io-index"
2106checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
2107dependencies = [
2108 "base64ct",
2109 "der",
2110]
2111
2112[[package]]
2113name = "stable_deref_trait"
2114version = "1.2.1"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2117
2118[[package]]
2119name = "strsim"
2120version = "0.11.1"
2121source = "registry+https://github.com/rust-lang/crates.io-index"
2122checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2123
2124[[package]]
2125name = "subtle"
2126version = "2.6.1"
2127source = "registry+https://github.com/rust-lang/crates.io-index"
2128checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2129
2130[[package]]
2131name = "syn"
2132version = "2.0.117"
2133source = "registry+https://github.com/rust-lang/crates.io-index"
2134checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
2135dependencies = [
2136 "proc-macro2",
2137 "quote",
2138 "unicode-ident",
2139]
2140
2141[[package]]
2142name = "sync_wrapper"
2143version = "1.0.2"
2144source = "registry+https://github.com/rust-lang/crates.io-index"
2145checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2146dependencies = [
2147 "futures-core",
2148]
2149
2150[[package]]
2151name = "synstructure"
2152version = "0.13.2"
2153source = "registry+https://github.com/rust-lang/crates.io-index"
2154checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2155dependencies = [
2156 "proc-macro2",
2157 "quote",
2158 "syn",
2159]
2160
2161[[package]]
2162name = "tempfile"
2163version = "3.26.0"
2164source = "registry+https://github.com/rust-lang/crates.io-index"
2165checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0"
2166dependencies = [
2167 "fastrand",
2168 "getrandom 0.3.4",
2169 "once_cell",
2170 "rustix",
2171 "windows-sys 0.61.2",
2172]
2173
2174[[package]]
2175name = "thiserror"
2176version = "1.0.69"
2177source = "registry+https://github.com/rust-lang/crates.io-index"
2178checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2179dependencies = [
2180 "thiserror-impl 1.0.69",
2181]
2182
2183[[package]]
2184name = "thiserror"
2185version = "2.0.18"
2186source = "registry+https://github.com/rust-lang/crates.io-index"
2187checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2188dependencies = [
2189 "thiserror-impl 2.0.18",
2190]
2191
2192[[package]]
2193name = "thiserror-impl"
2194version = "1.0.69"
2195source = "registry+https://github.com/rust-lang/crates.io-index"
2196checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2197dependencies = [
2198 "proc-macro2",
2199 "quote",
2200 "syn",
2201]
2202
2203[[package]]
2204name = "thiserror-impl"
2205version = "2.0.18"
2206source = "registry+https://github.com/rust-lang/crates.io-index"
2207checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2208dependencies = [
2209 "proc-macro2",
2210 "quote",
2211 "syn",
2212]
2213
2214[[package]]
2215name = "tinystr"
2216version = "0.8.2"
2217source = "registry+https://github.com/rust-lang/crates.io-index"
2218checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
2219dependencies = [
2220 "displaydoc",
2221 "zerovec",
2222]
2223
2224[[package]]
2225name = "tinyvec"
2226version = "1.10.0"
2227source = "registry+https://github.com/rust-lang/crates.io-index"
2228checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
2229dependencies = [
2230 "tinyvec_macros",
2231]
2232
2233[[package]]
2234name = "tinyvec_macros"
2235version = "0.1.1"
2236source = "registry+https://github.com/rust-lang/crates.io-index"
2237checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2238
2239[[package]]
2240name = "tokio"
2241version = "1.49.0"
2242source = "registry+https://github.com/rust-lang/crates.io-index"
2243checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
2244dependencies = [
2245 "bytes",
2246 "libc",
2247 "mio",
2248 "parking_lot",
2249 "pin-project-lite",
2250 "signal-hook-registry",
2251 "socket2 0.6.2",
2252 "tokio-macros",
2253 "windows-sys 0.61.2",
2254]
2255
2256[[package]]
2257name = "tokio-macros"
2258version = "2.6.0"
2259source = "registry+https://github.com/rust-lang/crates.io-index"
2260checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
2261dependencies = [
2262 "proc-macro2",
2263 "quote",
2264 "syn",
2265]
2266
2267[[package]]
2268name = "tokio-rustls"
2269version = "0.26.4"
2270source = "registry+https://github.com/rust-lang/crates.io-index"
2271checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2272dependencies = [
2273 "rustls",
2274 "tokio",
2275]
2276
2277[[package]]
2278name = "tokio-util"
2279version = "0.7.18"
2280source = "registry+https://github.com/rust-lang/crates.io-index"
2281checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
2282dependencies = [
2283 "bytes",
2284 "futures-core",
2285 "futures-sink",
2286 "pin-project-lite",
2287 "tokio",
2288]
2289
2290[[package]]
2291name = "toml"
2292version = "1.0.3+spec-1.1.0"
2293source = "registry+https://github.com/rust-lang/crates.io-index"
2294checksum = "c7614eaf19ad818347db24addfa201729cf2a9b6fdfd9eb0ab870fcacc606c0c"
2295dependencies = [
2296 "indexmap",
2297 "serde_core",
2298 "serde_spanned",
2299 "toml_datetime",
2300 "toml_parser",
2301 "toml_writer",
2302 "winnow",
2303]
2304
2305[[package]]
2306name = "toml_datetime"
2307version = "1.0.0+spec-1.1.0"
2308source = "registry+https://github.com/rust-lang/crates.io-index"
2309checksum = "32c2555c699578a4f59f0cc68e5116c8d7cabbd45e1409b989d4be085b53f13e"
2310dependencies = [
2311 "serde_core",
2312]
2313
2314[[package]]
2315name = "toml_parser"
2316version = "1.0.9+spec-1.1.0"
2317source = "registry+https://github.com/rust-lang/crates.io-index"
2318checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4"
2319dependencies = [
2320 "winnow",
2321]
2322
2323[[package]]
2324name = "toml_writer"
2325version = "1.0.6+spec-1.1.0"
2326source = "registry+https://github.com/rust-lang/crates.io-index"
2327checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607"
2328
2329[[package]]
2330name = "tower"
2331version = "0.5.3"
2332source = "registry+https://github.com/rust-lang/crates.io-index"
2333checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
2334dependencies = [
2335 "futures-core",
2336 "futures-util",
2337 "pin-project-lite",
2338 "sync_wrapper",
2339 "tokio",
2340 "tower-layer",
2341 "tower-service",
2342]
2343
2344[[package]]
2345name = "tower-http"
2346version = "0.6.8"
2347source = "registry+https://github.com/rust-lang/crates.io-index"
2348checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
2349dependencies = [
2350 "bitflags",
2351 "bytes",
2352 "futures-util",
2353 "http",
2354 "http-body",
2355 "iri-string",
2356 "pin-project-lite",
2357 "tower",
2358 "tower-layer",
2359 "tower-service",
2360]
2361
2362[[package]]
2363name = "tower-layer"
2364version = "0.3.3"
2365source = "registry+https://github.com/rust-lang/crates.io-index"
2366checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2367
2368[[package]]
2369name = "tower-service"
2370version = "0.3.3"
2371source = "registry+https://github.com/rust-lang/crates.io-index"
2372checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2373
2374[[package]]
2375name = "tracing"
2376version = "0.1.44"
2377source = "registry+https://github.com/rust-lang/crates.io-index"
2378checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2379dependencies = [
2380 "pin-project-lite",
2381 "tracing-attributes",
2382 "tracing-core",
2383]
2384
2385[[package]]
2386name = "tracing-attributes"
2387version = "0.1.31"
2388source = "registry+https://github.com/rust-lang/crates.io-index"
2389checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
2390dependencies = [
2391 "proc-macro2",
2392 "quote",
2393 "syn",
2394]
2395
2396[[package]]
2397name = "tracing-core"
2398version = "0.1.36"
2399source = "registry+https://github.com/rust-lang/crates.io-index"
2400checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2401dependencies = [
2402 "once_cell",
2403]
2404
2405[[package]]
2406name = "try-lock"
2407version = "0.2.5"
2408source = "registry+https://github.com/rust-lang/crates.io-index"
2409checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2410
2411[[package]]
2412name = "typenum"
2413version = "1.19.0"
2414source = "registry+https://github.com/rust-lang/crates.io-index"
2415checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
2416
2417[[package]]
2418name = "unicase"
2419version = "2.9.0"
2420source = "registry+https://github.com/rust-lang/crates.io-index"
2421checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
2422
2423[[package]]
2424name = "unicode-ident"
2425version = "1.0.24"
2426source = "registry+https://github.com/rust-lang/crates.io-index"
2427checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2428
2429[[package]]
2430name = "universal-hash"
2431version = "0.5.1"
2432source = "registry+https://github.com/rust-lang/crates.io-index"
2433checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
2434dependencies = [
2435 "crypto-common",
2436 "subtle",
2437]
2438
2439[[package]]
2440name = "untrusted"
2441version = "0.9.0"
2442source = "registry+https://github.com/rust-lang/crates.io-index"
2443checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2444
2445[[package]]
2446name = "url"
2447version = "2.5.8"
2448source = "registry+https://github.com/rust-lang/crates.io-index"
2449checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
2450dependencies = [
2451 "form_urlencoded",
2452 "idna",
2453 "percent-encoding",
2454 "serde",
2455]
2456
2457[[package]]
2458name = "urlencoding"
2459version = "2.1.3"
2460source = "registry+https://github.com/rust-lang/crates.io-index"
2461checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
2462
2463[[package]]
2464name = "utf8_iter"
2465version = "1.0.4"
2466source = "registry+https://github.com/rust-lang/crates.io-index"
2467checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2468
2469[[package]]
2470name = "utf8parse"
2471version = "0.2.2"
2472source = "registry+https://github.com/rust-lang/crates.io-index"
2473checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2474
2475[[package]]
2476name = "version_check"
2477version = "0.9.5"
2478source = "registry+https://github.com/rust-lang/crates.io-index"
2479checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2480
2481[[package]]
2482name = "walkdir"
2483version = "2.5.0"
2484source = "registry+https://github.com/rust-lang/crates.io-index"
2485checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2486dependencies = [
2487 "same-file",
2488 "winapi-util",
2489]
2490
2491[[package]]
2492name = "want"
2493version = "0.3.1"
2494source = "registry+https://github.com/rust-lang/crates.io-index"
2495checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2496dependencies = [
2497 "try-lock",
2498]
2499
2500[[package]]
2501name = "wasi"
2502version = "0.11.1+wasi-snapshot-preview1"
2503source = "registry+https://github.com/rust-lang/crates.io-index"
2504checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2505
2506[[package]]
2507name = "wasip2"
2508version = "1.0.2+wasi-0.2.9"
2509source = "registry+https://github.com/rust-lang/crates.io-index"
2510checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
2511dependencies = [
2512 "wit-bindgen",
2513]
2514
2515[[package]]
2516name = "wasm-bindgen"
2517version = "0.2.114"
2518source = "registry+https://github.com/rust-lang/crates.io-index"
2519checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"
2520dependencies = [
2521 "cfg-if",
2522 "once_cell",
2523 "rustversion",
2524 "wasm-bindgen-macro",
2525 "wasm-bindgen-shared",
2526]
2527
2528[[package]]
2529name = "wasm-bindgen-futures"
2530version = "0.4.64"
2531source = "registry+https://github.com/rust-lang/crates.io-index"
2532checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8"
2533dependencies = [
2534 "cfg-if",
2535 "futures-util",
2536 "js-sys",
2537 "once_cell",
2538 "wasm-bindgen",
2539 "web-sys",
2540]
2541
2542[[package]]
2543name = "wasm-bindgen-macro"
2544version = "0.2.114"
2545source = "registry+https://github.com/rust-lang/crates.io-index"
2546checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"
2547dependencies = [
2548 "quote",
2549 "wasm-bindgen-macro-support",
2550]
2551
2552[[package]]
2553name = "wasm-bindgen-macro-support"
2554version = "0.2.114"
2555source = "registry+https://github.com/rust-lang/crates.io-index"
2556checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"
2557dependencies = [
2558 "bumpalo",
2559 "proc-macro2",
2560 "quote",
2561 "syn",
2562 "wasm-bindgen-shared",
2563]
2564
2565[[package]]
2566name = "wasm-bindgen-shared"
2567version = "0.2.114"
2568source = "registry+https://github.com/rust-lang/crates.io-index"
2569checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"
2570dependencies = [
2571 "unicode-ident",
2572]
2573
2574[[package]]
2575name = "wasm-streams"
2576version = "0.5.0"
2577source = "registry+https://github.com/rust-lang/crates.io-index"
2578checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb"
2579dependencies = [
2580 "futures-util",
2581 "js-sys",
2582 "wasm-bindgen",
2583 "wasm-bindgen-futures",
2584 "web-sys",
2585]
2586
2587[[package]]
2588name = "web-sys"
2589version = "0.3.91"
2590source = "registry+https://github.com/rust-lang/crates.io-index"
2591checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9"
2592dependencies = [
2593 "js-sys",
2594 "wasm-bindgen",
2595]
2596
2597[[package]]
2598name = "web-time"
2599version = "1.1.0"
2600source = "registry+https://github.com/rust-lang/crates.io-index"
2601checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2602dependencies = [
2603 "js-sys",
2604 "wasm-bindgen",
2605]
2606
2607[[package]]
2608name = "webpki-root-certs"
2609version = "1.0.6"
2610source = "registry+https://github.com/rust-lang/crates.io-index"
2611checksum = "804f18a4ac2676ffb4e8b5b5fa9ae38af06df08162314f96a68d2a363e21a8ca"
2612dependencies = [
2613 "rustls-pki-types",
2614]
2615
2616[[package]]
2617name = "widestring"
2618version = "1.2.1"
2619source = "registry+https://github.com/rust-lang/crates.io-index"
2620checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
2621
2622[[package]]
2623name = "winapi-util"
2624version = "0.1.11"
2625source = "registry+https://github.com/rust-lang/crates.io-index"
2626checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
2627dependencies = [
2628 "windows-sys 0.61.2",
2629]
2630
2631[[package]]
2632name = "windows-core"
2633version = "0.62.2"
2634source = "registry+https://github.com/rust-lang/crates.io-index"
2635checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
2636dependencies = [
2637 "windows-implement",
2638 "windows-interface",
2639 "windows-link",
2640 "windows-result",
2641 "windows-strings",
2642]
2643
2644[[package]]
2645name = "windows-implement"
2646version = "0.60.2"
2647source = "registry+https://github.com/rust-lang/crates.io-index"
2648checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
2649dependencies = [
2650 "proc-macro2",
2651 "quote",
2652 "syn",
2653]
2654
2655[[package]]
2656name = "windows-interface"
2657version = "0.59.3"
2658source = "registry+https://github.com/rust-lang/crates.io-index"
2659checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
2660dependencies = [
2661 "proc-macro2",
2662 "quote",
2663 "syn",
2664]
2665
2666[[package]]
2667name = "windows-link"
2668version = "0.2.1"
2669source = "registry+https://github.com/rust-lang/crates.io-index"
2670checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2671
2672[[package]]
2673name = "windows-result"
2674version = "0.4.1"
2675source = "registry+https://github.com/rust-lang/crates.io-index"
2676checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
2677dependencies = [
2678 "windows-link",
2679]
2680
2681[[package]]
2682name = "windows-strings"
2683version = "0.5.1"
2684source = "registry+https://github.com/rust-lang/crates.io-index"
2685checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
2686dependencies = [
2687 "windows-link",
2688]
2689
2690[[package]]
2691name = "windows-sys"
2692version = "0.45.0"
2693source = "registry+https://github.com/rust-lang/crates.io-index"
2694checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
2695dependencies = [
2696 "windows-targets 0.42.2",
2697]
2698
2699[[package]]
2700name = "windows-sys"
2701version = "0.48.0"
2702source = "registry+https://github.com/rust-lang/crates.io-index"
2703checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2704dependencies = [
2705 "windows-targets 0.48.5",
2706]
2707
2708[[package]]
2709name = "windows-sys"
2710version = "0.52.0"
2711source = "registry+https://github.com/rust-lang/crates.io-index"
2712checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2713dependencies = [
2714 "windows-targets 0.52.6",
2715]
2716
2717[[package]]
2718name = "windows-sys"
2719version = "0.60.2"
2720source = "registry+https://github.com/rust-lang/crates.io-index"
2721checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
2722dependencies = [
2723 "windows-targets 0.53.5",
2724]
2725
2726[[package]]
2727name = "windows-sys"
2728version = "0.61.2"
2729source = "registry+https://github.com/rust-lang/crates.io-index"
2730checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2731dependencies = [
2732 "windows-link",
2733]
2734
2735[[package]]
2736name = "windows-targets"
2737version = "0.42.2"
2738source = "registry+https://github.com/rust-lang/crates.io-index"
2739checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
2740dependencies = [
2741 "windows_aarch64_gnullvm 0.42.2",
2742 "windows_aarch64_msvc 0.42.2",
2743 "windows_i686_gnu 0.42.2",
2744 "windows_i686_msvc 0.42.2",
2745 "windows_x86_64_gnu 0.42.2",
2746 "windows_x86_64_gnullvm 0.42.2",
2747 "windows_x86_64_msvc 0.42.2",
2748]
2749
2750[[package]]
2751name = "windows-targets"
2752version = "0.48.5"
2753source = "registry+https://github.com/rust-lang/crates.io-index"
2754checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2755dependencies = [
2756 "windows_aarch64_gnullvm 0.48.5",
2757 "windows_aarch64_msvc 0.48.5",
2758 "windows_i686_gnu 0.48.5",
2759 "windows_i686_msvc 0.48.5",
2760 "windows_x86_64_gnu 0.48.5",
2761 "windows_x86_64_gnullvm 0.48.5",
2762 "windows_x86_64_msvc 0.48.5",
2763]
2764
2765[[package]]
2766name = "windows-targets"
2767version = "0.52.6"
2768source = "registry+https://github.com/rust-lang/crates.io-index"
2769checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2770dependencies = [
2771 "windows_aarch64_gnullvm 0.52.6",
2772 "windows_aarch64_msvc 0.52.6",
2773 "windows_i686_gnu 0.52.6",
2774 "windows_i686_gnullvm 0.52.6",
2775 "windows_i686_msvc 0.52.6",
2776 "windows_x86_64_gnu 0.52.6",
2777 "windows_x86_64_gnullvm 0.52.6",
2778 "windows_x86_64_msvc 0.52.6",
2779]
2780
2781[[package]]
2782name = "windows-targets"
2783version = "0.53.5"
2784source = "registry+https://github.com/rust-lang/crates.io-index"
2785checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
2786dependencies = [
2787 "windows-link",
2788 "windows_aarch64_gnullvm 0.53.1",
2789 "windows_aarch64_msvc 0.53.1",
2790 "windows_i686_gnu 0.53.1",
2791 "windows_i686_gnullvm 0.53.1",
2792 "windows_i686_msvc 0.53.1",
2793 "windows_x86_64_gnu 0.53.1",
2794 "windows_x86_64_gnullvm 0.53.1",
2795 "windows_x86_64_msvc 0.53.1",
2796]
2797
2798[[package]]
2799name = "windows_aarch64_gnullvm"
2800version = "0.42.2"
2801source = "registry+https://github.com/rust-lang/crates.io-index"
2802checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2803
2804[[package]]
2805name = "windows_aarch64_gnullvm"
2806version = "0.48.5"
2807source = "registry+https://github.com/rust-lang/crates.io-index"
2808checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2809
2810[[package]]
2811name = "windows_aarch64_gnullvm"
2812version = "0.52.6"
2813source = "registry+https://github.com/rust-lang/crates.io-index"
2814checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2815
2816[[package]]
2817name = "windows_aarch64_gnullvm"
2818version = "0.53.1"
2819source = "registry+https://github.com/rust-lang/crates.io-index"
2820checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
2821
2822[[package]]
2823name = "windows_aarch64_msvc"
2824version = "0.42.2"
2825source = "registry+https://github.com/rust-lang/crates.io-index"
2826checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2827
2828[[package]]
2829name = "windows_aarch64_msvc"
2830version = "0.48.5"
2831source = "registry+https://github.com/rust-lang/crates.io-index"
2832checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2833
2834[[package]]
2835name = "windows_aarch64_msvc"
2836version = "0.52.6"
2837source = "registry+https://github.com/rust-lang/crates.io-index"
2838checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2839
2840[[package]]
2841name = "windows_aarch64_msvc"
2842version = "0.53.1"
2843source = "registry+https://github.com/rust-lang/crates.io-index"
2844checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
2845
2846[[package]]
2847name = "windows_i686_gnu"
2848version = "0.42.2"
2849source = "registry+https://github.com/rust-lang/crates.io-index"
2850checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2851
2852[[package]]
2853name = "windows_i686_gnu"
2854version = "0.48.5"
2855source = "registry+https://github.com/rust-lang/crates.io-index"
2856checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2857
2858[[package]]
2859name = "windows_i686_gnu"
2860version = "0.52.6"
2861source = "registry+https://github.com/rust-lang/crates.io-index"
2862checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2863
2864[[package]]
2865name = "windows_i686_gnu"
2866version = "0.53.1"
2867source = "registry+https://github.com/rust-lang/crates.io-index"
2868checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
2869
2870[[package]]
2871name = "windows_i686_gnullvm"
2872version = "0.52.6"
2873source = "registry+https://github.com/rust-lang/crates.io-index"
2874checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2875
2876[[package]]
2877name = "windows_i686_gnullvm"
2878version = "0.53.1"
2879source = "registry+https://github.com/rust-lang/crates.io-index"
2880checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
2881
2882[[package]]
2883name = "windows_i686_msvc"
2884version = "0.42.2"
2885source = "registry+https://github.com/rust-lang/crates.io-index"
2886checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2887
2888[[package]]
2889name = "windows_i686_msvc"
2890version = "0.48.5"
2891source = "registry+https://github.com/rust-lang/crates.io-index"
2892checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2893
2894[[package]]
2895name = "windows_i686_msvc"
2896version = "0.52.6"
2897source = "registry+https://github.com/rust-lang/crates.io-index"
2898checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2899
2900[[package]]
2901name = "windows_i686_msvc"
2902version = "0.53.1"
2903source = "registry+https://github.com/rust-lang/crates.io-index"
2904checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
2905
2906[[package]]
2907name = "windows_x86_64_gnu"
2908version = "0.42.2"
2909source = "registry+https://github.com/rust-lang/crates.io-index"
2910checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2911
2912[[package]]
2913name = "windows_x86_64_gnu"
2914version = "0.48.5"
2915source = "registry+https://github.com/rust-lang/crates.io-index"
2916checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2917
2918[[package]]
2919name = "windows_x86_64_gnu"
2920version = "0.52.6"
2921source = "registry+https://github.com/rust-lang/crates.io-index"
2922checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2923
2924[[package]]
2925name = "windows_x86_64_gnu"
2926version = "0.53.1"
2927source = "registry+https://github.com/rust-lang/crates.io-index"
2928checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
2929
2930[[package]]
2931name = "windows_x86_64_gnullvm"
2932version = "0.42.2"
2933source = "registry+https://github.com/rust-lang/crates.io-index"
2934checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2935
2936[[package]]
2937name = "windows_x86_64_gnullvm"
2938version = "0.48.5"
2939source = "registry+https://github.com/rust-lang/crates.io-index"
2940checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2941
2942[[package]]
2943name = "windows_x86_64_gnullvm"
2944version = "0.52.6"
2945source = "registry+https://github.com/rust-lang/crates.io-index"
2946checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2947
2948[[package]]
2949name = "windows_x86_64_gnullvm"
2950version = "0.53.1"
2951source = "registry+https://github.com/rust-lang/crates.io-index"
2952checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
2953
2954[[package]]
2955name = "windows_x86_64_msvc"
2956version = "0.42.2"
2957source = "registry+https://github.com/rust-lang/crates.io-index"
2958checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2959
2960[[package]]
2961name = "windows_x86_64_msvc"
2962version = "0.48.5"
2963source = "registry+https://github.com/rust-lang/crates.io-index"
2964checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2965
2966[[package]]
2967name = "windows_x86_64_msvc"
2968version = "0.52.6"
2969source = "registry+https://github.com/rust-lang/crates.io-index"
2970checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2971
2972[[package]]
2973name = "windows_x86_64_msvc"
2974version = "0.53.1"
2975source = "registry+https://github.com/rust-lang/crates.io-index"
2976checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
2977
2978[[package]]
2979name = "winnow"
2980version = "0.7.14"
2981source = "registry+https://github.com/rust-lang/crates.io-index"
2982checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
2983
2984[[package]]
2985name = "winreg"
2986version = "0.50.0"
2987source = "registry+https://github.com/rust-lang/crates.io-index"
2988checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
2989dependencies = [
2990 "cfg-if",
2991 "windows-sys 0.48.0",
2992]
2993
2994[[package]]
2995name = "wit-bindgen"
2996version = "0.51.0"
2997source = "registry+https://github.com/rust-lang/crates.io-index"
2998checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
2999
3000[[package]]
3001name = "writeable"
3002version = "0.6.2"
3003source = "registry+https://github.com/rust-lang/crates.io-index"
3004checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
3005
3006[[package]]
3007name = "x25519-dalek"
3008version = "2.0.1"
3009source = "registry+https://github.com/rust-lang/crates.io-index"
3010checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277"
3011dependencies = [
3012 "curve25519-dalek",
3013 "rand_core 0.6.4",
3014 "serde",
3015 "zeroize",
3016]
3017
3018[[package]]
3019name = "yoke"
3020version = "0.8.1"
3021source = "registry+https://github.com/rust-lang/crates.io-index"
3022checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
3023dependencies = [
3024 "stable_deref_trait",
3025 "yoke-derive",
3026 "zerofrom",
3027]
3028
3029[[package]]
3030name = "yoke-derive"
3031version = "0.8.1"
3032source = "registry+https://github.com/rust-lang/crates.io-index"
3033checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
3034dependencies = [
3035 "proc-macro2",
3036 "quote",
3037 "syn",
3038 "synstructure",
3039]
3040
3041[[package]]
3042name = "zerocopy"
3043version = "0.8.40"
3044source = "registry+https://github.com/rust-lang/crates.io-index"
3045checksum = "a789c6e490b576db9f7e6b6d661bcc9799f7c0ac8352f56ea20193b2681532e5"
3046dependencies = [
3047 "zerocopy-derive",
3048]
3049
3050[[package]]
3051name = "zerocopy-derive"
3052version = "0.8.40"
3053source = "registry+https://github.com/rust-lang/crates.io-index"
3054checksum = "f65c489a7071a749c849713807783f70672b28094011623e200cb86dcb835953"
3055dependencies = [
3056 "proc-macro2",
3057 "quote",
3058 "syn",
3059]
3060
3061[[package]]
3062name = "zerofrom"
3063version = "0.1.6"
3064source = "registry+https://github.com/rust-lang/crates.io-index"
3065checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
3066dependencies = [
3067 "zerofrom-derive",
3068]
3069
3070[[package]]
3071name = "zerofrom-derive"
3072version = "0.1.6"
3073source = "registry+https://github.com/rust-lang/crates.io-index"
3074checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
3075dependencies = [
3076 "proc-macro2",
3077 "quote",
3078 "syn",
3079 "synstructure",
3080]
3081
3082[[package]]
3083name = "zeroize"
3084version = "1.8.2"
3085source = "registry+https://github.com/rust-lang/crates.io-index"
3086checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
3087dependencies = [
3088 "zeroize_derive",
3089]
3090
3091[[package]]
3092name = "zeroize_derive"
3093version = "1.4.3"
3094source = "registry+https://github.com/rust-lang/crates.io-index"
3095checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e"
3096dependencies = [
3097 "proc-macro2",
3098 "quote",
3099 "syn",
3100]
3101
3102[[package]]
3103name = "zerotrie"
3104version = "0.2.3"
3105source = "registry+https://github.com/rust-lang/crates.io-index"
3106checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
3107dependencies = [
3108 "displaydoc",
3109 "yoke",
3110 "zerofrom",
3111]
3112
3113[[package]]
3114name = "zerovec"
3115version = "0.11.5"
3116source = "registry+https://github.com/rust-lang/crates.io-index"
3117checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
3118dependencies = [
3119 "yoke",
3120 "zerofrom",
3121 "zerovec-derive",
3122]
3123
3124[[package]]
3125name = "zerovec-derive"
3126version = "0.11.2"
3127source = "registry+https://github.com/rust-lang/crates.io-index"
3128checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
3129dependencies = [
3130 "proc-macro2",
3131 "quote",
3132 "syn",
3133]
3134
3135[[package]]
3136name = "zmij"
3137version = "1.0.21"
3138source = "registry+https://github.com/rust-lang/crates.io-index"
3139checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"