forked from
microcosm.blue/Allegedly
Server tools to backfill, tail, mirror, and verify PLC logs
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
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.1"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
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 = "allegedly"
31version = "0.3.2"
32dependencies = [
33 "anyhow",
34 "async-compression",
35 "chrono",
36 "clap",
37 "futures",
38 "governor",
39 "http-body-util",
40 "log",
41 "native-tls",
42 "poem",
43 "postgres-native-tls",
44 "reqwest",
45 "reqwest-middleware",
46 "reqwest-retry",
47 "rustls",
48 "serde",
49 "serde_json",
50 "thiserror 2.0.16",
51 "tokio",
52 "tokio-postgres",
53 "tokio-stream",
54 "tokio-util",
55 "tracing-subscriber",
56]
57
58[[package]]
59name = "alloc-no-stdlib"
60version = "2.0.4"
61source = "registry+https://github.com/rust-lang/crates.io-index"
62checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
63
64[[package]]
65name = "alloc-stdlib"
66version = "0.2.2"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
69dependencies = [
70 "alloc-no-stdlib",
71]
72
73[[package]]
74name = "allocator-api2"
75version = "0.2.21"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
78
79[[package]]
80name = "android_system_properties"
81version = "0.1.5"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
84dependencies = [
85 "libc",
86]
87
88[[package]]
89name = "anstream"
90version = "0.6.20"
91source = "registry+https://github.com/rust-lang/crates.io-index"
92checksum = "3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192"
93dependencies = [
94 "anstyle",
95 "anstyle-parse",
96 "anstyle-query",
97 "anstyle-wincon",
98 "colorchoice",
99 "is_terminal_polyfill",
100 "utf8parse",
101]
102
103[[package]]
104name = "anstyle"
105version = "1.0.11"
106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
108
109[[package]]
110name = "anstyle-parse"
111version = "0.2.7"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
114dependencies = [
115 "utf8parse",
116]
117
118[[package]]
119name = "anstyle-query"
120version = "1.1.4"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
123dependencies = [
124 "windows-sys 0.60.2",
125]
126
127[[package]]
128name = "anstyle-wincon"
129version = "3.0.10"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
132dependencies = [
133 "anstyle",
134 "once_cell_polyfill",
135 "windows-sys 0.60.2",
136]
137
138[[package]]
139name = "anyhow"
140version = "1.0.99"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100"
143
144[[package]]
145name = "asn1-rs"
146version = "0.7.1"
147source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "56624a96882bb8c26d61312ae18cb45868e5a9992ea73c58e45c3101e56a1e60"
149dependencies = [
150 "asn1-rs-derive",
151 "asn1-rs-impl",
152 "displaydoc",
153 "nom",
154 "num-traits",
155 "rusticata-macros",
156 "thiserror 2.0.16",
157 "time",
158]
159
160[[package]]
161name = "asn1-rs-derive"
162version = "0.6.0"
163source = "registry+https://github.com/rust-lang/crates.io-index"
164checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c"
165dependencies = [
166 "proc-macro2",
167 "quote",
168 "syn",
169 "synstructure",
170]
171
172[[package]]
173name = "asn1-rs-impl"
174version = "0.2.0"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7"
177dependencies = [
178 "proc-macro2",
179 "quote",
180 "syn",
181]
182
183[[package]]
184name = "async-compression"
185version = "0.4.30"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "977eb15ea9efd848bb8a4a1a2500347ed7f0bf794edf0dc3ddcf439f43d36b23"
188dependencies = [
189 "compression-codecs",
190 "compression-core",
191 "futures-core",
192 "futures-io",
193 "pin-project-lite",
194 "tokio",
195]
196
197[[package]]
198name = "async-trait"
199version = "0.1.89"
200source = "registry+https://github.com/rust-lang/crates.io-index"
201checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
202dependencies = [
203 "proc-macro2",
204 "quote",
205 "syn",
206]
207
208[[package]]
209name = "atomic-waker"
210version = "1.1.2"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
213
214[[package]]
215name = "autocfg"
216version = "1.5.0"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
219
220[[package]]
221name = "aws-lc-rs"
222version = "1.14.0"
223source = "registry+https://github.com/rust-lang/crates.io-index"
224checksum = "94b8ff6c09cd57b16da53641caa860168b88c172a5ee163b0288d3d6eea12786"
225dependencies = [
226 "aws-lc-sys",
227 "zeroize",
228]
229
230[[package]]
231name = "aws-lc-sys"
232version = "0.31.0"
233source = "registry+https://github.com/rust-lang/crates.io-index"
234checksum = "0e44d16778acaf6a9ec9899b92cebd65580b83f685446bf2e1f5d3d732f99dcd"
235dependencies = [
236 "bindgen",
237 "cc",
238 "cmake",
239 "dunce",
240 "fs_extra",
241]
242
243[[package]]
244name = "backtrace"
245version = "0.3.75"
246source = "registry+https://github.com/rust-lang/crates.io-index"
247checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
248dependencies = [
249 "addr2line",
250 "cfg-if",
251 "libc",
252 "miniz_oxide",
253 "object",
254 "rustc-demangle",
255 "windows-targets 0.52.6",
256]
257
258[[package]]
259name = "base64"
260version = "0.22.1"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
263
264[[package]]
265name = "bindgen"
266version = "0.72.1"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
269dependencies = [
270 "bitflags 2.9.4",
271 "cexpr",
272 "clang-sys",
273 "itertools",
274 "log",
275 "prettyplease",
276 "proc-macro2",
277 "quote",
278 "regex",
279 "rustc-hash",
280 "shlex",
281 "syn",
282]
283
284[[package]]
285name = "bitflags"
286version = "1.3.2"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
289
290[[package]]
291name = "bitflags"
292version = "2.9.4"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
295
296[[package]]
297name = "block-buffer"
298version = "0.10.4"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
301dependencies = [
302 "generic-array",
303]
304
305[[package]]
306name = "brotli"
307version = "8.0.2"
308source = "registry+https://github.com/rust-lang/crates.io-index"
309checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
310dependencies = [
311 "alloc-no-stdlib",
312 "alloc-stdlib",
313 "brotli-decompressor",
314]
315
316[[package]]
317name = "brotli-decompressor"
318version = "5.0.0"
319source = "registry+https://github.com/rust-lang/crates.io-index"
320checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
321dependencies = [
322 "alloc-no-stdlib",
323 "alloc-stdlib",
324]
325
326[[package]]
327name = "bumpalo"
328version = "3.19.0"
329source = "registry+https://github.com/rust-lang/crates.io-index"
330checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
331
332[[package]]
333name = "byteorder"
334version = "1.5.0"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
337
338[[package]]
339name = "bytes"
340version = "1.10.1"
341source = "registry+https://github.com/rust-lang/crates.io-index"
342checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
343
344[[package]]
345name = "cc"
346version = "1.2.37"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "65193589c6404eb80b450d618eaf9a2cafaaafd57ecce47370519ef674a7bd44"
349dependencies = [
350 "find-msvc-tools",
351 "jobserver",
352 "libc",
353 "shlex",
354]
355
356[[package]]
357name = "cexpr"
358version = "0.6.0"
359source = "registry+https://github.com/rust-lang/crates.io-index"
360checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
361dependencies = [
362 "nom",
363]
364
365[[package]]
366name = "cfg-if"
367version = "1.0.3"
368source = "registry+https://github.com/rust-lang/crates.io-index"
369checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
370
371[[package]]
372name = "cfg_aliases"
373version = "0.2.1"
374source = "registry+https://github.com/rust-lang/crates.io-index"
375checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
376
377[[package]]
378name = "chrono"
379version = "0.4.42"
380source = "registry+https://github.com/rust-lang/crates.io-index"
381checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
382dependencies = [
383 "iana-time-zone",
384 "js-sys",
385 "num-traits",
386 "serde",
387 "wasm-bindgen",
388 "windows-link 0.2.0",
389]
390
391[[package]]
392name = "clang-sys"
393version = "1.8.1"
394source = "registry+https://github.com/rust-lang/crates.io-index"
395checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
396dependencies = [
397 "glob",
398 "libc",
399 "libloading",
400]
401
402[[package]]
403name = "clap"
404version = "4.5.47"
405source = "registry+https://github.com/rust-lang/crates.io-index"
406checksum = "7eac00902d9d136acd712710d71823fb8ac8004ca445a89e73a41d45aa712931"
407dependencies = [
408 "clap_builder",
409 "clap_derive",
410]
411
412[[package]]
413name = "clap_builder"
414version = "4.5.47"
415source = "registry+https://github.com/rust-lang/crates.io-index"
416checksum = "2ad9bbf750e73b5884fb8a211a9424a1906c1e156724260fdae972f31d70e1d6"
417dependencies = [
418 "anstream",
419 "anstyle",
420 "clap_lex",
421 "strsim",
422]
423
424[[package]]
425name = "clap_derive"
426version = "4.5.47"
427source = "registry+https://github.com/rust-lang/crates.io-index"
428checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c"
429dependencies = [
430 "heck",
431 "proc-macro2",
432 "quote",
433 "syn",
434]
435
436[[package]]
437name = "clap_lex"
438version = "0.7.5"
439source = "registry+https://github.com/rust-lang/crates.io-index"
440checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
441
442[[package]]
443name = "cmake"
444version = "0.1.54"
445source = "registry+https://github.com/rust-lang/crates.io-index"
446checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
447dependencies = [
448 "cc",
449]
450
451[[package]]
452name = "colorchoice"
453version = "1.0.4"
454source = "registry+https://github.com/rust-lang/crates.io-index"
455checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
456
457[[package]]
458name = "compression-codecs"
459version = "0.4.30"
460source = "registry+https://github.com/rust-lang/crates.io-index"
461checksum = "485abf41ac0c8047c07c87c72c8fb3eb5197f6e9d7ded615dfd1a00ae00a0f64"
462dependencies = [
463 "brotli",
464 "compression-core",
465 "flate2",
466 "memchr",
467 "zstd",
468 "zstd-safe",
469]
470
471[[package]]
472name = "compression-core"
473version = "0.4.29"
474source = "registry+https://github.com/rust-lang/crates.io-index"
475checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
476
477[[package]]
478name = "core-foundation"
479version = "0.9.4"
480source = "registry+https://github.com/rust-lang/crates.io-index"
481checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
482dependencies = [
483 "core-foundation-sys",
484 "libc",
485]
486
487[[package]]
488name = "core-foundation"
489version = "0.10.1"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
492dependencies = [
493 "core-foundation-sys",
494 "libc",
495]
496
497[[package]]
498name = "core-foundation-sys"
499version = "0.8.7"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
502
503[[package]]
504name = "cpufeatures"
505version = "0.2.17"
506source = "registry+https://github.com/rust-lang/crates.io-index"
507checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
508dependencies = [
509 "libc",
510]
511
512[[package]]
513name = "crc32fast"
514version = "1.5.0"
515source = "registry+https://github.com/rust-lang/crates.io-index"
516checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
517dependencies = [
518 "cfg-if",
519]
520
521[[package]]
522name = "crossbeam-utils"
523version = "0.8.21"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
526
527[[package]]
528name = "crypto-common"
529version = "0.1.6"
530source = "registry+https://github.com/rust-lang/crates.io-index"
531checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
532dependencies = [
533 "generic-array",
534 "typenum",
535]
536
537[[package]]
538name = "dashmap"
539version = "6.1.0"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
542dependencies = [
543 "cfg-if",
544 "crossbeam-utils",
545 "hashbrown 0.14.5",
546 "lock_api",
547 "once_cell",
548 "parking_lot_core 0.9.11",
549]
550
551[[package]]
552name = "data-encoding"
553version = "2.9.0"
554source = "registry+https://github.com/rust-lang/crates.io-index"
555checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
556
557[[package]]
558name = "der-parser"
559version = "10.0.0"
560source = "registry+https://github.com/rust-lang/crates.io-index"
561checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6"
562dependencies = [
563 "asn1-rs",
564 "displaydoc",
565 "nom",
566 "num-bigint",
567 "num-traits",
568 "rusticata-macros",
569]
570
571[[package]]
572name = "deranged"
573version = "0.5.3"
574source = "registry+https://github.com/rust-lang/crates.io-index"
575checksum = "d630bccd429a5bb5a64b5e94f693bfc48c9f8566418fda4c494cc94f911f87cc"
576dependencies = [
577 "powerfmt",
578]
579
580[[package]]
581name = "digest"
582version = "0.10.7"
583source = "registry+https://github.com/rust-lang/crates.io-index"
584checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
585dependencies = [
586 "block-buffer",
587 "crypto-common",
588 "subtle",
589]
590
591[[package]]
592name = "displaydoc"
593version = "0.2.5"
594source = "registry+https://github.com/rust-lang/crates.io-index"
595checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
596dependencies = [
597 "proc-macro2",
598 "quote",
599 "syn",
600]
601
602[[package]]
603name = "dunce"
604version = "1.0.5"
605source = "registry+https://github.com/rust-lang/crates.io-index"
606checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
607
608[[package]]
609name = "either"
610version = "1.15.0"
611source = "registry+https://github.com/rust-lang/crates.io-index"
612checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
613
614[[package]]
615name = "encoding_rs"
616version = "0.8.35"
617source = "registry+https://github.com/rust-lang/crates.io-index"
618checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
619dependencies = [
620 "cfg-if",
621]
622
623[[package]]
624name = "equivalent"
625version = "1.0.2"
626source = "registry+https://github.com/rust-lang/crates.io-index"
627checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
628
629[[package]]
630name = "errno"
631version = "0.3.14"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
634dependencies = [
635 "libc",
636 "windows-sys 0.61.0",
637]
638
639[[package]]
640name = "fallible-iterator"
641version = "0.2.0"
642source = "registry+https://github.com/rust-lang/crates.io-index"
643checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
644
645[[package]]
646name = "fastrand"
647version = "2.3.0"
648source = "registry+https://github.com/rust-lang/crates.io-index"
649checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
650
651[[package]]
652name = "find-msvc-tools"
653version = "0.1.1"
654source = "registry+https://github.com/rust-lang/crates.io-index"
655checksum = "7fd99930f64d146689264c637b5af2f0233a933bef0d8570e2526bf9e083192d"
656
657[[package]]
658name = "flate2"
659version = "1.1.2"
660source = "registry+https://github.com/rust-lang/crates.io-index"
661checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
662dependencies = [
663 "crc32fast",
664 "miniz_oxide",
665]
666
667[[package]]
668name = "fnv"
669version = "1.0.7"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
672
673[[package]]
674name = "foldhash"
675version = "0.1.5"
676source = "registry+https://github.com/rust-lang/crates.io-index"
677checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
678
679[[package]]
680name = "foreign-types"
681version = "0.3.2"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
684dependencies = [
685 "foreign-types-shared",
686]
687
688[[package]]
689name = "foreign-types-shared"
690version = "0.1.1"
691source = "registry+https://github.com/rust-lang/crates.io-index"
692checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
693
694[[package]]
695name = "form_urlencoded"
696version = "1.2.2"
697source = "registry+https://github.com/rust-lang/crates.io-index"
698checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
699dependencies = [
700 "percent-encoding",
701]
702
703[[package]]
704name = "fs_extra"
705version = "1.3.0"
706source = "registry+https://github.com/rust-lang/crates.io-index"
707checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
708
709[[package]]
710name = "futures"
711version = "0.3.31"
712source = "registry+https://github.com/rust-lang/crates.io-index"
713checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
714dependencies = [
715 "futures-channel",
716 "futures-core",
717 "futures-executor",
718 "futures-io",
719 "futures-sink",
720 "futures-task",
721 "futures-util",
722]
723
724[[package]]
725name = "futures-channel"
726version = "0.3.31"
727source = "registry+https://github.com/rust-lang/crates.io-index"
728checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
729dependencies = [
730 "futures-core",
731 "futures-sink",
732]
733
734[[package]]
735name = "futures-core"
736version = "0.3.31"
737source = "registry+https://github.com/rust-lang/crates.io-index"
738checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
739
740[[package]]
741name = "futures-executor"
742version = "0.3.31"
743source = "registry+https://github.com/rust-lang/crates.io-index"
744checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
745dependencies = [
746 "futures-core",
747 "futures-task",
748 "futures-util",
749]
750
751[[package]]
752name = "futures-io"
753version = "0.3.31"
754source = "registry+https://github.com/rust-lang/crates.io-index"
755checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
756
757[[package]]
758name = "futures-macro"
759version = "0.3.31"
760source = "registry+https://github.com/rust-lang/crates.io-index"
761checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
762dependencies = [
763 "proc-macro2",
764 "quote",
765 "syn",
766]
767
768[[package]]
769name = "futures-sink"
770version = "0.3.31"
771source = "registry+https://github.com/rust-lang/crates.io-index"
772checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
773
774[[package]]
775name = "futures-task"
776version = "0.3.31"
777source = "registry+https://github.com/rust-lang/crates.io-index"
778checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
779
780[[package]]
781name = "futures-timer"
782version = "3.0.3"
783source = "registry+https://github.com/rust-lang/crates.io-index"
784checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
785
786[[package]]
787name = "futures-util"
788version = "0.3.31"
789source = "registry+https://github.com/rust-lang/crates.io-index"
790checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
791dependencies = [
792 "futures-channel",
793 "futures-core",
794 "futures-io",
795 "futures-macro",
796 "futures-sink",
797 "futures-task",
798 "memchr",
799 "pin-project-lite",
800 "pin-utils",
801 "slab",
802]
803
804[[package]]
805name = "generic-array"
806version = "0.14.7"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
809dependencies = [
810 "typenum",
811 "version_check",
812]
813
814[[package]]
815name = "getrandom"
816version = "0.2.16"
817source = "registry+https://github.com/rust-lang/crates.io-index"
818checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
819dependencies = [
820 "cfg-if",
821 "js-sys",
822 "libc",
823 "wasi 0.11.1+wasi-snapshot-preview1",
824 "wasm-bindgen",
825]
826
827[[package]]
828name = "getrandom"
829version = "0.3.3"
830source = "registry+https://github.com/rust-lang/crates.io-index"
831checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
832dependencies = [
833 "cfg-if",
834 "js-sys",
835 "libc",
836 "r-efi",
837 "wasi 0.14.5+wasi-0.2.4",
838 "wasm-bindgen",
839]
840
841[[package]]
842name = "gimli"
843version = "0.31.1"
844source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
846
847[[package]]
848name = "glob"
849version = "0.3.3"
850source = "registry+https://github.com/rust-lang/crates.io-index"
851checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
852
853[[package]]
854name = "governor"
855version = "0.10.1"
856source = "registry+https://github.com/rust-lang/crates.io-index"
857checksum = "444405bbb1a762387aa22dd569429533b54a1d8759d35d3b64cb39b0293eaa19"
858dependencies = [
859 "cfg-if",
860 "dashmap",
861 "futures-sink",
862 "futures-timer",
863 "futures-util",
864 "getrandom 0.3.3",
865 "hashbrown 0.15.5",
866 "nonzero_ext",
867 "parking_lot 0.12.4",
868 "portable-atomic",
869 "quanta",
870 "rand 0.9.2",
871 "smallvec",
872 "spinning_top",
873 "web-time",
874]
875
876[[package]]
877name = "h2"
878version = "0.4.12"
879source = "registry+https://github.com/rust-lang/crates.io-index"
880checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
881dependencies = [
882 "atomic-waker",
883 "bytes",
884 "fnv",
885 "futures-core",
886 "futures-sink",
887 "http",
888 "indexmap",
889 "slab",
890 "tokio",
891 "tokio-util",
892 "tracing",
893]
894
895[[package]]
896name = "hashbrown"
897version = "0.14.5"
898source = "registry+https://github.com/rust-lang/crates.io-index"
899checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
900
901[[package]]
902name = "hashbrown"
903version = "0.15.5"
904source = "registry+https://github.com/rust-lang/crates.io-index"
905checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
906dependencies = [
907 "allocator-api2",
908 "equivalent",
909 "foldhash",
910]
911
912[[package]]
913name = "headers"
914version = "0.4.1"
915source = "registry+https://github.com/rust-lang/crates.io-index"
916checksum = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb"
917dependencies = [
918 "base64",
919 "bytes",
920 "headers-core",
921 "http",
922 "httpdate",
923 "mime",
924 "sha1",
925]
926
927[[package]]
928name = "headers-core"
929version = "0.3.0"
930source = "registry+https://github.com/rust-lang/crates.io-index"
931checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4"
932dependencies = [
933 "http",
934]
935
936[[package]]
937name = "heck"
938version = "0.5.0"
939source = "registry+https://github.com/rust-lang/crates.io-index"
940checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
941
942[[package]]
943name = "hmac"
944version = "0.12.1"
945source = "registry+https://github.com/rust-lang/crates.io-index"
946checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
947dependencies = [
948 "digest",
949]
950
951[[package]]
952name = "http"
953version = "1.3.1"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
956dependencies = [
957 "bytes",
958 "fnv",
959 "itoa",
960]
961
962[[package]]
963name = "http-body"
964version = "1.0.1"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
967dependencies = [
968 "bytes",
969 "http",
970]
971
972[[package]]
973name = "http-body-util"
974version = "0.1.3"
975source = "registry+https://github.com/rust-lang/crates.io-index"
976checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
977dependencies = [
978 "bytes",
979 "futures-core",
980 "http",
981 "http-body",
982 "pin-project-lite",
983]
984
985[[package]]
986name = "httparse"
987version = "1.10.1"
988source = "registry+https://github.com/rust-lang/crates.io-index"
989checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
990
991[[package]]
992name = "httpdate"
993version = "1.0.3"
994source = "registry+https://github.com/rust-lang/crates.io-index"
995checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
996
997[[package]]
998name = "hyper"
999version = "1.7.0"
1000source = "registry+https://github.com/rust-lang/crates.io-index"
1001checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
1002dependencies = [
1003 "atomic-waker",
1004 "bytes",
1005 "futures-channel",
1006 "futures-core",
1007 "h2",
1008 "http",
1009 "http-body",
1010 "httparse",
1011 "httpdate",
1012 "itoa",
1013 "pin-project-lite",
1014 "pin-utils",
1015 "smallvec",
1016 "tokio",
1017 "want",
1018]
1019
1020[[package]]
1021name = "hyper-rustls"
1022version = "0.27.7"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
1025dependencies = [
1026 "http",
1027 "hyper",
1028 "hyper-util",
1029 "rustls",
1030 "rustls-native-certs",
1031 "rustls-pki-types",
1032 "tokio",
1033 "tokio-rustls",
1034 "tower-service",
1035]
1036
1037[[package]]
1038name = "hyper-tls"
1039version = "0.6.0"
1040source = "registry+https://github.com/rust-lang/crates.io-index"
1041checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
1042dependencies = [
1043 "bytes",
1044 "http-body-util",
1045 "hyper",
1046 "hyper-util",
1047 "native-tls",
1048 "tokio",
1049 "tokio-native-tls",
1050 "tower-service",
1051]
1052
1053[[package]]
1054name = "hyper-util"
1055version = "0.1.16"
1056source = "registry+https://github.com/rust-lang/crates.io-index"
1057checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e"
1058dependencies = [
1059 "base64",
1060 "bytes",
1061 "futures-channel",
1062 "futures-core",
1063 "futures-util",
1064 "http",
1065 "http-body",
1066 "hyper",
1067 "ipnet",
1068 "libc",
1069 "percent-encoding",
1070 "pin-project-lite",
1071 "socket2 0.6.0",
1072 "system-configuration",
1073 "tokio",
1074 "tower-service",
1075 "tracing",
1076 "windows-registry",
1077]
1078
1079[[package]]
1080name = "iana-time-zone"
1081version = "0.1.63"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
1084dependencies = [
1085 "android_system_properties",
1086 "core-foundation-sys",
1087 "iana-time-zone-haiku",
1088 "js-sys",
1089 "log",
1090 "wasm-bindgen",
1091 "windows-core",
1092]
1093
1094[[package]]
1095name = "iana-time-zone-haiku"
1096version = "0.1.2"
1097source = "registry+https://github.com/rust-lang/crates.io-index"
1098checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1099dependencies = [
1100 "cc",
1101]
1102
1103[[package]]
1104name = "icu_collections"
1105version = "2.0.0"
1106source = "registry+https://github.com/rust-lang/crates.io-index"
1107checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
1108dependencies = [
1109 "displaydoc",
1110 "potential_utf",
1111 "yoke",
1112 "zerofrom",
1113 "zerovec",
1114]
1115
1116[[package]]
1117name = "icu_locale_core"
1118version = "2.0.0"
1119source = "registry+https://github.com/rust-lang/crates.io-index"
1120checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
1121dependencies = [
1122 "displaydoc",
1123 "litemap",
1124 "tinystr",
1125 "writeable",
1126 "zerovec",
1127]
1128
1129[[package]]
1130name = "icu_normalizer"
1131version = "2.0.0"
1132source = "registry+https://github.com/rust-lang/crates.io-index"
1133checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
1134dependencies = [
1135 "displaydoc",
1136 "icu_collections",
1137 "icu_normalizer_data",
1138 "icu_properties",
1139 "icu_provider",
1140 "smallvec",
1141 "zerovec",
1142]
1143
1144[[package]]
1145name = "icu_normalizer_data"
1146version = "2.0.0"
1147source = "registry+https://github.com/rust-lang/crates.io-index"
1148checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
1149
1150[[package]]
1151name = "icu_properties"
1152version = "2.0.1"
1153source = "registry+https://github.com/rust-lang/crates.io-index"
1154checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
1155dependencies = [
1156 "displaydoc",
1157 "icu_collections",
1158 "icu_locale_core",
1159 "icu_properties_data",
1160 "icu_provider",
1161 "potential_utf",
1162 "zerotrie",
1163 "zerovec",
1164]
1165
1166[[package]]
1167name = "icu_properties_data"
1168version = "2.0.1"
1169source = "registry+https://github.com/rust-lang/crates.io-index"
1170checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
1171
1172[[package]]
1173name = "icu_provider"
1174version = "2.0.0"
1175source = "registry+https://github.com/rust-lang/crates.io-index"
1176checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
1177dependencies = [
1178 "displaydoc",
1179 "icu_locale_core",
1180 "stable_deref_trait",
1181 "tinystr",
1182 "writeable",
1183 "yoke",
1184 "zerofrom",
1185 "zerotrie",
1186 "zerovec",
1187]
1188
1189[[package]]
1190name = "idna"
1191version = "1.1.0"
1192source = "registry+https://github.com/rust-lang/crates.io-index"
1193checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1194dependencies = [
1195 "idna_adapter",
1196 "smallvec",
1197 "utf8_iter",
1198]
1199
1200[[package]]
1201name = "idna_adapter"
1202version = "1.2.1"
1203source = "registry+https://github.com/rust-lang/crates.io-index"
1204checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1205dependencies = [
1206 "icu_normalizer",
1207 "icu_properties",
1208]
1209
1210[[package]]
1211name = "indexmap"
1212version = "2.11.4"
1213source = "registry+https://github.com/rust-lang/crates.io-index"
1214checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
1215dependencies = [
1216 "equivalent",
1217 "hashbrown 0.15.5",
1218]
1219
1220[[package]]
1221name = "instant"
1222version = "0.1.13"
1223source = "registry+https://github.com/rust-lang/crates.io-index"
1224checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
1225dependencies = [
1226 "cfg-if",
1227 "js-sys",
1228 "wasm-bindgen",
1229 "web-sys",
1230]
1231
1232[[package]]
1233name = "io-uring"
1234version = "0.7.10"
1235source = "registry+https://github.com/rust-lang/crates.io-index"
1236checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b"
1237dependencies = [
1238 "bitflags 2.9.4",
1239 "cfg-if",
1240 "libc",
1241]
1242
1243[[package]]
1244name = "ipnet"
1245version = "2.11.0"
1246source = "registry+https://github.com/rust-lang/crates.io-index"
1247checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1248
1249[[package]]
1250name = "iri-string"
1251version = "0.7.8"
1252source = "registry+https://github.com/rust-lang/crates.io-index"
1253checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
1254dependencies = [
1255 "memchr",
1256 "serde",
1257]
1258
1259[[package]]
1260name = "is_terminal_polyfill"
1261version = "1.70.1"
1262source = "registry+https://github.com/rust-lang/crates.io-index"
1263checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
1264
1265[[package]]
1266name = "itertools"
1267version = "0.13.0"
1268source = "registry+https://github.com/rust-lang/crates.io-index"
1269checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
1270dependencies = [
1271 "either",
1272]
1273
1274[[package]]
1275name = "itoa"
1276version = "1.0.15"
1277source = "registry+https://github.com/rust-lang/crates.io-index"
1278checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1279
1280[[package]]
1281name = "jobserver"
1282version = "0.1.34"
1283source = "registry+https://github.com/rust-lang/crates.io-index"
1284checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1285dependencies = [
1286 "getrandom 0.3.3",
1287 "libc",
1288]
1289
1290[[package]]
1291name = "js-sys"
1292version = "0.3.78"
1293source = "registry+https://github.com/rust-lang/crates.io-index"
1294checksum = "0c0b063578492ceec17683ef2f8c5e89121fbd0b172cbc280635ab7567db2738"
1295dependencies = [
1296 "once_cell",
1297 "wasm-bindgen",
1298]
1299
1300[[package]]
1301name = "lazy_static"
1302version = "1.5.0"
1303source = "registry+https://github.com/rust-lang/crates.io-index"
1304checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1305
1306[[package]]
1307name = "libc"
1308version = "0.2.175"
1309source = "registry+https://github.com/rust-lang/crates.io-index"
1310checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
1311
1312[[package]]
1313name = "libloading"
1314version = "0.8.9"
1315source = "registry+https://github.com/rust-lang/crates.io-index"
1316checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
1317dependencies = [
1318 "cfg-if",
1319 "windows-link 0.2.0",
1320]
1321
1322[[package]]
1323name = "libredox"
1324version = "0.1.9"
1325source = "registry+https://github.com/rust-lang/crates.io-index"
1326checksum = "391290121bad3d37fbddad76d8f5d1c1c314cfc646d143d7e07a3086ddff0ce3"
1327dependencies = [
1328 "bitflags 2.9.4",
1329 "libc",
1330 "redox_syscall 0.5.17",
1331]
1332
1333[[package]]
1334name = "linux-raw-sys"
1335version = "0.11.0"
1336source = "registry+https://github.com/rust-lang/crates.io-index"
1337checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
1338
1339[[package]]
1340name = "litemap"
1341version = "0.8.0"
1342source = "registry+https://github.com/rust-lang/crates.io-index"
1343checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
1344
1345[[package]]
1346name = "lock_api"
1347version = "0.4.13"
1348source = "registry+https://github.com/rust-lang/crates.io-index"
1349checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
1350dependencies = [
1351 "autocfg",
1352 "scopeguard",
1353]
1354
1355[[package]]
1356name = "log"
1357version = "0.4.28"
1358source = "registry+https://github.com/rust-lang/crates.io-index"
1359checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
1360
1361[[package]]
1362name = "lru-slab"
1363version = "0.1.2"
1364source = "registry+https://github.com/rust-lang/crates.io-index"
1365checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1366
1367[[package]]
1368name = "matchers"
1369version = "0.2.0"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1372dependencies = [
1373 "regex-automata",
1374]
1375
1376[[package]]
1377name = "md-5"
1378version = "0.10.6"
1379source = "registry+https://github.com/rust-lang/crates.io-index"
1380checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
1381dependencies = [
1382 "cfg-if",
1383 "digest",
1384]
1385
1386[[package]]
1387name = "memchr"
1388version = "2.7.5"
1389source = "registry+https://github.com/rust-lang/crates.io-index"
1390checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
1391
1392[[package]]
1393name = "mime"
1394version = "0.3.17"
1395source = "registry+https://github.com/rust-lang/crates.io-index"
1396checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1397
1398[[package]]
1399name = "minimal-lexical"
1400version = "0.2.1"
1401source = "registry+https://github.com/rust-lang/crates.io-index"
1402checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1403
1404[[package]]
1405name = "miniz_oxide"
1406version = "0.8.9"
1407source = "registry+https://github.com/rust-lang/crates.io-index"
1408checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1409dependencies = [
1410 "adler2",
1411]
1412
1413[[package]]
1414name = "mio"
1415version = "1.0.4"
1416source = "registry+https://github.com/rust-lang/crates.io-index"
1417checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
1418dependencies = [
1419 "libc",
1420 "wasi 0.11.1+wasi-snapshot-preview1",
1421 "windows-sys 0.59.0",
1422]
1423
1424[[package]]
1425name = "native-tls"
1426version = "0.2.14"
1427source = "registry+https://github.com/rust-lang/crates.io-index"
1428checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
1429dependencies = [
1430 "libc",
1431 "log",
1432 "openssl",
1433 "openssl-probe",
1434 "openssl-sys",
1435 "schannel",
1436 "security-framework 2.11.1",
1437 "security-framework-sys",
1438 "tempfile",
1439]
1440
1441[[package]]
1442name = "nix"
1443version = "0.30.1"
1444source = "registry+https://github.com/rust-lang/crates.io-index"
1445checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
1446dependencies = [
1447 "bitflags 2.9.4",
1448 "cfg-if",
1449 "cfg_aliases",
1450 "libc",
1451]
1452
1453[[package]]
1454name = "nom"
1455version = "7.1.3"
1456source = "registry+https://github.com/rust-lang/crates.io-index"
1457checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1458dependencies = [
1459 "memchr",
1460 "minimal-lexical",
1461]
1462
1463[[package]]
1464name = "nonzero_ext"
1465version = "0.3.0"
1466source = "registry+https://github.com/rust-lang/crates.io-index"
1467checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
1468
1469[[package]]
1470name = "nu-ansi-term"
1471version = "0.50.1"
1472source = "registry+https://github.com/rust-lang/crates.io-index"
1473checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
1474dependencies = [
1475 "windows-sys 0.52.0",
1476]
1477
1478[[package]]
1479name = "num-bigint"
1480version = "0.4.6"
1481source = "registry+https://github.com/rust-lang/crates.io-index"
1482checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
1483dependencies = [
1484 "num-integer",
1485 "num-traits",
1486]
1487
1488[[package]]
1489name = "num-conv"
1490version = "0.1.0"
1491source = "registry+https://github.com/rust-lang/crates.io-index"
1492checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
1493
1494[[package]]
1495name = "num-integer"
1496version = "0.1.46"
1497source = "registry+https://github.com/rust-lang/crates.io-index"
1498checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1499dependencies = [
1500 "num-traits",
1501]
1502
1503[[package]]
1504name = "num-traits"
1505version = "0.2.19"
1506source = "registry+https://github.com/rust-lang/crates.io-index"
1507checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1508dependencies = [
1509 "autocfg",
1510]
1511
1512[[package]]
1513name = "object"
1514version = "0.36.7"
1515source = "registry+https://github.com/rust-lang/crates.io-index"
1516checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
1517dependencies = [
1518 "memchr",
1519]
1520
1521[[package]]
1522name = "oid-registry"
1523version = "0.8.1"
1524source = "registry+https://github.com/rust-lang/crates.io-index"
1525checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7"
1526dependencies = [
1527 "asn1-rs",
1528]
1529
1530[[package]]
1531name = "once_cell"
1532version = "1.21.3"
1533source = "registry+https://github.com/rust-lang/crates.io-index"
1534checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1535
1536[[package]]
1537name = "once_cell_polyfill"
1538version = "1.70.1"
1539source = "registry+https://github.com/rust-lang/crates.io-index"
1540checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
1541
1542[[package]]
1543name = "openssl"
1544version = "0.10.73"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
1547dependencies = [
1548 "bitflags 2.9.4",
1549 "cfg-if",
1550 "foreign-types",
1551 "libc",
1552 "once_cell",
1553 "openssl-macros",
1554 "openssl-sys",
1555]
1556
1557[[package]]
1558name = "openssl-macros"
1559version = "0.1.1"
1560source = "registry+https://github.com/rust-lang/crates.io-index"
1561checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1562dependencies = [
1563 "proc-macro2",
1564 "quote",
1565 "syn",
1566]
1567
1568[[package]]
1569name = "openssl-probe"
1570version = "0.1.6"
1571source = "registry+https://github.com/rust-lang/crates.io-index"
1572checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
1573
1574[[package]]
1575name = "openssl-sys"
1576version = "0.9.109"
1577source = "registry+https://github.com/rust-lang/crates.io-index"
1578checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
1579dependencies = [
1580 "cc",
1581 "libc",
1582 "pkg-config",
1583 "vcpkg",
1584]
1585
1586[[package]]
1587name = "parking_lot"
1588version = "0.11.2"
1589source = "registry+https://github.com/rust-lang/crates.io-index"
1590checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
1591dependencies = [
1592 "instant",
1593 "lock_api",
1594 "parking_lot_core 0.8.6",
1595]
1596
1597[[package]]
1598name = "parking_lot"
1599version = "0.12.4"
1600source = "registry+https://github.com/rust-lang/crates.io-index"
1601checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
1602dependencies = [
1603 "lock_api",
1604 "parking_lot_core 0.9.11",
1605]
1606
1607[[package]]
1608name = "parking_lot_core"
1609version = "0.8.6"
1610source = "registry+https://github.com/rust-lang/crates.io-index"
1611checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
1612dependencies = [
1613 "cfg-if",
1614 "instant",
1615 "libc",
1616 "redox_syscall 0.2.16",
1617 "smallvec",
1618 "winapi",
1619]
1620
1621[[package]]
1622name = "parking_lot_core"
1623version = "0.9.11"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
1626dependencies = [
1627 "cfg-if",
1628 "libc",
1629 "redox_syscall 0.5.17",
1630 "smallvec",
1631 "windows-targets 0.52.6",
1632]
1633
1634[[package]]
1635name = "pem"
1636version = "3.0.5"
1637source = "registry+https://github.com/rust-lang/crates.io-index"
1638checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
1639dependencies = [
1640 "base64",
1641 "serde",
1642]
1643
1644[[package]]
1645name = "percent-encoding"
1646version = "2.3.2"
1647source = "registry+https://github.com/rust-lang/crates.io-index"
1648checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1649
1650[[package]]
1651name = "phf"
1652version = "0.11.3"
1653source = "registry+https://github.com/rust-lang/crates.io-index"
1654checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
1655dependencies = [
1656 "phf_shared",
1657]
1658
1659[[package]]
1660name = "phf_shared"
1661version = "0.11.3"
1662source = "registry+https://github.com/rust-lang/crates.io-index"
1663checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
1664dependencies = [
1665 "siphasher",
1666]
1667
1668[[package]]
1669name = "pin-project-lite"
1670version = "0.2.16"
1671source = "registry+https://github.com/rust-lang/crates.io-index"
1672checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1673
1674[[package]]
1675name = "pin-utils"
1676version = "0.1.0"
1677source = "registry+https://github.com/rust-lang/crates.io-index"
1678checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1679
1680[[package]]
1681name = "pkg-config"
1682version = "0.3.32"
1683source = "registry+https://github.com/rust-lang/crates.io-index"
1684checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1685
1686[[package]]
1687name = "poem"
1688version = "3.1.12"
1689source = "registry+https://github.com/rust-lang/crates.io-index"
1690checksum = "9f977080932c87287147dca052951c3e2696f8759863f6b4e4c0c9ffe7a4cc8b"
1691dependencies = [
1692 "async-compression",
1693 "base64",
1694 "bytes",
1695 "chrono",
1696 "futures-util",
1697 "headers",
1698 "http",
1699 "http-body-util",
1700 "hyper",
1701 "hyper-util",
1702 "mime",
1703 "nix",
1704 "parking_lot 0.12.4",
1705 "percent-encoding",
1706 "pin-project-lite",
1707 "poem-derive",
1708 "rcgen",
1709 "regex",
1710 "reqwest",
1711 "rfc7239",
1712 "ring",
1713 "rustls-pemfile",
1714 "serde",
1715 "serde_json",
1716 "serde_urlencoded",
1717 "smallvec",
1718 "sync_wrapper",
1719 "thiserror 2.0.16",
1720 "tokio",
1721 "tokio-rustls",
1722 "tokio-util",
1723 "tracing",
1724 "wildmatch",
1725 "x509-parser",
1726]
1727
1728[[package]]
1729name = "poem-derive"
1730version = "3.1.12"
1731source = "registry+https://github.com/rust-lang/crates.io-index"
1732checksum = "056e2fea6de1cb240ffe23cfc4fc370b629f8be83b5f27e16b7acd5231a72de4"
1733dependencies = [
1734 "proc-macro-crate",
1735 "proc-macro2",
1736 "quote",
1737 "syn",
1738]
1739
1740[[package]]
1741name = "portable-atomic"
1742version = "1.11.1"
1743source = "registry+https://github.com/rust-lang/crates.io-index"
1744checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
1745
1746[[package]]
1747name = "postgres-native-tls"
1748version = "0.5.1"
1749source = "registry+https://github.com/rust-lang/crates.io-index"
1750checksum = "a1f39498473c92f7b6820ae970382c1d83178a3454c618161cb772e8598d9f6f"
1751dependencies = [
1752 "native-tls",
1753 "tokio",
1754 "tokio-native-tls",
1755 "tokio-postgres",
1756]
1757
1758[[package]]
1759name = "postgres-protocol"
1760version = "0.6.8"
1761source = "registry+https://github.com/rust-lang/crates.io-index"
1762checksum = "76ff0abab4a9b844b93ef7b81f1efc0a366062aaef2cd702c76256b5dc075c54"
1763dependencies = [
1764 "base64",
1765 "byteorder",
1766 "bytes",
1767 "fallible-iterator",
1768 "hmac",
1769 "md-5",
1770 "memchr",
1771 "rand 0.9.2",
1772 "sha2",
1773 "stringprep",
1774]
1775
1776[[package]]
1777name = "postgres-types"
1778version = "0.2.9"
1779source = "registry+https://github.com/rust-lang/crates.io-index"
1780checksum = "613283563cd90e1dfc3518d548caee47e0e725455ed619881f5cf21f36de4b48"
1781dependencies = [
1782 "bytes",
1783 "chrono",
1784 "fallible-iterator",
1785 "postgres-protocol",
1786 "serde",
1787 "serde_json",
1788]
1789
1790[[package]]
1791name = "potential_utf"
1792version = "0.1.3"
1793source = "registry+https://github.com/rust-lang/crates.io-index"
1794checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
1795dependencies = [
1796 "zerovec",
1797]
1798
1799[[package]]
1800name = "powerfmt"
1801version = "0.2.0"
1802source = "registry+https://github.com/rust-lang/crates.io-index"
1803checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1804
1805[[package]]
1806name = "ppv-lite86"
1807version = "0.2.21"
1808source = "registry+https://github.com/rust-lang/crates.io-index"
1809checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1810dependencies = [
1811 "zerocopy",
1812]
1813
1814[[package]]
1815name = "prettyplease"
1816version = "0.2.37"
1817source = "registry+https://github.com/rust-lang/crates.io-index"
1818checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1819dependencies = [
1820 "proc-macro2",
1821 "syn",
1822]
1823
1824[[package]]
1825name = "proc-macro-crate"
1826version = "3.4.0"
1827source = "registry+https://github.com/rust-lang/crates.io-index"
1828checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
1829dependencies = [
1830 "toml_edit",
1831]
1832
1833[[package]]
1834name = "proc-macro2"
1835version = "1.0.101"
1836source = "registry+https://github.com/rust-lang/crates.io-index"
1837checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
1838dependencies = [
1839 "unicode-ident",
1840]
1841
1842[[package]]
1843name = "quanta"
1844version = "0.12.6"
1845source = "registry+https://github.com/rust-lang/crates.io-index"
1846checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7"
1847dependencies = [
1848 "crossbeam-utils",
1849 "libc",
1850 "once_cell",
1851 "raw-cpuid",
1852 "wasi 0.11.1+wasi-snapshot-preview1",
1853 "web-sys",
1854 "winapi",
1855]
1856
1857[[package]]
1858name = "quinn"
1859version = "0.11.9"
1860source = "registry+https://github.com/rust-lang/crates.io-index"
1861checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
1862dependencies = [
1863 "bytes",
1864 "cfg_aliases",
1865 "pin-project-lite",
1866 "quinn-proto",
1867 "quinn-udp",
1868 "rustc-hash",
1869 "rustls",
1870 "socket2 0.6.0",
1871 "thiserror 2.0.16",
1872 "tokio",
1873 "tracing",
1874 "web-time",
1875]
1876
1877[[package]]
1878name = "quinn-proto"
1879version = "0.11.13"
1880source = "registry+https://github.com/rust-lang/crates.io-index"
1881checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
1882dependencies = [
1883 "bytes",
1884 "getrandom 0.3.3",
1885 "lru-slab",
1886 "rand 0.9.2",
1887 "ring",
1888 "rustc-hash",
1889 "rustls",
1890 "rustls-pki-types",
1891 "slab",
1892 "thiserror 2.0.16",
1893 "tinyvec",
1894 "tracing",
1895 "web-time",
1896]
1897
1898[[package]]
1899name = "quinn-udp"
1900version = "0.5.14"
1901source = "registry+https://github.com/rust-lang/crates.io-index"
1902checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
1903dependencies = [
1904 "cfg_aliases",
1905 "libc",
1906 "once_cell",
1907 "socket2 0.6.0",
1908 "tracing",
1909 "windows-sys 0.60.2",
1910]
1911
1912[[package]]
1913name = "quote"
1914version = "1.0.40"
1915source = "registry+https://github.com/rust-lang/crates.io-index"
1916checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
1917dependencies = [
1918 "proc-macro2",
1919]
1920
1921[[package]]
1922name = "r-efi"
1923version = "5.3.0"
1924source = "registry+https://github.com/rust-lang/crates.io-index"
1925checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1926
1927[[package]]
1928name = "rand"
1929version = "0.8.5"
1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1932dependencies = [
1933 "libc",
1934 "rand_chacha 0.3.1",
1935 "rand_core 0.6.4",
1936]
1937
1938[[package]]
1939name = "rand"
1940version = "0.9.2"
1941source = "registry+https://github.com/rust-lang/crates.io-index"
1942checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
1943dependencies = [
1944 "rand_chacha 0.9.0",
1945 "rand_core 0.9.3",
1946]
1947
1948[[package]]
1949name = "rand_chacha"
1950version = "0.3.1"
1951source = "registry+https://github.com/rust-lang/crates.io-index"
1952checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1953dependencies = [
1954 "ppv-lite86",
1955 "rand_core 0.6.4",
1956]
1957
1958[[package]]
1959name = "rand_chacha"
1960version = "0.9.0"
1961source = "registry+https://github.com/rust-lang/crates.io-index"
1962checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1963dependencies = [
1964 "ppv-lite86",
1965 "rand_core 0.9.3",
1966]
1967
1968[[package]]
1969name = "rand_core"
1970version = "0.6.4"
1971source = "registry+https://github.com/rust-lang/crates.io-index"
1972checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1973dependencies = [
1974 "getrandom 0.2.16",
1975]
1976
1977[[package]]
1978name = "rand_core"
1979version = "0.9.3"
1980source = "registry+https://github.com/rust-lang/crates.io-index"
1981checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
1982dependencies = [
1983 "getrandom 0.3.3",
1984]
1985
1986[[package]]
1987name = "raw-cpuid"
1988version = "11.6.0"
1989source = "registry+https://github.com/rust-lang/crates.io-index"
1990checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
1991dependencies = [
1992 "bitflags 2.9.4",
1993]
1994
1995[[package]]
1996name = "rcgen"
1997version = "0.12.1"
1998source = "registry+https://github.com/rust-lang/crates.io-index"
1999checksum = "48406db8ac1f3cbc7dcdb56ec355343817958a356ff430259bb07baf7607e1e1"
2000dependencies = [
2001 "pem",
2002 "ring",
2003 "time",
2004 "yasna",
2005]
2006
2007[[package]]
2008name = "redox_syscall"
2009version = "0.2.16"
2010source = "registry+https://github.com/rust-lang/crates.io-index"
2011checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2012dependencies = [
2013 "bitflags 1.3.2",
2014]
2015
2016[[package]]
2017name = "redox_syscall"
2018version = "0.5.17"
2019source = "registry+https://github.com/rust-lang/crates.io-index"
2020checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77"
2021dependencies = [
2022 "bitflags 2.9.4",
2023]
2024
2025[[package]]
2026name = "regex"
2027version = "1.11.2"
2028source = "registry+https://github.com/rust-lang/crates.io-index"
2029checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912"
2030dependencies = [
2031 "aho-corasick",
2032 "memchr",
2033 "regex-automata",
2034 "regex-syntax",
2035]
2036
2037[[package]]
2038name = "regex-automata"
2039version = "0.4.10"
2040source = "registry+https://github.com/rust-lang/crates.io-index"
2041checksum = "6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6"
2042dependencies = [
2043 "aho-corasick",
2044 "memchr",
2045 "regex-syntax",
2046]
2047
2048[[package]]
2049name = "regex-syntax"
2050version = "0.8.6"
2051source = "registry+https://github.com/rust-lang/crates.io-index"
2052checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001"
2053
2054[[package]]
2055name = "reqwest"
2056version = "0.12.23"
2057source = "registry+https://github.com/rust-lang/crates.io-index"
2058checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb"
2059dependencies = [
2060 "async-compression",
2061 "base64",
2062 "bytes",
2063 "encoding_rs",
2064 "futures-core",
2065 "futures-util",
2066 "h2",
2067 "http",
2068 "http-body",
2069 "http-body-util",
2070 "hyper",
2071 "hyper-rustls",
2072 "hyper-tls",
2073 "hyper-util",
2074 "js-sys",
2075 "log",
2076 "mime",
2077 "native-tls",
2078 "percent-encoding",
2079 "pin-project-lite",
2080 "quinn",
2081 "rustls",
2082 "rustls-native-certs",
2083 "rustls-pki-types",
2084 "serde",
2085 "serde_json",
2086 "serde_urlencoded",
2087 "sync_wrapper",
2088 "tokio",
2089 "tokio-native-tls",
2090 "tokio-rustls",
2091 "tokio-util",
2092 "tower",
2093 "tower-http",
2094 "tower-service",
2095 "url",
2096 "wasm-bindgen",
2097 "wasm-bindgen-futures",
2098 "wasm-streams",
2099 "web-sys",
2100]
2101
2102[[package]]
2103name = "reqwest-middleware"
2104version = "0.4.2"
2105source = "registry+https://github.com/rust-lang/crates.io-index"
2106checksum = "57f17d28a6e6acfe1733fe24bcd30774d13bffa4b8a22535b4c8c98423088d4e"
2107dependencies = [
2108 "anyhow",
2109 "async-trait",
2110 "http",
2111 "reqwest",
2112 "serde",
2113 "thiserror 1.0.69",
2114 "tower-service",
2115]
2116
2117[[package]]
2118name = "reqwest-retry"
2119version = "0.7.0"
2120source = "registry+https://github.com/rust-lang/crates.io-index"
2121checksum = "29c73e4195a6bfbcb174b790d9b3407ab90646976c55de58a6515da25d851178"
2122dependencies = [
2123 "anyhow",
2124 "async-trait",
2125 "futures",
2126 "getrandom 0.2.16",
2127 "http",
2128 "hyper",
2129 "parking_lot 0.11.2",
2130 "reqwest",
2131 "reqwest-middleware",
2132 "retry-policies",
2133 "thiserror 1.0.69",
2134 "tokio",
2135 "tracing",
2136 "wasm-timer",
2137]
2138
2139[[package]]
2140name = "retry-policies"
2141version = "0.4.0"
2142source = "registry+https://github.com/rust-lang/crates.io-index"
2143checksum = "5875471e6cab2871bc150ecb8c727db5113c9338cc3354dc5ee3425b6aa40a1c"
2144dependencies = [
2145 "rand 0.8.5",
2146]
2147
2148[[package]]
2149name = "rfc7239"
2150version = "0.1.3"
2151source = "registry+https://github.com/rust-lang/crates.io-index"
2152checksum = "4a82f1d1e38e9a85bb58ffcfadf22ed6f2c94e8cd8581ec2b0f80a2a6858350f"
2153dependencies = [
2154 "uncased",
2155]
2156
2157[[package]]
2158name = "ring"
2159version = "0.17.14"
2160source = "registry+https://github.com/rust-lang/crates.io-index"
2161checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2162dependencies = [
2163 "cc",
2164 "cfg-if",
2165 "getrandom 0.2.16",
2166 "libc",
2167 "untrusted",
2168 "windows-sys 0.52.0",
2169]
2170
2171[[package]]
2172name = "rustc-demangle"
2173version = "0.1.26"
2174source = "registry+https://github.com/rust-lang/crates.io-index"
2175checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
2176
2177[[package]]
2178name = "rustc-hash"
2179version = "2.1.1"
2180source = "registry+https://github.com/rust-lang/crates.io-index"
2181checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2182
2183[[package]]
2184name = "rusticata-macros"
2185version = "4.1.0"
2186source = "registry+https://github.com/rust-lang/crates.io-index"
2187checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
2188dependencies = [
2189 "nom",
2190]
2191
2192[[package]]
2193name = "rustix"
2194version = "1.1.2"
2195source = "registry+https://github.com/rust-lang/crates.io-index"
2196checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
2197dependencies = [
2198 "bitflags 2.9.4",
2199 "errno",
2200 "libc",
2201 "linux-raw-sys",
2202 "windows-sys 0.61.0",
2203]
2204
2205[[package]]
2206name = "rustls"
2207version = "0.23.32"
2208source = "registry+https://github.com/rust-lang/crates.io-index"
2209checksum = "cd3c25631629d034ce7cd9940adc9d45762d46de2b0f57193c4443b92c6d4d40"
2210dependencies = [
2211 "aws-lc-rs",
2212 "log",
2213 "once_cell",
2214 "ring",
2215 "rustls-pki-types",
2216 "rustls-webpki",
2217 "subtle",
2218 "zeroize",
2219]
2220
2221[[package]]
2222name = "rustls-native-certs"
2223version = "0.8.1"
2224source = "registry+https://github.com/rust-lang/crates.io-index"
2225checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
2226dependencies = [
2227 "openssl-probe",
2228 "rustls-pki-types",
2229 "schannel",
2230 "security-framework 3.5.0",
2231]
2232
2233[[package]]
2234name = "rustls-pemfile"
2235version = "2.2.0"
2236source = "registry+https://github.com/rust-lang/crates.io-index"
2237checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
2238dependencies = [
2239 "rustls-pki-types",
2240]
2241
2242[[package]]
2243name = "rustls-pki-types"
2244version = "1.12.0"
2245source = "registry+https://github.com/rust-lang/crates.io-index"
2246checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
2247dependencies = [
2248 "web-time",
2249 "zeroize",
2250]
2251
2252[[package]]
2253name = "rustls-webpki"
2254version = "0.103.5"
2255source = "registry+https://github.com/rust-lang/crates.io-index"
2256checksum = "b5a37813727b78798e53c2bec3f5e8fe12a6d6f8389bf9ca7802add4c9905ad8"
2257dependencies = [
2258 "aws-lc-rs",
2259 "ring",
2260 "rustls-pki-types",
2261 "untrusted",
2262]
2263
2264[[package]]
2265name = "rustversion"
2266version = "1.0.22"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2269
2270[[package]]
2271name = "ryu"
2272version = "1.0.20"
2273source = "registry+https://github.com/rust-lang/crates.io-index"
2274checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
2275
2276[[package]]
2277name = "schannel"
2278version = "0.1.28"
2279source = "registry+https://github.com/rust-lang/crates.io-index"
2280checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
2281dependencies = [
2282 "windows-sys 0.61.0",
2283]
2284
2285[[package]]
2286name = "scopeguard"
2287version = "1.2.0"
2288source = "registry+https://github.com/rust-lang/crates.io-index"
2289checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2290
2291[[package]]
2292name = "security-framework"
2293version = "2.11.1"
2294source = "registry+https://github.com/rust-lang/crates.io-index"
2295checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
2296dependencies = [
2297 "bitflags 2.9.4",
2298 "core-foundation 0.9.4",
2299 "core-foundation-sys",
2300 "libc",
2301 "security-framework-sys",
2302]
2303
2304[[package]]
2305name = "security-framework"
2306version = "3.5.0"
2307source = "registry+https://github.com/rust-lang/crates.io-index"
2308checksum = "cc198e42d9b7510827939c9a15f5062a0c913f3371d765977e586d2fe6c16f4a"
2309dependencies = [
2310 "bitflags 2.9.4",
2311 "core-foundation 0.10.1",
2312 "core-foundation-sys",
2313 "libc",
2314 "security-framework-sys",
2315]
2316
2317[[package]]
2318name = "security-framework-sys"
2319version = "2.15.0"
2320source = "registry+https://github.com/rust-lang/crates.io-index"
2321checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
2322dependencies = [
2323 "core-foundation-sys",
2324 "libc",
2325]
2326
2327[[package]]
2328name = "serde"
2329version = "1.0.226"
2330source = "registry+https://github.com/rust-lang/crates.io-index"
2331checksum = "0dca6411025b24b60bfa7ec1fe1f8e710ac09782dca409ee8237ba74b51295fd"
2332dependencies = [
2333 "serde_core",
2334 "serde_derive",
2335]
2336
2337[[package]]
2338name = "serde_core"
2339version = "1.0.226"
2340source = "registry+https://github.com/rust-lang/crates.io-index"
2341checksum = "ba2ba63999edb9dac981fb34b3e5c0d111a69b0924e253ed29d83f7c99e966a4"
2342dependencies = [
2343 "serde_derive",
2344]
2345
2346[[package]]
2347name = "serde_derive"
2348version = "1.0.226"
2349source = "registry+https://github.com/rust-lang/crates.io-index"
2350checksum = "8db53ae22f34573731bafa1db20f04027b2d25e02d8205921b569171699cdb33"
2351dependencies = [
2352 "proc-macro2",
2353 "quote",
2354 "syn",
2355]
2356
2357[[package]]
2358name = "serde_json"
2359version = "1.0.143"
2360source = "registry+https://github.com/rust-lang/crates.io-index"
2361checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a"
2362dependencies = [
2363 "itoa",
2364 "memchr",
2365 "ryu",
2366 "serde",
2367]
2368
2369[[package]]
2370name = "serde_urlencoded"
2371version = "0.7.1"
2372source = "registry+https://github.com/rust-lang/crates.io-index"
2373checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2374dependencies = [
2375 "form_urlencoded",
2376 "itoa",
2377 "ryu",
2378 "serde",
2379]
2380
2381[[package]]
2382name = "sha1"
2383version = "0.10.6"
2384source = "registry+https://github.com/rust-lang/crates.io-index"
2385checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2386dependencies = [
2387 "cfg-if",
2388 "cpufeatures",
2389 "digest",
2390]
2391
2392[[package]]
2393name = "sha2"
2394version = "0.10.9"
2395source = "registry+https://github.com/rust-lang/crates.io-index"
2396checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2397dependencies = [
2398 "cfg-if",
2399 "cpufeatures",
2400 "digest",
2401]
2402
2403[[package]]
2404name = "sharded-slab"
2405version = "0.1.7"
2406source = "registry+https://github.com/rust-lang/crates.io-index"
2407checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2408dependencies = [
2409 "lazy_static",
2410]
2411
2412[[package]]
2413name = "shlex"
2414version = "1.3.0"
2415source = "registry+https://github.com/rust-lang/crates.io-index"
2416checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2417
2418[[package]]
2419name = "signal-hook-registry"
2420version = "1.4.6"
2421source = "registry+https://github.com/rust-lang/crates.io-index"
2422checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
2423dependencies = [
2424 "libc",
2425]
2426
2427[[package]]
2428name = "siphasher"
2429version = "1.0.1"
2430source = "registry+https://github.com/rust-lang/crates.io-index"
2431checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
2432
2433[[package]]
2434name = "slab"
2435version = "0.4.11"
2436source = "registry+https://github.com/rust-lang/crates.io-index"
2437checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
2438
2439[[package]]
2440name = "smallvec"
2441version = "1.15.1"
2442source = "registry+https://github.com/rust-lang/crates.io-index"
2443checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2444
2445[[package]]
2446name = "socket2"
2447version = "0.5.10"
2448source = "registry+https://github.com/rust-lang/crates.io-index"
2449checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
2450dependencies = [
2451 "libc",
2452 "windows-sys 0.52.0",
2453]
2454
2455[[package]]
2456name = "socket2"
2457version = "0.6.0"
2458source = "registry+https://github.com/rust-lang/crates.io-index"
2459checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
2460dependencies = [
2461 "libc",
2462 "windows-sys 0.59.0",
2463]
2464
2465[[package]]
2466name = "spinning_top"
2467version = "0.3.0"
2468source = "registry+https://github.com/rust-lang/crates.io-index"
2469checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300"
2470dependencies = [
2471 "lock_api",
2472]
2473
2474[[package]]
2475name = "stable_deref_trait"
2476version = "1.2.0"
2477source = "registry+https://github.com/rust-lang/crates.io-index"
2478checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2479
2480[[package]]
2481name = "stringprep"
2482version = "0.1.5"
2483source = "registry+https://github.com/rust-lang/crates.io-index"
2484checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
2485dependencies = [
2486 "unicode-bidi",
2487 "unicode-normalization",
2488 "unicode-properties",
2489]
2490
2491[[package]]
2492name = "strsim"
2493version = "0.11.1"
2494source = "registry+https://github.com/rust-lang/crates.io-index"
2495checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2496
2497[[package]]
2498name = "subtle"
2499version = "2.6.1"
2500source = "registry+https://github.com/rust-lang/crates.io-index"
2501checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2502
2503[[package]]
2504name = "syn"
2505version = "2.0.106"
2506source = "registry+https://github.com/rust-lang/crates.io-index"
2507checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
2508dependencies = [
2509 "proc-macro2",
2510 "quote",
2511 "unicode-ident",
2512]
2513
2514[[package]]
2515name = "sync_wrapper"
2516version = "1.0.2"
2517source = "registry+https://github.com/rust-lang/crates.io-index"
2518checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2519dependencies = [
2520 "futures-core",
2521]
2522
2523[[package]]
2524name = "synstructure"
2525version = "0.13.2"
2526source = "registry+https://github.com/rust-lang/crates.io-index"
2527checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2528dependencies = [
2529 "proc-macro2",
2530 "quote",
2531 "syn",
2532]
2533
2534[[package]]
2535name = "system-configuration"
2536version = "0.6.1"
2537source = "registry+https://github.com/rust-lang/crates.io-index"
2538checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
2539dependencies = [
2540 "bitflags 2.9.4",
2541 "core-foundation 0.9.4",
2542 "system-configuration-sys",
2543]
2544
2545[[package]]
2546name = "system-configuration-sys"
2547version = "0.6.0"
2548source = "registry+https://github.com/rust-lang/crates.io-index"
2549checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
2550dependencies = [
2551 "core-foundation-sys",
2552 "libc",
2553]
2554
2555[[package]]
2556name = "tempfile"
2557version = "3.22.0"
2558source = "registry+https://github.com/rust-lang/crates.io-index"
2559checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53"
2560dependencies = [
2561 "fastrand",
2562 "getrandom 0.3.3",
2563 "once_cell",
2564 "rustix",
2565 "windows-sys 0.61.0",
2566]
2567
2568[[package]]
2569name = "thiserror"
2570version = "1.0.69"
2571source = "registry+https://github.com/rust-lang/crates.io-index"
2572checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2573dependencies = [
2574 "thiserror-impl 1.0.69",
2575]
2576
2577[[package]]
2578name = "thiserror"
2579version = "2.0.16"
2580source = "registry+https://github.com/rust-lang/crates.io-index"
2581checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0"
2582dependencies = [
2583 "thiserror-impl 2.0.16",
2584]
2585
2586[[package]]
2587name = "thiserror-impl"
2588version = "1.0.69"
2589source = "registry+https://github.com/rust-lang/crates.io-index"
2590checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2591dependencies = [
2592 "proc-macro2",
2593 "quote",
2594 "syn",
2595]
2596
2597[[package]]
2598name = "thiserror-impl"
2599version = "2.0.16"
2600source = "registry+https://github.com/rust-lang/crates.io-index"
2601checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960"
2602dependencies = [
2603 "proc-macro2",
2604 "quote",
2605 "syn",
2606]
2607
2608[[package]]
2609name = "thread_local"
2610version = "1.1.9"
2611source = "registry+https://github.com/rust-lang/crates.io-index"
2612checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
2613dependencies = [
2614 "cfg-if",
2615]
2616
2617[[package]]
2618name = "time"
2619version = "0.3.44"
2620source = "registry+https://github.com/rust-lang/crates.io-index"
2621checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
2622dependencies = [
2623 "deranged",
2624 "itoa",
2625 "num-conv",
2626 "powerfmt",
2627 "serde",
2628 "time-core",
2629 "time-macros",
2630]
2631
2632[[package]]
2633name = "time-core"
2634version = "0.1.6"
2635source = "registry+https://github.com/rust-lang/crates.io-index"
2636checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
2637
2638[[package]]
2639name = "time-macros"
2640version = "0.2.24"
2641source = "registry+https://github.com/rust-lang/crates.io-index"
2642checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
2643dependencies = [
2644 "num-conv",
2645 "time-core",
2646]
2647
2648[[package]]
2649name = "tinystr"
2650version = "0.8.1"
2651source = "registry+https://github.com/rust-lang/crates.io-index"
2652checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
2653dependencies = [
2654 "displaydoc",
2655 "zerovec",
2656]
2657
2658[[package]]
2659name = "tinyvec"
2660version = "1.10.0"
2661source = "registry+https://github.com/rust-lang/crates.io-index"
2662checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
2663dependencies = [
2664 "tinyvec_macros",
2665]
2666
2667[[package]]
2668name = "tinyvec_macros"
2669version = "0.1.1"
2670source = "registry+https://github.com/rust-lang/crates.io-index"
2671checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2672
2673[[package]]
2674name = "tokio"
2675version = "1.47.1"
2676source = "registry+https://github.com/rust-lang/crates.io-index"
2677checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
2678dependencies = [
2679 "backtrace",
2680 "bytes",
2681 "io-uring",
2682 "libc",
2683 "mio",
2684 "parking_lot 0.12.4",
2685 "pin-project-lite",
2686 "signal-hook-registry",
2687 "slab",
2688 "socket2 0.6.0",
2689 "tokio-macros",
2690 "windows-sys 0.59.0",
2691]
2692
2693[[package]]
2694name = "tokio-macros"
2695version = "2.5.0"
2696source = "registry+https://github.com/rust-lang/crates.io-index"
2697checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
2698dependencies = [
2699 "proc-macro2",
2700 "quote",
2701 "syn",
2702]
2703
2704[[package]]
2705name = "tokio-native-tls"
2706version = "0.3.1"
2707source = "registry+https://github.com/rust-lang/crates.io-index"
2708checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2709dependencies = [
2710 "native-tls",
2711 "tokio",
2712]
2713
2714[[package]]
2715name = "tokio-postgres"
2716version = "0.7.13"
2717source = "registry+https://github.com/rust-lang/crates.io-index"
2718checksum = "6c95d533c83082bb6490e0189acaa0bbeef9084e60471b696ca6988cd0541fb0"
2719dependencies = [
2720 "async-trait",
2721 "byteorder",
2722 "bytes",
2723 "fallible-iterator",
2724 "futures-channel",
2725 "futures-util",
2726 "log",
2727 "parking_lot 0.12.4",
2728 "percent-encoding",
2729 "phf",
2730 "pin-project-lite",
2731 "postgres-protocol",
2732 "postgres-types",
2733 "rand 0.9.2",
2734 "socket2 0.5.10",
2735 "tokio",
2736 "tokio-util",
2737 "whoami",
2738]
2739
2740[[package]]
2741name = "tokio-rustls"
2742version = "0.26.2"
2743source = "registry+https://github.com/rust-lang/crates.io-index"
2744checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
2745dependencies = [
2746 "rustls",
2747 "tokio",
2748]
2749
2750[[package]]
2751name = "tokio-stream"
2752version = "0.1.17"
2753source = "registry+https://github.com/rust-lang/crates.io-index"
2754checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
2755dependencies = [
2756 "futures-core",
2757 "pin-project-lite",
2758 "tokio",
2759]
2760
2761[[package]]
2762name = "tokio-util"
2763version = "0.7.16"
2764source = "registry+https://github.com/rust-lang/crates.io-index"
2765checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
2766dependencies = [
2767 "bytes",
2768 "futures-core",
2769 "futures-io",
2770 "futures-sink",
2771 "pin-project-lite",
2772 "tokio",
2773]
2774
2775[[package]]
2776name = "toml_datetime"
2777version = "0.7.2"
2778source = "registry+https://github.com/rust-lang/crates.io-index"
2779checksum = "32f1085dec27c2b6632b04c80b3bb1b4300d6495d1e129693bdda7d91e72eec1"
2780dependencies = [
2781 "serde_core",
2782]
2783
2784[[package]]
2785name = "toml_edit"
2786version = "0.23.6"
2787source = "registry+https://github.com/rust-lang/crates.io-index"
2788checksum = "f3effe7c0e86fdff4f69cdd2ccc1b96f933e24811c5441d44904e8683e27184b"
2789dependencies = [
2790 "indexmap",
2791 "toml_datetime",
2792 "toml_parser",
2793 "winnow",
2794]
2795
2796[[package]]
2797name = "toml_parser"
2798version = "1.0.3"
2799source = "registry+https://github.com/rust-lang/crates.io-index"
2800checksum = "4cf893c33be71572e0e9aa6dd15e6677937abd686b066eac3f8cd3531688a627"
2801dependencies = [
2802 "winnow",
2803]
2804
2805[[package]]
2806name = "tower"
2807version = "0.5.2"
2808source = "registry+https://github.com/rust-lang/crates.io-index"
2809checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
2810dependencies = [
2811 "futures-core",
2812 "futures-util",
2813 "pin-project-lite",
2814 "sync_wrapper",
2815 "tokio",
2816 "tower-layer",
2817 "tower-service",
2818]
2819
2820[[package]]
2821name = "tower-http"
2822version = "0.6.6"
2823source = "registry+https://github.com/rust-lang/crates.io-index"
2824checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
2825dependencies = [
2826 "bitflags 2.9.4",
2827 "bytes",
2828 "futures-util",
2829 "http",
2830 "http-body",
2831 "iri-string",
2832 "pin-project-lite",
2833 "tower",
2834 "tower-layer",
2835 "tower-service",
2836]
2837
2838[[package]]
2839name = "tower-layer"
2840version = "0.3.3"
2841source = "registry+https://github.com/rust-lang/crates.io-index"
2842checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2843
2844[[package]]
2845name = "tower-service"
2846version = "0.3.3"
2847source = "registry+https://github.com/rust-lang/crates.io-index"
2848checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2849
2850[[package]]
2851name = "tracing"
2852version = "0.1.41"
2853source = "registry+https://github.com/rust-lang/crates.io-index"
2854checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
2855dependencies = [
2856 "pin-project-lite",
2857 "tracing-attributes",
2858 "tracing-core",
2859]
2860
2861[[package]]
2862name = "tracing-attributes"
2863version = "0.1.30"
2864source = "registry+https://github.com/rust-lang/crates.io-index"
2865checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
2866dependencies = [
2867 "proc-macro2",
2868 "quote",
2869 "syn",
2870]
2871
2872[[package]]
2873name = "tracing-core"
2874version = "0.1.34"
2875source = "registry+https://github.com/rust-lang/crates.io-index"
2876checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
2877dependencies = [
2878 "once_cell",
2879 "valuable",
2880]
2881
2882[[package]]
2883name = "tracing-log"
2884version = "0.2.0"
2885source = "registry+https://github.com/rust-lang/crates.io-index"
2886checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2887dependencies = [
2888 "log",
2889 "once_cell",
2890 "tracing-core",
2891]
2892
2893[[package]]
2894name = "tracing-subscriber"
2895version = "0.3.20"
2896source = "registry+https://github.com/rust-lang/crates.io-index"
2897checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
2898dependencies = [
2899 "matchers",
2900 "nu-ansi-term",
2901 "once_cell",
2902 "regex-automata",
2903 "sharded-slab",
2904 "smallvec",
2905 "thread_local",
2906 "tracing",
2907 "tracing-core",
2908 "tracing-log",
2909]
2910
2911[[package]]
2912name = "try-lock"
2913version = "0.2.5"
2914source = "registry+https://github.com/rust-lang/crates.io-index"
2915checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2916
2917[[package]]
2918name = "typenum"
2919version = "1.18.0"
2920source = "registry+https://github.com/rust-lang/crates.io-index"
2921checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
2922
2923[[package]]
2924name = "uncased"
2925version = "0.9.10"
2926source = "registry+https://github.com/rust-lang/crates.io-index"
2927checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697"
2928dependencies = [
2929 "version_check",
2930]
2931
2932[[package]]
2933name = "unicode-bidi"
2934version = "0.3.18"
2935source = "registry+https://github.com/rust-lang/crates.io-index"
2936checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
2937
2938[[package]]
2939name = "unicode-ident"
2940version = "1.0.19"
2941source = "registry+https://github.com/rust-lang/crates.io-index"
2942checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
2943
2944[[package]]
2945name = "unicode-normalization"
2946version = "0.1.24"
2947source = "registry+https://github.com/rust-lang/crates.io-index"
2948checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
2949dependencies = [
2950 "tinyvec",
2951]
2952
2953[[package]]
2954name = "unicode-properties"
2955version = "0.1.3"
2956source = "registry+https://github.com/rust-lang/crates.io-index"
2957checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
2958
2959[[package]]
2960name = "untrusted"
2961version = "0.9.0"
2962source = "registry+https://github.com/rust-lang/crates.io-index"
2963checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2964
2965[[package]]
2966name = "url"
2967version = "2.5.7"
2968source = "registry+https://github.com/rust-lang/crates.io-index"
2969checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
2970dependencies = [
2971 "form_urlencoded",
2972 "idna",
2973 "percent-encoding",
2974 "serde",
2975]
2976
2977[[package]]
2978name = "utf8_iter"
2979version = "1.0.4"
2980source = "registry+https://github.com/rust-lang/crates.io-index"
2981checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2982
2983[[package]]
2984name = "utf8parse"
2985version = "0.2.2"
2986source = "registry+https://github.com/rust-lang/crates.io-index"
2987checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2988
2989[[package]]
2990name = "valuable"
2991version = "0.1.1"
2992source = "registry+https://github.com/rust-lang/crates.io-index"
2993checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2994
2995[[package]]
2996name = "vcpkg"
2997version = "0.2.15"
2998source = "registry+https://github.com/rust-lang/crates.io-index"
2999checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
3000
3001[[package]]
3002name = "version_check"
3003version = "0.9.5"
3004source = "registry+https://github.com/rust-lang/crates.io-index"
3005checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3006
3007[[package]]
3008name = "want"
3009version = "0.3.1"
3010source = "registry+https://github.com/rust-lang/crates.io-index"
3011checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3012dependencies = [
3013 "try-lock",
3014]
3015
3016[[package]]
3017name = "wasi"
3018version = "0.11.1+wasi-snapshot-preview1"
3019source = "registry+https://github.com/rust-lang/crates.io-index"
3020checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3021
3022[[package]]
3023name = "wasi"
3024version = "0.14.5+wasi-0.2.4"
3025source = "registry+https://github.com/rust-lang/crates.io-index"
3026checksum = "a4494f6290a82f5fe584817a676a34b9d6763e8d9d18204009fb31dceca98fd4"
3027dependencies = [
3028 "wasip2",
3029]
3030
3031[[package]]
3032name = "wasip2"
3033version = "1.0.0+wasi-0.2.4"
3034source = "registry+https://github.com/rust-lang/crates.io-index"
3035checksum = "03fa2761397e5bd52002cd7e73110c71af2109aca4e521a9f40473fe685b0a24"
3036dependencies = [
3037 "wit-bindgen",
3038]
3039
3040[[package]]
3041name = "wasite"
3042version = "0.1.0"
3043source = "registry+https://github.com/rust-lang/crates.io-index"
3044checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
3045
3046[[package]]
3047name = "wasm-bindgen"
3048version = "0.2.101"
3049source = "registry+https://github.com/rust-lang/crates.io-index"
3050checksum = "7e14915cadd45b529bb8d1f343c4ed0ac1de926144b746e2710f9cd05df6603b"
3051dependencies = [
3052 "cfg-if",
3053 "once_cell",
3054 "rustversion",
3055 "wasm-bindgen-macro",
3056 "wasm-bindgen-shared",
3057]
3058
3059[[package]]
3060name = "wasm-bindgen-backend"
3061version = "0.2.101"
3062source = "registry+https://github.com/rust-lang/crates.io-index"
3063checksum = "e28d1ba982ca7923fd01448d5c30c6864d0a14109560296a162f80f305fb93bb"
3064dependencies = [
3065 "bumpalo",
3066 "log",
3067 "proc-macro2",
3068 "quote",
3069 "syn",
3070 "wasm-bindgen-shared",
3071]
3072
3073[[package]]
3074name = "wasm-bindgen-futures"
3075version = "0.4.51"
3076source = "registry+https://github.com/rust-lang/crates.io-index"
3077checksum = "0ca85039a9b469b38336411d6d6ced91f3fc87109a2a27b0c197663f5144dffe"
3078dependencies = [
3079 "cfg-if",
3080 "js-sys",
3081 "once_cell",
3082 "wasm-bindgen",
3083 "web-sys",
3084]
3085
3086[[package]]
3087name = "wasm-bindgen-macro"
3088version = "0.2.101"
3089source = "registry+https://github.com/rust-lang/crates.io-index"
3090checksum = "7c3d463ae3eff775b0c45df9da45d68837702ac35af998361e2c84e7c5ec1b0d"
3091dependencies = [
3092 "quote",
3093 "wasm-bindgen-macro-support",
3094]
3095
3096[[package]]
3097name = "wasm-bindgen-macro-support"
3098version = "0.2.101"
3099source = "registry+https://github.com/rust-lang/crates.io-index"
3100checksum = "7bb4ce89b08211f923caf51d527662b75bdc9c9c7aab40f86dcb9fb85ac552aa"
3101dependencies = [
3102 "proc-macro2",
3103 "quote",
3104 "syn",
3105 "wasm-bindgen-backend",
3106 "wasm-bindgen-shared",
3107]
3108
3109[[package]]
3110name = "wasm-bindgen-shared"
3111version = "0.2.101"
3112source = "registry+https://github.com/rust-lang/crates.io-index"
3113checksum = "f143854a3b13752c6950862c906306adb27c7e839f7414cec8fea35beab624c1"
3114dependencies = [
3115 "unicode-ident",
3116]
3117
3118[[package]]
3119name = "wasm-streams"
3120version = "0.4.2"
3121source = "registry+https://github.com/rust-lang/crates.io-index"
3122checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
3123dependencies = [
3124 "futures-util",
3125 "js-sys",
3126 "wasm-bindgen",
3127 "wasm-bindgen-futures",
3128 "web-sys",
3129]
3130
3131[[package]]
3132name = "wasm-timer"
3133version = "0.2.5"
3134source = "registry+https://github.com/rust-lang/crates.io-index"
3135checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"
3136dependencies = [
3137 "futures",
3138 "js-sys",
3139 "parking_lot 0.11.2",
3140 "pin-utils",
3141 "wasm-bindgen",
3142 "wasm-bindgen-futures",
3143 "web-sys",
3144]
3145
3146[[package]]
3147name = "web-sys"
3148version = "0.3.78"
3149source = "registry+https://github.com/rust-lang/crates.io-index"
3150checksum = "77e4b637749ff0d92b8fad63aa1f7cff3cbe125fd49c175cd6345e7272638b12"
3151dependencies = [
3152 "js-sys",
3153 "wasm-bindgen",
3154]
3155
3156[[package]]
3157name = "web-time"
3158version = "1.1.0"
3159source = "registry+https://github.com/rust-lang/crates.io-index"
3160checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
3161dependencies = [
3162 "js-sys",
3163 "wasm-bindgen",
3164]
3165
3166[[package]]
3167name = "whoami"
3168version = "1.6.1"
3169source = "registry+https://github.com/rust-lang/crates.io-index"
3170checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
3171dependencies = [
3172 "libredox",
3173 "wasite",
3174 "web-sys",
3175]
3176
3177[[package]]
3178name = "wildmatch"
3179version = "2.5.0"
3180source = "registry+https://github.com/rust-lang/crates.io-index"
3181checksum = "39b7d07a236abaef6607536ccfaf19b396dbe3f5110ddb73d39f4562902ed382"
3182
3183[[package]]
3184name = "winapi"
3185version = "0.3.9"
3186source = "registry+https://github.com/rust-lang/crates.io-index"
3187checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3188dependencies = [
3189 "winapi-i686-pc-windows-gnu",
3190 "winapi-x86_64-pc-windows-gnu",
3191]
3192
3193[[package]]
3194name = "winapi-i686-pc-windows-gnu"
3195version = "0.4.0"
3196source = "registry+https://github.com/rust-lang/crates.io-index"
3197checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3198
3199[[package]]
3200name = "winapi-x86_64-pc-windows-gnu"
3201version = "0.4.0"
3202source = "registry+https://github.com/rust-lang/crates.io-index"
3203checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3204
3205[[package]]
3206name = "windows-core"
3207version = "0.61.2"
3208source = "registry+https://github.com/rust-lang/crates.io-index"
3209checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
3210dependencies = [
3211 "windows-implement",
3212 "windows-interface",
3213 "windows-link 0.1.3",
3214 "windows-result",
3215 "windows-strings",
3216]
3217
3218[[package]]
3219name = "windows-implement"
3220version = "0.60.0"
3221source = "registry+https://github.com/rust-lang/crates.io-index"
3222checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
3223dependencies = [
3224 "proc-macro2",
3225 "quote",
3226 "syn",
3227]
3228
3229[[package]]
3230name = "windows-interface"
3231version = "0.59.1"
3232source = "registry+https://github.com/rust-lang/crates.io-index"
3233checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
3234dependencies = [
3235 "proc-macro2",
3236 "quote",
3237 "syn",
3238]
3239
3240[[package]]
3241name = "windows-link"
3242version = "0.1.3"
3243source = "registry+https://github.com/rust-lang/crates.io-index"
3244checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
3245
3246[[package]]
3247name = "windows-link"
3248version = "0.2.0"
3249source = "registry+https://github.com/rust-lang/crates.io-index"
3250checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
3251
3252[[package]]
3253name = "windows-registry"
3254version = "0.5.3"
3255source = "registry+https://github.com/rust-lang/crates.io-index"
3256checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
3257dependencies = [
3258 "windows-link 0.1.3",
3259 "windows-result",
3260 "windows-strings",
3261]
3262
3263[[package]]
3264name = "windows-result"
3265version = "0.3.4"
3266source = "registry+https://github.com/rust-lang/crates.io-index"
3267checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
3268dependencies = [
3269 "windows-link 0.1.3",
3270]
3271
3272[[package]]
3273name = "windows-strings"
3274version = "0.4.2"
3275source = "registry+https://github.com/rust-lang/crates.io-index"
3276checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
3277dependencies = [
3278 "windows-link 0.1.3",
3279]
3280
3281[[package]]
3282name = "windows-sys"
3283version = "0.52.0"
3284source = "registry+https://github.com/rust-lang/crates.io-index"
3285checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3286dependencies = [
3287 "windows-targets 0.52.6",
3288]
3289
3290[[package]]
3291name = "windows-sys"
3292version = "0.59.0"
3293source = "registry+https://github.com/rust-lang/crates.io-index"
3294checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
3295dependencies = [
3296 "windows-targets 0.52.6",
3297]
3298
3299[[package]]
3300name = "windows-sys"
3301version = "0.60.2"
3302source = "registry+https://github.com/rust-lang/crates.io-index"
3303checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
3304dependencies = [
3305 "windows-targets 0.53.3",
3306]
3307
3308[[package]]
3309name = "windows-sys"
3310version = "0.61.0"
3311source = "registry+https://github.com/rust-lang/crates.io-index"
3312checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
3313dependencies = [
3314 "windows-link 0.2.0",
3315]
3316
3317[[package]]
3318name = "windows-targets"
3319version = "0.52.6"
3320source = "registry+https://github.com/rust-lang/crates.io-index"
3321checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3322dependencies = [
3323 "windows_aarch64_gnullvm 0.52.6",
3324 "windows_aarch64_msvc 0.52.6",
3325 "windows_i686_gnu 0.52.6",
3326 "windows_i686_gnullvm 0.52.6",
3327 "windows_i686_msvc 0.52.6",
3328 "windows_x86_64_gnu 0.52.6",
3329 "windows_x86_64_gnullvm 0.52.6",
3330 "windows_x86_64_msvc 0.52.6",
3331]
3332
3333[[package]]
3334name = "windows-targets"
3335version = "0.53.3"
3336source = "registry+https://github.com/rust-lang/crates.io-index"
3337checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"
3338dependencies = [
3339 "windows-link 0.1.3",
3340 "windows_aarch64_gnullvm 0.53.0",
3341 "windows_aarch64_msvc 0.53.0",
3342 "windows_i686_gnu 0.53.0",
3343 "windows_i686_gnullvm 0.53.0",
3344 "windows_i686_msvc 0.53.0",
3345 "windows_x86_64_gnu 0.53.0",
3346 "windows_x86_64_gnullvm 0.53.0",
3347 "windows_x86_64_msvc 0.53.0",
3348]
3349
3350[[package]]
3351name = "windows_aarch64_gnullvm"
3352version = "0.52.6"
3353source = "registry+https://github.com/rust-lang/crates.io-index"
3354checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3355
3356[[package]]
3357name = "windows_aarch64_gnullvm"
3358version = "0.53.0"
3359source = "registry+https://github.com/rust-lang/crates.io-index"
3360checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
3361
3362[[package]]
3363name = "windows_aarch64_msvc"
3364version = "0.52.6"
3365source = "registry+https://github.com/rust-lang/crates.io-index"
3366checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3367
3368[[package]]
3369name = "windows_aarch64_msvc"
3370version = "0.53.0"
3371source = "registry+https://github.com/rust-lang/crates.io-index"
3372checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
3373
3374[[package]]
3375name = "windows_i686_gnu"
3376version = "0.52.6"
3377source = "registry+https://github.com/rust-lang/crates.io-index"
3378checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3379
3380[[package]]
3381name = "windows_i686_gnu"
3382version = "0.53.0"
3383source = "registry+https://github.com/rust-lang/crates.io-index"
3384checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
3385
3386[[package]]
3387name = "windows_i686_gnullvm"
3388version = "0.52.6"
3389source = "registry+https://github.com/rust-lang/crates.io-index"
3390checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3391
3392[[package]]
3393name = "windows_i686_gnullvm"
3394version = "0.53.0"
3395source = "registry+https://github.com/rust-lang/crates.io-index"
3396checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
3397
3398[[package]]
3399name = "windows_i686_msvc"
3400version = "0.52.6"
3401source = "registry+https://github.com/rust-lang/crates.io-index"
3402checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3403
3404[[package]]
3405name = "windows_i686_msvc"
3406version = "0.53.0"
3407source = "registry+https://github.com/rust-lang/crates.io-index"
3408checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
3409
3410[[package]]
3411name = "windows_x86_64_gnu"
3412version = "0.52.6"
3413source = "registry+https://github.com/rust-lang/crates.io-index"
3414checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3415
3416[[package]]
3417name = "windows_x86_64_gnu"
3418version = "0.53.0"
3419source = "registry+https://github.com/rust-lang/crates.io-index"
3420checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
3421
3422[[package]]
3423name = "windows_x86_64_gnullvm"
3424version = "0.52.6"
3425source = "registry+https://github.com/rust-lang/crates.io-index"
3426checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3427
3428[[package]]
3429name = "windows_x86_64_gnullvm"
3430version = "0.53.0"
3431source = "registry+https://github.com/rust-lang/crates.io-index"
3432checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
3433
3434[[package]]
3435name = "windows_x86_64_msvc"
3436version = "0.52.6"
3437source = "registry+https://github.com/rust-lang/crates.io-index"
3438checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3439
3440[[package]]
3441name = "windows_x86_64_msvc"
3442version = "0.53.0"
3443source = "registry+https://github.com/rust-lang/crates.io-index"
3444checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
3445
3446[[package]]
3447name = "winnow"
3448version = "0.7.13"
3449source = "registry+https://github.com/rust-lang/crates.io-index"
3450checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
3451dependencies = [
3452 "memchr",
3453]
3454
3455[[package]]
3456name = "wit-bindgen"
3457version = "0.45.1"
3458source = "registry+https://github.com/rust-lang/crates.io-index"
3459checksum = "5c573471f125075647d03df72e026074b7203790d41351cd6edc96f46bcccd36"
3460
3461[[package]]
3462name = "writeable"
3463version = "0.6.1"
3464source = "registry+https://github.com/rust-lang/crates.io-index"
3465checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
3466
3467[[package]]
3468name = "x509-parser"
3469version = "0.17.0"
3470source = "registry+https://github.com/rust-lang/crates.io-index"
3471checksum = "4569f339c0c402346d4a75a9e39cf8dad310e287eef1ff56d4c68e5067f53460"
3472dependencies = [
3473 "asn1-rs",
3474 "data-encoding",
3475 "der-parser",
3476 "lazy_static",
3477 "nom",
3478 "oid-registry",
3479 "rusticata-macros",
3480 "thiserror 2.0.16",
3481 "time",
3482]
3483
3484[[package]]
3485name = "yasna"
3486version = "0.5.2"
3487source = "registry+https://github.com/rust-lang/crates.io-index"
3488checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
3489dependencies = [
3490 "time",
3491]
3492
3493[[package]]
3494name = "yoke"
3495version = "0.8.0"
3496source = "registry+https://github.com/rust-lang/crates.io-index"
3497checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
3498dependencies = [
3499 "serde",
3500 "stable_deref_trait",
3501 "yoke-derive",
3502 "zerofrom",
3503]
3504
3505[[package]]
3506name = "yoke-derive"
3507version = "0.8.0"
3508source = "registry+https://github.com/rust-lang/crates.io-index"
3509checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
3510dependencies = [
3511 "proc-macro2",
3512 "quote",
3513 "syn",
3514 "synstructure",
3515]
3516
3517[[package]]
3518name = "zerocopy"
3519version = "0.8.27"
3520source = "registry+https://github.com/rust-lang/crates.io-index"
3521checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
3522dependencies = [
3523 "zerocopy-derive",
3524]
3525
3526[[package]]
3527name = "zerocopy-derive"
3528version = "0.8.27"
3529source = "registry+https://github.com/rust-lang/crates.io-index"
3530checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
3531dependencies = [
3532 "proc-macro2",
3533 "quote",
3534 "syn",
3535]
3536
3537[[package]]
3538name = "zerofrom"
3539version = "0.1.6"
3540source = "registry+https://github.com/rust-lang/crates.io-index"
3541checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
3542dependencies = [
3543 "zerofrom-derive",
3544]
3545
3546[[package]]
3547name = "zerofrom-derive"
3548version = "0.1.6"
3549source = "registry+https://github.com/rust-lang/crates.io-index"
3550checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
3551dependencies = [
3552 "proc-macro2",
3553 "quote",
3554 "syn",
3555 "synstructure",
3556]
3557
3558[[package]]
3559name = "zeroize"
3560version = "1.8.1"
3561source = "registry+https://github.com/rust-lang/crates.io-index"
3562checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
3563
3564[[package]]
3565name = "zerotrie"
3566version = "0.2.2"
3567source = "registry+https://github.com/rust-lang/crates.io-index"
3568checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
3569dependencies = [
3570 "displaydoc",
3571 "yoke",
3572 "zerofrom",
3573]
3574
3575[[package]]
3576name = "zerovec"
3577version = "0.11.4"
3578source = "registry+https://github.com/rust-lang/crates.io-index"
3579checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
3580dependencies = [
3581 "yoke",
3582 "zerofrom",
3583 "zerovec-derive",
3584]
3585
3586[[package]]
3587name = "zerovec-derive"
3588version = "0.11.1"
3589source = "registry+https://github.com/rust-lang/crates.io-index"
3590checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
3591dependencies = [
3592 "proc-macro2",
3593 "quote",
3594 "syn",
3595]
3596
3597[[package]]
3598name = "zstd"
3599version = "0.13.3"
3600source = "registry+https://github.com/rust-lang/crates.io-index"
3601checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
3602dependencies = [
3603 "zstd-safe",
3604]
3605
3606[[package]]
3607name = "zstd-safe"
3608version = "7.2.4"
3609source = "registry+https://github.com/rust-lang/crates.io-index"
3610checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
3611dependencies = [
3612 "zstd-sys",
3613]
3614
3615[[package]]
3616name = "zstd-sys"
3617version = "2.0.16+zstd.1.5.7"
3618source = "registry+https://github.com/rust-lang/crates.io-index"
3619checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
3620dependencies = [
3621 "cc",
3622 "pkg-config",
3623]