1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "addr2line"
7version = "0.24.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler2"
16version = "2.0.0"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
19
20[[package]]
21name = "aho-corasick"
22version = "1.1.3"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
25dependencies = [
26 "memchr",
27]
28
29[[package]]
30name = "android-tzdata"
31version = "0.1.1"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
34
35[[package]]
36name = "android_system_properties"
37version = "0.1.5"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
40dependencies = [
41 "libc",
42]
43
44[[package]]
45name = "anstream"
46version = "0.6.19"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933"
49dependencies = [
50 "anstyle",
51 "anstyle-parse",
52 "anstyle-query",
53 "anstyle-wincon",
54 "colorchoice",
55 "is_terminal_polyfill",
56 "utf8parse",
57]
58
59[[package]]
60name = "anstyle"
61version = "1.0.11"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
64
65[[package]]
66name = "anstyle-parse"
67version = "0.2.7"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
70dependencies = [
71 "utf8parse",
72]
73
74[[package]]
75name = "anstyle-query"
76version = "1.1.3"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9"
79dependencies = [
80 "windows-sys 0.59.0",
81]
82
83[[package]]
84name = "anstyle-wincon"
85version = "3.0.9"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882"
88dependencies = [
89 "anstyle",
90 "once_cell_polyfill",
91 "windows-sys 0.59.0",
92]
93
94[[package]]
95name = "anyhow"
96version = "1.0.98"
97source = "registry+https://github.com/rust-lang/crates.io-index"
98checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
99
100[[package]]
101name = "autocfg"
102version = "1.4.0"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
105
106[[package]]
107name = "backtrace"
108version = "0.3.75"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
111dependencies = [
112 "addr2line",
113 "cfg-if",
114 "libc",
115 "miniz_oxide",
116 "object",
117 "rustc-demangle",
118 "windows-targets",
119]
120
121[[package]]
122name = "base64"
123version = "0.13.1"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
126
127[[package]]
128name = "base64"
129version = "0.21.7"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
132
133[[package]]
134name = "bitflags"
135version = "2.9.1"
136source = "registry+https://github.com/rust-lang/crates.io-index"
137checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
138
139[[package]]
140name = "bumpalo"
141version = "3.18.1"
142source = "registry+https://github.com/rust-lang/crates.io-index"
143checksum = "793db76d6187cd04dff33004d8e6c9cc4e05cd330500379d2394209271b4aeee"
144
145[[package]]
146name = "bytes"
147version = "1.10.1"
148source = "registry+https://github.com/rust-lang/crates.io-index"
149checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
150
151[[package]]
152name = "cc"
153version = "1.2.26"
154source = "registry+https://github.com/rust-lang/crates.io-index"
155checksum = "956a5e21988b87f372569b66183b78babf23ebc2e744b733e4350a752c4dafac"
156dependencies = [
157 "shlex",
158]
159
160[[package]]
161name = "cfg-if"
162version = "1.0.0"
163source = "registry+https://github.com/rust-lang/crates.io-index"
164checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
165
166[[package]]
167name = "chrono"
168version = "0.4.41"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
171dependencies = [
172 "android-tzdata",
173 "iana-time-zone",
174 "js-sys",
175 "num-traits",
176 "wasm-bindgen",
177 "windows-link",
178]
179
180[[package]]
181name = "clap"
182version = "4.5.39"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "fd60e63e9be68e5fb56422e397cf9baddded06dae1d2e523401542383bc72a9f"
185dependencies = [
186 "clap_builder",
187 "clap_derive",
188]
189
190[[package]]
191name = "clap_builder"
192version = "4.5.39"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "89cc6392a1f72bbeb820d71f32108f61fdaf18bc526e1d23954168a67759ef51"
195dependencies = [
196 "anstream",
197 "anstyle",
198 "clap_lex",
199 "strsim",
200]
201
202[[package]]
203name = "clap_derive"
204version = "4.5.32"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
207dependencies = [
208 "heck",
209 "proc-macro2",
210 "quote",
211 "syn",
212]
213
214[[package]]
215name = "clap_lex"
216version = "0.7.4"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
219
220[[package]]
221name = "colorchoice"
222version = "1.0.4"
223source = "registry+https://github.com/rust-lang/crates.io-index"
224checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
225
226[[package]]
227name = "colored"
228version = "2.2.0"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
231dependencies = [
232 "lazy_static",
233 "windows-sys 0.59.0",
234]
235
236[[package]]
237name = "console"
238version = "0.15.11"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
241dependencies = [
242 "encode_unicode",
243 "libc",
244 "once_cell",
245 "unicode-width",
246 "windows-sys 0.59.0",
247]
248
249[[package]]
250name = "core-foundation-sys"
251version = "0.8.7"
252source = "registry+https://github.com/rust-lang/crates.io-index"
253checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
254
255[[package]]
256name = "crossbeam-deque"
257version = "0.8.6"
258source = "registry+https://github.com/rust-lang/crates.io-index"
259checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
260dependencies = [
261 "crossbeam-epoch",
262 "crossbeam-utils",
263]
264
265[[package]]
266name = "crossbeam-epoch"
267version = "0.9.18"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
270dependencies = [
271 "crossbeam-utils",
272]
273
274[[package]]
275name = "crossbeam-utils"
276version = "0.8.21"
277source = "registry+https://github.com/rust-lang/crates.io-index"
278checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
279
280[[package]]
281name = "deranged"
282version = "0.4.0"
283source = "registry+https://github.com/rust-lang/crates.io-index"
284checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
285dependencies = [
286 "powerfmt",
287]
288
289[[package]]
290name = "either"
291version = "1.15.0"
292source = "registry+https://github.com/rust-lang/crates.io-index"
293checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
294
295[[package]]
296name = "encode_unicode"
297version = "1.0.0"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
300
301[[package]]
302name = "env_logger"
303version = "0.10.2"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
306dependencies = [
307 "humantime",
308 "is-terminal",
309 "log",
310 "regex",
311 "termcolor",
312]
313
314[[package]]
315name = "errno"
316version = "0.3.12"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18"
319dependencies = [
320 "libc",
321 "windows-sys 0.59.0",
322]
323
324[[package]]
325name = "fastrand"
326version = "2.3.0"
327source = "registry+https://github.com/rust-lang/crates.io-index"
328checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
329
330[[package]]
331name = "getrandom"
332version = "0.3.3"
333source = "registry+https://github.com/rust-lang/crates.io-index"
334checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
335dependencies = [
336 "cfg-if",
337 "libc",
338 "r-efi",
339 "wasi 0.14.2+wasi-0.2.4",
340]
341
342[[package]]
343name = "gimli"
344version = "0.31.1"
345source = "registry+https://github.com/rust-lang/crates.io-index"
346checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
347
348[[package]]
349name = "heck"
350version = "0.5.0"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
353
354[[package]]
355name = "hermit-abi"
356version = "0.5.1"
357source = "registry+https://github.com/rust-lang/crates.io-index"
358checksum = "f154ce46856750ed433c8649605bf7ed2de3bc35fd9d2a9f30cddd873c80cb08"
359
360[[package]]
361name = "hmac-sha256"
362version = "1.1.12"
363source = "registry+https://github.com/rust-lang/crates.io-index"
364checksum = "ad6880c8d4a9ebf39c6e8b77007ce223f646a4d21ce29d99f70cb16420545425"
365
366[[package]]
367name = "humantime"
368version = "2.2.0"
369source = "registry+https://github.com/rust-lang/crates.io-index"
370checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
371
372[[package]]
373name = "iana-time-zone"
374version = "0.1.63"
375source = "registry+https://github.com/rust-lang/crates.io-index"
376checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
377dependencies = [
378 "android_system_properties",
379 "core-foundation-sys",
380 "iana-time-zone-haiku",
381 "js-sys",
382 "log",
383 "wasm-bindgen",
384 "windows-core",
385]
386
387[[package]]
388name = "iana-time-zone-haiku"
389version = "0.1.2"
390source = "registry+https://github.com/rust-lang/crates.io-index"
391checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
392dependencies = [
393 "cc",
394]
395
396[[package]]
397name = "indicatif"
398version = "0.17.11"
399source = "registry+https://github.com/rust-lang/crates.io-index"
400checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235"
401dependencies = [
402 "console",
403 "number_prefix",
404 "portable-atomic",
405 "unicode-width",
406 "web-time",
407]
408
409[[package]]
410name = "is-terminal"
411version = "0.4.16"
412source = "registry+https://github.com/rust-lang/crates.io-index"
413checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
414dependencies = [
415 "hermit-abi",
416 "libc",
417 "windows-sys 0.59.0",
418]
419
420[[package]]
421name = "is_terminal_polyfill"
422version = "1.70.1"
423source = "registry+https://github.com/rust-lang/crates.io-index"
424checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
425
426[[package]]
427name = "itoa"
428version = "1.0.15"
429source = "registry+https://github.com/rust-lang/crates.io-index"
430checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
431
432[[package]]
433name = "js-sys"
434version = "0.3.77"
435source = "registry+https://github.com/rust-lang/crates.io-index"
436checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
437dependencies = [
438 "once_cell",
439 "wasm-bindgen",
440]
441
442[[package]]
443name = "jsonwebtoken"
444version = "8.3.0"
445source = "registry+https://github.com/rust-lang/crates.io-index"
446checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378"
447dependencies = [
448 "base64 0.21.7",
449 "pem",
450 "ring",
451 "serde",
452 "serde_json",
453 "simple_asn1",
454]
455
456[[package]]
457name = "jwt-hack"
458version = "2.0.0"
459dependencies = [
460 "anyhow",
461 "base64 0.21.7",
462 "chrono",
463 "clap",
464 "colored",
465 "env_logger",
466 "hmac-sha256",
467 "indicatif",
468 "jsonwebtoken",
469 "log",
470 "rayon",
471 "serde",
472 "serde_json",
473 "tempfile",
474 "thiserror 1.0.69",
475 "tokio",
476]
477
478[[package]]
479name = "lazy_static"
480version = "1.5.0"
481source = "registry+https://github.com/rust-lang/crates.io-index"
482checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
483
484[[package]]
485name = "libc"
486version = "0.2.172"
487source = "registry+https://github.com/rust-lang/crates.io-index"
488checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
489
490[[package]]
491name = "linux-raw-sys"
492version = "0.9.4"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
495
496[[package]]
497name = "lock_api"
498version = "0.4.13"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
501dependencies = [
502 "autocfg",
503 "scopeguard",
504]
505
506[[package]]
507name = "log"
508version = "0.4.27"
509source = "registry+https://github.com/rust-lang/crates.io-index"
510checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
511
512[[package]]
513name = "memchr"
514version = "2.7.4"
515source = "registry+https://github.com/rust-lang/crates.io-index"
516checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
517
518[[package]]
519name = "miniz_oxide"
520version = "0.8.8"
521source = "registry+https://github.com/rust-lang/crates.io-index"
522checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
523dependencies = [
524 "adler2",
525]
526
527[[package]]
528name = "mio"
529version = "1.0.4"
530source = "registry+https://github.com/rust-lang/crates.io-index"
531checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
532dependencies = [
533 "libc",
534 "wasi 0.11.0+wasi-snapshot-preview1",
535 "windows-sys 0.59.0",
536]
537
538[[package]]
539name = "num-bigint"
540version = "0.4.6"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
543dependencies = [
544 "num-integer",
545 "num-traits",
546]
547
548[[package]]
549name = "num-conv"
550version = "0.1.0"
551source = "registry+https://github.com/rust-lang/crates.io-index"
552checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
553
554[[package]]
555name = "num-integer"
556version = "0.1.46"
557source = "registry+https://github.com/rust-lang/crates.io-index"
558checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
559dependencies = [
560 "num-traits",
561]
562
563[[package]]
564name = "num-traits"
565version = "0.2.19"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
568dependencies = [
569 "autocfg",
570]
571
572[[package]]
573name = "number_prefix"
574version = "0.4.0"
575source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
577
578[[package]]
579name = "object"
580version = "0.36.7"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
583dependencies = [
584 "memchr",
585]
586
587[[package]]
588name = "once_cell"
589version = "1.21.3"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
592
593[[package]]
594name = "once_cell_polyfill"
595version = "1.70.1"
596source = "registry+https://github.com/rust-lang/crates.io-index"
597checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
598
599[[package]]
600name = "parking_lot"
601version = "0.12.4"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
604dependencies = [
605 "lock_api",
606 "parking_lot_core",
607]
608
609[[package]]
610name = "parking_lot_core"
611version = "0.9.11"
612source = "registry+https://github.com/rust-lang/crates.io-index"
613checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
614dependencies = [
615 "cfg-if",
616 "libc",
617 "redox_syscall",
618 "smallvec",
619 "windows-targets",
620]
621
622[[package]]
623name = "pem"
624version = "1.1.1"
625source = "registry+https://github.com/rust-lang/crates.io-index"
626checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"
627dependencies = [
628 "base64 0.13.1",
629]
630
631[[package]]
632name = "pin-project-lite"
633version = "0.2.16"
634source = "registry+https://github.com/rust-lang/crates.io-index"
635checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
636
637[[package]]
638name = "portable-atomic"
639version = "1.11.1"
640source = "registry+https://github.com/rust-lang/crates.io-index"
641checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
642
643[[package]]
644name = "powerfmt"
645version = "0.2.0"
646source = "registry+https://github.com/rust-lang/crates.io-index"
647checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
648
649[[package]]
650name = "proc-macro2"
651version = "1.0.95"
652source = "registry+https://github.com/rust-lang/crates.io-index"
653checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
654dependencies = [
655 "unicode-ident",
656]
657
658[[package]]
659name = "quote"
660version = "1.0.40"
661source = "registry+https://github.com/rust-lang/crates.io-index"
662checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
663dependencies = [
664 "proc-macro2",
665]
666
667[[package]]
668name = "r-efi"
669version = "5.2.0"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
672
673[[package]]
674name = "rayon"
675version = "1.10.0"
676source = "registry+https://github.com/rust-lang/crates.io-index"
677checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
678dependencies = [
679 "either",
680 "rayon-core",
681]
682
683[[package]]
684name = "rayon-core"
685version = "1.12.1"
686source = "registry+https://github.com/rust-lang/crates.io-index"
687checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
688dependencies = [
689 "crossbeam-deque",
690 "crossbeam-utils",
691]
692
693[[package]]
694name = "redox_syscall"
695version = "0.5.12"
696source = "registry+https://github.com/rust-lang/crates.io-index"
697checksum = "928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af"
698dependencies = [
699 "bitflags",
700]
701
702[[package]]
703name = "regex"
704version = "1.11.1"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
707dependencies = [
708 "aho-corasick",
709 "memchr",
710 "regex-automata",
711 "regex-syntax",
712]
713
714[[package]]
715name = "regex-automata"
716version = "0.4.9"
717source = "registry+https://github.com/rust-lang/crates.io-index"
718checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
719dependencies = [
720 "aho-corasick",
721 "memchr",
722 "regex-syntax",
723]
724
725[[package]]
726name = "regex-syntax"
727version = "0.8.5"
728source = "registry+https://github.com/rust-lang/crates.io-index"
729checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
730
731[[package]]
732name = "ring"
733version = "0.16.20"
734source = "registry+https://github.com/rust-lang/crates.io-index"
735checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
736dependencies = [
737 "cc",
738 "libc",
739 "once_cell",
740 "spin",
741 "untrusted",
742 "web-sys",
743 "winapi",
744]
745
746[[package]]
747name = "rustc-demangle"
748version = "0.1.24"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
751
752[[package]]
753name = "rustix"
754version = "1.0.7"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
757dependencies = [
758 "bitflags",
759 "errno",
760 "libc",
761 "linux-raw-sys",
762 "windows-sys 0.59.0",
763]
764
765[[package]]
766name = "rustversion"
767version = "1.0.21"
768source = "registry+https://github.com/rust-lang/crates.io-index"
769checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
770
771[[package]]
772name = "ryu"
773version = "1.0.20"
774source = "registry+https://github.com/rust-lang/crates.io-index"
775checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
776
777[[package]]
778name = "scopeguard"
779version = "1.2.0"
780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
782
783[[package]]
784name = "serde"
785version = "1.0.219"
786source = "registry+https://github.com/rust-lang/crates.io-index"
787checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
788dependencies = [
789 "serde_derive",
790]
791
792[[package]]
793name = "serde_derive"
794version = "1.0.219"
795source = "registry+https://github.com/rust-lang/crates.io-index"
796checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
797dependencies = [
798 "proc-macro2",
799 "quote",
800 "syn",
801]
802
803[[package]]
804name = "serde_json"
805version = "1.0.140"
806source = "registry+https://github.com/rust-lang/crates.io-index"
807checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
808dependencies = [
809 "itoa",
810 "memchr",
811 "ryu",
812 "serde",
813]
814
815[[package]]
816name = "shlex"
817version = "1.3.0"
818source = "registry+https://github.com/rust-lang/crates.io-index"
819checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
820
821[[package]]
822name = "signal-hook-registry"
823version = "1.4.5"
824source = "registry+https://github.com/rust-lang/crates.io-index"
825checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
826dependencies = [
827 "libc",
828]
829
830[[package]]
831name = "simple_asn1"
832version = "0.6.3"
833source = "registry+https://github.com/rust-lang/crates.io-index"
834checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
835dependencies = [
836 "num-bigint",
837 "num-traits",
838 "thiserror 2.0.12",
839 "time",
840]
841
842[[package]]
843name = "smallvec"
844version = "1.15.1"
845source = "registry+https://github.com/rust-lang/crates.io-index"
846checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
847
848[[package]]
849name = "socket2"
850version = "0.5.10"
851source = "registry+https://github.com/rust-lang/crates.io-index"
852checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
853dependencies = [
854 "libc",
855 "windows-sys 0.52.0",
856]
857
858[[package]]
859name = "spin"
860version = "0.5.2"
861source = "registry+https://github.com/rust-lang/crates.io-index"
862checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
863
864[[package]]
865name = "strsim"
866version = "0.11.1"
867source = "registry+https://github.com/rust-lang/crates.io-index"
868checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
869
870[[package]]
871name = "syn"
872version = "2.0.101"
873source = "registry+https://github.com/rust-lang/crates.io-index"
874checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
875dependencies = [
876 "proc-macro2",
877 "quote",
878 "unicode-ident",
879]
880
881[[package]]
882name = "tempfile"
883version = "3.20.0"
884source = "registry+https://github.com/rust-lang/crates.io-index"
885checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
886dependencies = [
887 "fastrand",
888 "getrandom",
889 "once_cell",
890 "rustix",
891 "windows-sys 0.59.0",
892]
893
894[[package]]
895name = "termcolor"
896version = "1.4.1"
897source = "registry+https://github.com/rust-lang/crates.io-index"
898checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
899dependencies = [
900 "winapi-util",
901]
902
903[[package]]
904name = "thiserror"
905version = "1.0.69"
906source = "registry+https://github.com/rust-lang/crates.io-index"
907checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
908dependencies = [
909 "thiserror-impl 1.0.69",
910]
911
912[[package]]
913name = "thiserror"
914version = "2.0.12"
915source = "registry+https://github.com/rust-lang/crates.io-index"
916checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
917dependencies = [
918 "thiserror-impl 2.0.12",
919]
920
921[[package]]
922name = "thiserror-impl"
923version = "1.0.69"
924source = "registry+https://github.com/rust-lang/crates.io-index"
925checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
926dependencies = [
927 "proc-macro2",
928 "quote",
929 "syn",
930]
931
932[[package]]
933name = "thiserror-impl"
934version = "2.0.12"
935source = "registry+https://github.com/rust-lang/crates.io-index"
936checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
937dependencies = [
938 "proc-macro2",
939 "quote",
940 "syn",
941]
942
943[[package]]
944name = "time"
945version = "0.3.41"
946source = "registry+https://github.com/rust-lang/crates.io-index"
947checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
948dependencies = [
949 "deranged",
950 "itoa",
951 "num-conv",
952 "powerfmt",
953 "serde",
954 "time-core",
955 "time-macros",
956]
957
958[[package]]
959name = "time-core"
960version = "0.1.4"
961source = "registry+https://github.com/rust-lang/crates.io-index"
962checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
963
964[[package]]
965name = "time-macros"
966version = "0.2.22"
967source = "registry+https://github.com/rust-lang/crates.io-index"
968checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
969dependencies = [
970 "num-conv",
971 "time-core",
972]
973
974[[package]]
975name = "tokio"
976version = "1.45.1"
977source = "registry+https://github.com/rust-lang/crates.io-index"
978checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779"
979dependencies = [
980 "backtrace",
981 "bytes",
982 "libc",
983 "mio",
984 "parking_lot",
985 "pin-project-lite",
986 "signal-hook-registry",
987 "socket2",
988 "tokio-macros",
989 "windows-sys 0.52.0",
990]
991
992[[package]]
993name = "tokio-macros"
994version = "2.5.0"
995source = "registry+https://github.com/rust-lang/crates.io-index"
996checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
997dependencies = [
998 "proc-macro2",
999 "quote",
1000 "syn",
1001]
1002
1003[[package]]
1004name = "unicode-ident"
1005version = "1.0.18"
1006source = "registry+https://github.com/rust-lang/crates.io-index"
1007checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
1008
1009[[package]]
1010name = "unicode-width"
1011version = "0.2.0"
1012source = "registry+https://github.com/rust-lang/crates.io-index"
1013checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
1014
1015[[package]]
1016name = "untrusted"
1017version = "0.7.1"
1018source = "registry+https://github.com/rust-lang/crates.io-index"
1019checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
1020
1021[[package]]
1022name = "utf8parse"
1023version = "0.2.2"
1024source = "registry+https://github.com/rust-lang/crates.io-index"
1025checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1026
1027[[package]]
1028name = "wasi"
1029version = "0.11.0+wasi-snapshot-preview1"
1030source = "registry+https://github.com/rust-lang/crates.io-index"
1031checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1032
1033[[package]]
1034name = "wasi"
1035version = "0.14.2+wasi-0.2.4"
1036source = "registry+https://github.com/rust-lang/crates.io-index"
1037checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
1038dependencies = [
1039 "wit-bindgen-rt",
1040]
1041
1042[[package]]
1043name = "wasm-bindgen"
1044version = "0.2.100"
1045source = "registry+https://github.com/rust-lang/crates.io-index"
1046checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
1047dependencies = [
1048 "cfg-if",
1049 "once_cell",
1050 "rustversion",
1051 "wasm-bindgen-macro",
1052]
1053
1054[[package]]
1055name = "wasm-bindgen-backend"
1056version = "0.2.100"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
1059dependencies = [
1060 "bumpalo",
1061 "log",
1062 "proc-macro2",
1063 "quote",
1064 "syn",
1065 "wasm-bindgen-shared",
1066]
1067
1068[[package]]
1069name = "wasm-bindgen-macro"
1070version = "0.2.100"
1071source = "registry+https://github.com/rust-lang/crates.io-index"
1072checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
1073dependencies = [
1074 "quote",
1075 "wasm-bindgen-macro-support",
1076]
1077
1078[[package]]
1079name = "wasm-bindgen-macro-support"
1080version = "0.2.100"
1081source = "registry+https://github.com/rust-lang/crates.io-index"
1082checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
1083dependencies = [
1084 "proc-macro2",
1085 "quote",
1086 "syn",
1087 "wasm-bindgen-backend",
1088 "wasm-bindgen-shared",
1089]
1090
1091[[package]]
1092name = "wasm-bindgen-shared"
1093version = "0.2.100"
1094source = "registry+https://github.com/rust-lang/crates.io-index"
1095checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
1096dependencies = [
1097 "unicode-ident",
1098]
1099
1100[[package]]
1101name = "web-sys"
1102version = "0.3.77"
1103source = "registry+https://github.com/rust-lang/crates.io-index"
1104checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
1105dependencies = [
1106 "js-sys",
1107 "wasm-bindgen",
1108]
1109
1110[[package]]
1111name = "web-time"
1112version = "1.1.0"
1113source = "registry+https://github.com/rust-lang/crates.io-index"
1114checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
1115dependencies = [
1116 "js-sys",
1117 "wasm-bindgen",
1118]
1119
1120[[package]]
1121name = "winapi"
1122version = "0.3.9"
1123source = "registry+https://github.com/rust-lang/crates.io-index"
1124checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1125dependencies = [
1126 "winapi-i686-pc-windows-gnu",
1127 "winapi-x86_64-pc-windows-gnu",
1128]
1129
1130[[package]]
1131name = "winapi-i686-pc-windows-gnu"
1132version = "0.4.0"
1133source = "registry+https://github.com/rust-lang/crates.io-index"
1134checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1135
1136[[package]]
1137name = "winapi-util"
1138version = "0.1.9"
1139source = "registry+https://github.com/rust-lang/crates.io-index"
1140checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
1141dependencies = [
1142 "windows-sys 0.59.0",
1143]
1144
1145[[package]]
1146name = "winapi-x86_64-pc-windows-gnu"
1147version = "0.4.0"
1148source = "registry+https://github.com/rust-lang/crates.io-index"
1149checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1150
1151[[package]]
1152name = "windows-core"
1153version = "0.61.2"
1154source = "registry+https://github.com/rust-lang/crates.io-index"
1155checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
1156dependencies = [
1157 "windows-implement",
1158 "windows-interface",
1159 "windows-link",
1160 "windows-result",
1161 "windows-strings",
1162]
1163
1164[[package]]
1165name = "windows-implement"
1166version = "0.60.0"
1167source = "registry+https://github.com/rust-lang/crates.io-index"
1168checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
1169dependencies = [
1170 "proc-macro2",
1171 "quote",
1172 "syn",
1173]
1174
1175[[package]]
1176name = "windows-interface"
1177version = "0.59.1"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
1180dependencies = [
1181 "proc-macro2",
1182 "quote",
1183 "syn",
1184]
1185
1186[[package]]
1187name = "windows-link"
1188version = "0.1.1"
1189source = "registry+https://github.com/rust-lang/crates.io-index"
1190checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
1191
1192[[package]]
1193name = "windows-result"
1194version = "0.3.4"
1195source = "registry+https://github.com/rust-lang/crates.io-index"
1196checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
1197dependencies = [
1198 "windows-link",
1199]
1200
1201[[package]]
1202name = "windows-strings"
1203version = "0.4.2"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
1206dependencies = [
1207 "windows-link",
1208]
1209
1210[[package]]
1211name = "windows-sys"
1212version = "0.52.0"
1213source = "registry+https://github.com/rust-lang/crates.io-index"
1214checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1215dependencies = [
1216 "windows-targets",
1217]
1218
1219[[package]]
1220name = "windows-sys"
1221version = "0.59.0"
1222source = "registry+https://github.com/rust-lang/crates.io-index"
1223checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1224dependencies = [
1225 "windows-targets",
1226]
1227
1228[[package]]
1229name = "windows-targets"
1230version = "0.52.6"
1231source = "registry+https://github.com/rust-lang/crates.io-index"
1232checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1233dependencies = [
1234 "windows_aarch64_gnullvm",
1235 "windows_aarch64_msvc",
1236 "windows_i686_gnu",
1237 "windows_i686_gnullvm",
1238 "windows_i686_msvc",
1239 "windows_x86_64_gnu",
1240 "windows_x86_64_gnullvm",
1241 "windows_x86_64_msvc",
1242]
1243
1244[[package]]
1245name = "windows_aarch64_gnullvm"
1246version = "0.52.6"
1247source = "registry+https://github.com/rust-lang/crates.io-index"
1248checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1249
1250[[package]]
1251name = "windows_aarch64_msvc"
1252version = "0.52.6"
1253source = "registry+https://github.com/rust-lang/crates.io-index"
1254checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1255
1256[[package]]
1257name = "windows_i686_gnu"
1258version = "0.52.6"
1259source = "registry+https://github.com/rust-lang/crates.io-index"
1260checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1261
1262[[package]]
1263name = "windows_i686_gnullvm"
1264version = "0.52.6"
1265source = "registry+https://github.com/rust-lang/crates.io-index"
1266checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1267
1268[[package]]
1269name = "windows_i686_msvc"
1270version = "0.52.6"
1271source = "registry+https://github.com/rust-lang/crates.io-index"
1272checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1273
1274[[package]]
1275name = "windows_x86_64_gnu"
1276version = "0.52.6"
1277source = "registry+https://github.com/rust-lang/crates.io-index"
1278checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1279
1280[[package]]
1281name = "windows_x86_64_gnullvm"
1282version = "0.52.6"
1283source = "registry+https://github.com/rust-lang/crates.io-index"
1284checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1285
1286[[package]]
1287name = "windows_x86_64_msvc"
1288version = "0.52.6"
1289source = "registry+https://github.com/rust-lang/crates.io-index"
1290checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1291
1292[[package]]
1293name = "wit-bindgen-rt"
1294version = "0.39.0"
1295source = "registry+https://github.com/rust-lang/crates.io-index"
1296checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
1297dependencies = [
1298 "bitflags",
1299]