Scalable and distributed custom feed generator, ott - on that topic
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "adaptive_backoff"
7version = "0.2.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "ffd5e23cd33dd73c030d1c424967eb2fbdc917d89e0bdcf1162edc4cf504f756"
10dependencies = [
11 "anyhow",
12 "thiserror",
13]
14
15[[package]]
16name = "addr2line"
17version = "0.25.1"
18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
20dependencies = [
21 "gimli",
22]
23
24[[package]]
25name = "adler2"
26version = "2.0.1"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
29
30[[package]]
31name = "aho-corasick"
32version = "1.1.3"
33source = "registry+https://github.com/rust-lang/crates.io-index"
34checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
35dependencies = [
36 "memchr",
37]
38
39[[package]]
40name = "allocator-api2"
41version = "0.2.21"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
44
45[[package]]
46name = "android_system_properties"
47version = "0.1.5"
48source = "registry+https://github.com/rust-lang/crates.io-index"
49checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
50dependencies = [
51 "libc",
52]
53
54[[package]]
55name = "anyhow"
56version = "1.0.100"
57source = "registry+https://github.com/rust-lang/crates.io-index"
58checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
59
60[[package]]
61name = "async-channel"
62version = "2.5.0"
63source = "registry+https://github.com/rust-lang/crates.io-index"
64checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
65dependencies = [
66 "concurrent-queue",
67 "event-listener-strategy",
68 "futures-core",
69 "pin-project-lite",
70]
71
72[[package]]
73name = "async-executor"
74version = "1.13.3"
75source = "registry+https://github.com/rust-lang/crates.io-index"
76checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
77dependencies = [
78 "async-task",
79 "concurrent-queue",
80 "fastrand",
81 "futures-lite",
82 "pin-project-lite",
83 "slab",
84]
85
86[[package]]
87name = "async-global-executor"
88version = "3.1.0"
89source = "registry+https://github.com/rust-lang/crates.io-index"
90checksum = "13f937e26114b93193065fd44f507aa2e9169ad0cdabbb996920b1fe1ddea7ba"
91dependencies = [
92 "async-channel",
93 "async-executor",
94 "async-io",
95 "async-lock",
96 "blocking",
97 "futures-lite",
98 "tokio",
99]
100
101[[package]]
102name = "async-io"
103version = "2.6.0"
104source = "registry+https://github.com/rust-lang/crates.io-index"
105checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
106dependencies = [
107 "autocfg",
108 "cfg-if",
109 "concurrent-queue",
110 "futures-io",
111 "futures-lite",
112 "parking",
113 "polling",
114 "rustix",
115 "slab",
116 "windows-sys 0.61.1",
117]
118
119[[package]]
120name = "async-lock"
121version = "3.4.1"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc"
124dependencies = [
125 "event-listener",
126 "event-listener-strategy",
127 "pin-project-lite",
128]
129
130[[package]]
131name = "async-net"
132version = "2.0.0"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
135dependencies = [
136 "async-io",
137 "blocking",
138 "futures-lite",
139]
140
141[[package]]
142name = "async-task"
143version = "4.7.1"
144source = "registry+https://github.com/rust-lang/crates.io-index"
145checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
146
147[[package]]
148name = "async-trait"
149version = "0.1.89"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
152dependencies = [
153 "proc-macro2",
154 "quote",
155 "syn 2.0.106",
156]
157
158[[package]]
159name = "async_io_stream"
160version = "0.3.3"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "b6d7b9decdf35d8908a7e3ef02f64c5e9b1695e230154c0e8de3969142d9b94c"
163dependencies = [
164 "futures",
165 "pharos",
166 "rustc_version",
167]
168
169[[package]]
170name = "atoi"
171version = "2.0.0"
172source = "registry+https://github.com/rust-lang/crates.io-index"
173checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
174dependencies = [
175 "num-traits",
176]
177
178[[package]]
179name = "atomic-waker"
180version = "1.1.2"
181source = "registry+https://github.com/rust-lang/crates.io-index"
182checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
183
184[[package]]
185name = "autocfg"
186version = "1.5.0"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
189
190[[package]]
191name = "aws-lc-rs"
192version = "1.14.1"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "879b6c89592deb404ba4dc0ae6b58ffd1795c78991cbb5b8bc441c48a070440d"
195dependencies = [
196 "aws-lc-sys",
197 "zeroize",
198]
199
200[[package]]
201name = "aws-lc-sys"
202version = "0.32.1"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "1ba2e2516bdf37af57fc6ff047855f54abad0066e5c4fdaaeb76dabb2e05bcf5"
205dependencies = [
206 "bindgen",
207 "cc",
208 "cmake",
209 "dunce",
210 "fs_extra",
211 "libloading",
212]
213
214[[package]]
215name = "backtrace"
216version = "0.3.76"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
219dependencies = [
220 "addr2line",
221 "cfg-if",
222 "libc",
223 "miniz_oxide",
224 "object",
225 "rustc-demangle",
226 "windows-link 0.2.0",
227]
228
229[[package]]
230name = "base64"
231version = "0.22.1"
232source = "registry+https://github.com/rust-lang/crates.io-index"
233checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
234
235[[package]]
236name = "base64ct"
237version = "1.8.0"
238source = "registry+https://github.com/rust-lang/crates.io-index"
239checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
240
241[[package]]
242name = "bindgen"
243version = "0.72.1"
244source = "registry+https://github.com/rust-lang/crates.io-index"
245checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
246dependencies = [
247 "bitflags 2.9.4",
248 "cexpr",
249 "clang-sys",
250 "itertools",
251 "log",
252 "prettyplease",
253 "proc-macro2",
254 "quote",
255 "regex",
256 "rustc-hash",
257 "shlex",
258 "syn 2.0.106",
259]
260
261[[package]]
262name = "bitflags"
263version = "1.3.2"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
266
267[[package]]
268name = "bitflags"
269version = "2.9.4"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
272dependencies = [
273 "serde",
274]
275
276[[package]]
277name = "block-buffer"
278version = "0.10.4"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
281dependencies = [
282 "generic-array",
283]
284
285[[package]]
286name = "blocking"
287version = "1.6.2"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
290dependencies = [
291 "async-channel",
292 "async-task",
293 "futures-io",
294 "futures-lite",
295 "piper",
296]
297
298[[package]]
299name = "built"
300version = "0.7.7"
301source = "registry+https://github.com/rust-lang/crates.io-index"
302checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
303
304[[package]]
305name = "bumpalo"
306version = "3.19.0"
307source = "registry+https://github.com/rust-lang/crates.io-index"
308checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
309
310[[package]]
311name = "byteorder"
312version = "1.5.0"
313source = "registry+https://github.com/rust-lang/crates.io-index"
314checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
315
316[[package]]
317name = "bytes"
318version = "1.10.1"
319source = "registry+https://github.com/rust-lang/crates.io-index"
320checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
321
322[[package]]
323name = "bytesize"
324version = "1.3.3"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "2e93abca9e28e0a1b9877922aacb20576e05d4679ffa78c3d6dc22a26a216659"
327dependencies = [
328 "serde",
329]
330
331[[package]]
332name = "cc"
333version = "1.2.39"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "e1354349954c6fc9cb0deab020f27f783cf0b604e8bb754dc4658ecf0d29c35f"
336dependencies = [
337 "find-msvc-tools",
338 "jobserver",
339 "libc",
340 "shlex",
341]
342
343[[package]]
344name = "cexpr"
345version = "0.6.0"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
348dependencies = [
349 "nom",
350]
351
352[[package]]
353name = "cfg-if"
354version = "1.0.3"
355source = "registry+https://github.com/rust-lang/crates.io-index"
356checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
357
358[[package]]
359name = "cfg_aliases"
360version = "0.2.1"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
363
364[[package]]
365name = "chrono"
366version = "0.4.42"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
369dependencies = [
370 "iana-time-zone",
371 "js-sys",
372 "num-traits",
373 "wasm-bindgen",
374 "windows-link 0.2.0",
375]
376
377[[package]]
378name = "clang-sys"
379version = "1.8.1"
380source = "registry+https://github.com/rust-lang/crates.io-index"
381checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
382dependencies = [
383 "glob",
384 "libc",
385 "libloading",
386]
387
388[[package]]
389name = "cmake"
390version = "0.1.54"
391source = "registry+https://github.com/rust-lang/crates.io-index"
392checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
393dependencies = [
394 "cc",
395]
396
397[[package]]
398name = "concurrent-queue"
399version = "2.5.0"
400source = "registry+https://github.com/rust-lang/crates.io-index"
401checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
402dependencies = [
403 "crossbeam-utils",
404]
405
406[[package]]
407name = "const-oid"
408version = "0.9.6"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
411
412[[package]]
413name = "content_inspector"
414version = "0.2.4"
415source = "registry+https://github.com/rust-lang/crates.io-index"
416checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38"
417dependencies = [
418 "memchr",
419]
420
421[[package]]
422name = "core-foundation"
423version = "0.9.4"
424source = "registry+https://github.com/rust-lang/crates.io-index"
425checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
426dependencies = [
427 "core-foundation-sys",
428 "libc",
429]
430
431[[package]]
432name = "core-foundation-sys"
433version = "0.8.7"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
436
437[[package]]
438name = "cpufeatures"
439version = "0.2.17"
440source = "registry+https://github.com/rust-lang/crates.io-index"
441checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
442dependencies = [
443 "libc",
444]
445
446[[package]]
447name = "crc"
448version = "3.3.0"
449source = "registry+https://github.com/rust-lang/crates.io-index"
450checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
451dependencies = [
452 "crc-catalog",
453]
454
455[[package]]
456name = "crc-catalog"
457version = "2.4.0"
458source = "registry+https://github.com/rust-lang/crates.io-index"
459checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
460
461[[package]]
462name = "crc32c"
463version = "0.6.8"
464source = "registry+https://github.com/rust-lang/crates.io-index"
465checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
466dependencies = [
467 "rustc_version",
468]
469
470[[package]]
471name = "crc32fast"
472version = "1.5.0"
473source = "registry+https://github.com/rust-lang/crates.io-index"
474checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
475dependencies = [
476 "cfg-if",
477]
478
479[[package]]
480name = "crossbeam-channel"
481version = "0.5.15"
482source = "registry+https://github.com/rust-lang/crates.io-index"
483checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
484dependencies = [
485 "crossbeam-utils",
486]
487
488[[package]]
489name = "crossbeam-epoch"
490version = "0.9.18"
491source = "registry+https://github.com/rust-lang/crates.io-index"
492checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
493dependencies = [
494 "crossbeam-utils",
495]
496
497[[package]]
498name = "crossbeam-queue"
499version = "0.3.12"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
502dependencies = [
503 "crossbeam-utils",
504]
505
506[[package]]
507name = "crossbeam-utils"
508version = "0.8.21"
509source = "registry+https://github.com/rust-lang/crates.io-index"
510checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
511
512[[package]]
513name = "crypto-common"
514version = "0.1.6"
515source = "registry+https://github.com/rust-lang/crates.io-index"
516checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
517dependencies = [
518 "generic-array",
519 "typenum",
520]
521
522[[package]]
523name = "darling"
524version = "0.20.11"
525source = "registry+https://github.com/rust-lang/crates.io-index"
526checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
527dependencies = [
528 "darling_core",
529 "darling_macro",
530]
531
532[[package]]
533name = "darling_core"
534version = "0.20.11"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
537dependencies = [
538 "fnv",
539 "ident_case",
540 "proc-macro2",
541 "quote",
542 "strsim",
543 "syn 2.0.106",
544]
545
546[[package]]
547name = "darling_macro"
548version = "0.20.11"
549source = "registry+https://github.com/rust-lang/crates.io-index"
550checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
551dependencies = [
552 "darling_core",
553 "quote",
554 "syn 2.0.106",
555]
556
557[[package]]
558name = "der"
559version = "0.7.10"
560source = "registry+https://github.com/rust-lang/crates.io-index"
561checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
562dependencies = [
563 "const-oid",
564 "pem-rfc7468",
565 "zeroize",
566]
567
568[[package]]
569name = "derive_builder"
570version = "0.20.2"
571source = "registry+https://github.com/rust-lang/crates.io-index"
572checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
573dependencies = [
574 "derive_builder_macro",
575]
576
577[[package]]
578name = "derive_builder_core"
579version = "0.20.2"
580source = "registry+https://github.com/rust-lang/crates.io-index"
581checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
582dependencies = [
583 "darling",
584 "proc-macro2",
585 "quote",
586 "syn 2.0.106",
587]
588
589[[package]]
590name = "derive_builder_macro"
591version = "0.20.2"
592source = "registry+https://github.com/rust-lang/crates.io-index"
593checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
594dependencies = [
595 "derive_builder_core",
596 "syn 2.0.106",
597]
598
599[[package]]
600name = "digest"
601version = "0.10.7"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
604dependencies = [
605 "block-buffer",
606 "const-oid",
607 "crypto-common",
608 "subtle",
609]
610
611[[package]]
612name = "dirs"
613version = "6.0.0"
614source = "registry+https://github.com/rust-lang/crates.io-index"
615checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
616dependencies = [
617 "dirs-sys",
618]
619
620[[package]]
621name = "dirs-sys"
622version = "0.5.0"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
625dependencies = [
626 "libc",
627 "option-ext",
628 "redox_users",
629 "windows-sys 0.61.1",
630]
631
632[[package]]
633name = "displaydoc"
634version = "0.2.5"
635source = "registry+https://github.com/rust-lang/crates.io-index"
636checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
637dependencies = [
638 "proc-macro2",
639 "quote",
640 "syn 2.0.106",
641]
642
643[[package]]
644name = "dotenvy"
645version = "0.15.7"
646source = "registry+https://github.com/rust-lang/crates.io-index"
647checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
648
649[[package]]
650name = "dunce"
651version = "1.0.5"
652source = "registry+https://github.com/rust-lang/crates.io-index"
653checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
654
655[[package]]
656name = "dyn-clone"
657version = "1.0.20"
658source = "registry+https://github.com/rust-lang/crates.io-index"
659checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
660
661[[package]]
662name = "educe"
663version = "0.6.0"
664source = "registry+https://github.com/rust-lang/crates.io-index"
665checksum = "1d7bc049e1bd8cdeb31b68bbd586a9464ecf9f3944af3958a7a9d0f8b9799417"
666dependencies = [
667 "enum-ordinalize",
668 "proc-macro2",
669 "quote",
670 "syn 2.0.106",
671]
672
673[[package]]
674name = "either"
675version = "1.15.0"
676source = "registry+https://github.com/rust-lang/crates.io-index"
677checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
678dependencies = [
679 "serde",
680]
681
682[[package]]
683name = "encoding_rs"
684version = "0.8.35"
685source = "registry+https://github.com/rust-lang/crates.io-index"
686checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
687dependencies = [
688 "cfg-if",
689]
690
691[[package]]
692name = "enum-ordinalize"
693version = "4.3.0"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5"
696dependencies = [
697 "enum-ordinalize-derive",
698]
699
700[[package]]
701name = "enum-ordinalize-derive"
702version = "4.3.1"
703source = "registry+https://github.com/rust-lang/crates.io-index"
704checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff"
705dependencies = [
706 "proc-macro2",
707 "quote",
708 "syn 2.0.106",
709]
710
711[[package]]
712name = "equivalent"
713version = "1.0.2"
714source = "registry+https://github.com/rust-lang/crates.io-index"
715checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
716
717[[package]]
718name = "errno"
719version = "0.3.14"
720source = "registry+https://github.com/rust-lang/crates.io-index"
721checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
722dependencies = [
723 "libc",
724 "windows-sys 0.61.1",
725]
726
727[[package]]
728name = "etcetera"
729version = "0.8.0"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
732dependencies = [
733 "cfg-if",
734 "home",
735 "windows-sys 0.48.0",
736]
737
738[[package]]
739name = "event-listener"
740version = "5.4.1"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
743dependencies = [
744 "concurrent-queue",
745 "parking",
746 "pin-project-lite",
747]
748
749[[package]]
750name = "event-listener-strategy"
751version = "0.5.4"
752source = "registry+https://github.com/rust-lang/crates.io-index"
753checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
754dependencies = [
755 "event-listener",
756 "pin-project-lite",
757]
758
759[[package]]
760name = "eyre"
761version = "0.6.12"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
764dependencies = [
765 "indenter",
766 "once_cell",
767]
768
769[[package]]
770name = "fallible-iterator"
771version = "0.2.0"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
774
775[[package]]
776name = "fastrand"
777version = "2.3.0"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
780
781[[package]]
782name = "find-msvc-tools"
783version = "0.1.2"
784source = "registry+https://github.com/rust-lang/crates.io-index"
785checksum = "1ced73b1dacfc750a6db6c0a0c3a3853c8b41997e2e2c563dc90804ae6867959"
786
787[[package]]
788name = "flate2"
789version = "1.1.2"
790source = "registry+https://github.com/rust-lang/crates.io-index"
791checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
792dependencies = [
793 "crc32fast",
794 "miniz_oxide",
795]
796
797[[package]]
798name = "flume"
799version = "0.11.1"
800source = "registry+https://github.com/rust-lang/crates.io-index"
801checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
802dependencies = [
803 "futures-core",
804 "futures-sink",
805 "spin",
806]
807
808[[package]]
809name = "fluvio"
810version = "0.50.1"
811source = "registry+https://github.com/rust-lang/crates.io-index"
812checksum = "2438d6e8107fa01356234ad0e4da50422dca6bd62036e61116befbbadf7d4187"
813dependencies = [
814 "adaptive_backoff",
815 "anyhow",
816 "async-channel",
817 "async-lock",
818 "async-trait",
819 "cfg-if",
820 "chrono",
821 "derive_builder",
822 "dirs",
823 "event-listener",
824 "fluvio-compression",
825 "fluvio-future",
826 "fluvio-protocol",
827 "fluvio-sc-schema",
828 "fluvio-smartmodule",
829 "fluvio-socket",
830 "fluvio-spu-schema",
831 "fluvio-stream-dispatcher",
832 "fluvio-types",
833 "futures-util",
834 "once_cell",
835 "parking_lot 0.12.4",
836 "pin-project",
837 "rustls",
838 "semver",
839 "serde",
840 "siphasher",
841 "thiserror",
842 "tokio",
843 "toml",
844 "tracing",
845 "web-time",
846]
847
848[[package]]
849name = "fluvio-compression"
850version = "0.50.1"
851source = "registry+https://github.com/rust-lang/crates.io-index"
852checksum = "eac2a78ba630aaba295f925bede1aa55ab7685f81d62372e18c7228381dec0b0"
853dependencies = [
854 "bytes",
855 "flate2",
856 "fluvio-types",
857 "lz4_flex",
858 "serde",
859 "snap",
860 "thiserror",
861 "zstd",
862]
863
864[[package]]
865name = "fluvio-controlplane-metadata"
866version = "0.50.1"
867source = "registry+https://github.com/rust-lang/crates.io-index"
868checksum = "ebb5a9cc48693cecd5303f6ec63b3c1cebc8a6818d75bad390fe7e4f577fe14f"
869dependencies = [
870 "anyhow",
871 "base64",
872 "bytes",
873 "bytesize",
874 "cfg-if",
875 "derive_builder",
876 "flate2",
877 "fluvio-protocol",
878 "fluvio-stream-model",
879 "fluvio-types",
880 "flv-util",
881 "humantime-serde",
882 "lenient_semver",
883 "schemars",
884 "semver",
885 "serde",
886 "serde_yaml",
887 "thiserror",
888 "toml",
889 "tracing",
890]
891
892[[package]]
893name = "fluvio-future"
894version = "0.8.3"
895source = "registry+https://github.com/rust-lang/crates.io-index"
896checksum = "404e1beb0ba16331eb7b82b4e4e586f03e7de9438368880a3b9870f53105b2b0"
897dependencies = [
898 "anyhow",
899 "async-global-executor",
900 "async-io",
901 "async-net",
902 "async-task",
903 "async-trait",
904 "cfg-if",
905 "fluvio-wasm-timer",
906 "futures-lite",
907 "futures-rustls",
908 "futures-util",
909 "pin-project",
910 "rustls-pemfile",
911 "socket2 0.5.10",
912 "thiserror",
913 "tokio",
914 "tracing",
915 "wasm-bindgen-futures",
916 "ws_stream_wasm",
917]
918
919[[package]]
920name = "fluvio-protocol"
921version = "0.50.1"
922source = "registry+https://github.com/rust-lang/crates.io-index"
923checksum = "67fdc736c98b204aeac7b2416af7f7589afd76da12799c941a17cf39a8061cb0"
924dependencies = [
925 "bytes",
926 "cfg-if",
927 "content_inspector",
928 "crc32c",
929 "eyre",
930 "fluvio-compression",
931 "fluvio-future",
932 "fluvio-protocol-derive",
933 "fluvio-types",
934 "flv-util",
935 "once_cell",
936 "semver",
937 "thiserror",
938 "tokio-util",
939 "tracing",
940]
941
942[[package]]
943name = "fluvio-protocol-derive"
944version = "0.50.1"
945source = "registry+https://github.com/rust-lang/crates.io-index"
946checksum = "02d16052eeee04bcb6d68cf9e565cc504e7c2d69a4e758f9844974a8d3d1f0aa"
947dependencies = [
948 "proc-macro2",
949 "quote",
950 "syn 1.0.109",
951 "tracing",
952]
953
954[[package]]
955name = "fluvio-sc-schema"
956version = "0.50.1"
957source = "registry+https://github.com/rust-lang/crates.io-index"
958checksum = "7d1083f4657bbe5b0d8389f5747493ea3ce73c3b18b03b875b0fc4f930941be9"
959dependencies = [
960 "anyhow",
961 "fluvio-controlplane-metadata",
962 "fluvio-protocol",
963 "fluvio-socket",
964 "fluvio-stream-model",
965 "paste",
966 "static_assertions",
967 "thiserror",
968 "tracing",
969]
970
971[[package]]
972name = "fluvio-smartmodule"
973version = "0.50.1"
974source = "registry+https://github.com/rust-lang/crates.io-index"
975checksum = "9dc29b7f867ac122f393fc1f39f5e14bd77cd874febdeb136d8309901e69a4a3"
976dependencies = [
977 "eyre",
978 "fluvio-protocol",
979 "fluvio-smartmodule-derive",
980 "thiserror",
981 "tracing",
982]
983
984[[package]]
985name = "fluvio-smartmodule-derive"
986version = "0.50.1"
987source = "registry+https://github.com/rust-lang/crates.io-index"
988checksum = "35af0ba75ba657d41252e0417cc5424e5dbf174c4ccdf59b8347d428ff6e9f46"
989dependencies = [
990 "proc-macro2",
991 "quote",
992 "syn 2.0.106",
993]
994
995[[package]]
996name = "fluvio-socket"
997version = "0.50.1"
998source = "registry+https://github.com/rust-lang/crates.io-index"
999checksum = "8e92beb4e1dbb0406af81d947a326de7c8f9750237dba8d1b256ce092d7c0564"
1000dependencies = [
1001 "async-channel",
1002 "async-lock",
1003 "async-trait",
1004 "built",
1005 "bytes",
1006 "cfg-if",
1007 "event-listener",
1008 "fluvio-future",
1009 "fluvio-protocol",
1010 "futures-util",
1011 "nix",
1012 "once_cell",
1013 "pin-project",
1014 "semver",
1015 "thiserror",
1016 "tokio",
1017 "tokio-util",
1018 "tracing",
1019]
1020
1021[[package]]
1022name = "fluvio-spu-schema"
1023version = "0.50.1"
1024source = "registry+https://github.com/rust-lang/crates.io-index"
1025checksum = "1cf906f9af088b1d94a4d93b93706a6f28ead49e2ee16485a6358ca619f06072"
1026dependencies = [
1027 "bytes",
1028 "derive_builder",
1029 "educe",
1030 "flate2",
1031 "fluvio-future",
1032 "fluvio-protocol",
1033 "fluvio-smartmodule",
1034 "fluvio-types",
1035 "serde",
1036 "static_assertions",
1037 "tracing",
1038]
1039
1040[[package]]
1041name = "fluvio-stream-dispatcher"
1042version = "0.50.1"
1043source = "registry+https://github.com/rust-lang/crates.io-index"
1044checksum = "bba40604cefb09f608810a46115c015a170b6c2ae170a29fb8f184ec195a766e"
1045dependencies = [
1046 "anyhow",
1047 "async-channel",
1048 "async-lock",
1049 "async-trait",
1050 "cfg-if",
1051 "fluvio-future",
1052 "fluvio-stream-model",
1053 "fluvio-types",
1054 "futures-util",
1055 "once_cell",
1056 "parking_lot 0.12.4",
1057 "serde",
1058 "serde_yaml",
1059 "tempfile",
1060 "tokio",
1061 "tracing",
1062]
1063
1064[[package]]
1065name = "fluvio-stream-model"
1066version = "0.50.1"
1067source = "registry+https://github.com/rust-lang/crates.io-index"
1068checksum = "fe86e211fee1f3780350def1361de0a5725cf68894022157ee23abfbef84e6ec"
1069dependencies = [
1070 "async-lock",
1071 "event-listener",
1072 "k8-types",
1073 "once_cell",
1074 "serde",
1075 "tracing",
1076]
1077
1078[[package]]
1079name = "fluvio-types"
1080version = "0.50.1"
1081source = "registry+https://github.com/rust-lang/crates.io-index"
1082checksum = "abe5675758c2ae542f6c2c64cca1f187b26c22708c2a7358d6454dd9c6d8561d"
1083dependencies = [
1084 "event-listener",
1085 "schemars",
1086 "serde",
1087 "thiserror",
1088 "toml",
1089 "tracing",
1090]
1091
1092[[package]]
1093name = "fluvio-wasm-timer"
1094version = "0.2.5"
1095source = "registry+https://github.com/rust-lang/crates.io-index"
1096checksum = "b768c170dc045fa587a8f948c91f9bcfb87f774930477c6215addf54317f137f"
1097dependencies = [
1098 "futures",
1099 "js-sys",
1100 "parking_lot 0.11.2",
1101 "pin-utils",
1102 "wasm-bindgen",
1103 "wasm-bindgen-futures",
1104 "web-sys",
1105]
1106
1107[[package]]
1108name = "flv-util"
1109version = "0.5.2"
1110source = "registry+https://github.com/rust-lang/crates.io-index"
1111checksum = "de89447c8b4aecfa4c0614d1a7be1c6ab4a0266b59bb2713fd746901f28d124e"
1112dependencies = [
1113 "log",
1114 "tracing",
1115]
1116
1117[[package]]
1118name = "fnv"
1119version = "1.0.7"
1120source = "registry+https://github.com/rust-lang/crates.io-index"
1121checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1122
1123[[package]]
1124name = "foldhash"
1125version = "0.1.5"
1126source = "registry+https://github.com/rust-lang/crates.io-index"
1127checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
1128
1129[[package]]
1130name = "foreign-types"
1131version = "0.3.2"
1132source = "registry+https://github.com/rust-lang/crates.io-index"
1133checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1134dependencies = [
1135 "foreign-types-shared",
1136]
1137
1138[[package]]
1139name = "foreign-types-shared"
1140version = "0.1.1"
1141source = "registry+https://github.com/rust-lang/crates.io-index"
1142checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1143
1144[[package]]
1145name = "form_urlencoded"
1146version = "1.2.2"
1147source = "registry+https://github.com/rust-lang/crates.io-index"
1148checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
1149dependencies = [
1150 "percent-encoding",
1151]
1152
1153[[package]]
1154name = "fs_extra"
1155version = "1.3.0"
1156source = "registry+https://github.com/rust-lang/crates.io-index"
1157checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
1158
1159[[package]]
1160name = "futures"
1161version = "0.3.31"
1162source = "registry+https://github.com/rust-lang/crates.io-index"
1163checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
1164dependencies = [
1165 "futures-channel",
1166 "futures-core",
1167 "futures-executor",
1168 "futures-io",
1169 "futures-sink",
1170 "futures-task",
1171 "futures-util",
1172]
1173
1174[[package]]
1175name = "futures-channel"
1176version = "0.3.31"
1177source = "registry+https://github.com/rust-lang/crates.io-index"
1178checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1179dependencies = [
1180 "futures-core",
1181 "futures-sink",
1182]
1183
1184[[package]]
1185name = "futures-core"
1186version = "0.3.31"
1187source = "registry+https://github.com/rust-lang/crates.io-index"
1188checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1189
1190[[package]]
1191name = "futures-executor"
1192version = "0.3.31"
1193source = "registry+https://github.com/rust-lang/crates.io-index"
1194checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1195dependencies = [
1196 "futures-core",
1197 "futures-task",
1198 "futures-util",
1199]
1200
1201[[package]]
1202name = "futures-intrusive"
1203version = "0.5.0"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
1206dependencies = [
1207 "futures-core",
1208 "lock_api",
1209 "parking_lot 0.12.4",
1210]
1211
1212[[package]]
1213name = "futures-io"
1214version = "0.3.31"
1215source = "registry+https://github.com/rust-lang/crates.io-index"
1216checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1217
1218[[package]]
1219name = "futures-lite"
1220version = "2.6.1"
1221source = "registry+https://github.com/rust-lang/crates.io-index"
1222checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
1223dependencies = [
1224 "fastrand",
1225 "futures-core",
1226 "futures-io",
1227 "parking",
1228 "pin-project-lite",
1229]
1230
1231[[package]]
1232name = "futures-macro"
1233version = "0.3.31"
1234source = "registry+https://github.com/rust-lang/crates.io-index"
1235checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1236dependencies = [
1237 "proc-macro2",
1238 "quote",
1239 "syn 2.0.106",
1240]
1241
1242[[package]]
1243name = "futures-rustls"
1244version = "0.26.0"
1245source = "registry+https://github.com/rust-lang/crates.io-index"
1246checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb"
1247dependencies = [
1248 "futures-io",
1249 "rustls",
1250 "rustls-pki-types",
1251]
1252
1253[[package]]
1254name = "futures-sink"
1255version = "0.3.31"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1258
1259[[package]]
1260name = "futures-task"
1261version = "0.3.31"
1262source = "registry+https://github.com/rust-lang/crates.io-index"
1263checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1264
1265[[package]]
1266name = "futures-timer"
1267version = "3.0.3"
1268source = "registry+https://github.com/rust-lang/crates.io-index"
1269checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
1270
1271[[package]]
1272name = "futures-util"
1273version = "0.3.31"
1274source = "registry+https://github.com/rust-lang/crates.io-index"
1275checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1276dependencies = [
1277 "futures-channel",
1278 "futures-core",
1279 "futures-io",
1280 "futures-macro",
1281 "futures-sink",
1282 "futures-task",
1283 "memchr",
1284 "pin-project-lite",
1285 "pin-utils",
1286 "slab",
1287]
1288
1289[[package]]
1290name = "generic-array"
1291version = "0.14.7"
1292source = "registry+https://github.com/rust-lang/crates.io-index"
1293checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1294dependencies = [
1295 "typenum",
1296 "version_check",
1297]
1298
1299[[package]]
1300name = "getrandom"
1301version = "0.2.16"
1302source = "registry+https://github.com/rust-lang/crates.io-index"
1303checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
1304dependencies = [
1305 "cfg-if",
1306 "libc",
1307 "wasi 0.11.1+wasi-snapshot-preview1",
1308]
1309
1310[[package]]
1311name = "getrandom"
1312version = "0.3.3"
1313source = "registry+https://github.com/rust-lang/crates.io-index"
1314checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
1315dependencies = [
1316 "cfg-if",
1317 "libc",
1318 "r-efi",
1319 "wasi 0.14.7+wasi-0.2.4",
1320]
1321
1322[[package]]
1323name = "gimli"
1324version = "0.32.3"
1325source = "registry+https://github.com/rust-lang/crates.io-index"
1326checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
1327
1328[[package]]
1329name = "glob"
1330version = "0.3.3"
1331source = "registry+https://github.com/rust-lang/crates.io-index"
1332checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
1333
1334[[package]]
1335name = "h2"
1336version = "0.4.12"
1337source = "registry+https://github.com/rust-lang/crates.io-index"
1338checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
1339dependencies = [
1340 "atomic-waker",
1341 "bytes",
1342 "fnv",
1343 "futures-core",
1344 "futures-sink",
1345 "http",
1346 "indexmap",
1347 "slab",
1348 "tokio",
1349 "tokio-util",
1350 "tracing",
1351]
1352
1353[[package]]
1354name = "hashbrown"
1355version = "0.15.5"
1356source = "registry+https://github.com/rust-lang/crates.io-index"
1357checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1358dependencies = [
1359 "allocator-api2",
1360 "equivalent",
1361 "foldhash",
1362]
1363
1364[[package]]
1365name = "hashbrown"
1366version = "0.16.0"
1367source = "registry+https://github.com/rust-lang/crates.io-index"
1368checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
1369
1370[[package]]
1371name = "hashlink"
1372version = "0.10.0"
1373source = "registry+https://github.com/rust-lang/crates.io-index"
1374checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
1375dependencies = [
1376 "hashbrown 0.15.5",
1377]
1378
1379[[package]]
1380name = "heck"
1381version = "0.5.0"
1382source = "registry+https://github.com/rust-lang/crates.io-index"
1383checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1384
1385[[package]]
1386name = "hermit-abi"
1387version = "0.5.2"
1388source = "registry+https://github.com/rust-lang/crates.io-index"
1389checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
1390
1391[[package]]
1392name = "hex"
1393version = "0.4.3"
1394source = "registry+https://github.com/rust-lang/crates.io-index"
1395checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1396
1397[[package]]
1398name = "hkdf"
1399version = "0.12.4"
1400source = "registry+https://github.com/rust-lang/crates.io-index"
1401checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
1402dependencies = [
1403 "hmac",
1404]
1405
1406[[package]]
1407name = "hmac"
1408version = "0.12.1"
1409source = "registry+https://github.com/rust-lang/crates.io-index"
1410checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1411dependencies = [
1412 "digest",
1413]
1414
1415[[package]]
1416name = "home"
1417version = "0.5.11"
1418source = "registry+https://github.com/rust-lang/crates.io-index"
1419checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
1420dependencies = [
1421 "windows-sys 0.59.0",
1422]
1423
1424[[package]]
1425name = "http"
1426version = "1.3.1"
1427source = "registry+https://github.com/rust-lang/crates.io-index"
1428checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
1429dependencies = [
1430 "bytes",
1431 "fnv",
1432 "itoa",
1433]
1434
1435[[package]]
1436name = "http-body"
1437version = "1.0.1"
1438source = "registry+https://github.com/rust-lang/crates.io-index"
1439checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1440dependencies = [
1441 "bytes",
1442 "http",
1443]
1444
1445[[package]]
1446name = "http-body-util"
1447version = "0.1.3"
1448source = "registry+https://github.com/rust-lang/crates.io-index"
1449checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1450dependencies = [
1451 "bytes",
1452 "futures-core",
1453 "http",
1454 "http-body",
1455 "pin-project-lite",
1456]
1457
1458[[package]]
1459name = "httparse"
1460version = "1.10.1"
1461source = "registry+https://github.com/rust-lang/crates.io-index"
1462checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1463
1464[[package]]
1465name = "humantime"
1466version = "2.3.0"
1467source = "registry+https://github.com/rust-lang/crates.io-index"
1468checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
1469
1470[[package]]
1471name = "humantime-serde"
1472version = "1.1.1"
1473source = "registry+https://github.com/rust-lang/crates.io-index"
1474checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c"
1475dependencies = [
1476 "humantime",
1477 "serde",
1478]
1479
1480[[package]]
1481name = "hyper"
1482version = "1.7.0"
1483source = "registry+https://github.com/rust-lang/crates.io-index"
1484checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
1485dependencies = [
1486 "atomic-waker",
1487 "bytes",
1488 "futures-channel",
1489 "futures-core",
1490 "h2",
1491 "http",
1492 "http-body",
1493 "httparse",
1494 "itoa",
1495 "pin-project-lite",
1496 "pin-utils",
1497 "smallvec",
1498 "tokio",
1499 "want",
1500]
1501
1502[[package]]
1503name = "hyper-rustls"
1504version = "0.27.7"
1505source = "registry+https://github.com/rust-lang/crates.io-index"
1506checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
1507dependencies = [
1508 "http",
1509 "hyper",
1510 "hyper-util",
1511 "rustls",
1512 "rustls-pki-types",
1513 "tokio",
1514 "tokio-rustls",
1515 "tower-service",
1516]
1517
1518[[package]]
1519name = "hyper-tls"
1520version = "0.6.0"
1521source = "registry+https://github.com/rust-lang/crates.io-index"
1522checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
1523dependencies = [
1524 "bytes",
1525 "http-body-util",
1526 "hyper",
1527 "hyper-util",
1528 "native-tls",
1529 "tokio",
1530 "tokio-native-tls",
1531 "tower-service",
1532]
1533
1534[[package]]
1535name = "hyper-util"
1536version = "0.1.17"
1537source = "registry+https://github.com/rust-lang/crates.io-index"
1538checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
1539dependencies = [
1540 "base64",
1541 "bytes",
1542 "futures-channel",
1543 "futures-core",
1544 "futures-util",
1545 "http",
1546 "http-body",
1547 "hyper",
1548 "ipnet",
1549 "libc",
1550 "percent-encoding",
1551 "pin-project-lite",
1552 "socket2 0.6.0",
1553 "system-configuration",
1554 "tokio",
1555 "tower-service",
1556 "tracing",
1557 "windows-registry",
1558]
1559
1560[[package]]
1561name = "iana-time-zone"
1562version = "0.1.64"
1563source = "registry+https://github.com/rust-lang/crates.io-index"
1564checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
1565dependencies = [
1566 "android_system_properties",
1567 "core-foundation-sys",
1568 "iana-time-zone-haiku",
1569 "js-sys",
1570 "log",
1571 "wasm-bindgen",
1572 "windows-core",
1573]
1574
1575[[package]]
1576name = "iana-time-zone-haiku"
1577version = "0.1.2"
1578source = "registry+https://github.com/rust-lang/crates.io-index"
1579checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1580dependencies = [
1581 "cc",
1582]
1583
1584[[package]]
1585name = "icu_collections"
1586version = "2.0.0"
1587source = "registry+https://github.com/rust-lang/crates.io-index"
1588checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
1589dependencies = [
1590 "displaydoc",
1591 "potential_utf",
1592 "yoke",
1593 "zerofrom",
1594 "zerovec",
1595]
1596
1597[[package]]
1598name = "icu_locale_core"
1599version = "2.0.0"
1600source = "registry+https://github.com/rust-lang/crates.io-index"
1601checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
1602dependencies = [
1603 "displaydoc",
1604 "litemap",
1605 "tinystr",
1606 "writeable",
1607 "zerovec",
1608]
1609
1610[[package]]
1611name = "icu_normalizer"
1612version = "2.0.0"
1613source = "registry+https://github.com/rust-lang/crates.io-index"
1614checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
1615dependencies = [
1616 "displaydoc",
1617 "icu_collections",
1618 "icu_normalizer_data",
1619 "icu_properties",
1620 "icu_provider",
1621 "smallvec",
1622 "zerovec",
1623]
1624
1625[[package]]
1626name = "icu_normalizer_data"
1627version = "2.0.0"
1628source = "registry+https://github.com/rust-lang/crates.io-index"
1629checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
1630
1631[[package]]
1632name = "icu_properties"
1633version = "2.0.1"
1634source = "registry+https://github.com/rust-lang/crates.io-index"
1635checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
1636dependencies = [
1637 "displaydoc",
1638 "icu_collections",
1639 "icu_locale_core",
1640 "icu_properties_data",
1641 "icu_provider",
1642 "potential_utf",
1643 "zerotrie",
1644 "zerovec",
1645]
1646
1647[[package]]
1648name = "icu_properties_data"
1649version = "2.0.1"
1650source = "registry+https://github.com/rust-lang/crates.io-index"
1651checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
1652
1653[[package]]
1654name = "icu_provider"
1655version = "2.0.0"
1656source = "registry+https://github.com/rust-lang/crates.io-index"
1657checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
1658dependencies = [
1659 "displaydoc",
1660 "icu_locale_core",
1661 "stable_deref_trait",
1662 "tinystr",
1663 "writeable",
1664 "yoke",
1665 "zerofrom",
1666 "zerotrie",
1667 "zerovec",
1668]
1669
1670[[package]]
1671name = "ident_case"
1672version = "1.0.1"
1673source = "registry+https://github.com/rust-lang/crates.io-index"
1674checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1675
1676[[package]]
1677name = "idna"
1678version = "1.1.0"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1681dependencies = [
1682 "idna_adapter",
1683 "smallvec",
1684 "utf8_iter",
1685]
1686
1687[[package]]
1688name = "idna_adapter"
1689version = "1.2.1"
1690source = "registry+https://github.com/rust-lang/crates.io-index"
1691checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1692dependencies = [
1693 "icu_normalizer",
1694 "icu_properties",
1695]
1696
1697[[package]]
1698name = "indenter"
1699version = "0.3.4"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
1702
1703[[package]]
1704name = "indexmap"
1705version = "2.11.4"
1706source = "registry+https://github.com/rust-lang/crates.io-index"
1707checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
1708dependencies = [
1709 "equivalent",
1710 "hashbrown 0.16.0",
1711]
1712
1713[[package]]
1714name = "instant"
1715version = "0.1.13"
1716source = "registry+https://github.com/rust-lang/crates.io-index"
1717checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
1718dependencies = [
1719 "cfg-if",
1720 "js-sys",
1721 "wasm-bindgen",
1722 "web-sys",
1723]
1724
1725[[package]]
1726name = "io-uring"
1727version = "0.7.10"
1728source = "registry+https://github.com/rust-lang/crates.io-index"
1729checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b"
1730dependencies = [
1731 "bitflags 2.9.4",
1732 "cfg-if",
1733 "libc",
1734]
1735
1736[[package]]
1737name = "ipnet"
1738version = "2.11.0"
1739source = "registry+https://github.com/rust-lang/crates.io-index"
1740checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1741
1742[[package]]
1743name = "iri-string"
1744version = "0.7.8"
1745source = "registry+https://github.com/rust-lang/crates.io-index"
1746checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
1747dependencies = [
1748 "memchr",
1749 "serde",
1750]
1751
1752[[package]]
1753name = "itertools"
1754version = "0.13.0"
1755source = "registry+https://github.com/rust-lang/crates.io-index"
1756checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
1757dependencies = [
1758 "either",
1759]
1760
1761[[package]]
1762name = "itoa"
1763version = "1.0.15"
1764source = "registry+https://github.com/rust-lang/crates.io-index"
1765checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1766
1767[[package]]
1768name = "jobserver"
1769version = "0.1.34"
1770source = "registry+https://github.com/rust-lang/crates.io-index"
1771checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1772dependencies = [
1773 "getrandom 0.3.3",
1774 "libc",
1775]
1776
1777[[package]]
1778name = "js-sys"
1779version = "0.3.81"
1780source = "registry+https://github.com/rust-lang/crates.io-index"
1781checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
1782dependencies = [
1783 "once_cell",
1784 "wasm-bindgen",
1785]
1786
1787[[package]]
1788name = "k8-types"
1789version = "0.9.0"
1790source = "registry+https://github.com/rust-lang/crates.io-index"
1791checksum = "a03d75bcb5555871dcffa40538fee4e59d38e3d21457c7c19108a31a76a69122"
1792dependencies = [
1793 "serde",
1794 "serde_json",
1795]
1796
1797[[package]]
1798name = "lazy_static"
1799version = "1.5.0"
1800source = "registry+https://github.com/rust-lang/crates.io-index"
1801checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1802dependencies = [
1803 "spin",
1804]
1805
1806[[package]]
1807name = "lenient_semver"
1808version = "0.4.2"
1809source = "registry+https://github.com/rust-lang/crates.io-index"
1810checksum = "de8de3f4f3754c280ce1c8c42ed8dd26a9c8385c2e5ad4ec5a77e774cea9c1ec"
1811dependencies = [
1812 "lenient_semver_parser",
1813 "semver",
1814]
1815
1816[[package]]
1817name = "lenient_semver_parser"
1818version = "0.4.2"
1819source = "registry+https://github.com/rust-lang/crates.io-index"
1820checksum = "7f650c1d024ddc26b4bb79c3076b30030f2cf2b18292af698c81f7337a64d7d6"
1821dependencies = [
1822 "lenient_semver_version_builder",
1823 "semver",
1824]
1825
1826[[package]]
1827name = "lenient_semver_version_builder"
1828version = "0.4.2"
1829source = "registry+https://github.com/rust-lang/crates.io-index"
1830checksum = "9049f8ff49f75b946f95557148e70230499c8a642bf2d6528246afc7d0282d17"
1831dependencies = [
1832 "semver",
1833]
1834
1835[[package]]
1836name = "libc"
1837version = "0.2.176"
1838source = "registry+https://github.com/rust-lang/crates.io-index"
1839checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
1840
1841[[package]]
1842name = "libloading"
1843version = "0.8.8"
1844source = "registry+https://github.com/rust-lang/crates.io-index"
1845checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
1846dependencies = [
1847 "cfg-if",
1848 "windows-targets 0.53.4",
1849]
1850
1851[[package]]
1852name = "libm"
1853version = "0.2.15"
1854source = "registry+https://github.com/rust-lang/crates.io-index"
1855checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
1856
1857[[package]]
1858name = "libredox"
1859version = "0.1.10"
1860source = "registry+https://github.com/rust-lang/crates.io-index"
1861checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
1862dependencies = [
1863 "bitflags 2.9.4",
1864 "libc",
1865 "redox_syscall 0.5.17",
1866]
1867
1868[[package]]
1869name = "libsqlite3-sys"
1870version = "0.30.1"
1871source = "registry+https://github.com/rust-lang/crates.io-index"
1872checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
1873dependencies = [
1874 "pkg-config",
1875 "vcpkg",
1876]
1877
1878[[package]]
1879name = "linux-raw-sys"
1880version = "0.11.0"
1881source = "registry+https://github.com/rust-lang/crates.io-index"
1882checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
1883
1884[[package]]
1885name = "litemap"
1886version = "0.8.0"
1887source = "registry+https://github.com/rust-lang/crates.io-index"
1888checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
1889
1890[[package]]
1891name = "lock_api"
1892version = "0.4.13"
1893source = "registry+https://github.com/rust-lang/crates.io-index"
1894checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
1895dependencies = [
1896 "autocfg",
1897 "scopeguard",
1898]
1899
1900[[package]]
1901name = "log"
1902version = "0.4.28"
1903source = "registry+https://github.com/rust-lang/crates.io-index"
1904checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
1905
1906[[package]]
1907name = "lz4_flex"
1908version = "0.11.5"
1909source = "registry+https://github.com/rust-lang/crates.io-index"
1910checksum = "08ab2867e3eeeca90e844d1940eab391c9dc5228783db2ed999acbc0a9ed375a"
1911dependencies = [
1912 "twox-hash",
1913]
1914
1915[[package]]
1916name = "matchers"
1917version = "0.2.0"
1918source = "registry+https://github.com/rust-lang/crates.io-index"
1919checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1920dependencies = [
1921 "regex-automata",
1922]
1923
1924[[package]]
1925name = "md-5"
1926version = "0.10.6"
1927source = "registry+https://github.com/rust-lang/crates.io-index"
1928checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
1929dependencies = [
1930 "cfg-if",
1931 "digest",
1932]
1933
1934[[package]]
1935name = "memchr"
1936version = "2.7.6"
1937source = "registry+https://github.com/rust-lang/crates.io-index"
1938checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
1939
1940[[package]]
1941name = "mime"
1942version = "0.3.17"
1943source = "registry+https://github.com/rust-lang/crates.io-index"
1944checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1945
1946[[package]]
1947name = "minimal-lexical"
1948version = "0.2.1"
1949source = "registry+https://github.com/rust-lang/crates.io-index"
1950checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1951
1952[[package]]
1953name = "miniz_oxide"
1954version = "0.8.9"
1955source = "registry+https://github.com/rust-lang/crates.io-index"
1956checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1957dependencies = [
1958 "adler2",
1959]
1960
1961[[package]]
1962name = "mio"
1963version = "1.0.4"
1964source = "registry+https://github.com/rust-lang/crates.io-index"
1965checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
1966dependencies = [
1967 "libc",
1968 "wasi 0.11.1+wasi-snapshot-preview1",
1969 "windows-sys 0.59.0",
1970]
1971
1972[[package]]
1973name = "moka"
1974version = "0.12.11"
1975source = "registry+https://github.com/rust-lang/crates.io-index"
1976checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
1977dependencies = [
1978 "crossbeam-channel",
1979 "crossbeam-epoch",
1980 "crossbeam-utils",
1981 "equivalent",
1982 "parking_lot 0.12.4",
1983 "portable-atomic",
1984 "rustc_version",
1985 "smallvec",
1986 "tagptr",
1987 "uuid",
1988]
1989
1990[[package]]
1991name = "native-tls"
1992version = "0.2.14"
1993source = "registry+https://github.com/rust-lang/crates.io-index"
1994checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
1995dependencies = [
1996 "libc",
1997 "log",
1998 "openssl",
1999 "openssl-probe",
2000 "openssl-sys",
2001 "schannel",
2002 "security-framework",
2003 "security-framework-sys",
2004 "tempfile",
2005]
2006
2007[[package]]
2008name = "nix"
2009version = "0.29.0"
2010source = "registry+https://github.com/rust-lang/crates.io-index"
2011checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
2012dependencies = [
2013 "bitflags 2.9.4",
2014 "cfg-if",
2015 "cfg_aliases",
2016 "libc",
2017]
2018
2019[[package]]
2020name = "nom"
2021version = "7.1.3"
2022source = "registry+https://github.com/rust-lang/crates.io-index"
2023checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2024dependencies = [
2025 "memchr",
2026 "minimal-lexical",
2027]
2028
2029[[package]]
2030name = "nu-ansi-term"
2031version = "0.50.1"
2032source = "registry+https://github.com/rust-lang/crates.io-index"
2033checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
2034dependencies = [
2035 "windows-sys 0.52.0",
2036]
2037
2038[[package]]
2039name = "num-bigint-dig"
2040version = "0.8.4"
2041source = "registry+https://github.com/rust-lang/crates.io-index"
2042checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
2043dependencies = [
2044 "byteorder",
2045 "lazy_static",
2046 "libm",
2047 "num-integer",
2048 "num-iter",
2049 "num-traits",
2050 "rand 0.8.5",
2051 "smallvec",
2052 "zeroize",
2053]
2054
2055[[package]]
2056name = "num-integer"
2057version = "0.1.46"
2058source = "registry+https://github.com/rust-lang/crates.io-index"
2059checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2060dependencies = [
2061 "num-traits",
2062]
2063
2064[[package]]
2065name = "num-iter"
2066version = "0.1.45"
2067source = "registry+https://github.com/rust-lang/crates.io-index"
2068checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
2069dependencies = [
2070 "autocfg",
2071 "num-integer",
2072 "num-traits",
2073]
2074
2075[[package]]
2076name = "num-traits"
2077version = "0.2.19"
2078source = "registry+https://github.com/rust-lang/crates.io-index"
2079checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2080dependencies = [
2081 "autocfg",
2082 "libm",
2083]
2084
2085[[package]]
2086name = "object"
2087version = "0.37.3"
2088source = "registry+https://github.com/rust-lang/crates.io-index"
2089checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
2090dependencies = [
2091 "memchr",
2092]
2093
2094[[package]]
2095name = "once_cell"
2096version = "1.21.3"
2097source = "registry+https://github.com/rust-lang/crates.io-index"
2098checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
2099
2100[[package]]
2101name = "openssl"
2102version = "0.10.73"
2103source = "registry+https://github.com/rust-lang/crates.io-index"
2104checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
2105dependencies = [
2106 "bitflags 2.9.4",
2107 "cfg-if",
2108 "foreign-types",
2109 "libc",
2110 "once_cell",
2111 "openssl-macros",
2112 "openssl-sys",
2113]
2114
2115[[package]]
2116name = "openssl-macros"
2117version = "0.1.1"
2118source = "registry+https://github.com/rust-lang/crates.io-index"
2119checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2120dependencies = [
2121 "proc-macro2",
2122 "quote",
2123 "syn 2.0.106",
2124]
2125
2126[[package]]
2127name = "openssl-probe"
2128version = "0.1.6"
2129source = "registry+https://github.com/rust-lang/crates.io-index"
2130checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
2131
2132[[package]]
2133name = "openssl-sys"
2134version = "0.9.109"
2135source = "registry+https://github.com/rust-lang/crates.io-index"
2136checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
2137dependencies = [
2138 "cc",
2139 "libc",
2140 "pkg-config",
2141 "vcpkg",
2142]
2143
2144[[package]]
2145name = "option-ext"
2146version = "0.2.0"
2147source = "registry+https://github.com/rust-lang/crates.io-index"
2148checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2149
2150[[package]]
2151name = "ott-filter"
2152version = "0.1.0"
2153dependencies = [
2154 "fluvio",
2155 "moka",
2156 "pgvector",
2157 "reqwest",
2158 "rstest",
2159 "serde",
2160 "serde_json",
2161 "sqlx",
2162 "tokio",
2163 "tokio-postgres",
2164 "tokio-stream",
2165 "tracing",
2166 "tracing-subscriber",
2167]
2168
2169[[package]]
2170name = "parking"
2171version = "2.2.1"
2172source = "registry+https://github.com/rust-lang/crates.io-index"
2173checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2174
2175[[package]]
2176name = "parking_lot"
2177version = "0.11.2"
2178source = "registry+https://github.com/rust-lang/crates.io-index"
2179checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2180dependencies = [
2181 "instant",
2182 "lock_api",
2183 "parking_lot_core 0.8.6",
2184]
2185
2186[[package]]
2187name = "parking_lot"
2188version = "0.12.4"
2189source = "registry+https://github.com/rust-lang/crates.io-index"
2190checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
2191dependencies = [
2192 "lock_api",
2193 "parking_lot_core 0.9.11",
2194]
2195
2196[[package]]
2197name = "parking_lot_core"
2198version = "0.8.6"
2199source = "registry+https://github.com/rust-lang/crates.io-index"
2200checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
2201dependencies = [
2202 "cfg-if",
2203 "instant",
2204 "libc",
2205 "redox_syscall 0.2.16",
2206 "smallvec",
2207 "winapi",
2208]
2209
2210[[package]]
2211name = "parking_lot_core"
2212version = "0.9.11"
2213source = "registry+https://github.com/rust-lang/crates.io-index"
2214checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
2215dependencies = [
2216 "cfg-if",
2217 "libc",
2218 "redox_syscall 0.5.17",
2219 "smallvec",
2220 "windows-targets 0.52.6",
2221]
2222
2223[[package]]
2224name = "paste"
2225version = "1.0.15"
2226source = "registry+https://github.com/rust-lang/crates.io-index"
2227checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2228
2229[[package]]
2230name = "pem-rfc7468"
2231version = "0.7.0"
2232source = "registry+https://github.com/rust-lang/crates.io-index"
2233checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
2234dependencies = [
2235 "base64ct",
2236]
2237
2238[[package]]
2239name = "percent-encoding"
2240version = "2.3.2"
2241source = "registry+https://github.com/rust-lang/crates.io-index"
2242checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
2243
2244[[package]]
2245name = "pgvector"
2246version = "0.4.1"
2247source = "registry+https://github.com/rust-lang/crates.io-index"
2248checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
2249dependencies = [
2250 "sqlx",
2251]
2252
2253[[package]]
2254name = "pharos"
2255version = "0.5.3"
2256source = "registry+https://github.com/rust-lang/crates.io-index"
2257checksum = "e9567389417feee6ce15dd6527a8a1ecac205ef62c2932bcf3d9f6fc5b78b414"
2258dependencies = [
2259 "futures",
2260 "rustc_version",
2261]
2262
2263[[package]]
2264name = "phf"
2265version = "0.13.1"
2266source = "registry+https://github.com/rust-lang/crates.io-index"
2267checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
2268dependencies = [
2269 "phf_shared",
2270 "serde",
2271]
2272
2273[[package]]
2274name = "phf_shared"
2275version = "0.13.1"
2276source = "registry+https://github.com/rust-lang/crates.io-index"
2277checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
2278dependencies = [
2279 "siphasher",
2280]
2281
2282[[package]]
2283name = "pin-project"
2284version = "1.1.10"
2285source = "registry+https://github.com/rust-lang/crates.io-index"
2286checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
2287dependencies = [
2288 "pin-project-internal",
2289]
2290
2291[[package]]
2292name = "pin-project-internal"
2293version = "1.1.10"
2294source = "registry+https://github.com/rust-lang/crates.io-index"
2295checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
2296dependencies = [
2297 "proc-macro2",
2298 "quote",
2299 "syn 2.0.106",
2300]
2301
2302[[package]]
2303name = "pin-project-lite"
2304version = "0.2.16"
2305source = "registry+https://github.com/rust-lang/crates.io-index"
2306checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2307
2308[[package]]
2309name = "pin-utils"
2310version = "0.1.0"
2311source = "registry+https://github.com/rust-lang/crates.io-index"
2312checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2313
2314[[package]]
2315name = "piper"
2316version = "0.2.4"
2317source = "registry+https://github.com/rust-lang/crates.io-index"
2318checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
2319dependencies = [
2320 "atomic-waker",
2321 "fastrand",
2322 "futures-io",
2323]
2324
2325[[package]]
2326name = "pkcs1"
2327version = "0.7.5"
2328source = "registry+https://github.com/rust-lang/crates.io-index"
2329checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
2330dependencies = [
2331 "der",
2332 "pkcs8",
2333 "spki",
2334]
2335
2336[[package]]
2337name = "pkcs8"
2338version = "0.10.2"
2339source = "registry+https://github.com/rust-lang/crates.io-index"
2340checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
2341dependencies = [
2342 "der",
2343 "spki",
2344]
2345
2346[[package]]
2347name = "pkg-config"
2348version = "0.3.32"
2349source = "registry+https://github.com/rust-lang/crates.io-index"
2350checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
2351
2352[[package]]
2353name = "polling"
2354version = "3.11.0"
2355source = "registry+https://github.com/rust-lang/crates.io-index"
2356checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
2357dependencies = [
2358 "cfg-if",
2359 "concurrent-queue",
2360 "hermit-abi",
2361 "pin-project-lite",
2362 "rustix",
2363 "windows-sys 0.61.1",
2364]
2365
2366[[package]]
2367name = "portable-atomic"
2368version = "1.11.1"
2369source = "registry+https://github.com/rust-lang/crates.io-index"
2370checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
2371
2372[[package]]
2373name = "postgres-protocol"
2374version = "0.6.9"
2375source = "registry+https://github.com/rust-lang/crates.io-index"
2376checksum = "fbef655056b916eb868048276cfd5d6a7dea4f81560dfd047f97c8c6fe3fcfd4"
2377dependencies = [
2378 "base64",
2379 "byteorder",
2380 "bytes",
2381 "fallible-iterator",
2382 "hmac",
2383 "md-5",
2384 "memchr",
2385 "rand 0.9.2",
2386 "sha2",
2387 "stringprep",
2388]
2389
2390[[package]]
2391name = "postgres-types"
2392version = "0.2.10"
2393source = "registry+https://github.com/rust-lang/crates.io-index"
2394checksum = "77a120daaabfcb0e324d5bf6e411e9222994cb3795c79943a0ef28ed27ea76e4"
2395dependencies = [
2396 "bytes",
2397 "fallible-iterator",
2398 "postgres-protocol",
2399]
2400
2401[[package]]
2402name = "potential_utf"
2403version = "0.1.3"
2404source = "registry+https://github.com/rust-lang/crates.io-index"
2405checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
2406dependencies = [
2407 "zerovec",
2408]
2409
2410[[package]]
2411name = "ppv-lite86"
2412version = "0.2.21"
2413source = "registry+https://github.com/rust-lang/crates.io-index"
2414checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2415dependencies = [
2416 "zerocopy",
2417]
2418
2419[[package]]
2420name = "prettyplease"
2421version = "0.2.37"
2422source = "registry+https://github.com/rust-lang/crates.io-index"
2423checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
2424dependencies = [
2425 "proc-macro2",
2426 "syn 2.0.106",
2427]
2428
2429[[package]]
2430name = "proc-macro-crate"
2431version = "3.4.0"
2432source = "registry+https://github.com/rust-lang/crates.io-index"
2433checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
2434dependencies = [
2435 "toml_edit 0.23.6",
2436]
2437
2438[[package]]
2439name = "proc-macro2"
2440version = "1.0.101"
2441source = "registry+https://github.com/rust-lang/crates.io-index"
2442checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
2443dependencies = [
2444 "unicode-ident",
2445]
2446
2447[[package]]
2448name = "quote"
2449version = "1.0.41"
2450source = "registry+https://github.com/rust-lang/crates.io-index"
2451checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
2452dependencies = [
2453 "proc-macro2",
2454]
2455
2456[[package]]
2457name = "r-efi"
2458version = "5.3.0"
2459source = "registry+https://github.com/rust-lang/crates.io-index"
2460checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2461
2462[[package]]
2463name = "rand"
2464version = "0.8.5"
2465source = "registry+https://github.com/rust-lang/crates.io-index"
2466checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2467dependencies = [
2468 "libc",
2469 "rand_chacha 0.3.1",
2470 "rand_core 0.6.4",
2471]
2472
2473[[package]]
2474name = "rand"
2475version = "0.9.2"
2476source = "registry+https://github.com/rust-lang/crates.io-index"
2477checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
2478dependencies = [
2479 "rand_chacha 0.9.0",
2480 "rand_core 0.9.3",
2481]
2482
2483[[package]]
2484name = "rand_chacha"
2485version = "0.3.1"
2486source = "registry+https://github.com/rust-lang/crates.io-index"
2487checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2488dependencies = [
2489 "ppv-lite86",
2490 "rand_core 0.6.4",
2491]
2492
2493[[package]]
2494name = "rand_chacha"
2495version = "0.9.0"
2496source = "registry+https://github.com/rust-lang/crates.io-index"
2497checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2498dependencies = [
2499 "ppv-lite86",
2500 "rand_core 0.9.3",
2501]
2502
2503[[package]]
2504name = "rand_core"
2505version = "0.6.4"
2506source = "registry+https://github.com/rust-lang/crates.io-index"
2507checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2508dependencies = [
2509 "getrandom 0.2.16",
2510]
2511
2512[[package]]
2513name = "rand_core"
2514version = "0.9.3"
2515source = "registry+https://github.com/rust-lang/crates.io-index"
2516checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
2517dependencies = [
2518 "getrandom 0.3.3",
2519]
2520
2521[[package]]
2522name = "redox_syscall"
2523version = "0.2.16"
2524source = "registry+https://github.com/rust-lang/crates.io-index"
2525checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2526dependencies = [
2527 "bitflags 1.3.2",
2528]
2529
2530[[package]]
2531name = "redox_syscall"
2532version = "0.5.17"
2533source = "registry+https://github.com/rust-lang/crates.io-index"
2534checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77"
2535dependencies = [
2536 "bitflags 2.9.4",
2537]
2538
2539[[package]]
2540name = "redox_users"
2541version = "0.5.2"
2542source = "registry+https://github.com/rust-lang/crates.io-index"
2543checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
2544dependencies = [
2545 "getrandom 0.2.16",
2546 "libredox",
2547 "thiserror",
2548]
2549
2550[[package]]
2551name = "ref-cast"
2552version = "1.0.25"
2553source = "registry+https://github.com/rust-lang/crates.io-index"
2554checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
2555dependencies = [
2556 "ref-cast-impl",
2557]
2558
2559[[package]]
2560name = "ref-cast-impl"
2561version = "1.0.25"
2562source = "registry+https://github.com/rust-lang/crates.io-index"
2563checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
2564dependencies = [
2565 "proc-macro2",
2566 "quote",
2567 "syn 2.0.106",
2568]
2569
2570[[package]]
2571name = "regex"
2572version = "1.11.3"
2573source = "registry+https://github.com/rust-lang/crates.io-index"
2574checksum = "8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c"
2575dependencies = [
2576 "aho-corasick",
2577 "memchr",
2578 "regex-automata",
2579 "regex-syntax",
2580]
2581
2582[[package]]
2583name = "regex-automata"
2584version = "0.4.11"
2585source = "registry+https://github.com/rust-lang/crates.io-index"
2586checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad"
2587dependencies = [
2588 "aho-corasick",
2589 "memchr",
2590 "regex-syntax",
2591]
2592
2593[[package]]
2594name = "regex-syntax"
2595version = "0.8.6"
2596source = "registry+https://github.com/rust-lang/crates.io-index"
2597checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001"
2598
2599[[package]]
2600name = "relative-path"
2601version = "1.9.3"
2602source = "registry+https://github.com/rust-lang/crates.io-index"
2603checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2"
2604
2605[[package]]
2606name = "reqwest"
2607version = "0.12.23"
2608source = "registry+https://github.com/rust-lang/crates.io-index"
2609checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb"
2610dependencies = [
2611 "base64",
2612 "bytes",
2613 "encoding_rs",
2614 "futures-core",
2615 "h2",
2616 "http",
2617 "http-body",
2618 "http-body-util",
2619 "hyper",
2620 "hyper-rustls",
2621 "hyper-tls",
2622 "hyper-util",
2623 "js-sys",
2624 "log",
2625 "mime",
2626 "native-tls",
2627 "percent-encoding",
2628 "pin-project-lite",
2629 "rustls-pki-types",
2630 "serde",
2631 "serde_json",
2632 "serde_urlencoded",
2633 "sync_wrapper",
2634 "tokio",
2635 "tokio-native-tls",
2636 "tower",
2637 "tower-http",
2638 "tower-service",
2639 "url",
2640 "wasm-bindgen",
2641 "wasm-bindgen-futures",
2642 "web-sys",
2643]
2644
2645[[package]]
2646name = "ring"
2647version = "0.17.14"
2648source = "registry+https://github.com/rust-lang/crates.io-index"
2649checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2650dependencies = [
2651 "cc",
2652 "cfg-if",
2653 "getrandom 0.2.16",
2654 "libc",
2655 "untrusted",
2656 "windows-sys 0.52.0",
2657]
2658
2659[[package]]
2660name = "rsa"
2661version = "0.9.8"
2662source = "registry+https://github.com/rust-lang/crates.io-index"
2663checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
2664dependencies = [
2665 "const-oid",
2666 "digest",
2667 "num-bigint-dig",
2668 "num-integer",
2669 "num-traits",
2670 "pkcs1",
2671 "pkcs8",
2672 "rand_core 0.6.4",
2673 "signature",
2674 "spki",
2675 "subtle",
2676 "zeroize",
2677]
2678
2679[[package]]
2680name = "rstest"
2681version = "0.26.1"
2682source = "registry+https://github.com/rust-lang/crates.io-index"
2683checksum = "f5a3193c063baaa2a95a33f03035c8a72b83d97a54916055ba22d35ed3839d49"
2684dependencies = [
2685 "futures-timer",
2686 "futures-util",
2687 "rstest_macros",
2688]
2689
2690[[package]]
2691name = "rstest_macros"
2692version = "0.26.1"
2693source = "registry+https://github.com/rust-lang/crates.io-index"
2694checksum = "9c845311f0ff7951c5506121a9ad75aec44d083c31583b2ea5a30bcb0b0abba0"
2695dependencies = [
2696 "cfg-if",
2697 "glob",
2698 "proc-macro-crate",
2699 "proc-macro2",
2700 "quote",
2701 "regex",
2702 "relative-path",
2703 "rustc_version",
2704 "syn 2.0.106",
2705 "unicode-ident",
2706]
2707
2708[[package]]
2709name = "rustc-demangle"
2710version = "0.1.26"
2711source = "registry+https://github.com/rust-lang/crates.io-index"
2712checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
2713
2714[[package]]
2715name = "rustc-hash"
2716version = "2.1.1"
2717source = "registry+https://github.com/rust-lang/crates.io-index"
2718checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2719
2720[[package]]
2721name = "rustc_version"
2722version = "0.4.1"
2723source = "registry+https://github.com/rust-lang/crates.io-index"
2724checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2725dependencies = [
2726 "semver",
2727]
2728
2729[[package]]
2730name = "rustix"
2731version = "1.1.2"
2732source = "registry+https://github.com/rust-lang/crates.io-index"
2733checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
2734dependencies = [
2735 "bitflags 2.9.4",
2736 "errno",
2737 "libc",
2738 "linux-raw-sys",
2739 "windows-sys 0.61.1",
2740]
2741
2742[[package]]
2743name = "rustls"
2744version = "0.23.32"
2745source = "registry+https://github.com/rust-lang/crates.io-index"
2746checksum = "cd3c25631629d034ce7cd9940adc9d45762d46de2b0f57193c4443b92c6d4d40"
2747dependencies = [
2748 "aws-lc-rs",
2749 "log",
2750 "once_cell",
2751 "rustls-pki-types",
2752 "rustls-webpki",
2753 "subtle",
2754 "zeroize",
2755]
2756
2757[[package]]
2758name = "rustls-pemfile"
2759version = "2.2.0"
2760source = "registry+https://github.com/rust-lang/crates.io-index"
2761checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
2762dependencies = [
2763 "rustls-pki-types",
2764]
2765
2766[[package]]
2767name = "rustls-pki-types"
2768version = "1.12.0"
2769source = "registry+https://github.com/rust-lang/crates.io-index"
2770checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
2771dependencies = [
2772 "zeroize",
2773]
2774
2775[[package]]
2776name = "rustls-webpki"
2777version = "0.103.6"
2778source = "registry+https://github.com/rust-lang/crates.io-index"
2779checksum = "8572f3c2cb9934231157b45499fc41e1f58c589fdfb81a844ba873265e80f8eb"
2780dependencies = [
2781 "aws-lc-rs",
2782 "ring",
2783 "rustls-pki-types",
2784 "untrusted",
2785]
2786
2787[[package]]
2788name = "rustversion"
2789version = "1.0.22"
2790source = "registry+https://github.com/rust-lang/crates.io-index"
2791checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2792
2793[[package]]
2794name = "ryu"
2795version = "1.0.20"
2796source = "registry+https://github.com/rust-lang/crates.io-index"
2797checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
2798
2799[[package]]
2800name = "schannel"
2801version = "0.1.28"
2802source = "registry+https://github.com/rust-lang/crates.io-index"
2803checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
2804dependencies = [
2805 "windows-sys 0.61.1",
2806]
2807
2808[[package]]
2809name = "schemars"
2810version = "1.0.4"
2811source = "registry+https://github.com/rust-lang/crates.io-index"
2812checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
2813dependencies = [
2814 "dyn-clone",
2815 "ref-cast",
2816 "schemars_derive",
2817 "serde",
2818 "serde_json",
2819]
2820
2821[[package]]
2822name = "schemars_derive"
2823version = "1.0.4"
2824source = "registry+https://github.com/rust-lang/crates.io-index"
2825checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
2826dependencies = [
2827 "proc-macro2",
2828 "quote",
2829 "serde_derive_internals",
2830 "syn 2.0.106",
2831]
2832
2833[[package]]
2834name = "scopeguard"
2835version = "1.2.0"
2836source = "registry+https://github.com/rust-lang/crates.io-index"
2837checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2838
2839[[package]]
2840name = "security-framework"
2841version = "2.11.1"
2842source = "registry+https://github.com/rust-lang/crates.io-index"
2843checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
2844dependencies = [
2845 "bitflags 2.9.4",
2846 "core-foundation",
2847 "core-foundation-sys",
2848 "libc",
2849 "security-framework-sys",
2850]
2851
2852[[package]]
2853name = "security-framework-sys"
2854version = "2.15.0"
2855source = "registry+https://github.com/rust-lang/crates.io-index"
2856checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
2857dependencies = [
2858 "core-foundation-sys",
2859 "libc",
2860]
2861
2862[[package]]
2863name = "semver"
2864version = "1.0.27"
2865source = "registry+https://github.com/rust-lang/crates.io-index"
2866checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
2867dependencies = [
2868 "serde",
2869 "serde_core",
2870]
2871
2872[[package]]
2873name = "send_wrapper"
2874version = "0.6.0"
2875source = "registry+https://github.com/rust-lang/crates.io-index"
2876checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
2877
2878[[package]]
2879name = "serde"
2880version = "1.0.228"
2881source = "registry+https://github.com/rust-lang/crates.io-index"
2882checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2883dependencies = [
2884 "serde_core",
2885 "serde_derive",
2886]
2887
2888[[package]]
2889name = "serde_core"
2890version = "1.0.228"
2891source = "registry+https://github.com/rust-lang/crates.io-index"
2892checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2893dependencies = [
2894 "serde_derive",
2895]
2896
2897[[package]]
2898name = "serde_derive"
2899version = "1.0.228"
2900source = "registry+https://github.com/rust-lang/crates.io-index"
2901checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2902dependencies = [
2903 "proc-macro2",
2904 "quote",
2905 "syn 2.0.106",
2906]
2907
2908[[package]]
2909name = "serde_derive_internals"
2910version = "0.29.1"
2911source = "registry+https://github.com/rust-lang/crates.io-index"
2912checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
2913dependencies = [
2914 "proc-macro2",
2915 "quote",
2916 "syn 2.0.106",
2917]
2918
2919[[package]]
2920name = "serde_json"
2921version = "1.0.145"
2922source = "registry+https://github.com/rust-lang/crates.io-index"
2923checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
2924dependencies = [
2925 "itoa",
2926 "memchr",
2927 "ryu",
2928 "serde",
2929 "serde_core",
2930]
2931
2932[[package]]
2933name = "serde_spanned"
2934version = "0.6.9"
2935source = "registry+https://github.com/rust-lang/crates.io-index"
2936checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
2937dependencies = [
2938 "serde",
2939]
2940
2941[[package]]
2942name = "serde_urlencoded"
2943version = "0.7.1"
2944source = "registry+https://github.com/rust-lang/crates.io-index"
2945checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2946dependencies = [
2947 "form_urlencoded",
2948 "itoa",
2949 "ryu",
2950 "serde",
2951]
2952
2953[[package]]
2954name = "serde_yaml"
2955version = "0.9.34+deprecated"
2956source = "registry+https://github.com/rust-lang/crates.io-index"
2957checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
2958dependencies = [
2959 "indexmap",
2960 "itoa",
2961 "ryu",
2962 "serde",
2963 "unsafe-libyaml",
2964]
2965
2966[[package]]
2967name = "sha1"
2968version = "0.10.6"
2969source = "registry+https://github.com/rust-lang/crates.io-index"
2970checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2971dependencies = [
2972 "cfg-if",
2973 "cpufeatures",
2974 "digest",
2975]
2976
2977[[package]]
2978name = "sha2"
2979version = "0.10.9"
2980source = "registry+https://github.com/rust-lang/crates.io-index"
2981checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2982dependencies = [
2983 "cfg-if",
2984 "cpufeatures",
2985 "digest",
2986]
2987
2988[[package]]
2989name = "sharded-slab"
2990version = "0.1.7"
2991source = "registry+https://github.com/rust-lang/crates.io-index"
2992checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2993dependencies = [
2994 "lazy_static",
2995]
2996
2997[[package]]
2998name = "shlex"
2999version = "1.3.0"
3000source = "registry+https://github.com/rust-lang/crates.io-index"
3001checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
3002
3003[[package]]
3004name = "signal-hook-registry"
3005version = "1.4.6"
3006source = "registry+https://github.com/rust-lang/crates.io-index"
3007checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
3008dependencies = [
3009 "libc",
3010]
3011
3012[[package]]
3013name = "signature"
3014version = "2.2.0"
3015source = "registry+https://github.com/rust-lang/crates.io-index"
3016checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
3017dependencies = [
3018 "digest",
3019 "rand_core 0.6.4",
3020]
3021
3022[[package]]
3023name = "siphasher"
3024version = "1.0.1"
3025source = "registry+https://github.com/rust-lang/crates.io-index"
3026checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
3027
3028[[package]]
3029name = "slab"
3030version = "0.4.11"
3031source = "registry+https://github.com/rust-lang/crates.io-index"
3032checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
3033
3034[[package]]
3035name = "smallvec"
3036version = "1.15.1"
3037source = "registry+https://github.com/rust-lang/crates.io-index"
3038checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
3039dependencies = [
3040 "serde",
3041]
3042
3043[[package]]
3044name = "snap"
3045version = "1.1.1"
3046source = "registry+https://github.com/rust-lang/crates.io-index"
3047checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
3048
3049[[package]]
3050name = "socket2"
3051version = "0.5.10"
3052source = "registry+https://github.com/rust-lang/crates.io-index"
3053checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
3054dependencies = [
3055 "libc",
3056 "windows-sys 0.52.0",
3057]
3058
3059[[package]]
3060name = "socket2"
3061version = "0.6.0"
3062source = "registry+https://github.com/rust-lang/crates.io-index"
3063checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
3064dependencies = [
3065 "libc",
3066 "windows-sys 0.59.0",
3067]
3068
3069[[package]]
3070name = "spin"
3071version = "0.9.8"
3072source = "registry+https://github.com/rust-lang/crates.io-index"
3073checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
3074dependencies = [
3075 "lock_api",
3076]
3077
3078[[package]]
3079name = "spki"
3080version = "0.7.3"
3081source = "registry+https://github.com/rust-lang/crates.io-index"
3082checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
3083dependencies = [
3084 "base64ct",
3085 "der",
3086]
3087
3088[[package]]
3089name = "sqlx"
3090version = "0.8.6"
3091source = "registry+https://github.com/rust-lang/crates.io-index"
3092checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
3093dependencies = [
3094 "sqlx-core",
3095 "sqlx-macros",
3096 "sqlx-mysql",
3097 "sqlx-postgres",
3098 "sqlx-sqlite",
3099]
3100
3101[[package]]
3102name = "sqlx-core"
3103version = "0.8.6"
3104source = "registry+https://github.com/rust-lang/crates.io-index"
3105checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
3106dependencies = [
3107 "base64",
3108 "bytes",
3109 "crc",
3110 "crossbeam-queue",
3111 "either",
3112 "event-listener",
3113 "futures-core",
3114 "futures-intrusive",
3115 "futures-io",
3116 "futures-util",
3117 "hashbrown 0.15.5",
3118 "hashlink",
3119 "indexmap",
3120 "log",
3121 "memchr",
3122 "native-tls",
3123 "once_cell",
3124 "percent-encoding",
3125 "serde",
3126 "serde_json",
3127 "sha2",
3128 "smallvec",
3129 "thiserror",
3130 "tokio",
3131 "tokio-stream",
3132 "tracing",
3133 "url",
3134]
3135
3136[[package]]
3137name = "sqlx-macros"
3138version = "0.8.6"
3139source = "registry+https://github.com/rust-lang/crates.io-index"
3140checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
3141dependencies = [
3142 "proc-macro2",
3143 "quote",
3144 "sqlx-core",
3145 "sqlx-macros-core",
3146 "syn 2.0.106",
3147]
3148
3149[[package]]
3150name = "sqlx-macros-core"
3151version = "0.8.6"
3152source = "registry+https://github.com/rust-lang/crates.io-index"
3153checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
3154dependencies = [
3155 "dotenvy",
3156 "either",
3157 "heck",
3158 "hex",
3159 "once_cell",
3160 "proc-macro2",
3161 "quote",
3162 "serde",
3163 "serde_json",
3164 "sha2",
3165 "sqlx-core",
3166 "sqlx-mysql",
3167 "sqlx-postgres",
3168 "sqlx-sqlite",
3169 "syn 2.0.106",
3170 "tokio",
3171 "url",
3172]
3173
3174[[package]]
3175name = "sqlx-mysql"
3176version = "0.8.6"
3177source = "registry+https://github.com/rust-lang/crates.io-index"
3178checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
3179dependencies = [
3180 "atoi",
3181 "base64",
3182 "bitflags 2.9.4",
3183 "byteorder",
3184 "bytes",
3185 "crc",
3186 "digest",
3187 "dotenvy",
3188 "either",
3189 "futures-channel",
3190 "futures-core",
3191 "futures-io",
3192 "futures-util",
3193 "generic-array",
3194 "hex",
3195 "hkdf",
3196 "hmac",
3197 "itoa",
3198 "log",
3199 "md-5",
3200 "memchr",
3201 "once_cell",
3202 "percent-encoding",
3203 "rand 0.8.5",
3204 "rsa",
3205 "serde",
3206 "sha1",
3207 "sha2",
3208 "smallvec",
3209 "sqlx-core",
3210 "stringprep",
3211 "thiserror",
3212 "tracing",
3213 "whoami",
3214]
3215
3216[[package]]
3217name = "sqlx-postgres"
3218version = "0.8.6"
3219source = "registry+https://github.com/rust-lang/crates.io-index"
3220checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
3221dependencies = [
3222 "atoi",
3223 "base64",
3224 "bitflags 2.9.4",
3225 "byteorder",
3226 "crc",
3227 "dotenvy",
3228 "etcetera",
3229 "futures-channel",
3230 "futures-core",
3231 "futures-util",
3232 "hex",
3233 "hkdf",
3234 "hmac",
3235 "home",
3236 "itoa",
3237 "log",
3238 "md-5",
3239 "memchr",
3240 "once_cell",
3241 "rand 0.8.5",
3242 "serde",
3243 "serde_json",
3244 "sha2",
3245 "smallvec",
3246 "sqlx-core",
3247 "stringprep",
3248 "thiserror",
3249 "tracing",
3250 "whoami",
3251]
3252
3253[[package]]
3254name = "sqlx-sqlite"
3255version = "0.8.6"
3256source = "registry+https://github.com/rust-lang/crates.io-index"
3257checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
3258dependencies = [
3259 "atoi",
3260 "flume",
3261 "futures-channel",
3262 "futures-core",
3263 "futures-executor",
3264 "futures-intrusive",
3265 "futures-util",
3266 "libsqlite3-sys",
3267 "log",
3268 "percent-encoding",
3269 "serde",
3270 "serde_urlencoded",
3271 "sqlx-core",
3272 "thiserror",
3273 "tracing",
3274 "url",
3275]
3276
3277[[package]]
3278name = "stable_deref_trait"
3279version = "1.2.0"
3280source = "registry+https://github.com/rust-lang/crates.io-index"
3281checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
3282
3283[[package]]
3284name = "static_assertions"
3285version = "1.1.0"
3286source = "registry+https://github.com/rust-lang/crates.io-index"
3287checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3288
3289[[package]]
3290name = "stringprep"
3291version = "0.1.5"
3292source = "registry+https://github.com/rust-lang/crates.io-index"
3293checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
3294dependencies = [
3295 "unicode-bidi",
3296 "unicode-normalization",
3297 "unicode-properties",
3298]
3299
3300[[package]]
3301name = "strsim"
3302version = "0.11.1"
3303source = "registry+https://github.com/rust-lang/crates.io-index"
3304checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
3305
3306[[package]]
3307name = "subtle"
3308version = "2.6.1"
3309source = "registry+https://github.com/rust-lang/crates.io-index"
3310checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
3311
3312[[package]]
3313name = "syn"
3314version = "1.0.109"
3315source = "registry+https://github.com/rust-lang/crates.io-index"
3316checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3317dependencies = [
3318 "proc-macro2",
3319 "quote",
3320 "unicode-ident",
3321]
3322
3323[[package]]
3324name = "syn"
3325version = "2.0.106"
3326source = "registry+https://github.com/rust-lang/crates.io-index"
3327checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
3328dependencies = [
3329 "proc-macro2",
3330 "quote",
3331 "unicode-ident",
3332]
3333
3334[[package]]
3335name = "sync_wrapper"
3336version = "1.0.2"
3337source = "registry+https://github.com/rust-lang/crates.io-index"
3338checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
3339dependencies = [
3340 "futures-core",
3341]
3342
3343[[package]]
3344name = "synstructure"
3345version = "0.13.2"
3346source = "registry+https://github.com/rust-lang/crates.io-index"
3347checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
3348dependencies = [
3349 "proc-macro2",
3350 "quote",
3351 "syn 2.0.106",
3352]
3353
3354[[package]]
3355name = "system-configuration"
3356version = "0.6.1"
3357source = "registry+https://github.com/rust-lang/crates.io-index"
3358checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
3359dependencies = [
3360 "bitflags 2.9.4",
3361 "core-foundation",
3362 "system-configuration-sys",
3363]
3364
3365[[package]]
3366name = "system-configuration-sys"
3367version = "0.6.0"
3368source = "registry+https://github.com/rust-lang/crates.io-index"
3369checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
3370dependencies = [
3371 "core-foundation-sys",
3372 "libc",
3373]
3374
3375[[package]]
3376name = "tagptr"
3377version = "0.2.0"
3378source = "registry+https://github.com/rust-lang/crates.io-index"
3379checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
3380
3381[[package]]
3382name = "tempfile"
3383version = "3.23.0"
3384source = "registry+https://github.com/rust-lang/crates.io-index"
3385checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
3386dependencies = [
3387 "fastrand",
3388 "getrandom 0.3.3",
3389 "once_cell",
3390 "rustix",
3391 "windows-sys 0.61.1",
3392]
3393
3394[[package]]
3395name = "thiserror"
3396version = "2.0.17"
3397source = "registry+https://github.com/rust-lang/crates.io-index"
3398checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
3399dependencies = [
3400 "thiserror-impl",
3401]
3402
3403[[package]]
3404name = "thiserror-impl"
3405version = "2.0.17"
3406source = "registry+https://github.com/rust-lang/crates.io-index"
3407checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
3408dependencies = [
3409 "proc-macro2",
3410 "quote",
3411 "syn 2.0.106",
3412]
3413
3414[[package]]
3415name = "thread_local"
3416version = "1.1.9"
3417source = "registry+https://github.com/rust-lang/crates.io-index"
3418checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
3419dependencies = [
3420 "cfg-if",
3421]
3422
3423[[package]]
3424name = "tinystr"
3425version = "0.8.1"
3426source = "registry+https://github.com/rust-lang/crates.io-index"
3427checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
3428dependencies = [
3429 "displaydoc",
3430 "zerovec",
3431]
3432
3433[[package]]
3434name = "tinyvec"
3435version = "1.10.0"
3436source = "registry+https://github.com/rust-lang/crates.io-index"
3437checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
3438dependencies = [
3439 "tinyvec_macros",
3440]
3441
3442[[package]]
3443name = "tinyvec_macros"
3444version = "0.1.1"
3445source = "registry+https://github.com/rust-lang/crates.io-index"
3446checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3447
3448[[package]]
3449name = "tokio"
3450version = "1.47.1"
3451source = "registry+https://github.com/rust-lang/crates.io-index"
3452checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
3453dependencies = [
3454 "backtrace",
3455 "bytes",
3456 "io-uring",
3457 "libc",
3458 "mio",
3459 "parking_lot 0.12.4",
3460 "pin-project-lite",
3461 "signal-hook-registry",
3462 "slab",
3463 "socket2 0.6.0",
3464 "tokio-macros",
3465 "windows-sys 0.59.0",
3466]
3467
3468[[package]]
3469name = "tokio-macros"
3470version = "2.5.0"
3471source = "registry+https://github.com/rust-lang/crates.io-index"
3472checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
3473dependencies = [
3474 "proc-macro2",
3475 "quote",
3476 "syn 2.0.106",
3477]
3478
3479[[package]]
3480name = "tokio-native-tls"
3481version = "0.3.1"
3482source = "registry+https://github.com/rust-lang/crates.io-index"
3483checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
3484dependencies = [
3485 "native-tls",
3486 "tokio",
3487]
3488
3489[[package]]
3490name = "tokio-postgres"
3491version = "0.7.14"
3492source = "registry+https://github.com/rust-lang/crates.io-index"
3493checksum = "a156efe7fff213168257853e1dfde202eed5f487522cbbbf7d219941d753d853"
3494dependencies = [
3495 "async-trait",
3496 "byteorder",
3497 "bytes",
3498 "fallible-iterator",
3499 "futures-channel",
3500 "futures-util",
3501 "log",
3502 "parking_lot 0.12.4",
3503 "percent-encoding",
3504 "phf",
3505 "pin-project-lite",
3506 "postgres-protocol",
3507 "postgres-types",
3508 "rand 0.9.2",
3509 "socket2 0.6.0",
3510 "tokio",
3511 "tokio-util",
3512 "whoami",
3513]
3514
3515[[package]]
3516name = "tokio-rustls"
3517version = "0.26.4"
3518source = "registry+https://github.com/rust-lang/crates.io-index"
3519checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
3520dependencies = [
3521 "rustls",
3522 "tokio",
3523]
3524
3525[[package]]
3526name = "tokio-stream"
3527version = "0.1.17"
3528source = "registry+https://github.com/rust-lang/crates.io-index"
3529checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
3530dependencies = [
3531 "futures-core",
3532 "pin-project-lite",
3533 "tokio",
3534]
3535
3536[[package]]
3537name = "tokio-util"
3538version = "0.7.16"
3539source = "registry+https://github.com/rust-lang/crates.io-index"
3540checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
3541dependencies = [
3542 "bytes",
3543 "futures-core",
3544 "futures-io",
3545 "futures-sink",
3546 "pin-project-lite",
3547 "tokio",
3548]
3549
3550[[package]]
3551name = "toml"
3552version = "0.8.23"
3553source = "registry+https://github.com/rust-lang/crates.io-index"
3554checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
3555dependencies = [
3556 "indexmap",
3557 "serde",
3558 "serde_spanned",
3559 "toml_datetime 0.6.11",
3560 "toml_edit 0.22.27",
3561]
3562
3563[[package]]
3564name = "toml_datetime"
3565version = "0.6.11"
3566source = "registry+https://github.com/rust-lang/crates.io-index"
3567checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
3568dependencies = [
3569 "serde",
3570]
3571
3572[[package]]
3573name = "toml_datetime"
3574version = "0.7.2"
3575source = "registry+https://github.com/rust-lang/crates.io-index"
3576checksum = "32f1085dec27c2b6632b04c80b3bb1b4300d6495d1e129693bdda7d91e72eec1"
3577dependencies = [
3578 "serde_core",
3579]
3580
3581[[package]]
3582name = "toml_edit"
3583version = "0.22.27"
3584source = "registry+https://github.com/rust-lang/crates.io-index"
3585checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
3586dependencies = [
3587 "indexmap",
3588 "serde",
3589 "serde_spanned",
3590 "toml_datetime 0.6.11",
3591 "toml_write",
3592 "winnow",
3593]
3594
3595[[package]]
3596name = "toml_edit"
3597version = "0.23.6"
3598source = "registry+https://github.com/rust-lang/crates.io-index"
3599checksum = "f3effe7c0e86fdff4f69cdd2ccc1b96f933e24811c5441d44904e8683e27184b"
3600dependencies = [
3601 "indexmap",
3602 "toml_datetime 0.7.2",
3603 "toml_parser",
3604 "winnow",
3605]
3606
3607[[package]]
3608name = "toml_parser"
3609version = "1.0.3"
3610source = "registry+https://github.com/rust-lang/crates.io-index"
3611checksum = "4cf893c33be71572e0e9aa6dd15e6677937abd686b066eac3f8cd3531688a627"
3612dependencies = [
3613 "winnow",
3614]
3615
3616[[package]]
3617name = "toml_write"
3618version = "0.1.2"
3619source = "registry+https://github.com/rust-lang/crates.io-index"
3620checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
3621
3622[[package]]
3623name = "tower"
3624version = "0.5.2"
3625source = "registry+https://github.com/rust-lang/crates.io-index"
3626checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
3627dependencies = [
3628 "futures-core",
3629 "futures-util",
3630 "pin-project-lite",
3631 "sync_wrapper",
3632 "tokio",
3633 "tower-layer",
3634 "tower-service",
3635]
3636
3637[[package]]
3638name = "tower-http"
3639version = "0.6.6"
3640source = "registry+https://github.com/rust-lang/crates.io-index"
3641checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
3642dependencies = [
3643 "bitflags 2.9.4",
3644 "bytes",
3645 "futures-util",
3646 "http",
3647 "http-body",
3648 "iri-string",
3649 "pin-project-lite",
3650 "tower",
3651 "tower-layer",
3652 "tower-service",
3653]
3654
3655[[package]]
3656name = "tower-layer"
3657version = "0.3.3"
3658source = "registry+https://github.com/rust-lang/crates.io-index"
3659checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
3660
3661[[package]]
3662name = "tower-service"
3663version = "0.3.3"
3664source = "registry+https://github.com/rust-lang/crates.io-index"
3665checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3666
3667[[package]]
3668name = "tracing"
3669version = "0.1.41"
3670source = "registry+https://github.com/rust-lang/crates.io-index"
3671checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
3672dependencies = [
3673 "log",
3674 "pin-project-lite",
3675 "tracing-attributes",
3676 "tracing-core",
3677]
3678
3679[[package]]
3680name = "tracing-attributes"
3681version = "0.1.30"
3682source = "registry+https://github.com/rust-lang/crates.io-index"
3683checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
3684dependencies = [
3685 "proc-macro2",
3686 "quote",
3687 "syn 2.0.106",
3688]
3689
3690[[package]]
3691name = "tracing-core"
3692version = "0.1.34"
3693source = "registry+https://github.com/rust-lang/crates.io-index"
3694checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
3695dependencies = [
3696 "once_cell",
3697 "valuable",
3698]
3699
3700[[package]]
3701name = "tracing-log"
3702version = "0.2.0"
3703source = "registry+https://github.com/rust-lang/crates.io-index"
3704checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
3705dependencies = [
3706 "log",
3707 "once_cell",
3708 "tracing-core",
3709]
3710
3711[[package]]
3712name = "tracing-subscriber"
3713version = "0.3.20"
3714source = "registry+https://github.com/rust-lang/crates.io-index"
3715checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
3716dependencies = [
3717 "matchers",
3718 "nu-ansi-term",
3719 "once_cell",
3720 "regex-automata",
3721 "sharded-slab",
3722 "smallvec",
3723 "thread_local",
3724 "tracing",
3725 "tracing-core",
3726 "tracing-log",
3727]
3728
3729[[package]]
3730name = "try-lock"
3731version = "0.2.5"
3732source = "registry+https://github.com/rust-lang/crates.io-index"
3733checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
3734
3735[[package]]
3736name = "twox-hash"
3737version = "2.1.2"
3738source = "registry+https://github.com/rust-lang/crates.io-index"
3739checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c"
3740
3741[[package]]
3742name = "typenum"
3743version = "1.18.0"
3744source = "registry+https://github.com/rust-lang/crates.io-index"
3745checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
3746
3747[[package]]
3748name = "unicode-bidi"
3749version = "0.3.18"
3750source = "registry+https://github.com/rust-lang/crates.io-index"
3751checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
3752
3753[[package]]
3754name = "unicode-ident"
3755version = "1.0.19"
3756source = "registry+https://github.com/rust-lang/crates.io-index"
3757checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
3758
3759[[package]]
3760name = "unicode-normalization"
3761version = "0.1.24"
3762source = "registry+https://github.com/rust-lang/crates.io-index"
3763checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
3764dependencies = [
3765 "tinyvec",
3766]
3767
3768[[package]]
3769name = "unicode-properties"
3770version = "0.1.3"
3771source = "registry+https://github.com/rust-lang/crates.io-index"
3772checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
3773
3774[[package]]
3775name = "unsafe-libyaml"
3776version = "0.2.11"
3777source = "registry+https://github.com/rust-lang/crates.io-index"
3778checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
3779
3780[[package]]
3781name = "untrusted"
3782version = "0.9.0"
3783source = "registry+https://github.com/rust-lang/crates.io-index"
3784checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3785
3786[[package]]
3787name = "url"
3788version = "2.5.7"
3789source = "registry+https://github.com/rust-lang/crates.io-index"
3790checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
3791dependencies = [
3792 "form_urlencoded",
3793 "idna",
3794 "percent-encoding",
3795 "serde",
3796]
3797
3798[[package]]
3799name = "utf8_iter"
3800version = "1.0.4"
3801source = "registry+https://github.com/rust-lang/crates.io-index"
3802checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3803
3804[[package]]
3805name = "uuid"
3806version = "1.18.1"
3807source = "registry+https://github.com/rust-lang/crates.io-index"
3808checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
3809dependencies = [
3810 "getrandom 0.3.3",
3811 "js-sys",
3812 "wasm-bindgen",
3813]
3814
3815[[package]]
3816name = "valuable"
3817version = "0.1.1"
3818source = "registry+https://github.com/rust-lang/crates.io-index"
3819checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
3820
3821[[package]]
3822name = "vcpkg"
3823version = "0.2.15"
3824source = "registry+https://github.com/rust-lang/crates.io-index"
3825checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
3826
3827[[package]]
3828name = "version_check"
3829version = "0.9.5"
3830source = "registry+https://github.com/rust-lang/crates.io-index"
3831checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3832
3833[[package]]
3834name = "want"
3835version = "0.3.1"
3836source = "registry+https://github.com/rust-lang/crates.io-index"
3837checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3838dependencies = [
3839 "try-lock",
3840]
3841
3842[[package]]
3843name = "wasi"
3844version = "0.11.1+wasi-snapshot-preview1"
3845source = "registry+https://github.com/rust-lang/crates.io-index"
3846checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3847
3848[[package]]
3849name = "wasi"
3850version = "0.14.7+wasi-0.2.4"
3851source = "registry+https://github.com/rust-lang/crates.io-index"
3852checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c"
3853dependencies = [
3854 "wasip2",
3855]
3856
3857[[package]]
3858name = "wasip2"
3859version = "1.0.1+wasi-0.2.4"
3860source = "registry+https://github.com/rust-lang/crates.io-index"
3861checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
3862dependencies = [
3863 "wit-bindgen",
3864]
3865
3866[[package]]
3867name = "wasite"
3868version = "0.1.0"
3869source = "registry+https://github.com/rust-lang/crates.io-index"
3870checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
3871
3872[[package]]
3873name = "wasm-bindgen"
3874version = "0.2.104"
3875source = "registry+https://github.com/rust-lang/crates.io-index"
3876checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
3877dependencies = [
3878 "cfg-if",
3879 "once_cell",
3880 "rustversion",
3881 "wasm-bindgen-macro",
3882 "wasm-bindgen-shared",
3883]
3884
3885[[package]]
3886name = "wasm-bindgen-backend"
3887version = "0.2.104"
3888source = "registry+https://github.com/rust-lang/crates.io-index"
3889checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
3890dependencies = [
3891 "bumpalo",
3892 "log",
3893 "proc-macro2",
3894 "quote",
3895 "syn 2.0.106",
3896 "wasm-bindgen-shared",
3897]
3898
3899[[package]]
3900name = "wasm-bindgen-futures"
3901version = "0.4.54"
3902source = "registry+https://github.com/rust-lang/crates.io-index"
3903checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c"
3904dependencies = [
3905 "cfg-if",
3906 "js-sys",
3907 "once_cell",
3908 "wasm-bindgen",
3909 "web-sys",
3910]
3911
3912[[package]]
3913name = "wasm-bindgen-macro"
3914version = "0.2.104"
3915source = "registry+https://github.com/rust-lang/crates.io-index"
3916checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
3917dependencies = [
3918 "quote",
3919 "wasm-bindgen-macro-support",
3920]
3921
3922[[package]]
3923name = "wasm-bindgen-macro-support"
3924version = "0.2.104"
3925source = "registry+https://github.com/rust-lang/crates.io-index"
3926checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
3927dependencies = [
3928 "proc-macro2",
3929 "quote",
3930 "syn 2.0.106",
3931 "wasm-bindgen-backend",
3932 "wasm-bindgen-shared",
3933]
3934
3935[[package]]
3936name = "wasm-bindgen-shared"
3937version = "0.2.104"
3938source = "registry+https://github.com/rust-lang/crates.io-index"
3939checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
3940dependencies = [
3941 "unicode-ident",
3942]
3943
3944[[package]]
3945name = "web-sys"
3946version = "0.3.81"
3947source = "registry+https://github.com/rust-lang/crates.io-index"
3948checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120"
3949dependencies = [
3950 "js-sys",
3951 "wasm-bindgen",
3952]
3953
3954[[package]]
3955name = "web-time"
3956version = "1.1.0"
3957source = "registry+https://github.com/rust-lang/crates.io-index"
3958checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
3959dependencies = [
3960 "js-sys",
3961 "wasm-bindgen",
3962]
3963
3964[[package]]
3965name = "whoami"
3966version = "1.6.1"
3967source = "registry+https://github.com/rust-lang/crates.io-index"
3968checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
3969dependencies = [
3970 "libredox",
3971 "wasite",
3972 "web-sys",
3973]
3974
3975[[package]]
3976name = "winapi"
3977version = "0.3.9"
3978source = "registry+https://github.com/rust-lang/crates.io-index"
3979checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3980dependencies = [
3981 "winapi-i686-pc-windows-gnu",
3982 "winapi-x86_64-pc-windows-gnu",
3983]
3984
3985[[package]]
3986name = "winapi-i686-pc-windows-gnu"
3987version = "0.4.0"
3988source = "registry+https://github.com/rust-lang/crates.io-index"
3989checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3990
3991[[package]]
3992name = "winapi-x86_64-pc-windows-gnu"
3993version = "0.4.0"
3994source = "registry+https://github.com/rust-lang/crates.io-index"
3995checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3996
3997[[package]]
3998name = "windows-core"
3999version = "0.62.1"
4000source = "registry+https://github.com/rust-lang/crates.io-index"
4001checksum = "6844ee5416b285084d3d3fffd743b925a6c9385455f64f6d4fa3031c4c2749a9"
4002dependencies = [
4003 "windows-implement",
4004 "windows-interface",
4005 "windows-link 0.2.0",
4006 "windows-result 0.4.0",
4007 "windows-strings 0.5.0",
4008]
4009
4010[[package]]
4011name = "windows-implement"
4012version = "0.60.1"
4013source = "registry+https://github.com/rust-lang/crates.io-index"
4014checksum = "edb307e42a74fb6de9bf3a02d9712678b22399c87e6fa869d6dfcd8c1b7754e0"
4015dependencies = [
4016 "proc-macro2",
4017 "quote",
4018 "syn 2.0.106",
4019]
4020
4021[[package]]
4022name = "windows-interface"
4023version = "0.59.2"
4024source = "registry+https://github.com/rust-lang/crates.io-index"
4025checksum = "c0abd1ddbc6964ac14db11c7213d6532ef34bd9aa042c2e5935f59d7908b46a5"
4026dependencies = [
4027 "proc-macro2",
4028 "quote",
4029 "syn 2.0.106",
4030]
4031
4032[[package]]
4033name = "windows-link"
4034version = "0.1.3"
4035source = "registry+https://github.com/rust-lang/crates.io-index"
4036checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
4037
4038[[package]]
4039name = "windows-link"
4040version = "0.2.0"
4041source = "registry+https://github.com/rust-lang/crates.io-index"
4042checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
4043
4044[[package]]
4045name = "windows-registry"
4046version = "0.5.3"
4047source = "registry+https://github.com/rust-lang/crates.io-index"
4048checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
4049dependencies = [
4050 "windows-link 0.1.3",
4051 "windows-result 0.3.4",
4052 "windows-strings 0.4.2",
4053]
4054
4055[[package]]
4056name = "windows-result"
4057version = "0.3.4"
4058source = "registry+https://github.com/rust-lang/crates.io-index"
4059checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
4060dependencies = [
4061 "windows-link 0.1.3",
4062]
4063
4064[[package]]
4065name = "windows-result"
4066version = "0.4.0"
4067source = "registry+https://github.com/rust-lang/crates.io-index"
4068checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
4069dependencies = [
4070 "windows-link 0.2.0",
4071]
4072
4073[[package]]
4074name = "windows-strings"
4075version = "0.4.2"
4076source = "registry+https://github.com/rust-lang/crates.io-index"
4077checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
4078dependencies = [
4079 "windows-link 0.1.3",
4080]
4081
4082[[package]]
4083name = "windows-strings"
4084version = "0.5.0"
4085source = "registry+https://github.com/rust-lang/crates.io-index"
4086checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
4087dependencies = [
4088 "windows-link 0.2.0",
4089]
4090
4091[[package]]
4092name = "windows-sys"
4093version = "0.48.0"
4094source = "registry+https://github.com/rust-lang/crates.io-index"
4095checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
4096dependencies = [
4097 "windows-targets 0.48.5",
4098]
4099
4100[[package]]
4101name = "windows-sys"
4102version = "0.52.0"
4103source = "registry+https://github.com/rust-lang/crates.io-index"
4104checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
4105dependencies = [
4106 "windows-targets 0.52.6",
4107]
4108
4109[[package]]
4110name = "windows-sys"
4111version = "0.59.0"
4112source = "registry+https://github.com/rust-lang/crates.io-index"
4113checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
4114dependencies = [
4115 "windows-targets 0.52.6",
4116]
4117
4118[[package]]
4119name = "windows-sys"
4120version = "0.61.1"
4121source = "registry+https://github.com/rust-lang/crates.io-index"
4122checksum = "6f109e41dd4a3c848907eb83d5a42ea98b3769495597450cf6d153507b166f0f"
4123dependencies = [
4124 "windows-link 0.2.0",
4125]
4126
4127[[package]]
4128name = "windows-targets"
4129version = "0.48.5"
4130source = "registry+https://github.com/rust-lang/crates.io-index"
4131checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
4132dependencies = [
4133 "windows_aarch64_gnullvm 0.48.5",
4134 "windows_aarch64_msvc 0.48.5",
4135 "windows_i686_gnu 0.48.5",
4136 "windows_i686_msvc 0.48.5",
4137 "windows_x86_64_gnu 0.48.5",
4138 "windows_x86_64_gnullvm 0.48.5",
4139 "windows_x86_64_msvc 0.48.5",
4140]
4141
4142[[package]]
4143name = "windows-targets"
4144version = "0.52.6"
4145source = "registry+https://github.com/rust-lang/crates.io-index"
4146checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
4147dependencies = [
4148 "windows_aarch64_gnullvm 0.52.6",
4149 "windows_aarch64_msvc 0.52.6",
4150 "windows_i686_gnu 0.52.6",
4151 "windows_i686_gnullvm 0.52.6",
4152 "windows_i686_msvc 0.52.6",
4153 "windows_x86_64_gnu 0.52.6",
4154 "windows_x86_64_gnullvm 0.52.6",
4155 "windows_x86_64_msvc 0.52.6",
4156]
4157
4158[[package]]
4159name = "windows-targets"
4160version = "0.53.4"
4161source = "registry+https://github.com/rust-lang/crates.io-index"
4162checksum = "2d42b7b7f66d2a06854650af09cfdf8713e427a439c97ad65a6375318033ac4b"
4163dependencies = [
4164 "windows-link 0.2.0",
4165 "windows_aarch64_gnullvm 0.53.0",
4166 "windows_aarch64_msvc 0.53.0",
4167 "windows_i686_gnu 0.53.0",
4168 "windows_i686_gnullvm 0.53.0",
4169 "windows_i686_msvc 0.53.0",
4170 "windows_x86_64_gnu 0.53.0",
4171 "windows_x86_64_gnullvm 0.53.0",
4172 "windows_x86_64_msvc 0.53.0",
4173]
4174
4175[[package]]
4176name = "windows_aarch64_gnullvm"
4177version = "0.48.5"
4178source = "registry+https://github.com/rust-lang/crates.io-index"
4179checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
4180
4181[[package]]
4182name = "windows_aarch64_gnullvm"
4183version = "0.52.6"
4184source = "registry+https://github.com/rust-lang/crates.io-index"
4185checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
4186
4187[[package]]
4188name = "windows_aarch64_gnullvm"
4189version = "0.53.0"
4190source = "registry+https://github.com/rust-lang/crates.io-index"
4191checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
4192
4193[[package]]
4194name = "windows_aarch64_msvc"
4195version = "0.48.5"
4196source = "registry+https://github.com/rust-lang/crates.io-index"
4197checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
4198
4199[[package]]
4200name = "windows_aarch64_msvc"
4201version = "0.52.6"
4202source = "registry+https://github.com/rust-lang/crates.io-index"
4203checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
4204
4205[[package]]
4206name = "windows_aarch64_msvc"
4207version = "0.53.0"
4208source = "registry+https://github.com/rust-lang/crates.io-index"
4209checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
4210
4211[[package]]
4212name = "windows_i686_gnu"
4213version = "0.48.5"
4214source = "registry+https://github.com/rust-lang/crates.io-index"
4215checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
4216
4217[[package]]
4218name = "windows_i686_gnu"
4219version = "0.52.6"
4220source = "registry+https://github.com/rust-lang/crates.io-index"
4221checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
4222
4223[[package]]
4224name = "windows_i686_gnu"
4225version = "0.53.0"
4226source = "registry+https://github.com/rust-lang/crates.io-index"
4227checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
4228
4229[[package]]
4230name = "windows_i686_gnullvm"
4231version = "0.52.6"
4232source = "registry+https://github.com/rust-lang/crates.io-index"
4233checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
4234
4235[[package]]
4236name = "windows_i686_gnullvm"
4237version = "0.53.0"
4238source = "registry+https://github.com/rust-lang/crates.io-index"
4239checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
4240
4241[[package]]
4242name = "windows_i686_msvc"
4243version = "0.48.5"
4244source = "registry+https://github.com/rust-lang/crates.io-index"
4245checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
4246
4247[[package]]
4248name = "windows_i686_msvc"
4249version = "0.52.6"
4250source = "registry+https://github.com/rust-lang/crates.io-index"
4251checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
4252
4253[[package]]
4254name = "windows_i686_msvc"
4255version = "0.53.0"
4256source = "registry+https://github.com/rust-lang/crates.io-index"
4257checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
4258
4259[[package]]
4260name = "windows_x86_64_gnu"
4261version = "0.48.5"
4262source = "registry+https://github.com/rust-lang/crates.io-index"
4263checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
4264
4265[[package]]
4266name = "windows_x86_64_gnu"
4267version = "0.52.6"
4268source = "registry+https://github.com/rust-lang/crates.io-index"
4269checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
4270
4271[[package]]
4272name = "windows_x86_64_gnu"
4273version = "0.53.0"
4274source = "registry+https://github.com/rust-lang/crates.io-index"
4275checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
4276
4277[[package]]
4278name = "windows_x86_64_gnullvm"
4279version = "0.48.5"
4280source = "registry+https://github.com/rust-lang/crates.io-index"
4281checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
4282
4283[[package]]
4284name = "windows_x86_64_gnullvm"
4285version = "0.52.6"
4286source = "registry+https://github.com/rust-lang/crates.io-index"
4287checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
4288
4289[[package]]
4290name = "windows_x86_64_gnullvm"
4291version = "0.53.0"
4292source = "registry+https://github.com/rust-lang/crates.io-index"
4293checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
4294
4295[[package]]
4296name = "windows_x86_64_msvc"
4297version = "0.48.5"
4298source = "registry+https://github.com/rust-lang/crates.io-index"
4299checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
4300
4301[[package]]
4302name = "windows_x86_64_msvc"
4303version = "0.52.6"
4304source = "registry+https://github.com/rust-lang/crates.io-index"
4305checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4306
4307[[package]]
4308name = "windows_x86_64_msvc"
4309version = "0.53.0"
4310source = "registry+https://github.com/rust-lang/crates.io-index"
4311checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
4312
4313[[package]]
4314name = "winnow"
4315version = "0.7.13"
4316source = "registry+https://github.com/rust-lang/crates.io-index"
4317checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
4318dependencies = [
4319 "memchr",
4320]
4321
4322[[package]]
4323name = "wit-bindgen"
4324version = "0.46.0"
4325source = "registry+https://github.com/rust-lang/crates.io-index"
4326checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
4327
4328[[package]]
4329name = "writeable"
4330version = "0.6.1"
4331source = "registry+https://github.com/rust-lang/crates.io-index"
4332checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
4333
4334[[package]]
4335name = "ws_stream_wasm"
4336version = "0.7.5"
4337source = "registry+https://github.com/rust-lang/crates.io-index"
4338checksum = "6c173014acad22e83f16403ee360115b38846fe754e735c5d9d3803fe70c6abc"
4339dependencies = [
4340 "async_io_stream",
4341 "futures",
4342 "js-sys",
4343 "log",
4344 "pharos",
4345 "rustc_version",
4346 "send_wrapper",
4347 "thiserror",
4348 "wasm-bindgen",
4349 "wasm-bindgen-futures",
4350 "web-sys",
4351]
4352
4353[[package]]
4354name = "yoke"
4355version = "0.8.0"
4356source = "registry+https://github.com/rust-lang/crates.io-index"
4357checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
4358dependencies = [
4359 "serde",
4360 "stable_deref_trait",
4361 "yoke-derive",
4362 "zerofrom",
4363]
4364
4365[[package]]
4366name = "yoke-derive"
4367version = "0.8.0"
4368source = "registry+https://github.com/rust-lang/crates.io-index"
4369checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
4370dependencies = [
4371 "proc-macro2",
4372 "quote",
4373 "syn 2.0.106",
4374 "synstructure",
4375]
4376
4377[[package]]
4378name = "zerocopy"
4379version = "0.8.27"
4380source = "registry+https://github.com/rust-lang/crates.io-index"
4381checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
4382dependencies = [
4383 "zerocopy-derive",
4384]
4385
4386[[package]]
4387name = "zerocopy-derive"
4388version = "0.8.27"
4389source = "registry+https://github.com/rust-lang/crates.io-index"
4390checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
4391dependencies = [
4392 "proc-macro2",
4393 "quote",
4394 "syn 2.0.106",
4395]
4396
4397[[package]]
4398name = "zerofrom"
4399version = "0.1.6"
4400source = "registry+https://github.com/rust-lang/crates.io-index"
4401checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
4402dependencies = [
4403 "zerofrom-derive",
4404]
4405
4406[[package]]
4407name = "zerofrom-derive"
4408version = "0.1.6"
4409source = "registry+https://github.com/rust-lang/crates.io-index"
4410checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
4411dependencies = [
4412 "proc-macro2",
4413 "quote",
4414 "syn 2.0.106",
4415 "synstructure",
4416]
4417
4418[[package]]
4419name = "zeroize"
4420version = "1.8.2"
4421source = "registry+https://github.com/rust-lang/crates.io-index"
4422checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
4423
4424[[package]]
4425name = "zerotrie"
4426version = "0.2.2"
4427source = "registry+https://github.com/rust-lang/crates.io-index"
4428checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
4429dependencies = [
4430 "displaydoc",
4431 "yoke",
4432 "zerofrom",
4433]
4434
4435[[package]]
4436name = "zerovec"
4437version = "0.11.4"
4438source = "registry+https://github.com/rust-lang/crates.io-index"
4439checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
4440dependencies = [
4441 "yoke",
4442 "zerofrom",
4443 "zerovec-derive",
4444]
4445
4446[[package]]
4447name = "zerovec-derive"
4448version = "0.11.1"
4449source = "registry+https://github.com/rust-lang/crates.io-index"
4450checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
4451dependencies = [
4452 "proc-macro2",
4453 "quote",
4454 "syn 2.0.106",
4455]
4456
4457[[package]]
4458name = "zstd"
4459version = "0.13.3"
4460source = "registry+https://github.com/rust-lang/crates.io-index"
4461checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
4462dependencies = [
4463 "zstd-safe",
4464]
4465
4466[[package]]
4467name = "zstd-safe"
4468version = "7.2.4"
4469source = "registry+https://github.com/rust-lang/crates.io-index"
4470checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
4471dependencies = [
4472 "zstd-sys",
4473]
4474
4475[[package]]
4476name = "zstd-sys"
4477version = "2.0.16+zstd.1.5.7"
4478source = "registry+https://github.com/rust-lang/crates.io-index"
4479checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
4480dependencies = [
4481 "cc",
4482 "pkg-config",
4483]