main
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "android_system_properties"
7version = "0.1.5"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
10dependencies = [
11 "libc",
12]
13
14[[package]]
15name = "anstream"
16version = "0.6.21"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
19dependencies = [
20 "anstyle",
21 "anstyle-parse",
22 "anstyle-query",
23 "anstyle-wincon",
24 "colorchoice",
25 "is_terminal_polyfill",
26 "utf8parse",
27]
28
29[[package]]
30name = "anstyle"
31version = "1.0.13"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
34
35[[package]]
36name = "anstyle-parse"
37version = "0.2.7"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
40dependencies = [
41 "utf8parse",
42]
43
44[[package]]
45name = "anstyle-query"
46version = "1.1.5"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
49dependencies = [
50 "windows-sys 0.61.2",
51]
52
53[[package]]
54name = "anstyle-wincon"
55version = "3.0.11"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
58dependencies = [
59 "anstyle",
60 "once_cell_polyfill",
61 "windows-sys 0.61.2",
62]
63
64[[package]]
65name = "anyhow"
66version = "1.0.101"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea"
69
70[[package]]
71name = "atomic-waker"
72version = "1.1.2"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
75
76[[package]]
77name = "autocfg"
78version = "1.5.0"
79source = "registry+https://github.com/rust-lang/crates.io-index"
80checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
81
82[[package]]
83name = "base64"
84version = "0.22.1"
85source = "registry+https://github.com/rust-lang/crates.io-index"
86checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
87
88[[package]]
89name = "bitflags"
90version = "2.10.0"
91source = "registry+https://github.com/rust-lang/crates.io-index"
92checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
93
94[[package]]
95name = "bumpalo"
96version = "3.19.1"
97source = "registry+https://github.com/rust-lang/crates.io-index"
98checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
99
100[[package]]
101name = "bytes"
102version = "1.11.1"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
105
106[[package]]
107name = "cc"
108version = "1.2.55"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "47b26a0954ae34af09b50f0de26458fa95369a0d478d8236d3f93082b219bd29"
111dependencies = [
112 "find-msvc-tools",
113 "shlex",
114]
115
116[[package]]
117name = "cfg-if"
118version = "1.0.4"
119source = "registry+https://github.com/rust-lang/crates.io-index"
120checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
121
122[[package]]
123name = "cfg_aliases"
124version = "0.2.1"
125source = "registry+https://github.com/rust-lang/crates.io-index"
126checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
127
128[[package]]
129name = "chrono"
130version = "0.4.43"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118"
133dependencies = [
134 "iana-time-zone",
135 "js-sys",
136 "num-traits",
137 "serde",
138 "wasm-bindgen",
139 "windows-link",
140]
141
142[[package]]
143name = "clap"
144version = "4.5.57"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "6899ea499e3fb9305a65d5ebf6e3d2248c5fab291f300ad0a704fbe142eae31a"
147dependencies = [
148 "clap_builder",
149 "clap_derive",
150]
151
152[[package]]
153name = "clap_builder"
154version = "4.5.57"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "7b12c8b680195a62a8364d16b8447b01b6c2c8f9aaf68bee653be34d4245e238"
157dependencies = [
158 "anstream",
159 "anstyle",
160 "clap_lex",
161 "strsim",
162]
163
164[[package]]
165name = "clap_derive"
166version = "4.5.55"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
169dependencies = [
170 "heck",
171 "proc-macro2",
172 "quote",
173 "syn",
174]
175
176[[package]]
177name = "clap_lex"
178version = "0.7.7"
179source = "registry+https://github.com/rust-lang/crates.io-index"
180checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
181
182[[package]]
183name = "colorchoice"
184version = "1.0.4"
185source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
187
188[[package]]
189name = "colored"
190version = "2.2.0"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
193dependencies = [
194 "lazy_static",
195 "windows-sys 0.59.0",
196]
197
198[[package]]
199name = "comfy-table"
200version = "7.2.2"
201source = "registry+https://github.com/rust-lang/crates.io-index"
202checksum = "958c5d6ecf1f214b4c2bbbbf6ab9523a864bd136dcf71a7e8904799acfe1ad47"
203dependencies = [
204 "crossterm",
205 "unicode-segmentation",
206 "unicode-width",
207]
208
209[[package]]
210name = "console"
211version = "0.15.11"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
214dependencies = [
215 "encode_unicode",
216 "libc",
217 "once_cell",
218 "unicode-width",
219 "windows-sys 0.59.0",
220]
221
222[[package]]
223name = "core-foundation-sys"
224version = "0.8.7"
225source = "registry+https://github.com/rust-lang/crates.io-index"
226checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
227
228[[package]]
229name = "crossterm"
230version = "0.29.0"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b"
233dependencies = [
234 "bitflags",
235 "crossterm_winapi",
236 "document-features",
237 "parking_lot",
238 "rustix",
239 "winapi",
240]
241
242[[package]]
243name = "crossterm_winapi"
244version = "0.9.1"
245source = "registry+https://github.com/rust-lang/crates.io-index"
246checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
247dependencies = [
248 "winapi",
249]
250
251[[package]]
252name = "dirs"
253version = "6.0.0"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
256dependencies = [
257 "dirs-sys",
258]
259
260[[package]]
261name = "dirs-sys"
262version = "0.5.0"
263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
265dependencies = [
266 "libc",
267 "option-ext",
268 "redox_users",
269 "windows-sys 0.61.2",
270]
271
272[[package]]
273name = "displaydoc"
274version = "0.2.5"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
277dependencies = [
278 "proc-macro2",
279 "quote",
280 "syn",
281]
282
283[[package]]
284name = "document-features"
285version = "0.2.12"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
288dependencies = [
289 "litrs",
290]
291
292[[package]]
293name = "encode_unicode"
294version = "1.0.0"
295source = "registry+https://github.com/rust-lang/crates.io-index"
296checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
297
298[[package]]
299name = "equivalent"
300version = "1.0.2"
301source = "registry+https://github.com/rust-lang/crates.io-index"
302checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
303
304[[package]]
305name = "errno"
306version = "0.3.14"
307source = "registry+https://github.com/rust-lang/crates.io-index"
308checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
309dependencies = [
310 "libc",
311 "windows-sys 0.61.2",
312]
313
314[[package]]
315name = "find-msvc-tools"
316version = "0.1.9"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
319
320[[package]]
321name = "form_urlencoded"
322version = "1.2.2"
323source = "registry+https://github.com/rust-lang/crates.io-index"
324checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
325dependencies = [
326 "percent-encoding",
327]
328
329[[package]]
330name = "futures-channel"
331version = "0.3.31"
332source = "registry+https://github.com/rust-lang/crates.io-index"
333checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
334dependencies = [
335 "futures-core",
336 "futures-sink",
337]
338
339[[package]]
340name = "futures-core"
341version = "0.3.31"
342source = "registry+https://github.com/rust-lang/crates.io-index"
343checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
344
345[[package]]
346name = "futures-io"
347version = "0.3.31"
348source = "registry+https://github.com/rust-lang/crates.io-index"
349checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
350
351[[package]]
352name = "futures-sink"
353version = "0.3.31"
354source = "registry+https://github.com/rust-lang/crates.io-index"
355checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
356
357[[package]]
358name = "futures-task"
359version = "0.3.31"
360source = "registry+https://github.com/rust-lang/crates.io-index"
361checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
362
363[[package]]
364name = "futures-util"
365version = "0.3.31"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
368dependencies = [
369 "futures-core",
370 "futures-io",
371 "futures-sink",
372 "futures-task",
373 "memchr",
374 "pin-project-lite",
375 "pin-utils",
376 "slab",
377]
378
379[[package]]
380name = "getrandom"
381version = "0.2.17"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
384dependencies = [
385 "cfg-if",
386 "js-sys",
387 "libc",
388 "wasi",
389 "wasm-bindgen",
390]
391
392[[package]]
393name = "getrandom"
394version = "0.3.4"
395source = "registry+https://github.com/rust-lang/crates.io-index"
396checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
397dependencies = [
398 "cfg-if",
399 "js-sys",
400 "libc",
401 "r-efi",
402 "wasip2",
403 "wasm-bindgen",
404]
405
406[[package]]
407name = "github-notif-manager"
408version = "0.3.0"
409dependencies = [
410 "anyhow",
411 "chrono",
412 "clap",
413 "colored",
414 "comfy-table",
415 "dirs",
416 "indicatif",
417 "reqwest",
418 "serde",
419 "serde_json",
420 "serde_yaml",
421 "wildmatch",
422]
423
424[[package]]
425name = "hashbrown"
426version = "0.16.1"
427source = "registry+https://github.com/rust-lang/crates.io-index"
428checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
429
430[[package]]
431name = "heck"
432version = "0.5.0"
433source = "registry+https://github.com/rust-lang/crates.io-index"
434checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
435
436[[package]]
437name = "http"
438version = "1.4.0"
439source = "registry+https://github.com/rust-lang/crates.io-index"
440checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
441dependencies = [
442 "bytes",
443 "itoa",
444]
445
446[[package]]
447name = "http-body"
448version = "1.0.1"
449source = "registry+https://github.com/rust-lang/crates.io-index"
450checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
451dependencies = [
452 "bytes",
453 "http",
454]
455
456[[package]]
457name = "http-body-util"
458version = "0.1.3"
459source = "registry+https://github.com/rust-lang/crates.io-index"
460checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
461dependencies = [
462 "bytes",
463 "futures-core",
464 "http",
465 "http-body",
466 "pin-project-lite",
467]
468
469[[package]]
470name = "httparse"
471version = "1.10.1"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
474
475[[package]]
476name = "hyper"
477version = "1.8.1"
478source = "registry+https://github.com/rust-lang/crates.io-index"
479checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
480dependencies = [
481 "atomic-waker",
482 "bytes",
483 "futures-channel",
484 "futures-core",
485 "http",
486 "http-body",
487 "httparse",
488 "itoa",
489 "pin-project-lite",
490 "pin-utils",
491 "smallvec",
492 "tokio",
493 "want",
494]
495
496[[package]]
497name = "hyper-rustls"
498version = "0.27.7"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
501dependencies = [
502 "http",
503 "hyper",
504 "hyper-util",
505 "rustls",
506 "rustls-pki-types",
507 "tokio",
508 "tokio-rustls",
509 "tower-service",
510 "webpki-roots",
511]
512
513[[package]]
514name = "hyper-util"
515version = "0.1.20"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
518dependencies = [
519 "base64",
520 "bytes",
521 "futures-channel",
522 "futures-util",
523 "http",
524 "http-body",
525 "hyper",
526 "ipnet",
527 "libc",
528 "percent-encoding",
529 "pin-project-lite",
530 "socket2",
531 "tokio",
532 "tower-service",
533 "tracing",
534]
535
536[[package]]
537name = "iana-time-zone"
538version = "0.1.65"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
541dependencies = [
542 "android_system_properties",
543 "core-foundation-sys",
544 "iana-time-zone-haiku",
545 "js-sys",
546 "log",
547 "wasm-bindgen",
548 "windows-core",
549]
550
551[[package]]
552name = "iana-time-zone-haiku"
553version = "0.1.2"
554source = "registry+https://github.com/rust-lang/crates.io-index"
555checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
556dependencies = [
557 "cc",
558]
559
560[[package]]
561name = "icu_collections"
562version = "2.1.1"
563source = "registry+https://github.com/rust-lang/crates.io-index"
564checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
565dependencies = [
566 "displaydoc",
567 "potential_utf",
568 "yoke",
569 "zerofrom",
570 "zerovec",
571]
572
573[[package]]
574name = "icu_locale_core"
575version = "2.1.1"
576source = "registry+https://github.com/rust-lang/crates.io-index"
577checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
578dependencies = [
579 "displaydoc",
580 "litemap",
581 "tinystr",
582 "writeable",
583 "zerovec",
584]
585
586[[package]]
587name = "icu_normalizer"
588version = "2.1.1"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
591dependencies = [
592 "icu_collections",
593 "icu_normalizer_data",
594 "icu_properties",
595 "icu_provider",
596 "smallvec",
597 "zerovec",
598]
599
600[[package]]
601name = "icu_normalizer_data"
602version = "2.1.1"
603source = "registry+https://github.com/rust-lang/crates.io-index"
604checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
605
606[[package]]
607name = "icu_properties"
608version = "2.1.2"
609source = "registry+https://github.com/rust-lang/crates.io-index"
610checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
611dependencies = [
612 "icu_collections",
613 "icu_locale_core",
614 "icu_properties_data",
615 "icu_provider",
616 "zerotrie",
617 "zerovec",
618]
619
620[[package]]
621name = "icu_properties_data"
622version = "2.1.2"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
625
626[[package]]
627name = "icu_provider"
628version = "2.1.1"
629source = "registry+https://github.com/rust-lang/crates.io-index"
630checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
631dependencies = [
632 "displaydoc",
633 "icu_locale_core",
634 "writeable",
635 "yoke",
636 "zerofrom",
637 "zerotrie",
638 "zerovec",
639]
640
641[[package]]
642name = "idna"
643version = "1.1.0"
644source = "registry+https://github.com/rust-lang/crates.io-index"
645checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
646dependencies = [
647 "idna_adapter",
648 "smallvec",
649 "utf8_iter",
650]
651
652[[package]]
653name = "idna_adapter"
654version = "1.2.1"
655source = "registry+https://github.com/rust-lang/crates.io-index"
656checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
657dependencies = [
658 "icu_normalizer",
659 "icu_properties",
660]
661
662[[package]]
663name = "indexmap"
664version = "2.13.0"
665source = "registry+https://github.com/rust-lang/crates.io-index"
666checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
667dependencies = [
668 "equivalent",
669 "hashbrown",
670]
671
672[[package]]
673name = "indicatif"
674version = "0.17.11"
675source = "registry+https://github.com/rust-lang/crates.io-index"
676checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235"
677dependencies = [
678 "console",
679 "number_prefix",
680 "portable-atomic",
681 "unicode-width",
682 "web-time",
683]
684
685[[package]]
686name = "ipnet"
687version = "2.11.0"
688source = "registry+https://github.com/rust-lang/crates.io-index"
689checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
690
691[[package]]
692name = "iri-string"
693version = "0.7.10"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a"
696dependencies = [
697 "memchr",
698 "serde",
699]
700
701[[package]]
702name = "is_terminal_polyfill"
703version = "1.70.2"
704source = "registry+https://github.com/rust-lang/crates.io-index"
705checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
706
707[[package]]
708name = "itoa"
709version = "1.0.17"
710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
712
713[[package]]
714name = "js-sys"
715version = "0.3.85"
716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
718dependencies = [
719 "once_cell",
720 "wasm-bindgen",
721]
722
723[[package]]
724name = "lazy_static"
725version = "1.5.0"
726source = "registry+https://github.com/rust-lang/crates.io-index"
727checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
728
729[[package]]
730name = "libc"
731version = "0.2.181"
732source = "registry+https://github.com/rust-lang/crates.io-index"
733checksum = "459427e2af2b9c839b132acb702a1c654d95e10f8c326bfc2ad11310e458b1c5"
734
735[[package]]
736name = "libredox"
737version = "0.1.12"
738source = "registry+https://github.com/rust-lang/crates.io-index"
739checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616"
740dependencies = [
741 "bitflags",
742 "libc",
743]
744
745[[package]]
746name = "linux-raw-sys"
747version = "0.11.0"
748source = "registry+https://github.com/rust-lang/crates.io-index"
749checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
750
751[[package]]
752name = "litemap"
753version = "0.8.1"
754source = "registry+https://github.com/rust-lang/crates.io-index"
755checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
756
757[[package]]
758name = "litrs"
759version = "1.0.0"
760source = "registry+https://github.com/rust-lang/crates.io-index"
761checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
762
763[[package]]
764name = "lock_api"
765version = "0.4.14"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
768dependencies = [
769 "scopeguard",
770]
771
772[[package]]
773name = "log"
774version = "0.4.29"
775source = "registry+https://github.com/rust-lang/crates.io-index"
776checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
777
778[[package]]
779name = "lru-slab"
780version = "0.1.2"
781source = "registry+https://github.com/rust-lang/crates.io-index"
782checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
783
784[[package]]
785name = "memchr"
786version = "2.8.0"
787source = "registry+https://github.com/rust-lang/crates.io-index"
788checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
789
790[[package]]
791name = "mio"
792version = "1.1.1"
793source = "registry+https://github.com/rust-lang/crates.io-index"
794checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
795dependencies = [
796 "libc",
797 "wasi",
798 "windows-sys 0.61.2",
799]
800
801[[package]]
802name = "num-traits"
803version = "0.2.19"
804source = "registry+https://github.com/rust-lang/crates.io-index"
805checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
806dependencies = [
807 "autocfg",
808]
809
810[[package]]
811name = "number_prefix"
812version = "0.4.0"
813source = "registry+https://github.com/rust-lang/crates.io-index"
814checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
815
816[[package]]
817name = "once_cell"
818version = "1.21.3"
819source = "registry+https://github.com/rust-lang/crates.io-index"
820checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
821
822[[package]]
823name = "once_cell_polyfill"
824version = "1.70.2"
825source = "registry+https://github.com/rust-lang/crates.io-index"
826checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
827
828[[package]]
829name = "option-ext"
830version = "0.2.0"
831source = "registry+https://github.com/rust-lang/crates.io-index"
832checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
833
834[[package]]
835name = "parking_lot"
836version = "0.12.5"
837source = "registry+https://github.com/rust-lang/crates.io-index"
838checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
839dependencies = [
840 "lock_api",
841 "parking_lot_core",
842]
843
844[[package]]
845name = "parking_lot_core"
846version = "0.9.12"
847source = "registry+https://github.com/rust-lang/crates.io-index"
848checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
849dependencies = [
850 "cfg-if",
851 "libc",
852 "redox_syscall",
853 "smallvec",
854 "windows-link",
855]
856
857[[package]]
858name = "percent-encoding"
859version = "2.3.2"
860source = "registry+https://github.com/rust-lang/crates.io-index"
861checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
862
863[[package]]
864name = "pin-project-lite"
865version = "0.2.16"
866source = "registry+https://github.com/rust-lang/crates.io-index"
867checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
868
869[[package]]
870name = "pin-utils"
871version = "0.1.0"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
874
875[[package]]
876name = "portable-atomic"
877version = "1.13.1"
878source = "registry+https://github.com/rust-lang/crates.io-index"
879checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
880
881[[package]]
882name = "potential_utf"
883version = "0.1.4"
884source = "registry+https://github.com/rust-lang/crates.io-index"
885checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
886dependencies = [
887 "zerovec",
888]
889
890[[package]]
891name = "ppv-lite86"
892version = "0.2.21"
893source = "registry+https://github.com/rust-lang/crates.io-index"
894checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
895dependencies = [
896 "zerocopy",
897]
898
899[[package]]
900name = "proc-macro2"
901version = "1.0.106"
902source = "registry+https://github.com/rust-lang/crates.io-index"
903checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
904dependencies = [
905 "unicode-ident",
906]
907
908[[package]]
909name = "quinn"
910version = "0.11.9"
911source = "registry+https://github.com/rust-lang/crates.io-index"
912checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
913dependencies = [
914 "bytes",
915 "cfg_aliases",
916 "pin-project-lite",
917 "quinn-proto",
918 "quinn-udp",
919 "rustc-hash",
920 "rustls",
921 "socket2",
922 "thiserror",
923 "tokio",
924 "tracing",
925 "web-time",
926]
927
928[[package]]
929name = "quinn-proto"
930version = "0.11.13"
931source = "registry+https://github.com/rust-lang/crates.io-index"
932checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
933dependencies = [
934 "bytes",
935 "getrandom 0.3.4",
936 "lru-slab",
937 "rand",
938 "ring",
939 "rustc-hash",
940 "rustls",
941 "rustls-pki-types",
942 "slab",
943 "thiserror",
944 "tinyvec",
945 "tracing",
946 "web-time",
947]
948
949[[package]]
950name = "quinn-udp"
951version = "0.5.14"
952source = "registry+https://github.com/rust-lang/crates.io-index"
953checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
954dependencies = [
955 "cfg_aliases",
956 "libc",
957 "once_cell",
958 "socket2",
959 "tracing",
960 "windows-sys 0.60.2",
961]
962
963[[package]]
964name = "quote"
965version = "1.0.44"
966source = "registry+https://github.com/rust-lang/crates.io-index"
967checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
968dependencies = [
969 "proc-macro2",
970]
971
972[[package]]
973name = "r-efi"
974version = "5.3.0"
975source = "registry+https://github.com/rust-lang/crates.io-index"
976checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
977
978[[package]]
979name = "rand"
980version = "0.9.2"
981source = "registry+https://github.com/rust-lang/crates.io-index"
982checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
983dependencies = [
984 "rand_chacha",
985 "rand_core",
986]
987
988[[package]]
989name = "rand_chacha"
990version = "0.9.0"
991source = "registry+https://github.com/rust-lang/crates.io-index"
992checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
993dependencies = [
994 "ppv-lite86",
995 "rand_core",
996]
997
998[[package]]
999name = "rand_core"
1000version = "0.9.5"
1001source = "registry+https://github.com/rust-lang/crates.io-index"
1002checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1003dependencies = [
1004 "getrandom 0.3.4",
1005]
1006
1007[[package]]
1008name = "redox_syscall"
1009version = "0.5.18"
1010source = "registry+https://github.com/rust-lang/crates.io-index"
1011checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1012dependencies = [
1013 "bitflags",
1014]
1015
1016[[package]]
1017name = "redox_users"
1018version = "0.5.2"
1019source = "registry+https://github.com/rust-lang/crates.io-index"
1020checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
1021dependencies = [
1022 "getrandom 0.2.17",
1023 "libredox",
1024 "thiserror",
1025]
1026
1027[[package]]
1028name = "reqwest"
1029version = "0.12.28"
1030source = "registry+https://github.com/rust-lang/crates.io-index"
1031checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
1032dependencies = [
1033 "base64",
1034 "bytes",
1035 "futures-channel",
1036 "futures-core",
1037 "futures-util",
1038 "http",
1039 "http-body",
1040 "http-body-util",
1041 "hyper",
1042 "hyper-rustls",
1043 "hyper-util",
1044 "js-sys",
1045 "log",
1046 "percent-encoding",
1047 "pin-project-lite",
1048 "quinn",
1049 "rustls",
1050 "rustls-pki-types",
1051 "serde",
1052 "serde_json",
1053 "serde_urlencoded",
1054 "sync_wrapper",
1055 "tokio",
1056 "tokio-rustls",
1057 "tower",
1058 "tower-http",
1059 "tower-service",
1060 "url",
1061 "wasm-bindgen",
1062 "wasm-bindgen-futures",
1063 "web-sys",
1064 "webpki-roots",
1065]
1066
1067[[package]]
1068name = "ring"
1069version = "0.17.14"
1070source = "registry+https://github.com/rust-lang/crates.io-index"
1071checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1072dependencies = [
1073 "cc",
1074 "cfg-if",
1075 "getrandom 0.2.17",
1076 "libc",
1077 "untrusted",
1078 "windows-sys 0.52.0",
1079]
1080
1081[[package]]
1082name = "rustc-hash"
1083version = "2.1.1"
1084source = "registry+https://github.com/rust-lang/crates.io-index"
1085checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
1086
1087[[package]]
1088name = "rustix"
1089version = "1.1.3"
1090source = "registry+https://github.com/rust-lang/crates.io-index"
1091checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
1092dependencies = [
1093 "bitflags",
1094 "errno",
1095 "libc",
1096 "linux-raw-sys",
1097 "windows-sys 0.61.2",
1098]
1099
1100[[package]]
1101name = "rustls"
1102version = "0.23.36"
1103source = "registry+https://github.com/rust-lang/crates.io-index"
1104checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b"
1105dependencies = [
1106 "once_cell",
1107 "ring",
1108 "rustls-pki-types",
1109 "rustls-webpki",
1110 "subtle",
1111 "zeroize",
1112]
1113
1114[[package]]
1115name = "rustls-pki-types"
1116version = "1.14.0"
1117source = "registry+https://github.com/rust-lang/crates.io-index"
1118checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
1119dependencies = [
1120 "web-time",
1121 "zeroize",
1122]
1123
1124[[package]]
1125name = "rustls-webpki"
1126version = "0.103.9"
1127source = "registry+https://github.com/rust-lang/crates.io-index"
1128checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
1129dependencies = [
1130 "ring",
1131 "rustls-pki-types",
1132 "untrusted",
1133]
1134
1135[[package]]
1136name = "rustversion"
1137version = "1.0.22"
1138source = "registry+https://github.com/rust-lang/crates.io-index"
1139checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1140
1141[[package]]
1142name = "ryu"
1143version = "1.0.23"
1144source = "registry+https://github.com/rust-lang/crates.io-index"
1145checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1146
1147[[package]]
1148name = "scopeguard"
1149version = "1.2.0"
1150source = "registry+https://github.com/rust-lang/crates.io-index"
1151checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1152
1153[[package]]
1154name = "serde"
1155version = "1.0.228"
1156source = "registry+https://github.com/rust-lang/crates.io-index"
1157checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1158dependencies = [
1159 "serde_core",
1160 "serde_derive",
1161]
1162
1163[[package]]
1164name = "serde_core"
1165version = "1.0.228"
1166source = "registry+https://github.com/rust-lang/crates.io-index"
1167checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1168dependencies = [
1169 "serde_derive",
1170]
1171
1172[[package]]
1173name = "serde_derive"
1174version = "1.0.228"
1175source = "registry+https://github.com/rust-lang/crates.io-index"
1176checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1177dependencies = [
1178 "proc-macro2",
1179 "quote",
1180 "syn",
1181]
1182
1183[[package]]
1184name = "serde_json"
1185version = "1.0.149"
1186source = "registry+https://github.com/rust-lang/crates.io-index"
1187checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1188dependencies = [
1189 "itoa",
1190 "memchr",
1191 "serde",
1192 "serde_core",
1193 "zmij",
1194]
1195
1196[[package]]
1197name = "serde_urlencoded"
1198version = "0.7.1"
1199source = "registry+https://github.com/rust-lang/crates.io-index"
1200checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1201dependencies = [
1202 "form_urlencoded",
1203 "itoa",
1204 "ryu",
1205 "serde",
1206]
1207
1208[[package]]
1209name = "serde_yaml"
1210version = "0.9.34+deprecated"
1211source = "registry+https://github.com/rust-lang/crates.io-index"
1212checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
1213dependencies = [
1214 "indexmap",
1215 "itoa",
1216 "ryu",
1217 "serde",
1218 "unsafe-libyaml",
1219]
1220
1221[[package]]
1222name = "shlex"
1223version = "1.3.0"
1224source = "registry+https://github.com/rust-lang/crates.io-index"
1225checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1226
1227[[package]]
1228name = "slab"
1229version = "0.4.12"
1230source = "registry+https://github.com/rust-lang/crates.io-index"
1231checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1232
1233[[package]]
1234name = "smallvec"
1235version = "1.15.1"
1236source = "registry+https://github.com/rust-lang/crates.io-index"
1237checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1238
1239[[package]]
1240name = "socket2"
1241version = "0.6.2"
1242source = "registry+https://github.com/rust-lang/crates.io-index"
1243checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0"
1244dependencies = [
1245 "libc",
1246 "windows-sys 0.60.2",
1247]
1248
1249[[package]]
1250name = "stable_deref_trait"
1251version = "1.2.1"
1252source = "registry+https://github.com/rust-lang/crates.io-index"
1253checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1254
1255[[package]]
1256name = "strsim"
1257version = "0.11.1"
1258source = "registry+https://github.com/rust-lang/crates.io-index"
1259checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1260
1261[[package]]
1262name = "subtle"
1263version = "2.6.1"
1264source = "registry+https://github.com/rust-lang/crates.io-index"
1265checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1266
1267[[package]]
1268name = "syn"
1269version = "2.0.114"
1270source = "registry+https://github.com/rust-lang/crates.io-index"
1271checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
1272dependencies = [
1273 "proc-macro2",
1274 "quote",
1275 "unicode-ident",
1276]
1277
1278[[package]]
1279name = "sync_wrapper"
1280version = "1.0.2"
1281source = "registry+https://github.com/rust-lang/crates.io-index"
1282checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1283dependencies = [
1284 "futures-core",
1285]
1286
1287[[package]]
1288name = "synstructure"
1289version = "0.13.2"
1290source = "registry+https://github.com/rust-lang/crates.io-index"
1291checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1292dependencies = [
1293 "proc-macro2",
1294 "quote",
1295 "syn",
1296]
1297
1298[[package]]
1299name = "thiserror"
1300version = "2.0.18"
1301source = "registry+https://github.com/rust-lang/crates.io-index"
1302checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1303dependencies = [
1304 "thiserror-impl",
1305]
1306
1307[[package]]
1308name = "thiserror-impl"
1309version = "2.0.18"
1310source = "registry+https://github.com/rust-lang/crates.io-index"
1311checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1312dependencies = [
1313 "proc-macro2",
1314 "quote",
1315 "syn",
1316]
1317
1318[[package]]
1319name = "tinystr"
1320version = "0.8.2"
1321source = "registry+https://github.com/rust-lang/crates.io-index"
1322checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
1323dependencies = [
1324 "displaydoc",
1325 "zerovec",
1326]
1327
1328[[package]]
1329name = "tinyvec"
1330version = "1.10.0"
1331source = "registry+https://github.com/rust-lang/crates.io-index"
1332checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
1333dependencies = [
1334 "tinyvec_macros",
1335]
1336
1337[[package]]
1338name = "tinyvec_macros"
1339version = "0.1.1"
1340source = "registry+https://github.com/rust-lang/crates.io-index"
1341checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1342
1343[[package]]
1344name = "tokio"
1345version = "1.49.0"
1346source = "registry+https://github.com/rust-lang/crates.io-index"
1347checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
1348dependencies = [
1349 "bytes",
1350 "libc",
1351 "mio",
1352 "pin-project-lite",
1353 "socket2",
1354 "windows-sys 0.61.2",
1355]
1356
1357[[package]]
1358name = "tokio-rustls"
1359version = "0.26.4"
1360source = "registry+https://github.com/rust-lang/crates.io-index"
1361checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
1362dependencies = [
1363 "rustls",
1364 "tokio",
1365]
1366
1367[[package]]
1368name = "tower"
1369version = "0.5.3"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
1372dependencies = [
1373 "futures-core",
1374 "futures-util",
1375 "pin-project-lite",
1376 "sync_wrapper",
1377 "tokio",
1378 "tower-layer",
1379 "tower-service",
1380]
1381
1382[[package]]
1383name = "tower-http"
1384version = "0.6.8"
1385source = "registry+https://github.com/rust-lang/crates.io-index"
1386checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
1387dependencies = [
1388 "bitflags",
1389 "bytes",
1390 "futures-util",
1391 "http",
1392 "http-body",
1393 "iri-string",
1394 "pin-project-lite",
1395 "tower",
1396 "tower-layer",
1397 "tower-service",
1398]
1399
1400[[package]]
1401name = "tower-layer"
1402version = "0.3.3"
1403source = "registry+https://github.com/rust-lang/crates.io-index"
1404checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1405
1406[[package]]
1407name = "tower-service"
1408version = "0.3.3"
1409source = "registry+https://github.com/rust-lang/crates.io-index"
1410checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1411
1412[[package]]
1413name = "tracing"
1414version = "0.1.44"
1415source = "registry+https://github.com/rust-lang/crates.io-index"
1416checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1417dependencies = [
1418 "pin-project-lite",
1419 "tracing-core",
1420]
1421
1422[[package]]
1423name = "tracing-core"
1424version = "0.1.36"
1425source = "registry+https://github.com/rust-lang/crates.io-index"
1426checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1427dependencies = [
1428 "once_cell",
1429]
1430
1431[[package]]
1432name = "try-lock"
1433version = "0.2.5"
1434source = "registry+https://github.com/rust-lang/crates.io-index"
1435checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1436
1437[[package]]
1438name = "unicode-ident"
1439version = "1.0.23"
1440source = "registry+https://github.com/rust-lang/crates.io-index"
1441checksum = "537dd038a89878be9b64dd4bd1b260315c1bb94f4d784956b81e27a088d9a09e"
1442
1443[[package]]
1444name = "unicode-segmentation"
1445version = "1.12.0"
1446source = "registry+https://github.com/rust-lang/crates.io-index"
1447checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
1448
1449[[package]]
1450name = "unicode-width"
1451version = "0.2.2"
1452source = "registry+https://github.com/rust-lang/crates.io-index"
1453checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
1454
1455[[package]]
1456name = "unsafe-libyaml"
1457version = "0.2.11"
1458source = "registry+https://github.com/rust-lang/crates.io-index"
1459checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
1460
1461[[package]]
1462name = "untrusted"
1463version = "0.9.0"
1464source = "registry+https://github.com/rust-lang/crates.io-index"
1465checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1466
1467[[package]]
1468name = "url"
1469version = "2.5.8"
1470source = "registry+https://github.com/rust-lang/crates.io-index"
1471checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
1472dependencies = [
1473 "form_urlencoded",
1474 "idna",
1475 "percent-encoding",
1476 "serde",
1477]
1478
1479[[package]]
1480name = "utf8_iter"
1481version = "1.0.4"
1482source = "registry+https://github.com/rust-lang/crates.io-index"
1483checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1484
1485[[package]]
1486name = "utf8parse"
1487version = "0.2.2"
1488source = "registry+https://github.com/rust-lang/crates.io-index"
1489checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1490
1491[[package]]
1492name = "want"
1493version = "0.3.1"
1494source = "registry+https://github.com/rust-lang/crates.io-index"
1495checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1496dependencies = [
1497 "try-lock",
1498]
1499
1500[[package]]
1501name = "wasi"
1502version = "0.11.1+wasi-snapshot-preview1"
1503source = "registry+https://github.com/rust-lang/crates.io-index"
1504checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1505
1506[[package]]
1507name = "wasip2"
1508version = "1.0.2+wasi-0.2.9"
1509source = "registry+https://github.com/rust-lang/crates.io-index"
1510checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
1511dependencies = [
1512 "wit-bindgen",
1513]
1514
1515[[package]]
1516name = "wasm-bindgen"
1517version = "0.2.108"
1518source = "registry+https://github.com/rust-lang/crates.io-index"
1519checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
1520dependencies = [
1521 "cfg-if",
1522 "once_cell",
1523 "rustversion",
1524 "wasm-bindgen-macro",
1525 "wasm-bindgen-shared",
1526]
1527
1528[[package]]
1529name = "wasm-bindgen-futures"
1530version = "0.4.58"
1531source = "registry+https://github.com/rust-lang/crates.io-index"
1532checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f"
1533dependencies = [
1534 "cfg-if",
1535 "futures-util",
1536 "js-sys",
1537 "once_cell",
1538 "wasm-bindgen",
1539 "web-sys",
1540]
1541
1542[[package]]
1543name = "wasm-bindgen-macro"
1544version = "0.2.108"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
1547dependencies = [
1548 "quote",
1549 "wasm-bindgen-macro-support",
1550]
1551
1552[[package]]
1553name = "wasm-bindgen-macro-support"
1554version = "0.2.108"
1555source = "registry+https://github.com/rust-lang/crates.io-index"
1556checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
1557dependencies = [
1558 "bumpalo",
1559 "proc-macro2",
1560 "quote",
1561 "syn",
1562 "wasm-bindgen-shared",
1563]
1564
1565[[package]]
1566name = "wasm-bindgen-shared"
1567version = "0.2.108"
1568source = "registry+https://github.com/rust-lang/crates.io-index"
1569checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
1570dependencies = [
1571 "unicode-ident",
1572]
1573
1574[[package]]
1575name = "web-sys"
1576version = "0.3.85"
1577source = "registry+https://github.com/rust-lang/crates.io-index"
1578checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598"
1579dependencies = [
1580 "js-sys",
1581 "wasm-bindgen",
1582]
1583
1584[[package]]
1585name = "web-time"
1586version = "1.1.0"
1587source = "registry+https://github.com/rust-lang/crates.io-index"
1588checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
1589dependencies = [
1590 "js-sys",
1591 "wasm-bindgen",
1592]
1593
1594[[package]]
1595name = "webpki-roots"
1596version = "1.0.6"
1597source = "registry+https://github.com/rust-lang/crates.io-index"
1598checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed"
1599dependencies = [
1600 "rustls-pki-types",
1601]
1602
1603[[package]]
1604name = "wildmatch"
1605version = "2.6.1"
1606source = "registry+https://github.com/rust-lang/crates.io-index"
1607checksum = "29333c3ea1ba8b17211763463ff24ee84e41c78224c16b001cd907e663a38c68"
1608
1609[[package]]
1610name = "winapi"
1611version = "0.3.9"
1612source = "registry+https://github.com/rust-lang/crates.io-index"
1613checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1614dependencies = [
1615 "winapi-i686-pc-windows-gnu",
1616 "winapi-x86_64-pc-windows-gnu",
1617]
1618
1619[[package]]
1620name = "winapi-i686-pc-windows-gnu"
1621version = "0.4.0"
1622source = "registry+https://github.com/rust-lang/crates.io-index"
1623checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1624
1625[[package]]
1626name = "winapi-x86_64-pc-windows-gnu"
1627version = "0.4.0"
1628source = "registry+https://github.com/rust-lang/crates.io-index"
1629checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1630
1631[[package]]
1632name = "windows-core"
1633version = "0.62.2"
1634source = "registry+https://github.com/rust-lang/crates.io-index"
1635checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
1636dependencies = [
1637 "windows-implement",
1638 "windows-interface",
1639 "windows-link",
1640 "windows-result",
1641 "windows-strings",
1642]
1643
1644[[package]]
1645name = "windows-implement"
1646version = "0.60.2"
1647source = "registry+https://github.com/rust-lang/crates.io-index"
1648checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
1649dependencies = [
1650 "proc-macro2",
1651 "quote",
1652 "syn",
1653]
1654
1655[[package]]
1656name = "windows-interface"
1657version = "0.59.3"
1658source = "registry+https://github.com/rust-lang/crates.io-index"
1659checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
1660dependencies = [
1661 "proc-macro2",
1662 "quote",
1663 "syn",
1664]
1665
1666[[package]]
1667name = "windows-link"
1668version = "0.2.1"
1669source = "registry+https://github.com/rust-lang/crates.io-index"
1670checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1671
1672[[package]]
1673name = "windows-result"
1674version = "0.4.1"
1675source = "registry+https://github.com/rust-lang/crates.io-index"
1676checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
1677dependencies = [
1678 "windows-link",
1679]
1680
1681[[package]]
1682name = "windows-strings"
1683version = "0.5.1"
1684source = "registry+https://github.com/rust-lang/crates.io-index"
1685checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
1686dependencies = [
1687 "windows-link",
1688]
1689
1690[[package]]
1691name = "windows-sys"
1692version = "0.52.0"
1693source = "registry+https://github.com/rust-lang/crates.io-index"
1694checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1695dependencies = [
1696 "windows-targets 0.52.6",
1697]
1698
1699[[package]]
1700name = "windows-sys"
1701version = "0.59.0"
1702source = "registry+https://github.com/rust-lang/crates.io-index"
1703checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1704dependencies = [
1705 "windows-targets 0.52.6",
1706]
1707
1708[[package]]
1709name = "windows-sys"
1710version = "0.60.2"
1711source = "registry+https://github.com/rust-lang/crates.io-index"
1712checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
1713dependencies = [
1714 "windows-targets 0.53.5",
1715]
1716
1717[[package]]
1718name = "windows-sys"
1719version = "0.61.2"
1720source = "registry+https://github.com/rust-lang/crates.io-index"
1721checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1722dependencies = [
1723 "windows-link",
1724]
1725
1726[[package]]
1727name = "windows-targets"
1728version = "0.52.6"
1729source = "registry+https://github.com/rust-lang/crates.io-index"
1730checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1731dependencies = [
1732 "windows_aarch64_gnullvm 0.52.6",
1733 "windows_aarch64_msvc 0.52.6",
1734 "windows_i686_gnu 0.52.6",
1735 "windows_i686_gnullvm 0.52.6",
1736 "windows_i686_msvc 0.52.6",
1737 "windows_x86_64_gnu 0.52.6",
1738 "windows_x86_64_gnullvm 0.52.6",
1739 "windows_x86_64_msvc 0.52.6",
1740]
1741
1742[[package]]
1743name = "windows-targets"
1744version = "0.53.5"
1745source = "registry+https://github.com/rust-lang/crates.io-index"
1746checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
1747dependencies = [
1748 "windows-link",
1749 "windows_aarch64_gnullvm 0.53.1",
1750 "windows_aarch64_msvc 0.53.1",
1751 "windows_i686_gnu 0.53.1",
1752 "windows_i686_gnullvm 0.53.1",
1753 "windows_i686_msvc 0.53.1",
1754 "windows_x86_64_gnu 0.53.1",
1755 "windows_x86_64_gnullvm 0.53.1",
1756 "windows_x86_64_msvc 0.53.1",
1757]
1758
1759[[package]]
1760name = "windows_aarch64_gnullvm"
1761version = "0.52.6"
1762source = "registry+https://github.com/rust-lang/crates.io-index"
1763checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1764
1765[[package]]
1766name = "windows_aarch64_gnullvm"
1767version = "0.53.1"
1768source = "registry+https://github.com/rust-lang/crates.io-index"
1769checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
1770
1771[[package]]
1772name = "windows_aarch64_msvc"
1773version = "0.52.6"
1774source = "registry+https://github.com/rust-lang/crates.io-index"
1775checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1776
1777[[package]]
1778name = "windows_aarch64_msvc"
1779version = "0.53.1"
1780source = "registry+https://github.com/rust-lang/crates.io-index"
1781checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
1782
1783[[package]]
1784name = "windows_i686_gnu"
1785version = "0.52.6"
1786source = "registry+https://github.com/rust-lang/crates.io-index"
1787checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1788
1789[[package]]
1790name = "windows_i686_gnu"
1791version = "0.53.1"
1792source = "registry+https://github.com/rust-lang/crates.io-index"
1793checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
1794
1795[[package]]
1796name = "windows_i686_gnullvm"
1797version = "0.52.6"
1798source = "registry+https://github.com/rust-lang/crates.io-index"
1799checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1800
1801[[package]]
1802name = "windows_i686_gnullvm"
1803version = "0.53.1"
1804source = "registry+https://github.com/rust-lang/crates.io-index"
1805checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
1806
1807[[package]]
1808name = "windows_i686_msvc"
1809version = "0.52.6"
1810source = "registry+https://github.com/rust-lang/crates.io-index"
1811checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1812
1813[[package]]
1814name = "windows_i686_msvc"
1815version = "0.53.1"
1816source = "registry+https://github.com/rust-lang/crates.io-index"
1817checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
1818
1819[[package]]
1820name = "windows_x86_64_gnu"
1821version = "0.52.6"
1822source = "registry+https://github.com/rust-lang/crates.io-index"
1823checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1824
1825[[package]]
1826name = "windows_x86_64_gnu"
1827version = "0.53.1"
1828source = "registry+https://github.com/rust-lang/crates.io-index"
1829checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
1830
1831[[package]]
1832name = "windows_x86_64_gnullvm"
1833version = "0.52.6"
1834source = "registry+https://github.com/rust-lang/crates.io-index"
1835checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1836
1837[[package]]
1838name = "windows_x86_64_gnullvm"
1839version = "0.53.1"
1840source = "registry+https://github.com/rust-lang/crates.io-index"
1841checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
1842
1843[[package]]
1844name = "windows_x86_64_msvc"
1845version = "0.52.6"
1846source = "registry+https://github.com/rust-lang/crates.io-index"
1847checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1848
1849[[package]]
1850name = "windows_x86_64_msvc"
1851version = "0.53.1"
1852source = "registry+https://github.com/rust-lang/crates.io-index"
1853checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
1854
1855[[package]]
1856name = "wit-bindgen"
1857version = "0.51.0"
1858source = "registry+https://github.com/rust-lang/crates.io-index"
1859checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
1860
1861[[package]]
1862name = "writeable"
1863version = "0.6.2"
1864source = "registry+https://github.com/rust-lang/crates.io-index"
1865checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
1866
1867[[package]]
1868name = "yoke"
1869version = "0.8.1"
1870source = "registry+https://github.com/rust-lang/crates.io-index"
1871checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
1872dependencies = [
1873 "stable_deref_trait",
1874 "yoke-derive",
1875 "zerofrom",
1876]
1877
1878[[package]]
1879name = "yoke-derive"
1880version = "0.8.1"
1881source = "registry+https://github.com/rust-lang/crates.io-index"
1882checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
1883dependencies = [
1884 "proc-macro2",
1885 "quote",
1886 "syn",
1887 "synstructure",
1888]
1889
1890[[package]]
1891name = "zerocopy"
1892version = "0.8.39"
1893source = "registry+https://github.com/rust-lang/crates.io-index"
1894checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a"
1895dependencies = [
1896 "zerocopy-derive",
1897]
1898
1899[[package]]
1900name = "zerocopy-derive"
1901version = "0.8.39"
1902source = "registry+https://github.com/rust-lang/crates.io-index"
1903checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517"
1904dependencies = [
1905 "proc-macro2",
1906 "quote",
1907 "syn",
1908]
1909
1910[[package]]
1911name = "zerofrom"
1912version = "0.1.6"
1913source = "registry+https://github.com/rust-lang/crates.io-index"
1914checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
1915dependencies = [
1916 "zerofrom-derive",
1917]
1918
1919[[package]]
1920name = "zerofrom-derive"
1921version = "0.1.6"
1922source = "registry+https://github.com/rust-lang/crates.io-index"
1923checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
1924dependencies = [
1925 "proc-macro2",
1926 "quote",
1927 "syn",
1928 "synstructure",
1929]
1930
1931[[package]]
1932name = "zeroize"
1933version = "1.8.2"
1934source = "registry+https://github.com/rust-lang/crates.io-index"
1935checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
1936
1937[[package]]
1938name = "zerotrie"
1939version = "0.2.3"
1940source = "registry+https://github.com/rust-lang/crates.io-index"
1941checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
1942dependencies = [
1943 "displaydoc",
1944 "yoke",
1945 "zerofrom",
1946]
1947
1948[[package]]
1949name = "zerovec"
1950version = "0.11.5"
1951source = "registry+https://github.com/rust-lang/crates.io-index"
1952checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
1953dependencies = [
1954 "yoke",
1955 "zerofrom",
1956 "zerovec-derive",
1957]
1958
1959[[package]]
1960name = "zerovec-derive"
1961version = "0.11.2"
1962source = "registry+https://github.com/rust-lang/crates.io-index"
1963checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
1964dependencies = [
1965 "proc-macro2",
1966 "quote",
1967 "syn",
1968]
1969
1970[[package]]
1971name = "zmij"
1972version = "1.0.20"
1973source = "registry+https://github.com/rust-lang/crates.io-index"
1974checksum = "4de98dfa5d5b7fef4ee834d0073d560c9ca7b6c46a71d058c48db7960f8cfaf7"