Client side atproto account migrator in your web browser, along with services for backups and adversarial migrations.
pdsmoover.com
pds
atproto
migrations
moo
cow
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "abnf"
7version = "0.13.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "087113bd50d9adce24850eed5d0476c7d199d532fce8fab5173650331e09033a"
10dependencies = [
11 "abnf-core",
12 "nom",
13]
14
15[[package]]
16name = "abnf-core"
17version = "0.5.0"
18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "c44e09c43ae1c368fb91a03a566472d0087c26cf7e1b9e8e289c14ede681dd7d"
20dependencies = [
21 "nom",
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 = "adler32"
32version = "1.2.0"
33source = "registry+https://github.com/rust-lang/crates.io-index"
34checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
35
36[[package]]
37name = "ahash"
38version = "0.8.12"
39source = "registry+https://github.com/rust-lang/crates.io-index"
40checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
41dependencies = [
42 "cfg-if",
43 "once_cell",
44 "version_check",
45 "zerocopy",
46]
47
48[[package]]
49name = "aho-corasick"
50version = "1.1.3"
51source = "registry+https://github.com/rust-lang/crates.io-index"
52checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
53dependencies = [
54 "memchr",
55]
56
57[[package]]
58name = "aliasable"
59version = "0.1.3"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
62
63[[package]]
64name = "alloc-no-stdlib"
65version = "2.0.4"
66source = "registry+https://github.com/rust-lang/crates.io-index"
67checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
68
69[[package]]
70name = "alloc-stdlib"
71version = "0.2.2"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
74dependencies = [
75 "alloc-no-stdlib",
76]
77
78[[package]]
79name = "allocator-api2"
80version = "0.2.21"
81source = "registry+https://github.com/rust-lang/crates.io-index"
82checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
83
84[[package]]
85name = "android_system_properties"
86version = "0.1.5"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
89dependencies = [
90 "libc",
91]
92
93[[package]]
94name = "anstream"
95version = "0.6.21"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
98dependencies = [
99 "anstyle",
100 "anstyle-parse",
101 "anstyle-query",
102 "anstyle-wincon",
103 "colorchoice",
104 "is_terminal_polyfill",
105 "utf8parse",
106]
107
108[[package]]
109name = "anstyle"
110version = "1.0.13"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
113
114[[package]]
115name = "anstyle-parse"
116version = "0.2.7"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
119dependencies = [
120 "utf8parse",
121]
122
123[[package]]
124name = "anstyle-query"
125version = "1.1.4"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
128dependencies = [
129 "windows-sys 0.60.2",
130]
131
132[[package]]
133name = "anstyle-wincon"
134version = "3.0.10"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
137dependencies = [
138 "anstyle",
139 "once_cell_polyfill",
140 "windows-sys 0.60.2",
141]
142
143[[package]]
144name = "anyhow"
145version = "1.0.100"
146source = "registry+https://github.com/rust-lang/crates.io-index"
147checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
148
149[[package]]
150name = "apalis"
151version = "0.7.3"
152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "0ea07a005e05b1672920818822ebace7a59bdf4b3176390d7be661e2b4027c42"
154dependencies = [
155 "apalis-core",
156 "futures",
157 "metrics",
158 "metrics-exporter-prometheus",
159 "pin-project-lite",
160 "sentry-core",
161 "serde",
162 "thiserror 2.0.17",
163 "tower",
164 "tracing",
165 "tracing-futures",
166 "ulid",
167 "uuid",
168]
169
170[[package]]
171name = "apalis-core"
172version = "0.7.3"
173source = "registry+https://github.com/rust-lang/crates.io-index"
174checksum = "b67ac401df19b3a77f26700cb0af838217353f74bc7365ac50c61561f767a5ec"
175dependencies = [
176 "futures",
177 "futures-timer",
178 "pin-project-lite",
179 "serde",
180 "serde_json",
181 "thiserror 2.0.17",
182 "tower",
183 "ulid",
184]
185
186[[package]]
187name = "apalis-cron"
188version = "0.7.3"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "20b2c689a7b870e3367d285b5733258fb2648b767cdeb09f995f3164cb37fc32"
191dependencies = [
192 "apalis-core",
193 "async-stream",
194 "chrono",
195 "cron",
196 "futures",
197 "tower",
198]
199
200[[package]]
201name = "apalis-sql"
202version = "0.7.3"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "a6bd1f9ba8f69312b930420f8c64d6e230b6e716ca88dd8bbc262894298cf9e3"
205dependencies = [
206 "apalis-core",
207 "async-stream",
208 "chrono",
209 "futures",
210 "futures-lite",
211 "log",
212 "serde",
213 "serde_json",
214 "sqlx",
215 "thiserror 2.0.17",
216 "tokio",
217]
218
219[[package]]
220name = "arrayvec"
221version = "0.7.6"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
224
225[[package]]
226name = "ascii"
227version = "1.1.0"
228source = "registry+https://github.com/rust-lang/crates.io-index"
229checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
230
231[[package]]
232name = "async-compression"
233version = "0.4.32"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
236dependencies = [
237 "compression-codecs",
238 "compression-core",
239 "futures-core",
240 "futures-io",
241 "pin-project-lite",
242 "tokio",
243]
244
245[[package]]
246name = "async-stream"
247version = "0.3.6"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
250dependencies = [
251 "async-stream-impl",
252 "futures-core",
253 "pin-project-lite",
254]
255
256[[package]]
257name = "async-stream-impl"
258version = "0.3.6"
259source = "registry+https://github.com/rust-lang/crates.io-index"
260checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
261dependencies = [
262 "proc-macro2",
263 "quote",
264 "syn 2.0.106",
265]
266
267[[package]]
268name = "async-trait"
269version = "0.1.89"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
272dependencies = [
273 "proc-macro2",
274 "quote",
275 "syn 2.0.106",
276]
277
278[[package]]
279name = "atoi"
280version = "2.0.0"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
283dependencies = [
284 "num-traits",
285]
286
287[[package]]
288name = "atomic-polyfill"
289version = "1.0.3"
290source = "registry+https://github.com/rust-lang/crates.io-index"
291checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4"
292dependencies = [
293 "critical-section",
294]
295
296[[package]]
297name = "atomic-waker"
298version = "1.1.2"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
301
302[[package]]
303name = "atproto-identity"
304version = "0.13.0"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "b956c07726fce812630be63c5cb31b1961cbb70f0a05614278523102d78c3a48"
307dependencies = [
308 "anyhow",
309 "async-trait",
310 "ecdsa",
311 "elliptic-curve",
312 "hickory-resolver 0.25.2",
313 "k256",
314 "lru",
315 "multibase",
316 "p256",
317 "p384",
318 "rand 0.8.5",
319 "reqwest",
320 "serde",
321 "serde_ipld_dagcbor",
322 "serde_json",
323 "thiserror 2.0.17",
324 "tokio",
325 "tracing",
326 "urlencoding",
327]
328
329[[package]]
330name = "attohttpc"
331version = "0.30.1"
332source = "registry+https://github.com/rust-lang/crates.io-index"
333checksum = "16e2cdb6d5ed835199484bb92bb8b3edd526effe995c61732580439c1a67e2e9"
334dependencies = [
335 "base64 0.22.1",
336 "http",
337 "log",
338 "native-tls",
339 "serde",
340 "serde_json",
341 "url",
342]
343
344[[package]]
345name = "autocfg"
346version = "1.5.0"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
349
350[[package]]
351name = "aws-creds"
352version = "0.39.0"
353source = "registry+https://github.com/rust-lang/crates.io-index"
354checksum = "b13804829a843b3f26e151c97acbb315ee1177a2724690edfcd28f1894146200"
355dependencies = [
356 "attohttpc",
357 "home",
358 "log",
359 "quick-xml",
360 "rust-ini",
361 "serde",
362 "thiserror 2.0.17",
363 "time",
364 "url",
365]
366
367[[package]]
368name = "aws-region"
369version = "0.28.0"
370source = "registry+https://github.com/rust-lang/crates.io-index"
371checksum = "5532f65342f789f9c1b7078ea9c9cd9293cd62dcc284fa99adc4a1c9ba43469c"
372dependencies = [
373 "thiserror 2.0.17",
374]
375
376[[package]]
377name = "axum"
378version = "0.8.6"
379source = "registry+https://github.com/rust-lang/crates.io-index"
380checksum = "8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871"
381dependencies = [
382 "axum-core",
383 "axum-macros",
384 "bytes",
385 "form_urlencoded",
386 "futures-util",
387 "http",
388 "http-body",
389 "http-body-util",
390 "hyper",
391 "hyper-util",
392 "itoa",
393 "matchit",
394 "memchr",
395 "mime",
396 "percent-encoding",
397 "pin-project-lite",
398 "serde_core",
399 "serde_json",
400 "serde_path_to_error",
401 "serde_urlencoded",
402 "sync_wrapper",
403 "tokio",
404 "tower",
405 "tower-layer",
406 "tower-service",
407 "tracing",
408]
409
410[[package]]
411name = "axum-core"
412version = "0.5.5"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22"
415dependencies = [
416 "bytes",
417 "futures-core",
418 "http",
419 "http-body",
420 "http-body-util",
421 "mime",
422 "pin-project-lite",
423 "sync_wrapper",
424 "tower-layer",
425 "tower-service",
426 "tracing",
427]
428
429[[package]]
430name = "axum-macros"
431version = "0.5.0"
432source = "registry+https://github.com/rust-lang/crates.io-index"
433checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c"
434dependencies = [
435 "proc-macro2",
436 "quote",
437 "syn 2.0.106",
438]
439
440[[package]]
441name = "base-x"
442version = "0.2.11"
443source = "registry+https://github.com/rust-lang/crates.io-index"
444checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
445
446[[package]]
447name = "base16ct"
448version = "0.2.0"
449source = "registry+https://github.com/rust-lang/crates.io-index"
450checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
451
452[[package]]
453name = "base256emoji"
454version = "1.0.2"
455source = "registry+https://github.com/rust-lang/crates.io-index"
456checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c"
457dependencies = [
458 "const-str",
459 "match-lookup",
460]
461
462[[package]]
463name = "base64"
464version = "0.13.1"
465source = "registry+https://github.com/rust-lang/crates.io-index"
466checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
467
468[[package]]
469name = "base64"
470version = "0.22.1"
471source = "registry+https://github.com/rust-lang/crates.io-index"
472checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
473
474[[package]]
475name = "base64ct"
476version = "1.8.0"
477source = "registry+https://github.com/rust-lang/crates.io-index"
478checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
479
480[[package]]
481name = "bigdecimal"
482version = "0.4.8"
483source = "registry+https://github.com/rust-lang/crates.io-index"
484checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
485dependencies = [
486 "autocfg",
487 "libm",
488 "num-bigint",
489 "num-integer",
490 "num-traits",
491]
492
493[[package]]
494name = "bitcoin-io"
495version = "0.1.3"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "0b47c4ab7a93edb0c7198c5535ed9b52b63095f4e9b45279c6736cec4b856baf"
498
499[[package]]
500name = "bitcoin_hashes"
501version = "0.14.0"
502source = "registry+https://github.com/rust-lang/crates.io-index"
503checksum = "bb18c03d0db0247e147a21a6faafd5a7eb851c743db062de72018b6b7e8e4d16"
504dependencies = [
505 "bitcoin-io",
506 "hex-conservative",
507]
508
509[[package]]
510name = "bitflags"
511version = "2.9.4"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
514dependencies = [
515 "serde",
516]
517
518[[package]]
519name = "block-buffer"
520version = "0.10.4"
521source = "registry+https://github.com/rust-lang/crates.io-index"
522checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
523dependencies = [
524 "generic-array",
525]
526
527[[package]]
528name = "bon"
529version = "3.8.1"
530source = "registry+https://github.com/rust-lang/crates.io-index"
531checksum = "ebeb9aaf9329dff6ceb65c689ca3db33dbf15f324909c60e4e5eef5701ce31b1"
532dependencies = [
533 "bon-macros",
534 "rustversion",
535]
536
537[[package]]
538name = "bon-macros"
539version = "3.8.1"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "77e9d642a7e3a318e37c2c9427b5a6a48aa1ad55dcd986f3034ab2239045a645"
542dependencies = [
543 "darling",
544 "ident_case",
545 "prettyplease",
546 "proc-macro2",
547 "quote",
548 "rustversion",
549 "syn 2.0.106",
550]
551
552[[package]]
553name = "borsh"
554version = "1.5.7"
555source = "registry+https://github.com/rust-lang/crates.io-index"
556checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
557dependencies = [
558 "cfg_aliases",
559]
560
561[[package]]
562name = "brotli"
563version = "3.5.0"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391"
566dependencies = [
567 "alloc-no-stdlib",
568 "alloc-stdlib",
569 "brotli-decompressor 2.5.1",
570]
571
572[[package]]
573name = "brotli"
574version = "8.0.2"
575source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
577dependencies = [
578 "alloc-no-stdlib",
579 "alloc-stdlib",
580 "brotli-decompressor 5.0.0",
581]
582
583[[package]]
584name = "brotli-decompressor"
585version = "2.5.1"
586source = "registry+https://github.com/rust-lang/crates.io-index"
587checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f"
588dependencies = [
589 "alloc-no-stdlib",
590 "alloc-stdlib",
591]
592
593[[package]]
594name = "brotli-decompressor"
595version = "5.0.0"
596source = "registry+https://github.com/rust-lang/crates.io-index"
597checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
598dependencies = [
599 "alloc-no-stdlib",
600 "alloc-stdlib",
601]
602
603[[package]]
604name = "btree-range-map"
605version = "0.7.2"
606source = "registry+https://github.com/rust-lang/crates.io-index"
607checksum = "1be5c9672446d3800bcbcaabaeba121fe22f1fb25700c4562b22faf76d377c33"
608dependencies = [
609 "btree-slab",
610 "cc-traits",
611 "range-traits",
612 "serde",
613 "slab",
614]
615
616[[package]]
617name = "btree-slab"
618version = "0.6.1"
619source = "registry+https://github.com/rust-lang/crates.io-index"
620checksum = "7a2b56d3029f075c4fa892428a098425b86cef5c89ae54073137ece416aef13c"
621dependencies = [
622 "cc-traits",
623 "slab",
624 "smallvec",
625]
626
627[[package]]
628name = "buf_redux"
629version = "0.8.4"
630source = "registry+https://github.com/rust-lang/crates.io-index"
631checksum = "b953a6887648bb07a535631f2bc00fbdb2a2216f135552cb3f534ed136b9c07f"
632dependencies = [
633 "memchr",
634 "safemem",
635]
636
637[[package]]
638name = "bumpalo"
639version = "3.19.0"
640source = "registry+https://github.com/rust-lang/crates.io-index"
641checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
642
643[[package]]
644name = "byteorder"
645version = "1.5.0"
646source = "registry+https://github.com/rust-lang/crates.io-index"
647checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
648
649[[package]]
650name = "bytes"
651version = "1.10.1"
652source = "registry+https://github.com/rust-lang/crates.io-index"
653checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
654dependencies = [
655 "serde",
656]
657
658[[package]]
659name = "castaway"
660version = "0.2.4"
661source = "registry+https://github.com/rust-lang/crates.io-index"
662checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
663dependencies = [
664 "rustversion",
665]
666
667[[package]]
668name = "cbor4ii"
669version = "0.2.14"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4"
672dependencies = [
673 "serde",
674]
675
676[[package]]
677name = "cc"
678version = "1.2.41"
679source = "registry+https://github.com/rust-lang/crates.io-index"
680checksum = "ac9fe6cdbb24b6ade63616c0a0688e45bb56732262c158df3c0c4bea4ca47cb7"
681dependencies = [
682 "find-msvc-tools",
683 "jobserver",
684 "libc",
685 "shlex",
686]
687
688[[package]]
689name = "cc-traits"
690version = "2.0.0"
691source = "registry+https://github.com/rust-lang/crates.io-index"
692checksum = "060303ef31ef4a522737e1b1ab68c67916f2a787bb2f4f54f383279adba962b5"
693dependencies = [
694 "slab",
695]
696
697[[package]]
698name = "cesu8"
699version = "1.1.0"
700source = "registry+https://github.com/rust-lang/crates.io-index"
701checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
702
703[[package]]
704name = "cfg-if"
705version = "1.0.3"
706source = "registry+https://github.com/rust-lang/crates.io-index"
707checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
708
709[[package]]
710name = "cfg_aliases"
711version = "0.2.1"
712source = "registry+https://github.com/rust-lang/crates.io-index"
713checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
714
715[[package]]
716name = "chrono"
717version = "0.4.42"
718source = "registry+https://github.com/rust-lang/crates.io-index"
719checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
720dependencies = [
721 "iana-time-zone",
722 "js-sys",
723 "num-traits",
724 "serde",
725 "wasm-bindgen",
726 "windows-link 0.2.1",
727]
728
729[[package]]
730name = "chunked_transfer"
731version = "1.5.0"
732source = "registry+https://github.com/rust-lang/crates.io-index"
733checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
734
735[[package]]
736name = "ciborium"
737version = "0.2.2"
738source = "registry+https://github.com/rust-lang/crates.io-index"
739checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
740dependencies = [
741 "ciborium-io",
742 "ciborium-ll",
743 "serde",
744]
745
746[[package]]
747name = "ciborium-io"
748version = "0.2.2"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
751
752[[package]]
753name = "ciborium-ll"
754version = "0.2.2"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
757dependencies = [
758 "ciborium-io",
759 "half",
760]
761
762[[package]]
763name = "cid"
764version = "0.11.1"
765source = "registry+https://github.com/rust-lang/crates.io-index"
766checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a"
767dependencies = [
768 "core2",
769 "multibase",
770 "multihash",
771 "serde",
772 "serde_bytes",
773 "unsigned-varint",
774]
775
776[[package]]
777name = "clap"
778version = "4.5.49"
779source = "registry+https://github.com/rust-lang/crates.io-index"
780checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
781dependencies = [
782 "clap_builder",
783 "clap_derive",
784]
785
786[[package]]
787name = "clap_builder"
788version = "4.5.49"
789source = "registry+https://github.com/rust-lang/crates.io-index"
790checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
791dependencies = [
792 "anstream",
793 "anstyle",
794 "clap_lex",
795 "strsim",
796]
797
798[[package]]
799name = "clap_derive"
800version = "4.5.49"
801source = "registry+https://github.com/rust-lang/crates.io-index"
802checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
803dependencies = [
804 "heck 0.5.0",
805 "proc-macro2",
806 "quote",
807 "syn 2.0.106",
808]
809
810[[package]]
811name = "clap_lex"
812version = "0.7.6"
813source = "registry+https://github.com/rust-lang/crates.io-index"
814checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
815
816[[package]]
817name = "cobs"
818version = "0.3.0"
819source = "registry+https://github.com/rust-lang/crates.io-index"
820checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
821dependencies = [
822 "thiserror 2.0.17",
823]
824
825[[package]]
826name = "colorchoice"
827version = "1.0.4"
828source = "registry+https://github.com/rust-lang/crates.io-index"
829checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
830
831[[package]]
832name = "combine"
833version = "4.6.7"
834source = "registry+https://github.com/rust-lang/crates.io-index"
835checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
836dependencies = [
837 "bytes",
838 "memchr",
839]
840
841[[package]]
842name = "compact_str"
843version = "0.7.1"
844source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "f86b9c4c00838774a6d902ef931eff7470720c51d90c2e32cfe15dc304737b3f"
846dependencies = [
847 "castaway",
848 "cfg-if",
849 "itoa",
850 "ryu",
851 "static_assertions",
852]
853
854[[package]]
855name = "compression-codecs"
856version = "0.4.31"
857source = "registry+https://github.com/rust-lang/crates.io-index"
858checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
859dependencies = [
860 "brotli 8.0.2",
861 "compression-core",
862 "flate2",
863 "memchr",
864 "zstd",
865 "zstd-safe",
866]
867
868[[package]]
869name = "compression-core"
870version = "0.4.29"
871source = "registry+https://github.com/rust-lang/crates.io-index"
872checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
873
874[[package]]
875name = "concurrent-queue"
876version = "2.5.0"
877source = "registry+https://github.com/rust-lang/crates.io-index"
878checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
879dependencies = [
880 "crossbeam-utils",
881]
882
883[[package]]
884name = "const-oid"
885version = "0.9.6"
886source = "registry+https://github.com/rust-lang/crates.io-index"
887checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
888
889[[package]]
890name = "const-random"
891version = "0.1.18"
892source = "registry+https://github.com/rust-lang/crates.io-index"
893checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
894dependencies = [
895 "const-random-macro",
896]
897
898[[package]]
899name = "const-random-macro"
900version = "0.1.16"
901source = "registry+https://github.com/rust-lang/crates.io-index"
902checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
903dependencies = [
904 "getrandom 0.2.16",
905 "once_cell",
906 "tiny-keccak",
907]
908
909[[package]]
910name = "const-str"
911version = "0.4.3"
912source = "registry+https://github.com/rust-lang/crates.io-index"
913checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3"
914
915[[package]]
916name = "cordyceps"
917version = "0.3.4"
918source = "registry+https://github.com/rust-lang/crates.io-index"
919checksum = "688d7fbb8092b8de775ef2536f36c8c31f2bc4006ece2e8d8ad2d17d00ce0a2a"
920dependencies = [
921 "loom",
922 "tracing",
923]
924
925[[package]]
926name = "core-foundation"
927version = "0.9.4"
928source = "registry+https://github.com/rust-lang/crates.io-index"
929checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
930dependencies = [
931 "core-foundation-sys",
932 "libc",
933]
934
935[[package]]
936name = "core-foundation"
937version = "0.10.1"
938source = "registry+https://github.com/rust-lang/crates.io-index"
939checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
940dependencies = [
941 "core-foundation-sys",
942 "libc",
943]
944
945[[package]]
946name = "core-foundation-sys"
947version = "0.8.7"
948source = "registry+https://github.com/rust-lang/crates.io-index"
949checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
950
951[[package]]
952name = "core2"
953version = "0.4.0"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
956dependencies = [
957 "memchr",
958]
959
960[[package]]
961name = "cpufeatures"
962version = "0.2.17"
963source = "registry+https://github.com/rust-lang/crates.io-index"
964checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
965dependencies = [
966 "libc",
967]
968
969[[package]]
970name = "crc"
971version = "3.3.0"
972source = "registry+https://github.com/rust-lang/crates.io-index"
973checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
974dependencies = [
975 "crc-catalog",
976]
977
978[[package]]
979name = "crc-catalog"
980version = "2.4.0"
981source = "registry+https://github.com/rust-lang/crates.io-index"
982checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
983
984[[package]]
985name = "crc32fast"
986version = "1.5.0"
987source = "registry+https://github.com/rust-lang/crates.io-index"
988checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
989dependencies = [
990 "cfg-if",
991]
992
993[[package]]
994name = "critical-section"
995version = "1.2.0"
996source = "registry+https://github.com/rust-lang/crates.io-index"
997checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
998
999[[package]]
1000name = "cron"
1001version = "0.15.0"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "5877d3fbf742507b66bc2a1945106bd30dd8504019d596901ddd012a4dd01740"
1004dependencies = [
1005 "chrono",
1006 "once_cell",
1007 "winnow",
1008]
1009
1010[[package]]
1011name = "cron-worker"
1012version = "0.1.0"
1013dependencies = [
1014 "apalis",
1015 "apalis-cron",
1016 "apalis-sql",
1017 "dotenvy",
1018 "log",
1019 "shared",
1020 "tokio",
1021 "tower",
1022 "tracing-subscriber",
1023]
1024
1025[[package]]
1026name = "crossbeam-channel"
1027version = "0.5.15"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
1030dependencies = [
1031 "crossbeam-utils",
1032]
1033
1034[[package]]
1035name = "crossbeam-epoch"
1036version = "0.9.18"
1037source = "registry+https://github.com/rust-lang/crates.io-index"
1038checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
1039dependencies = [
1040 "crossbeam-utils",
1041]
1042
1043[[package]]
1044name = "crossbeam-queue"
1045version = "0.3.12"
1046source = "registry+https://github.com/rust-lang/crates.io-index"
1047checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
1048dependencies = [
1049 "crossbeam-utils",
1050]
1051
1052[[package]]
1053name = "crossbeam-utils"
1054version = "0.8.21"
1055source = "registry+https://github.com/rust-lang/crates.io-index"
1056checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
1057
1058[[package]]
1059name = "crunchy"
1060version = "0.2.4"
1061source = "registry+https://github.com/rust-lang/crates.io-index"
1062checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
1063
1064[[package]]
1065name = "crypto-bigint"
1066version = "0.5.5"
1067source = "registry+https://github.com/rust-lang/crates.io-index"
1068checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
1069dependencies = [
1070 "generic-array",
1071 "rand_core 0.6.4",
1072 "subtle",
1073 "zeroize",
1074]
1075
1076[[package]]
1077name = "crypto-common"
1078version = "0.1.6"
1079source = "registry+https://github.com/rust-lang/crates.io-index"
1080checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1081dependencies = [
1082 "generic-array",
1083 "typenum",
1084]
1085
1086[[package]]
1087name = "darling"
1088version = "0.21.3"
1089source = "registry+https://github.com/rust-lang/crates.io-index"
1090checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
1091dependencies = [
1092 "darling_core",
1093 "darling_macro",
1094]
1095
1096[[package]]
1097name = "darling_core"
1098version = "0.21.3"
1099source = "registry+https://github.com/rust-lang/crates.io-index"
1100checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
1101dependencies = [
1102 "fnv",
1103 "ident_case",
1104 "proc-macro2",
1105 "quote",
1106 "strsim",
1107 "syn 2.0.106",
1108]
1109
1110[[package]]
1111name = "darling_macro"
1112version = "0.21.3"
1113source = "registry+https://github.com/rust-lang/crates.io-index"
1114checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
1115dependencies = [
1116 "darling_core",
1117 "quote",
1118 "syn 2.0.106",
1119]
1120
1121[[package]]
1122name = "dashmap"
1123version = "6.1.0"
1124source = "registry+https://github.com/rust-lang/crates.io-index"
1125checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
1126dependencies = [
1127 "cfg-if",
1128 "crossbeam-utils",
1129 "hashbrown 0.14.5",
1130 "lock_api",
1131 "once_cell",
1132 "parking_lot_core",
1133]
1134
1135[[package]]
1136name = "data-encoding"
1137version = "2.9.0"
1138source = "registry+https://github.com/rust-lang/crates.io-index"
1139checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
1140
1141[[package]]
1142name = "data-encoding-macro"
1143version = "0.1.18"
1144source = "registry+https://github.com/rust-lang/crates.io-index"
1145checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d"
1146dependencies = [
1147 "data-encoding",
1148 "data-encoding-macro-internal",
1149]
1150
1151[[package]]
1152name = "data-encoding-macro-internal"
1153version = "0.1.16"
1154source = "registry+https://github.com/rust-lang/crates.io-index"
1155checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976"
1156dependencies = [
1157 "data-encoding",
1158 "syn 2.0.106",
1159]
1160
1161[[package]]
1162name = "debugid"
1163version = "0.8.0"
1164source = "registry+https://github.com/rust-lang/crates.io-index"
1165checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
1166dependencies = [
1167 "serde",
1168 "uuid",
1169]
1170
1171[[package]]
1172name = "deflate"
1173version = "1.0.0"
1174source = "registry+https://github.com/rust-lang/crates.io-index"
1175checksum = "c86f7e25f518f4b81808a2cf1c50996a61f5c2eb394b2393bd87f2a4780a432f"
1176dependencies = [
1177 "adler32",
1178 "gzip-header",
1179]
1180
1181[[package]]
1182name = "der"
1183version = "0.7.10"
1184source = "registry+https://github.com/rust-lang/crates.io-index"
1185checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
1186dependencies = [
1187 "const-oid",
1188 "pem-rfc7468",
1189 "zeroize",
1190]
1191
1192[[package]]
1193name = "deranged"
1194version = "0.5.4"
1195source = "registry+https://github.com/rust-lang/crates.io-index"
1196checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
1197dependencies = [
1198 "powerfmt",
1199 "serde_core",
1200]
1201
1202[[package]]
1203name = "derive_more"
1204version = "1.0.0"
1205source = "registry+https://github.com/rust-lang/crates.io-index"
1206checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
1207dependencies = [
1208 "derive_more-impl",
1209]
1210
1211[[package]]
1212name = "derive_more-impl"
1213version = "1.0.0"
1214source = "registry+https://github.com/rust-lang/crates.io-index"
1215checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
1216dependencies = [
1217 "proc-macro2",
1218 "quote",
1219 "syn 2.0.106",
1220 "unicode-xid",
1221]
1222
1223[[package]]
1224name = "diatomic-waker"
1225version = "0.2.3"
1226source = "registry+https://github.com/rust-lang/crates.io-index"
1227checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c"
1228
1229[[package]]
1230name = "digest"
1231version = "0.10.7"
1232source = "registry+https://github.com/rust-lang/crates.io-index"
1233checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1234dependencies = [
1235 "block-buffer",
1236 "const-oid",
1237 "crypto-common",
1238 "subtle",
1239]
1240
1241[[package]]
1242name = "displaydoc"
1243version = "0.2.5"
1244source = "registry+https://github.com/rust-lang/crates.io-index"
1245checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
1246dependencies = [
1247 "proc-macro2",
1248 "quote",
1249 "syn 2.0.106",
1250]
1251
1252[[package]]
1253name = "dlv-list"
1254version = "0.5.2"
1255source = "registry+https://github.com/rust-lang/crates.io-index"
1256checksum = "442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f"
1257dependencies = [
1258 "const-random",
1259]
1260
1261[[package]]
1262name = "dotenvy"
1263version = "0.15.7"
1264source = "registry+https://github.com/rust-lang/crates.io-index"
1265checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
1266
1267[[package]]
1268name = "dyn-clone"
1269version = "1.0.20"
1270source = "registry+https://github.com/rust-lang/crates.io-index"
1271checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
1272
1273[[package]]
1274name = "ecdsa"
1275version = "0.16.9"
1276source = "registry+https://github.com/rust-lang/crates.io-index"
1277checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
1278dependencies = [
1279 "der",
1280 "digest",
1281 "elliptic-curve",
1282 "rfc6979",
1283 "signature",
1284 "spki",
1285]
1286
1287[[package]]
1288name = "either"
1289version = "1.15.0"
1290source = "registry+https://github.com/rust-lang/crates.io-index"
1291checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
1292dependencies = [
1293 "serde",
1294]
1295
1296[[package]]
1297name = "elliptic-curve"
1298version = "0.13.8"
1299source = "registry+https://github.com/rust-lang/crates.io-index"
1300checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
1301dependencies = [
1302 "base16ct",
1303 "base64ct",
1304 "crypto-bigint",
1305 "digest",
1306 "ff",
1307 "generic-array",
1308 "group",
1309 "hkdf",
1310 "pem-rfc7468",
1311 "pkcs8",
1312 "rand_core 0.6.4",
1313 "sec1",
1314 "serde_json",
1315 "serdect",
1316 "subtle",
1317 "zeroize",
1318]
1319
1320[[package]]
1321name = "embedded-io"
1322version = "0.4.0"
1323source = "registry+https://github.com/rust-lang/crates.io-index"
1324checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
1325
1326[[package]]
1327name = "embedded-io"
1328version = "0.6.1"
1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
1331
1332[[package]]
1333name = "encoding_rs"
1334version = "0.8.35"
1335source = "registry+https://github.com/rust-lang/crates.io-index"
1336checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
1337dependencies = [
1338 "cfg-if",
1339]
1340
1341[[package]]
1342name = "enum-as-inner"
1343version = "0.6.1"
1344source = "registry+https://github.com/rust-lang/crates.io-index"
1345checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
1346dependencies = [
1347 "heck 0.5.0",
1348 "proc-macro2",
1349 "quote",
1350 "syn 2.0.106",
1351]
1352
1353[[package]]
1354name = "env_filter"
1355version = "0.1.4"
1356source = "registry+https://github.com/rust-lang/crates.io-index"
1357checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
1358dependencies = [
1359 "log",
1360 "regex",
1361]
1362
1363[[package]]
1364name = "env_logger"
1365version = "0.11.8"
1366source = "registry+https://github.com/rust-lang/crates.io-index"
1367checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
1368dependencies = [
1369 "anstream",
1370 "anstyle",
1371 "env_filter",
1372 "jiff",
1373 "log",
1374]
1375
1376[[package]]
1377name = "equivalent"
1378version = "1.0.2"
1379source = "registry+https://github.com/rust-lang/crates.io-index"
1380checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1381
1382[[package]]
1383name = "errno"
1384version = "0.3.14"
1385source = "registry+https://github.com/rust-lang/crates.io-index"
1386checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1387dependencies = [
1388 "libc",
1389 "windows-sys 0.61.2",
1390]
1391
1392[[package]]
1393name = "etcetera"
1394version = "0.8.0"
1395source = "registry+https://github.com/rust-lang/crates.io-index"
1396checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
1397dependencies = [
1398 "cfg-if",
1399 "home",
1400 "windows-sys 0.48.0",
1401]
1402
1403[[package]]
1404name = "event-listener"
1405version = "5.4.1"
1406source = "registry+https://github.com/rust-lang/crates.io-index"
1407checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
1408dependencies = [
1409 "concurrent-queue",
1410 "parking",
1411 "pin-project-lite",
1412]
1413
1414[[package]]
1415name = "fastrand"
1416version = "2.3.0"
1417source = "registry+https://github.com/rust-lang/crates.io-index"
1418checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1419
1420[[package]]
1421name = "ff"
1422version = "0.13.1"
1423source = "registry+https://github.com/rust-lang/crates.io-index"
1424checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
1425dependencies = [
1426 "rand_core 0.6.4",
1427 "subtle",
1428]
1429
1430[[package]]
1431name = "filetime"
1432version = "0.2.26"
1433source = "registry+https://github.com/rust-lang/crates.io-index"
1434checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
1435dependencies = [
1436 "cfg-if",
1437 "libc",
1438 "libredox",
1439 "windows-sys 0.60.2",
1440]
1441
1442[[package]]
1443name = "find-msvc-tools"
1444version = "0.1.4"
1445source = "registry+https://github.com/rust-lang/crates.io-index"
1446checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
1447
1448[[package]]
1449name = "flate2"
1450version = "1.1.4"
1451source = "registry+https://github.com/rust-lang/crates.io-index"
1452checksum = "dc5a4e564e38c699f2880d3fda590bedc2e69f3f84cd48b457bd892ce61d0aa9"
1453dependencies = [
1454 "crc32fast",
1455 "miniz_oxide",
1456]
1457
1458[[package]]
1459name = "flume"
1460version = "0.11.1"
1461source = "registry+https://github.com/rust-lang/crates.io-index"
1462checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
1463dependencies = [
1464 "futures-core",
1465 "futures-sink",
1466 "spin 0.9.8",
1467]
1468
1469[[package]]
1470name = "fnv"
1471version = "1.0.7"
1472source = "registry+https://github.com/rust-lang/crates.io-index"
1473checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1474
1475[[package]]
1476name = "foldhash"
1477version = "0.1.5"
1478source = "registry+https://github.com/rust-lang/crates.io-index"
1479checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
1480
1481[[package]]
1482name = "foreign-types"
1483version = "0.3.2"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1486dependencies = [
1487 "foreign-types-shared",
1488]
1489
1490[[package]]
1491name = "foreign-types-shared"
1492version = "0.1.1"
1493source = "registry+https://github.com/rust-lang/crates.io-index"
1494checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1495
1496[[package]]
1497name = "form_urlencoded"
1498version = "1.2.2"
1499source = "registry+https://github.com/rust-lang/crates.io-index"
1500checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
1501dependencies = [
1502 "percent-encoding",
1503]
1504
1505[[package]]
1506name = "forwarded-header-value"
1507version = "0.1.1"
1508source = "registry+https://github.com/rust-lang/crates.io-index"
1509checksum = "8835f84f38484cc86f110a805655697908257fb9a7af005234060891557198e9"
1510dependencies = [
1511 "nonempty",
1512 "thiserror 1.0.69",
1513]
1514
1515[[package]]
1516name = "futf"
1517version = "0.1.5"
1518source = "registry+https://github.com/rust-lang/crates.io-index"
1519checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
1520dependencies = [
1521 "mac",
1522 "new_debug_unreachable",
1523]
1524
1525[[package]]
1526name = "futures"
1527version = "0.3.31"
1528source = "registry+https://github.com/rust-lang/crates.io-index"
1529checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
1530dependencies = [
1531 "futures-channel",
1532 "futures-core",
1533 "futures-executor",
1534 "futures-io",
1535 "futures-sink",
1536 "futures-task",
1537 "futures-util",
1538]
1539
1540[[package]]
1541name = "futures-buffered"
1542version = "0.2.12"
1543source = "registry+https://github.com/rust-lang/crates.io-index"
1544checksum = "a8e0e1f38ec07ba4abbde21eed377082f17ccb988be9d988a5adbf4bafc118fd"
1545dependencies = [
1546 "cordyceps",
1547 "diatomic-waker",
1548 "futures-core",
1549 "pin-project-lite",
1550 "spin 0.10.0",
1551]
1552
1553[[package]]
1554name = "futures-channel"
1555version = "0.3.31"
1556source = "registry+https://github.com/rust-lang/crates.io-index"
1557checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1558dependencies = [
1559 "futures-core",
1560 "futures-sink",
1561]
1562
1563[[package]]
1564name = "futures-core"
1565version = "0.3.31"
1566source = "registry+https://github.com/rust-lang/crates.io-index"
1567checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1568
1569[[package]]
1570name = "futures-executor"
1571version = "0.3.31"
1572source = "registry+https://github.com/rust-lang/crates.io-index"
1573checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1574dependencies = [
1575 "futures-core",
1576 "futures-task",
1577 "futures-util",
1578]
1579
1580[[package]]
1581name = "futures-intrusive"
1582version = "0.5.0"
1583source = "registry+https://github.com/rust-lang/crates.io-index"
1584checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
1585dependencies = [
1586 "futures-core",
1587 "lock_api",
1588 "parking_lot",
1589]
1590
1591[[package]]
1592name = "futures-io"
1593version = "0.3.31"
1594source = "registry+https://github.com/rust-lang/crates.io-index"
1595checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1596
1597[[package]]
1598name = "futures-lite"
1599version = "2.6.1"
1600source = "registry+https://github.com/rust-lang/crates.io-index"
1601checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
1602dependencies = [
1603 "fastrand",
1604 "futures-core",
1605 "futures-io",
1606 "parking",
1607 "pin-project-lite",
1608]
1609
1610[[package]]
1611name = "futures-macro"
1612version = "0.3.31"
1613source = "registry+https://github.com/rust-lang/crates.io-index"
1614checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1615dependencies = [
1616 "proc-macro2",
1617 "quote",
1618 "syn 2.0.106",
1619]
1620
1621[[package]]
1622name = "futures-sink"
1623version = "0.3.31"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1626
1627[[package]]
1628name = "futures-task"
1629version = "0.3.31"
1630source = "registry+https://github.com/rust-lang/crates.io-index"
1631checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1632
1633[[package]]
1634name = "futures-timer"
1635version = "3.0.3"
1636source = "registry+https://github.com/rust-lang/crates.io-index"
1637checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
1638
1639[[package]]
1640name = "futures-util"
1641version = "0.3.31"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1644dependencies = [
1645 "futures-channel",
1646 "futures-core",
1647 "futures-io",
1648 "futures-macro",
1649 "futures-sink",
1650 "futures-task",
1651 "memchr",
1652 "pin-project-lite",
1653 "pin-utils",
1654 "slab",
1655]
1656
1657[[package]]
1658name = "generator"
1659version = "0.8.8"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "52f04ae4152da20c76fe800fa48659201d5cf627c5149ca0b707b69d7eef6cf9"
1662dependencies = [
1663 "cc",
1664 "cfg-if",
1665 "libc",
1666 "log",
1667 "rustversion",
1668 "windows-link 0.2.1",
1669 "windows-result 0.4.1",
1670]
1671
1672[[package]]
1673name = "generic-array"
1674version = "0.14.7"
1675source = "registry+https://github.com/rust-lang/crates.io-index"
1676checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1677dependencies = [
1678 "typenum",
1679 "version_check",
1680 "zeroize",
1681]
1682
1683[[package]]
1684name = "getrandom"
1685version = "0.2.16"
1686source = "registry+https://github.com/rust-lang/crates.io-index"
1687checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
1688dependencies = [
1689 "cfg-if",
1690 "js-sys",
1691 "libc",
1692 "wasi",
1693 "wasm-bindgen",
1694]
1695
1696[[package]]
1697name = "getrandom"
1698version = "0.3.4"
1699source = "registry+https://github.com/rust-lang/crates.io-index"
1700checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1701dependencies = [
1702 "cfg-if",
1703 "js-sys",
1704 "libc",
1705 "r-efi",
1706 "wasip2",
1707 "wasm-bindgen",
1708]
1709
1710[[package]]
1711name = "gloo-storage"
1712version = "0.3.0"
1713source = "registry+https://github.com/rust-lang/crates.io-index"
1714checksum = "fbc8031e8c92758af912f9bc08fbbadd3c6f3cfcbf6b64cdf3d6a81f0139277a"
1715dependencies = [
1716 "gloo-utils",
1717 "js-sys",
1718 "serde",
1719 "serde_json",
1720 "thiserror 1.0.69",
1721 "wasm-bindgen",
1722 "web-sys",
1723]
1724
1725[[package]]
1726name = "gloo-utils"
1727version = "0.2.0"
1728source = "registry+https://github.com/rust-lang/crates.io-index"
1729checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa"
1730dependencies = [
1731 "js-sys",
1732 "serde",
1733 "serde_json",
1734 "wasm-bindgen",
1735 "web-sys",
1736]
1737
1738[[package]]
1739name = "governor"
1740version = "0.10.1"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "444405bbb1a762387aa22dd569429533b54a1d8759d35d3b64cb39b0293eaa19"
1743dependencies = [
1744 "cfg-if",
1745 "dashmap",
1746 "futures-sink",
1747 "futures-timer",
1748 "futures-util",
1749 "getrandom 0.3.4",
1750 "hashbrown 0.15.5",
1751 "nonzero_ext",
1752 "parking_lot",
1753 "portable-atomic",
1754 "quanta",
1755 "rand 0.9.2",
1756 "smallvec",
1757 "spinning_top",
1758 "web-time",
1759]
1760
1761[[package]]
1762name = "group"
1763version = "0.13.0"
1764source = "registry+https://github.com/rust-lang/crates.io-index"
1765checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
1766dependencies = [
1767 "ff",
1768 "rand_core 0.6.4",
1769 "subtle",
1770]
1771
1772[[package]]
1773name = "gzip-header"
1774version = "1.0.0"
1775source = "registry+https://github.com/rust-lang/crates.io-index"
1776checksum = "95cc527b92e6029a62960ad99aa8a6660faa4555fe5f731aab13aa6a921795a2"
1777dependencies = [
1778 "crc32fast",
1779]
1780
1781[[package]]
1782name = "h2"
1783version = "0.4.12"
1784source = "registry+https://github.com/rust-lang/crates.io-index"
1785checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
1786dependencies = [
1787 "atomic-waker",
1788 "bytes",
1789 "fnv",
1790 "futures-core",
1791 "futures-sink",
1792 "http",
1793 "indexmap 2.11.4",
1794 "slab",
1795 "tokio",
1796 "tokio-util",
1797 "tracing",
1798]
1799
1800[[package]]
1801name = "half"
1802version = "2.7.0"
1803source = "registry+https://github.com/rust-lang/crates.io-index"
1804checksum = "e54c115d4f30f52c67202f079c5f9d8b49db4691f460fdb0b4c2e838261b2ba5"
1805dependencies = [
1806 "cfg-if",
1807 "crunchy",
1808 "zerocopy",
1809]
1810
1811[[package]]
1812name = "hash32"
1813version = "0.2.1"
1814source = "registry+https://github.com/rust-lang/crates.io-index"
1815checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
1816dependencies = [
1817 "byteorder",
1818]
1819
1820[[package]]
1821name = "hashbrown"
1822version = "0.12.3"
1823source = "registry+https://github.com/rust-lang/crates.io-index"
1824checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1825
1826[[package]]
1827name = "hashbrown"
1828version = "0.14.5"
1829source = "registry+https://github.com/rust-lang/crates.io-index"
1830checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1831
1832[[package]]
1833name = "hashbrown"
1834version = "0.15.5"
1835source = "registry+https://github.com/rust-lang/crates.io-index"
1836checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1837dependencies = [
1838 "allocator-api2",
1839 "equivalent",
1840 "foldhash",
1841]
1842
1843[[package]]
1844name = "hashbrown"
1845version = "0.16.0"
1846source = "registry+https://github.com/rust-lang/crates.io-index"
1847checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
1848
1849[[package]]
1850name = "hashlink"
1851version = "0.10.0"
1852source = "registry+https://github.com/rust-lang/crates.io-index"
1853checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
1854dependencies = [
1855 "hashbrown 0.15.5",
1856]
1857
1858[[package]]
1859name = "heapless"
1860version = "0.7.17"
1861source = "registry+https://github.com/rust-lang/crates.io-index"
1862checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f"
1863dependencies = [
1864 "atomic-polyfill",
1865 "hash32",
1866 "rustc_version",
1867 "serde",
1868 "spin 0.9.8",
1869 "stable_deref_trait",
1870]
1871
1872[[package]]
1873name = "heck"
1874version = "0.4.1"
1875source = "registry+https://github.com/rust-lang/crates.io-index"
1876checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1877
1878[[package]]
1879name = "heck"
1880version = "0.5.0"
1881source = "registry+https://github.com/rust-lang/crates.io-index"
1882checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1883
1884[[package]]
1885name = "hermit-abi"
1886version = "0.5.2"
1887source = "registry+https://github.com/rust-lang/crates.io-index"
1888checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
1889
1890[[package]]
1891name = "hex"
1892version = "0.4.3"
1893source = "registry+https://github.com/rust-lang/crates.io-index"
1894checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1895
1896[[package]]
1897name = "hex-conservative"
1898version = "0.2.1"
1899source = "registry+https://github.com/rust-lang/crates.io-index"
1900checksum = "5313b072ce3c597065a808dbf612c4c8e8590bdbf8b579508bf7a762c5eae6cd"
1901dependencies = [
1902 "arrayvec",
1903]
1904
1905[[package]]
1906name = "hex_fmt"
1907version = "0.3.0"
1908source = "registry+https://github.com/rust-lang/crates.io-index"
1909checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"
1910
1911[[package]]
1912name = "hickory-proto"
1913version = "0.24.4"
1914source = "registry+https://github.com/rust-lang/crates.io-index"
1915checksum = "92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248"
1916dependencies = [
1917 "async-trait",
1918 "cfg-if",
1919 "data-encoding",
1920 "enum-as-inner",
1921 "futures-channel",
1922 "futures-io",
1923 "futures-util",
1924 "idna",
1925 "ipnet",
1926 "once_cell",
1927 "rand 0.8.5",
1928 "thiserror 1.0.69",
1929 "tinyvec",
1930 "tokio",
1931 "tracing",
1932 "url",
1933]
1934
1935[[package]]
1936name = "hickory-proto"
1937version = "0.25.2"
1938source = "registry+https://github.com/rust-lang/crates.io-index"
1939checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502"
1940dependencies = [
1941 "async-trait",
1942 "cfg-if",
1943 "data-encoding",
1944 "enum-as-inner",
1945 "futures-channel",
1946 "futures-io",
1947 "futures-util",
1948 "idna",
1949 "ipnet",
1950 "once_cell",
1951 "rand 0.9.2",
1952 "ring",
1953 "thiserror 2.0.17",
1954 "tinyvec",
1955 "tokio",
1956 "tracing",
1957 "url",
1958]
1959
1960[[package]]
1961name = "hickory-resolver"
1962version = "0.24.4"
1963source = "registry+https://github.com/rust-lang/crates.io-index"
1964checksum = "cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e"
1965dependencies = [
1966 "cfg-if",
1967 "futures-util",
1968 "hickory-proto 0.24.4",
1969 "ipconfig",
1970 "lru-cache",
1971 "once_cell",
1972 "parking_lot",
1973 "rand 0.8.5",
1974 "resolv-conf",
1975 "smallvec",
1976 "thiserror 1.0.69",
1977 "tokio",
1978 "tracing",
1979]
1980
1981[[package]]
1982name = "hickory-resolver"
1983version = "0.25.2"
1984source = "registry+https://github.com/rust-lang/crates.io-index"
1985checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a"
1986dependencies = [
1987 "cfg-if",
1988 "futures-util",
1989 "hickory-proto 0.25.2",
1990 "ipconfig",
1991 "moka",
1992 "once_cell",
1993 "parking_lot",
1994 "rand 0.9.2",
1995 "resolv-conf",
1996 "smallvec",
1997 "thiserror 2.0.17",
1998 "tokio",
1999 "tracing",
2000]
2001
2002[[package]]
2003name = "hkdf"
2004version = "0.12.4"
2005source = "registry+https://github.com/rust-lang/crates.io-index"
2006checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
2007dependencies = [
2008 "hmac",
2009]
2010
2011[[package]]
2012name = "hmac"
2013version = "0.12.1"
2014source = "registry+https://github.com/rust-lang/crates.io-index"
2015checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2016dependencies = [
2017 "digest",
2018]
2019
2020[[package]]
2021name = "home"
2022version = "0.5.11"
2023source = "registry+https://github.com/rust-lang/crates.io-index"
2024checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
2025dependencies = [
2026 "windows-sys 0.59.0",
2027]
2028
2029[[package]]
2030name = "html5ever"
2031version = "0.27.0"
2032source = "registry+https://github.com/rust-lang/crates.io-index"
2033checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
2034dependencies = [
2035 "log",
2036 "mac",
2037 "markup5ever",
2038 "proc-macro2",
2039 "quote",
2040 "syn 2.0.106",
2041]
2042
2043[[package]]
2044name = "http"
2045version = "1.3.1"
2046source = "registry+https://github.com/rust-lang/crates.io-index"
2047checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
2048dependencies = [
2049 "bytes",
2050 "fnv",
2051 "itoa",
2052]
2053
2054[[package]]
2055name = "http-body"
2056version = "1.0.1"
2057source = "registry+https://github.com/rust-lang/crates.io-index"
2058checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
2059dependencies = [
2060 "bytes",
2061 "http",
2062]
2063
2064[[package]]
2065name = "http-body-util"
2066version = "0.1.3"
2067source = "registry+https://github.com/rust-lang/crates.io-index"
2068checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
2069dependencies = [
2070 "bytes",
2071 "futures-core",
2072 "http",
2073 "http-body",
2074 "pin-project-lite",
2075]
2076
2077[[package]]
2078name = "http-range-header"
2079version = "0.4.2"
2080source = "registry+https://github.com/rust-lang/crates.io-index"
2081checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
2082
2083[[package]]
2084name = "httparse"
2085version = "1.10.1"
2086source = "registry+https://github.com/rust-lang/crates.io-index"
2087checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
2088
2089[[package]]
2090name = "httpdate"
2091version = "1.0.3"
2092source = "registry+https://github.com/rust-lang/crates.io-index"
2093checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2094
2095[[package]]
2096name = "hyper"
2097version = "1.7.0"
2098source = "registry+https://github.com/rust-lang/crates.io-index"
2099checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
2100dependencies = [
2101 "atomic-waker",
2102 "bytes",
2103 "futures-channel",
2104 "futures-core",
2105 "h2",
2106 "http",
2107 "http-body",
2108 "httparse",
2109 "httpdate",
2110 "itoa",
2111 "pin-project-lite",
2112 "pin-utils",
2113 "smallvec",
2114 "tokio",
2115 "want",
2116]
2117
2118[[package]]
2119name = "hyper-rustls"
2120version = "0.27.7"
2121source = "registry+https://github.com/rust-lang/crates.io-index"
2122checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
2123dependencies = [
2124 "http",
2125 "hyper",
2126 "hyper-util",
2127 "rustls",
2128 "rustls-pki-types",
2129 "tokio",
2130 "tokio-rustls",
2131 "tower-service",
2132 "webpki-roots 1.0.3",
2133]
2134
2135[[package]]
2136name = "hyper-timeout"
2137version = "0.5.2"
2138source = "registry+https://github.com/rust-lang/crates.io-index"
2139checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
2140dependencies = [
2141 "hyper",
2142 "hyper-util",
2143 "pin-project-lite",
2144 "tokio",
2145 "tower-service",
2146]
2147
2148[[package]]
2149name = "hyper-tls"
2150version = "0.6.0"
2151source = "registry+https://github.com/rust-lang/crates.io-index"
2152checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
2153dependencies = [
2154 "bytes",
2155 "http-body-util",
2156 "hyper",
2157 "hyper-util",
2158 "native-tls",
2159 "tokio",
2160 "tokio-native-tls",
2161 "tower-service",
2162]
2163
2164[[package]]
2165name = "hyper-util"
2166version = "0.1.17"
2167source = "registry+https://github.com/rust-lang/crates.io-index"
2168checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
2169dependencies = [
2170 "base64 0.22.1",
2171 "bytes",
2172 "futures-channel",
2173 "futures-core",
2174 "futures-util",
2175 "http",
2176 "http-body",
2177 "hyper",
2178 "ipnet",
2179 "libc",
2180 "percent-encoding",
2181 "pin-project-lite",
2182 "socket2 0.6.0",
2183 "system-configuration",
2184 "tokio",
2185 "tower-service",
2186 "tracing",
2187 "windows-registry",
2188]
2189
2190[[package]]
2191name = "iana-time-zone"
2192version = "0.1.64"
2193source = "registry+https://github.com/rust-lang/crates.io-index"
2194checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
2195dependencies = [
2196 "android_system_properties",
2197 "core-foundation-sys",
2198 "iana-time-zone-haiku",
2199 "js-sys",
2200 "log",
2201 "wasm-bindgen",
2202 "windows-core 0.62.2",
2203]
2204
2205[[package]]
2206name = "iana-time-zone-haiku"
2207version = "0.1.2"
2208source = "registry+https://github.com/rust-lang/crates.io-index"
2209checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2210dependencies = [
2211 "cc",
2212]
2213
2214[[package]]
2215name = "icu_collections"
2216version = "2.0.0"
2217source = "registry+https://github.com/rust-lang/crates.io-index"
2218checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
2219dependencies = [
2220 "displaydoc",
2221 "potential_utf",
2222 "yoke",
2223 "zerofrom",
2224 "zerovec",
2225]
2226
2227[[package]]
2228name = "icu_locale_core"
2229version = "2.0.0"
2230source = "registry+https://github.com/rust-lang/crates.io-index"
2231checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
2232dependencies = [
2233 "displaydoc",
2234 "litemap",
2235 "tinystr",
2236 "writeable",
2237 "zerovec",
2238]
2239
2240[[package]]
2241name = "icu_normalizer"
2242version = "2.0.0"
2243source = "registry+https://github.com/rust-lang/crates.io-index"
2244checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
2245dependencies = [
2246 "displaydoc",
2247 "icu_collections",
2248 "icu_normalizer_data",
2249 "icu_properties",
2250 "icu_provider",
2251 "smallvec",
2252 "zerovec",
2253]
2254
2255[[package]]
2256name = "icu_normalizer_data"
2257version = "2.0.0"
2258source = "registry+https://github.com/rust-lang/crates.io-index"
2259checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
2260
2261[[package]]
2262name = "icu_properties"
2263version = "2.0.1"
2264source = "registry+https://github.com/rust-lang/crates.io-index"
2265checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
2266dependencies = [
2267 "displaydoc",
2268 "icu_collections",
2269 "icu_locale_core",
2270 "icu_properties_data",
2271 "icu_provider",
2272 "potential_utf",
2273 "zerotrie",
2274 "zerovec",
2275]
2276
2277[[package]]
2278name = "icu_properties_data"
2279version = "2.0.1"
2280source = "registry+https://github.com/rust-lang/crates.io-index"
2281checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
2282
2283[[package]]
2284name = "icu_provider"
2285version = "2.0.0"
2286source = "registry+https://github.com/rust-lang/crates.io-index"
2287checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
2288dependencies = [
2289 "displaydoc",
2290 "icu_locale_core",
2291 "stable_deref_trait",
2292 "tinystr",
2293 "writeable",
2294 "yoke",
2295 "zerofrom",
2296 "zerotrie",
2297 "zerovec",
2298]
2299
2300[[package]]
2301name = "ident_case"
2302version = "1.0.1"
2303source = "registry+https://github.com/rust-lang/crates.io-index"
2304checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2305
2306[[package]]
2307name = "idna"
2308version = "1.1.0"
2309source = "registry+https://github.com/rust-lang/crates.io-index"
2310checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
2311dependencies = [
2312 "idna_adapter",
2313 "smallvec",
2314 "utf8_iter",
2315]
2316
2317[[package]]
2318name = "idna_adapter"
2319version = "1.2.1"
2320source = "registry+https://github.com/rust-lang/crates.io-index"
2321checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
2322dependencies = [
2323 "icu_normalizer",
2324 "icu_properties",
2325]
2326
2327[[package]]
2328name = "indexmap"
2329version = "1.9.3"
2330source = "registry+https://github.com/rust-lang/crates.io-index"
2331checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2332dependencies = [
2333 "autocfg",
2334 "hashbrown 0.12.3",
2335 "serde",
2336]
2337
2338[[package]]
2339name = "indexmap"
2340version = "2.11.4"
2341source = "registry+https://github.com/rust-lang/crates.io-index"
2342checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
2343dependencies = [
2344 "equivalent",
2345 "hashbrown 0.16.0",
2346 "serde",
2347 "serde_core",
2348]
2349
2350[[package]]
2351name = "indoc"
2352version = "2.0.6"
2353source = "registry+https://github.com/rust-lang/crates.io-index"
2354checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
2355
2356[[package]]
2357name = "inventory"
2358version = "0.3.21"
2359source = "registry+https://github.com/rust-lang/crates.io-index"
2360checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
2361dependencies = [
2362 "rustversion",
2363]
2364
2365[[package]]
2366name = "ipconfig"
2367version = "0.3.2"
2368source = "registry+https://github.com/rust-lang/crates.io-index"
2369checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
2370dependencies = [
2371 "socket2 0.5.10",
2372 "widestring",
2373 "windows-sys 0.48.0",
2374 "winreg",
2375]
2376
2377[[package]]
2378name = "ipld-core"
2379version = "0.4.2"
2380source = "registry+https://github.com/rust-lang/crates.io-index"
2381checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db"
2382dependencies = [
2383 "cid",
2384 "serde",
2385 "serde_bytes",
2386]
2387
2388[[package]]
2389name = "ipnet"
2390version = "2.11.0"
2391source = "registry+https://github.com/rust-lang/crates.io-index"
2392checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
2393
2394[[package]]
2395name = "iri-string"
2396version = "0.7.8"
2397source = "registry+https://github.com/rust-lang/crates.io-index"
2398checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
2399dependencies = [
2400 "memchr",
2401 "serde",
2402]
2403
2404[[package]]
2405name = "is_terminal_polyfill"
2406version = "1.70.1"
2407source = "registry+https://github.com/rust-lang/crates.io-index"
2408checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
2409
2410[[package]]
2411name = "itoa"
2412version = "1.0.15"
2413source = "registry+https://github.com/rust-lang/crates.io-index"
2414checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
2415
2416[[package]]
2417name = "jacquard"
2418version = "0.9.5"
2419source = "registry+https://github.com/rust-lang/crates.io-index"
2420checksum = "f7c1fdbcf1153e6e6b87fde20036c1ffe7473c4852f1c6369bc4ef1fe47ccb9f"
2421dependencies = [
2422 "bytes",
2423 "getrandom 0.2.16",
2424 "gloo-storage",
2425 "http",
2426 "jacquard-api",
2427 "jacquard-common",
2428 "jacquard-derive 0.9.5",
2429 "jacquard-identity",
2430 "jacquard-oauth",
2431 "jose-jwk",
2432 "miette",
2433 "regex",
2434 "regex-lite",
2435 "reqwest",
2436 "serde",
2437 "serde_html_form",
2438 "serde_json",
2439 "smol_str",
2440 "thiserror 2.0.17",
2441 "tokio",
2442 "trait-variant",
2443 "url",
2444 "webpage",
2445]
2446
2447[[package]]
2448name = "jacquard-api"
2449version = "0.9.5"
2450source = "registry+https://github.com/rust-lang/crates.io-index"
2451checksum = "4979fb1848c1dd7ac8fd12745bc71f56f6da61374407d5f9b06005467a954e5a"
2452dependencies = [
2453 "bon",
2454 "bytes",
2455 "jacquard-common",
2456 "jacquard-derive 0.9.5",
2457 "jacquard-lexicon",
2458 "miette",
2459 "rustversion",
2460 "serde",
2461 "serde_bytes",
2462 "serde_ipld_dagcbor",
2463 "thiserror 2.0.17",
2464 "unicode-segmentation",
2465]
2466
2467[[package]]
2468name = "jacquard-axum"
2469version = "0.9.6"
2470source = "registry+https://github.com/rust-lang/crates.io-index"
2471checksum = "ed99b0dc0cd54189bebb83d5d5cc5ac2889f62ede9729a6ead9035073d111bc9"
2472dependencies = [
2473 "axum",
2474 "bytes",
2475 "jacquard",
2476 "jacquard-common",
2477 "jacquard-derive 0.9.5",
2478 "jacquard-identity",
2479 "miette",
2480 "multibase",
2481 "serde",
2482 "serde_html_form",
2483 "serde_json",
2484 "thiserror 2.0.17",
2485 "tokio",
2486 "tower-http",
2487 "tracing",
2488]
2489
2490[[package]]
2491name = "jacquard-common"
2492version = "0.9.5"
2493source = "registry+https://github.com/rust-lang/crates.io-index"
2494checksum = "1751921e0bdae5e0077afade6161545e9ef7698306c868f800916e99ecbcaae9"
2495dependencies = [
2496 "base64 0.22.1",
2497 "bon",
2498 "bytes",
2499 "chrono",
2500 "cid",
2501 "getrandom 0.2.16",
2502 "getrandom 0.3.4",
2503 "http",
2504 "ipld-core",
2505 "k256",
2506 "langtag",
2507 "miette",
2508 "multibase",
2509 "multihash",
2510 "ouroboros",
2511 "p256",
2512 "postcard",
2513 "rand 0.9.2",
2514 "regex",
2515 "regex-lite",
2516 "reqwest",
2517 "serde",
2518 "serde_bytes",
2519 "serde_html_form",
2520 "serde_ipld_dagcbor",
2521 "serde_json",
2522 "signature",
2523 "smol_str",
2524 "thiserror 2.0.17",
2525 "tokio",
2526 "tokio-util",
2527 "trait-variant",
2528 "url",
2529]
2530
2531[[package]]
2532name = "jacquard-derive"
2533version = "0.6.0"
2534source = "registry+https://github.com/rust-lang/crates.io-index"
2535checksum = "a4741844c0638498156338e6230a81ecb54d0a061ffc6f4f54e97b94972a01fb"
2536dependencies = [
2537 "proc-macro2",
2538 "quote",
2539 "syn 2.0.106",
2540]
2541
2542[[package]]
2543name = "jacquard-derive"
2544version = "0.9.5"
2545source = "registry+https://github.com/rust-lang/crates.io-index"
2546checksum = "9c8d73dfee07943fdab93569ed1c28b06c6921ed891c08b415c4a323ff67e593"
2547dependencies = [
2548 "heck 0.5.0",
2549 "jacquard-lexicon",
2550 "proc-macro2",
2551 "quote",
2552 "syn 2.0.106",
2553]
2554
2555[[package]]
2556name = "jacquard-identity"
2557version = "0.9.5"
2558source = "registry+https://github.com/rust-lang/crates.io-index"
2559checksum = "e7aaefa819fa4213cf59f180dba932f018a7cd0599582fd38474ee2a38c16cf2"
2560dependencies = [
2561 "bon",
2562 "bytes",
2563 "hickory-resolver 0.24.4",
2564 "http",
2565 "jacquard-api",
2566 "jacquard-common",
2567 "jacquard-lexicon",
2568 "miette",
2569 "mini-moka-wasm",
2570 "n0-future",
2571 "percent-encoding",
2572 "reqwest",
2573 "serde",
2574 "serde_html_form",
2575 "serde_json",
2576 "thiserror 2.0.17",
2577 "tokio",
2578 "trait-variant",
2579 "url",
2580 "urlencoding",
2581]
2582
2583[[package]]
2584name = "jacquard-lexicon"
2585version = "0.9.5"
2586source = "registry+https://github.com/rust-lang/crates.io-index"
2587checksum = "8411aff546569b0a1e0ef669bed2380cec1c00d48f02f3fcd57a71545321b3d8"
2588dependencies = [
2589 "cid",
2590 "dashmap",
2591 "heck 0.5.0",
2592 "inventory",
2593 "jacquard-common",
2594 "miette",
2595 "multihash",
2596 "prettyplease",
2597 "proc-macro2",
2598 "quote",
2599 "serde",
2600 "serde_ipld_dagcbor",
2601 "serde_json",
2602 "serde_repr",
2603 "serde_with",
2604 "sha2",
2605 "syn 2.0.106",
2606 "thiserror 2.0.17",
2607 "unicode-segmentation",
2608]
2609
2610[[package]]
2611name = "jacquard-oauth"
2612version = "0.9.6"
2613source = "registry+https://github.com/rust-lang/crates.io-index"
2614checksum = "68bf0b0e061d85b09cfa78588dc098918d5b62f539a719165c6a806a1d2c0ef2"
2615dependencies = [
2616 "base64 0.22.1",
2617 "bytes",
2618 "chrono",
2619 "dashmap",
2620 "elliptic-curve",
2621 "http",
2622 "jacquard-common",
2623 "jacquard-identity",
2624 "jose-jwa",
2625 "jose-jwk",
2626 "miette",
2627 "p256",
2628 "rand 0.8.5",
2629 "rouille",
2630 "serde",
2631 "serde_html_form",
2632 "serde_json",
2633 "sha2",
2634 "smol_str",
2635 "thiserror 2.0.17",
2636 "tokio",
2637 "trait-variant",
2638 "url",
2639 "webbrowser",
2640]
2641
2642[[package]]
2643name = "jiff"
2644version = "0.2.15"
2645source = "registry+https://github.com/rust-lang/crates.io-index"
2646checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
2647dependencies = [
2648 "jiff-static",
2649 "log",
2650 "portable-atomic",
2651 "portable-atomic-util",
2652 "serde",
2653]
2654
2655[[package]]
2656name = "jiff-static"
2657version = "0.2.15"
2658source = "registry+https://github.com/rust-lang/crates.io-index"
2659checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
2660dependencies = [
2661 "proc-macro2",
2662 "quote",
2663 "syn 2.0.106",
2664]
2665
2666[[package]]
2667name = "jni"
2668version = "0.21.1"
2669source = "registry+https://github.com/rust-lang/crates.io-index"
2670checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
2671dependencies = [
2672 "cesu8",
2673 "cfg-if",
2674 "combine",
2675 "jni-sys",
2676 "log",
2677 "thiserror 1.0.69",
2678 "walkdir",
2679 "windows-sys 0.45.0",
2680]
2681
2682[[package]]
2683name = "jni-sys"
2684version = "0.3.0"
2685source = "registry+https://github.com/rust-lang/crates.io-index"
2686checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2687
2688[[package]]
2689name = "jobserver"
2690version = "0.1.34"
2691source = "registry+https://github.com/rust-lang/crates.io-index"
2692checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
2693dependencies = [
2694 "getrandom 0.3.4",
2695 "libc",
2696]
2697
2698[[package]]
2699name = "jose-b64"
2700version = "0.1.2"
2701source = "registry+https://github.com/rust-lang/crates.io-index"
2702checksum = "bec69375368709666b21c76965ce67549f2d2db7605f1f8707d17c9656801b56"
2703dependencies = [
2704 "base64ct",
2705 "serde",
2706 "subtle",
2707 "zeroize",
2708]
2709
2710[[package]]
2711name = "jose-jwa"
2712version = "0.1.2"
2713source = "registry+https://github.com/rust-lang/crates.io-index"
2714checksum = "9ab78e053fe886a351d67cf0d194c000f9d0dcb92906eb34d853d7e758a4b3a7"
2715dependencies = [
2716 "serde",
2717]
2718
2719[[package]]
2720name = "jose-jwk"
2721version = "0.1.2"
2722source = "registry+https://github.com/rust-lang/crates.io-index"
2723checksum = "280fa263807fe0782ecb6f2baadc28dffc04e00558a58e33bfdb801d11fd58e7"
2724dependencies = [
2725 "jose-b64",
2726 "jose-jwa",
2727 "p256",
2728 "p384",
2729 "rsa",
2730 "serde",
2731 "zeroize",
2732]
2733
2734[[package]]
2735name = "js-sys"
2736version = "0.3.81"
2737source = "registry+https://github.com/rust-lang/crates.io-index"
2738checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
2739dependencies = [
2740 "once_cell",
2741 "wasm-bindgen",
2742]
2743
2744[[package]]
2745name = "jwt-compact"
2746version = "0.9.0-beta.1"
2747source = "git+https://github.com/fatfingers23/jwt-compact.git#aed088b8ff5ad44ef2785c453f6a4b7916728b1c"
2748dependencies = [
2749 "anyhow",
2750 "base64ct",
2751 "chrono",
2752 "ciborium",
2753 "hmac",
2754 "lazy_static",
2755 "rand_core 0.6.4",
2756 "secp256k1",
2757 "serde",
2758 "serde_json",
2759 "sha2",
2760 "smallvec",
2761 "subtle",
2762 "zeroize",
2763]
2764
2765[[package]]
2766name = "k256"
2767version = "0.13.4"
2768source = "registry+https://github.com/rust-lang/crates.io-index"
2769checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
2770dependencies = [
2771 "cfg-if",
2772 "ecdsa",
2773 "elliptic-curve",
2774 "once_cell",
2775 "sha2",
2776 "signature",
2777]
2778
2779[[package]]
2780name = "langtag"
2781version = "0.4.0"
2782source = "registry+https://github.com/rust-lang/crates.io-index"
2783checksum = "9ecb4c689a30e48ebeaa14237f34037e300dd072e6ad21a9ec72e810ff3c6600"
2784dependencies = [
2785 "serde",
2786 "static-regular-grammar",
2787 "thiserror 1.0.69",
2788]
2789
2790[[package]]
2791name = "lazy_static"
2792version = "1.5.0"
2793source = "registry+https://github.com/rust-lang/crates.io-index"
2794checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2795dependencies = [
2796 "spin 0.9.8",
2797]
2798
2799[[package]]
2800name = "lexicon_types_crate"
2801version = "0.1.0"
2802dependencies = [
2803 "bon",
2804 "jacquard-common",
2805 "jacquard-derive 0.6.0",
2806 "miette",
2807 "serde",
2808 "thiserror 2.0.17",
2809]
2810
2811[[package]]
2812name = "libc"
2813version = "0.2.177"
2814source = "registry+https://github.com/rust-lang/crates.io-index"
2815checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
2816
2817[[package]]
2818name = "libm"
2819version = "0.2.15"
2820source = "registry+https://github.com/rust-lang/crates.io-index"
2821checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
2822
2823[[package]]
2824name = "libredox"
2825version = "0.1.10"
2826source = "registry+https://github.com/rust-lang/crates.io-index"
2827checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
2828dependencies = [
2829 "bitflags",
2830 "libc",
2831 "redox_syscall",
2832]
2833
2834[[package]]
2835name = "libsqlite3-sys"
2836version = "0.30.1"
2837source = "registry+https://github.com/rust-lang/crates.io-index"
2838checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
2839dependencies = [
2840 "pkg-config",
2841 "vcpkg",
2842]
2843
2844[[package]]
2845name = "linked-hash-map"
2846version = "0.5.6"
2847source = "registry+https://github.com/rust-lang/crates.io-index"
2848checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2849
2850[[package]]
2851name = "linux-raw-sys"
2852version = "0.11.0"
2853source = "registry+https://github.com/rust-lang/crates.io-index"
2854checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
2855
2856[[package]]
2857name = "litemap"
2858version = "0.8.0"
2859source = "registry+https://github.com/rust-lang/crates.io-index"
2860checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
2861
2862[[package]]
2863name = "lock_api"
2864version = "0.4.14"
2865source = "registry+https://github.com/rust-lang/crates.io-index"
2866checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
2867dependencies = [
2868 "scopeguard",
2869]
2870
2871[[package]]
2872name = "log"
2873version = "0.4.28"
2874source = "registry+https://github.com/rust-lang/crates.io-index"
2875checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
2876
2877[[package]]
2878name = "loom"
2879version = "0.7.2"
2880source = "registry+https://github.com/rust-lang/crates.io-index"
2881checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
2882dependencies = [
2883 "cfg-if",
2884 "generator",
2885 "scoped-tls",
2886 "tracing",
2887 "tracing-subscriber",
2888]
2889
2890[[package]]
2891name = "lru"
2892version = "0.12.5"
2893source = "registry+https://github.com/rust-lang/crates.io-index"
2894checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
2895dependencies = [
2896 "hashbrown 0.15.5",
2897]
2898
2899[[package]]
2900name = "lru-cache"
2901version = "0.1.2"
2902source = "registry+https://github.com/rust-lang/crates.io-index"
2903checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
2904dependencies = [
2905 "linked-hash-map",
2906]
2907
2908[[package]]
2909name = "lru-slab"
2910version = "0.1.2"
2911source = "registry+https://github.com/rust-lang/crates.io-index"
2912checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
2913
2914[[package]]
2915name = "mac"
2916version = "0.1.1"
2917source = "registry+https://github.com/rust-lang/crates.io-index"
2918checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
2919
2920[[package]]
2921name = "markup5ever"
2922version = "0.12.1"
2923source = "registry+https://github.com/rust-lang/crates.io-index"
2924checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
2925dependencies = [
2926 "log",
2927 "phf",
2928 "phf_codegen",
2929 "string_cache",
2930 "string_cache_codegen",
2931 "tendril",
2932]
2933
2934[[package]]
2935name = "markup5ever_rcdom"
2936version = "0.3.0"
2937source = "registry+https://github.com/rust-lang/crates.io-index"
2938checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
2939dependencies = [
2940 "html5ever",
2941 "markup5ever",
2942 "tendril",
2943 "xml5ever",
2944]
2945
2946[[package]]
2947name = "match-lookup"
2948version = "0.1.1"
2949source = "registry+https://github.com/rust-lang/crates.io-index"
2950checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e"
2951dependencies = [
2952 "proc-macro2",
2953 "quote",
2954 "syn 1.0.109",
2955]
2956
2957[[package]]
2958name = "matchers"
2959version = "0.2.0"
2960source = "registry+https://github.com/rust-lang/crates.io-index"
2961checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
2962dependencies = [
2963 "regex-automata",
2964]
2965
2966[[package]]
2967name = "matchit"
2968version = "0.8.4"
2969source = "registry+https://github.com/rust-lang/crates.io-index"
2970checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
2971
2972[[package]]
2973name = "maybe-async"
2974version = "0.2.10"
2975source = "registry+https://github.com/rust-lang/crates.io-index"
2976checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
2977dependencies = [
2978 "proc-macro2",
2979 "quote",
2980 "syn 2.0.106",
2981]
2982
2983[[package]]
2984name = "md-5"
2985version = "0.10.6"
2986source = "registry+https://github.com/rust-lang/crates.io-index"
2987checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
2988dependencies = [
2989 "cfg-if",
2990 "digest",
2991]
2992
2993[[package]]
2994name = "md5"
2995version = "0.8.0"
2996source = "registry+https://github.com/rust-lang/crates.io-index"
2997checksum = "ae960838283323069879657ca3de837e9f7bbb4c7bf6ea7f1b290d5e9476d2e0"
2998
2999[[package]]
3000name = "memchr"
3001version = "2.7.6"
3002source = "registry+https://github.com/rust-lang/crates.io-index"
3003checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
3004
3005[[package]]
3006name = "metrics"
3007version = "0.24.2"
3008source = "registry+https://github.com/rust-lang/crates.io-index"
3009checksum = "25dea7ac8057892855ec285c440160265225438c3c45072613c25a4b26e98ef5"
3010dependencies = [
3011 "ahash",
3012 "portable-atomic",
3013]
3014
3015[[package]]
3016name = "metrics-exporter-prometheus"
3017version = "0.17.2"
3018source = "registry+https://github.com/rust-lang/crates.io-index"
3019checksum = "2b166dea96003ee2531cf14833efedced545751d800f03535801d833313f8c15"
3020dependencies = [
3021 "base64 0.22.1",
3022 "indexmap 2.11.4",
3023 "metrics",
3024 "metrics-util",
3025 "quanta",
3026 "thiserror 2.0.17",
3027]
3028
3029[[package]]
3030name = "metrics-util"
3031version = "0.20.0"
3032source = "registry+https://github.com/rust-lang/crates.io-index"
3033checksum = "fe8db7a05415d0f919ffb905afa37784f71901c9a773188876984b4f769ab986"
3034dependencies = [
3035 "crossbeam-epoch",
3036 "crossbeam-utils",
3037 "hashbrown 0.15.5",
3038 "metrics",
3039 "quanta",
3040 "rand 0.9.2",
3041 "rand_xoshiro",
3042 "sketches-ddsketch",
3043]
3044
3045[[package]]
3046name = "miette"
3047version = "7.6.0"
3048source = "registry+https://github.com/rust-lang/crates.io-index"
3049checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
3050dependencies = [
3051 "cfg-if",
3052 "miette-derive",
3053 "unicode-width",
3054]
3055
3056[[package]]
3057name = "miette-derive"
3058version = "7.6.0"
3059source = "registry+https://github.com/rust-lang/crates.io-index"
3060checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
3061dependencies = [
3062 "proc-macro2",
3063 "quote",
3064 "syn 2.0.106",
3065]
3066
3067[[package]]
3068name = "mime"
3069version = "0.3.17"
3070source = "registry+https://github.com/rust-lang/crates.io-index"
3071checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
3072
3073[[package]]
3074name = "mime_guess"
3075version = "2.0.5"
3076source = "registry+https://github.com/rust-lang/crates.io-index"
3077checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
3078dependencies = [
3079 "mime",
3080 "unicase",
3081]
3082
3083[[package]]
3084name = "mini-moka-wasm"
3085version = "0.10.99"
3086source = "registry+https://github.com/rust-lang/crates.io-index"
3087checksum = "0102b9a2ad50fa47ca89eead2316c8222285ecfbd3f69ce99564fbe4253866e8"
3088dependencies = [
3089 "crossbeam-channel",
3090 "crossbeam-utils",
3091 "dashmap",
3092 "smallvec",
3093 "tagptr",
3094 "triomphe",
3095 "web-time",
3096]
3097
3098[[package]]
3099name = "minidom"
3100version = "0.16.0"
3101source = "registry+https://github.com/rust-lang/crates.io-index"
3102checksum = "e394a0e3c7ccc2daea3dffabe82f09857b6b510cb25af87d54bf3e910ac1642d"
3103dependencies = [
3104 "rxml",
3105]
3106
3107[[package]]
3108name = "minimal-lexical"
3109version = "0.2.1"
3110source = "registry+https://github.com/rust-lang/crates.io-index"
3111checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
3112
3113[[package]]
3114name = "miniz_oxide"
3115version = "0.8.9"
3116source = "registry+https://github.com/rust-lang/crates.io-index"
3117checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
3118dependencies = [
3119 "adler2",
3120 "simd-adler32",
3121]
3122
3123[[package]]
3124name = "mio"
3125version = "1.0.4"
3126source = "registry+https://github.com/rust-lang/crates.io-index"
3127checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
3128dependencies = [
3129 "libc",
3130 "wasi",
3131 "windows-sys 0.59.0",
3132]
3133
3134[[package]]
3135name = "moka"
3136version = "0.12.11"
3137source = "registry+https://github.com/rust-lang/crates.io-index"
3138checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
3139dependencies = [
3140 "crossbeam-channel",
3141 "crossbeam-epoch",
3142 "crossbeam-utils",
3143 "equivalent",
3144 "parking_lot",
3145 "portable-atomic",
3146 "rustc_version",
3147 "smallvec",
3148 "tagptr",
3149 "uuid",
3150]
3151
3152[[package]]
3153name = "moover-admin-cli"
3154version = "0.1.0"
3155dependencies = [
3156 "anyhow",
3157 "base64 0.22.1",
3158 "clap",
3159 "dotenvy",
3160 "env_logger",
3161 "jacquard",
3162 "jacquard-common",
3163 "lexicon_types_crate",
3164 "log",
3165 "reqwest",
3166 "rust-s3",
3167 "shared",
3168 "sqlx",
3169 "tokio",
3170]
3171
3172[[package]]
3173name = "multibase"
3174version = "0.9.2"
3175source = "registry+https://github.com/rust-lang/crates.io-index"
3176checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77"
3177dependencies = [
3178 "base-x",
3179 "base256emoji",
3180 "data-encoding",
3181 "data-encoding-macro",
3182]
3183
3184[[package]]
3185name = "multihash"
3186version = "0.19.3"
3187source = "registry+https://github.com/rust-lang/crates.io-index"
3188checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
3189dependencies = [
3190 "core2",
3191 "serde",
3192 "unsigned-varint",
3193]
3194
3195[[package]]
3196name = "multipart"
3197version = "0.18.0"
3198source = "registry+https://github.com/rust-lang/crates.io-index"
3199checksum = "00dec633863867f29cb39df64a397cdf4a6354708ddd7759f70c7fb51c5f9182"
3200dependencies = [
3201 "buf_redux",
3202 "httparse",
3203 "log",
3204 "mime",
3205 "mime_guess",
3206 "quick-error",
3207 "rand 0.8.5",
3208 "safemem",
3209 "tempfile",
3210 "twoway",
3211]
3212
3213[[package]]
3214name = "n0-future"
3215version = "0.1.3"
3216source = "registry+https://github.com/rust-lang/crates.io-index"
3217checksum = "7bb0e5d99e681ab3c938842b96fcb41bf8a7bb4bfdb11ccbd653a7e83e06c794"
3218dependencies = [
3219 "cfg_aliases",
3220 "derive_more",
3221 "futures-buffered",
3222 "futures-lite",
3223 "futures-util",
3224 "js-sys",
3225 "pin-project",
3226 "send_wrapper",
3227 "tokio",
3228 "tokio-util",
3229 "wasm-bindgen",
3230 "wasm-bindgen-futures",
3231 "web-time",
3232]
3233
3234[[package]]
3235name = "native-tls"
3236version = "0.2.14"
3237source = "registry+https://github.com/rust-lang/crates.io-index"
3238checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
3239dependencies = [
3240 "libc",
3241 "log",
3242 "openssl",
3243 "openssl-probe",
3244 "openssl-sys",
3245 "schannel",
3246 "security-framework",
3247 "security-framework-sys",
3248 "tempfile",
3249]
3250
3251[[package]]
3252name = "ndk-context"
3253version = "0.1.1"
3254source = "registry+https://github.com/rust-lang/crates.io-index"
3255checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
3256
3257[[package]]
3258name = "new_debug_unreachable"
3259version = "1.0.6"
3260source = "registry+https://github.com/rust-lang/crates.io-index"
3261checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
3262
3263[[package]]
3264name = "nom"
3265version = "7.1.3"
3266source = "registry+https://github.com/rust-lang/crates.io-index"
3267checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
3268dependencies = [
3269 "memchr",
3270 "minimal-lexical",
3271]
3272
3273[[package]]
3274name = "nonempty"
3275version = "0.7.0"
3276source = "registry+https://github.com/rust-lang/crates.io-index"
3277checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7"
3278
3279[[package]]
3280name = "nonzero_ext"
3281version = "0.3.0"
3282source = "registry+https://github.com/rust-lang/crates.io-index"
3283checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
3284
3285[[package]]
3286name = "ntapi"
3287version = "0.4.1"
3288source = "registry+https://github.com/rust-lang/crates.io-index"
3289checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
3290dependencies = [
3291 "winapi",
3292]
3293
3294[[package]]
3295name = "nu-ansi-term"
3296version = "0.50.3"
3297source = "registry+https://github.com/rust-lang/crates.io-index"
3298checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
3299dependencies = [
3300 "windows-sys 0.61.2",
3301]
3302
3303[[package]]
3304name = "num-bigint"
3305version = "0.4.6"
3306source = "registry+https://github.com/rust-lang/crates.io-index"
3307checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
3308dependencies = [
3309 "num-integer",
3310 "num-traits",
3311]
3312
3313[[package]]
3314name = "num-bigint-dig"
3315version = "0.8.4"
3316source = "registry+https://github.com/rust-lang/crates.io-index"
3317checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
3318dependencies = [
3319 "byteorder",
3320 "lazy_static",
3321 "libm",
3322 "num-integer",
3323 "num-iter",
3324 "num-traits",
3325 "rand 0.8.5",
3326 "smallvec",
3327 "zeroize",
3328]
3329
3330[[package]]
3331name = "num-conv"
3332version = "0.1.0"
3333source = "registry+https://github.com/rust-lang/crates.io-index"
3334checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
3335
3336[[package]]
3337name = "num-integer"
3338version = "0.1.46"
3339source = "registry+https://github.com/rust-lang/crates.io-index"
3340checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
3341dependencies = [
3342 "num-traits",
3343]
3344
3345[[package]]
3346name = "num-iter"
3347version = "0.1.45"
3348source = "registry+https://github.com/rust-lang/crates.io-index"
3349checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
3350dependencies = [
3351 "autocfg",
3352 "num-integer",
3353 "num-traits",
3354]
3355
3356[[package]]
3357name = "num-traits"
3358version = "0.2.19"
3359source = "registry+https://github.com/rust-lang/crates.io-index"
3360checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
3361dependencies = [
3362 "autocfg",
3363 "libm",
3364]
3365
3366[[package]]
3367name = "num_cpus"
3368version = "1.17.0"
3369source = "registry+https://github.com/rust-lang/crates.io-index"
3370checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
3371dependencies = [
3372 "hermit-abi",
3373 "libc",
3374]
3375
3376[[package]]
3377name = "num_threads"
3378version = "0.1.7"
3379source = "registry+https://github.com/rust-lang/crates.io-index"
3380checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
3381dependencies = [
3382 "libc",
3383]
3384
3385[[package]]
3386name = "objc2"
3387version = "0.6.3"
3388source = "registry+https://github.com/rust-lang/crates.io-index"
3389checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
3390dependencies = [
3391 "objc2-encode",
3392]
3393
3394[[package]]
3395name = "objc2-core-foundation"
3396version = "0.3.2"
3397source = "registry+https://github.com/rust-lang/crates.io-index"
3398checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
3399dependencies = [
3400 "bitflags",
3401]
3402
3403[[package]]
3404name = "objc2-encode"
3405version = "4.1.0"
3406source = "registry+https://github.com/rust-lang/crates.io-index"
3407checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
3408
3409[[package]]
3410name = "objc2-foundation"
3411version = "0.3.2"
3412source = "registry+https://github.com/rust-lang/crates.io-index"
3413checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
3414dependencies = [
3415 "bitflags",
3416 "objc2",
3417]
3418
3419[[package]]
3420name = "objc2-io-kit"
3421version = "0.3.2"
3422source = "registry+https://github.com/rust-lang/crates.io-index"
3423checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
3424dependencies = [
3425 "libc",
3426 "objc2-core-foundation",
3427]
3428
3429[[package]]
3430name = "once_cell"
3431version = "1.21.3"
3432source = "registry+https://github.com/rust-lang/crates.io-index"
3433checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
3434dependencies = [
3435 "critical-section",
3436 "portable-atomic",
3437]
3438
3439[[package]]
3440name = "once_cell_polyfill"
3441version = "1.70.1"
3442source = "registry+https://github.com/rust-lang/crates.io-index"
3443checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
3444
3445[[package]]
3446name = "openssl"
3447version = "0.10.73"
3448source = "registry+https://github.com/rust-lang/crates.io-index"
3449checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
3450dependencies = [
3451 "bitflags",
3452 "cfg-if",
3453 "foreign-types",
3454 "libc",
3455 "once_cell",
3456 "openssl-macros",
3457 "openssl-sys",
3458]
3459
3460[[package]]
3461name = "openssl-macros"
3462version = "0.1.1"
3463source = "registry+https://github.com/rust-lang/crates.io-index"
3464checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
3465dependencies = [
3466 "proc-macro2",
3467 "quote",
3468 "syn 2.0.106",
3469]
3470
3471[[package]]
3472name = "openssl-probe"
3473version = "0.1.6"
3474source = "registry+https://github.com/rust-lang/crates.io-index"
3475checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
3476
3477[[package]]
3478name = "openssl-sys"
3479version = "0.9.109"
3480source = "registry+https://github.com/rust-lang/crates.io-index"
3481checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
3482dependencies = [
3483 "cc",
3484 "libc",
3485 "pkg-config",
3486 "vcpkg",
3487]
3488
3489[[package]]
3490name = "ordered-multimap"
3491version = "0.7.3"
3492source = "registry+https://github.com/rust-lang/crates.io-index"
3493checksum = "49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79"
3494dependencies = [
3495 "dlv-list",
3496 "hashbrown 0.14.5",
3497]
3498
3499[[package]]
3500name = "ouroboros"
3501version = "0.18.5"
3502source = "registry+https://github.com/rust-lang/crates.io-index"
3503checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
3504dependencies = [
3505 "aliasable",
3506 "ouroboros_macro",
3507 "static_assertions",
3508]
3509
3510[[package]]
3511name = "ouroboros_macro"
3512version = "0.18.5"
3513source = "registry+https://github.com/rust-lang/crates.io-index"
3514checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
3515dependencies = [
3516 "heck 0.4.1",
3517 "proc-macro2",
3518 "proc-macro2-diagnostics",
3519 "quote",
3520 "syn 2.0.106",
3521]
3522
3523[[package]]
3524name = "p256"
3525version = "0.13.2"
3526source = "registry+https://github.com/rust-lang/crates.io-index"
3527checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
3528dependencies = [
3529 "ecdsa",
3530 "elliptic-curve",
3531 "primeorder",
3532 "sha2",
3533]
3534
3535[[package]]
3536name = "p384"
3537version = "0.13.1"
3538source = "registry+https://github.com/rust-lang/crates.io-index"
3539checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6"
3540dependencies = [
3541 "ecdsa",
3542 "elliptic-curve",
3543 "primeorder",
3544 "sha2",
3545]
3546
3547[[package]]
3548name = "parking"
3549version = "2.2.1"
3550source = "registry+https://github.com/rust-lang/crates.io-index"
3551checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
3552
3553[[package]]
3554name = "parking_lot"
3555version = "0.12.5"
3556source = "registry+https://github.com/rust-lang/crates.io-index"
3557checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
3558dependencies = [
3559 "lock_api",
3560 "parking_lot_core",
3561]
3562
3563[[package]]
3564name = "parking_lot_core"
3565version = "0.9.12"
3566source = "registry+https://github.com/rust-lang/crates.io-index"
3567checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
3568dependencies = [
3569 "cfg-if",
3570 "libc",
3571 "redox_syscall",
3572 "smallvec",
3573 "windows-link 0.2.1",
3574]
3575
3576[[package]]
3577name = "pem-rfc7468"
3578version = "0.7.0"
3579source = "registry+https://github.com/rust-lang/crates.io-index"
3580checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
3581dependencies = [
3582 "base64ct",
3583]
3584
3585[[package]]
3586name = "percent-encoding"
3587version = "2.3.2"
3588source = "registry+https://github.com/rust-lang/crates.io-index"
3589checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
3590
3591[[package]]
3592name = "phf"
3593version = "0.11.3"
3594source = "registry+https://github.com/rust-lang/crates.io-index"
3595checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
3596dependencies = [
3597 "phf_shared",
3598]
3599
3600[[package]]
3601name = "phf_codegen"
3602version = "0.11.3"
3603source = "registry+https://github.com/rust-lang/crates.io-index"
3604checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
3605dependencies = [
3606 "phf_generator",
3607 "phf_shared",
3608]
3609
3610[[package]]
3611name = "phf_generator"
3612version = "0.11.3"
3613source = "registry+https://github.com/rust-lang/crates.io-index"
3614checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
3615dependencies = [
3616 "phf_shared",
3617 "rand 0.8.5",
3618]
3619
3620[[package]]
3621name = "phf_shared"
3622version = "0.11.3"
3623source = "registry+https://github.com/rust-lang/crates.io-index"
3624checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
3625dependencies = [
3626 "siphasher",
3627]
3628
3629[[package]]
3630name = "pin-project"
3631version = "1.1.10"
3632source = "registry+https://github.com/rust-lang/crates.io-index"
3633checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
3634dependencies = [
3635 "pin-project-internal",
3636]
3637
3638[[package]]
3639name = "pin-project-internal"
3640version = "1.1.10"
3641source = "registry+https://github.com/rust-lang/crates.io-index"
3642checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
3643dependencies = [
3644 "proc-macro2",
3645 "quote",
3646 "syn 2.0.106",
3647]
3648
3649[[package]]
3650name = "pin-project-lite"
3651version = "0.2.16"
3652source = "registry+https://github.com/rust-lang/crates.io-index"
3653checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
3654
3655[[package]]
3656name = "pin-utils"
3657version = "0.1.0"
3658source = "registry+https://github.com/rust-lang/crates.io-index"
3659checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
3660
3661[[package]]
3662name = "pkcs1"
3663version = "0.7.5"
3664source = "registry+https://github.com/rust-lang/crates.io-index"
3665checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
3666dependencies = [
3667 "der",
3668 "pkcs8",
3669 "spki",
3670]
3671
3672[[package]]
3673name = "pkcs8"
3674version = "0.10.2"
3675source = "registry+https://github.com/rust-lang/crates.io-index"
3676checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
3677dependencies = [
3678 "der",
3679 "spki",
3680]
3681
3682[[package]]
3683name = "pkg-config"
3684version = "0.3.32"
3685source = "registry+https://github.com/rust-lang/crates.io-index"
3686checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
3687
3688[[package]]
3689name = "portable-atomic"
3690version = "1.11.1"
3691source = "registry+https://github.com/rust-lang/crates.io-index"
3692checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
3693
3694[[package]]
3695name = "portable-atomic-util"
3696version = "0.2.4"
3697source = "registry+https://github.com/rust-lang/crates.io-index"
3698checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
3699dependencies = [
3700 "portable-atomic",
3701]
3702
3703[[package]]
3704name = "postcard"
3705version = "1.1.3"
3706source = "registry+https://github.com/rust-lang/crates.io-index"
3707checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
3708dependencies = [
3709 "cobs",
3710 "embedded-io 0.4.0",
3711 "embedded-io 0.6.1",
3712 "heapless",
3713 "serde",
3714]
3715
3716[[package]]
3717name = "potential_utf"
3718version = "0.1.3"
3719source = "registry+https://github.com/rust-lang/crates.io-index"
3720checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
3721dependencies = [
3722 "zerovec",
3723]
3724
3725[[package]]
3726name = "powerfmt"
3727version = "0.2.0"
3728source = "registry+https://github.com/rust-lang/crates.io-index"
3729checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
3730
3731[[package]]
3732name = "ppv-lite86"
3733version = "0.2.21"
3734source = "registry+https://github.com/rust-lang/crates.io-index"
3735checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
3736dependencies = [
3737 "zerocopy",
3738]
3739
3740[[package]]
3741name = "precomputed-hash"
3742version = "0.1.1"
3743source = "registry+https://github.com/rust-lang/crates.io-index"
3744checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
3745
3746[[package]]
3747name = "prettyplease"
3748version = "0.2.37"
3749source = "registry+https://github.com/rust-lang/crates.io-index"
3750checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
3751dependencies = [
3752 "proc-macro2",
3753 "syn 2.0.106",
3754]
3755
3756[[package]]
3757name = "primeorder"
3758version = "0.13.6"
3759source = "registry+https://github.com/rust-lang/crates.io-index"
3760checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
3761dependencies = [
3762 "elliptic-curve",
3763]
3764
3765[[package]]
3766name = "proc-macro-error"
3767version = "1.0.4"
3768source = "registry+https://github.com/rust-lang/crates.io-index"
3769checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
3770dependencies = [
3771 "proc-macro-error-attr",
3772 "proc-macro2",
3773 "quote",
3774 "syn 1.0.109",
3775 "version_check",
3776]
3777
3778[[package]]
3779name = "proc-macro-error-attr"
3780version = "1.0.4"
3781source = "registry+https://github.com/rust-lang/crates.io-index"
3782checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
3783dependencies = [
3784 "proc-macro2",
3785 "quote",
3786 "version_check",
3787]
3788
3789[[package]]
3790name = "proc-macro2"
3791version = "1.0.101"
3792source = "registry+https://github.com/rust-lang/crates.io-index"
3793checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
3794dependencies = [
3795 "unicode-ident",
3796]
3797
3798[[package]]
3799name = "proc-macro2-diagnostics"
3800version = "0.10.1"
3801source = "registry+https://github.com/rust-lang/crates.io-index"
3802checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
3803dependencies = [
3804 "proc-macro2",
3805 "quote",
3806 "syn 2.0.106",
3807 "version_check",
3808 "yansi",
3809]
3810
3811[[package]]
3812name = "quanta"
3813version = "0.12.6"
3814source = "registry+https://github.com/rust-lang/crates.io-index"
3815checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7"
3816dependencies = [
3817 "crossbeam-utils",
3818 "libc",
3819 "once_cell",
3820 "raw-cpuid",
3821 "wasi",
3822 "web-sys",
3823 "winapi",
3824]
3825
3826[[package]]
3827name = "quick-error"
3828version = "1.2.3"
3829source = "registry+https://github.com/rust-lang/crates.io-index"
3830checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
3831
3832[[package]]
3833name = "quick-xml"
3834version = "0.38.3"
3835source = "registry+https://github.com/rust-lang/crates.io-index"
3836checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
3837dependencies = [
3838 "memchr",
3839 "serde",
3840]
3841
3842[[package]]
3843name = "quinn"
3844version = "0.11.9"
3845source = "registry+https://github.com/rust-lang/crates.io-index"
3846checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
3847dependencies = [
3848 "bytes",
3849 "cfg_aliases",
3850 "pin-project-lite",
3851 "quinn-proto",
3852 "quinn-udp",
3853 "rustc-hash",
3854 "rustls",
3855 "socket2 0.6.0",
3856 "thiserror 2.0.17",
3857 "tokio",
3858 "tracing",
3859 "web-time",
3860]
3861
3862[[package]]
3863name = "quinn-proto"
3864version = "0.11.13"
3865source = "registry+https://github.com/rust-lang/crates.io-index"
3866checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
3867dependencies = [
3868 "bytes",
3869 "getrandom 0.3.4",
3870 "lru-slab",
3871 "rand 0.9.2",
3872 "ring",
3873 "rustc-hash",
3874 "rustls",
3875 "rustls-pki-types",
3876 "slab",
3877 "thiserror 2.0.17",
3878 "tinyvec",
3879 "tracing",
3880 "web-time",
3881]
3882
3883[[package]]
3884name = "quinn-udp"
3885version = "0.5.14"
3886source = "registry+https://github.com/rust-lang/crates.io-index"
3887checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
3888dependencies = [
3889 "cfg_aliases",
3890 "libc",
3891 "once_cell",
3892 "socket2 0.6.0",
3893 "tracing",
3894 "windows-sys 0.60.2",
3895]
3896
3897[[package]]
3898name = "quote"
3899version = "1.0.41"
3900source = "registry+https://github.com/rust-lang/crates.io-index"
3901checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
3902dependencies = [
3903 "proc-macro2",
3904]
3905
3906[[package]]
3907name = "r-efi"
3908version = "5.3.0"
3909source = "registry+https://github.com/rust-lang/crates.io-index"
3910checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
3911
3912[[package]]
3913name = "rand"
3914version = "0.8.5"
3915source = "registry+https://github.com/rust-lang/crates.io-index"
3916checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
3917dependencies = [
3918 "libc",
3919 "rand_chacha 0.3.1",
3920 "rand_core 0.6.4",
3921]
3922
3923[[package]]
3924name = "rand"
3925version = "0.9.2"
3926source = "registry+https://github.com/rust-lang/crates.io-index"
3927checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
3928dependencies = [
3929 "rand_chacha 0.9.0",
3930 "rand_core 0.9.3",
3931]
3932
3933[[package]]
3934name = "rand_chacha"
3935version = "0.3.1"
3936source = "registry+https://github.com/rust-lang/crates.io-index"
3937checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
3938dependencies = [
3939 "ppv-lite86",
3940 "rand_core 0.6.4",
3941]
3942
3943[[package]]
3944name = "rand_chacha"
3945version = "0.9.0"
3946source = "registry+https://github.com/rust-lang/crates.io-index"
3947checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
3948dependencies = [
3949 "ppv-lite86",
3950 "rand_core 0.9.3",
3951]
3952
3953[[package]]
3954name = "rand_core"
3955version = "0.6.4"
3956source = "registry+https://github.com/rust-lang/crates.io-index"
3957checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
3958dependencies = [
3959 "getrandom 0.2.16",
3960]
3961
3962[[package]]
3963name = "rand_core"
3964version = "0.9.3"
3965source = "registry+https://github.com/rust-lang/crates.io-index"
3966checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
3967dependencies = [
3968 "getrandom 0.3.4",
3969]
3970
3971[[package]]
3972name = "rand_xoshiro"
3973version = "0.7.0"
3974source = "registry+https://github.com/rust-lang/crates.io-index"
3975checksum = "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41"
3976dependencies = [
3977 "rand_core 0.9.3",
3978]
3979
3980[[package]]
3981name = "range-traits"
3982version = "0.3.2"
3983source = "registry+https://github.com/rust-lang/crates.io-index"
3984checksum = "d20581732dd76fa913c7dff1a2412b714afe3573e94d41c34719de73337cc8ab"
3985
3986[[package]]
3987name = "raw-cpuid"
3988version = "11.6.0"
3989source = "registry+https://github.com/rust-lang/crates.io-index"
3990checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
3991dependencies = [
3992 "bitflags",
3993]
3994
3995[[package]]
3996name = "redox_syscall"
3997version = "0.5.18"
3998source = "registry+https://github.com/rust-lang/crates.io-index"
3999checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
4000dependencies = [
4001 "bitflags",
4002]
4003
4004[[package]]
4005name = "ref-cast"
4006version = "1.0.25"
4007source = "registry+https://github.com/rust-lang/crates.io-index"
4008checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
4009dependencies = [
4010 "ref-cast-impl",
4011]
4012
4013[[package]]
4014name = "ref-cast-impl"
4015version = "1.0.25"
4016source = "registry+https://github.com/rust-lang/crates.io-index"
4017checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
4018dependencies = [
4019 "proc-macro2",
4020 "quote",
4021 "syn 2.0.106",
4022]
4023
4024[[package]]
4025name = "regex"
4026version = "1.12.1"
4027source = "registry+https://github.com/rust-lang/crates.io-index"
4028checksum = "4a52d8d02cacdb176ef4678de6c052efb4b3da14b78e4db683a4252762be5433"
4029dependencies = [
4030 "aho-corasick",
4031 "memchr",
4032 "regex-automata",
4033 "regex-syntax",
4034]
4035
4036[[package]]
4037name = "regex-automata"
4038version = "0.4.12"
4039source = "registry+https://github.com/rust-lang/crates.io-index"
4040checksum = "722166aa0d7438abbaa4d5cc2c649dac844e8c56d82fb3d33e9c34b5cd268fc6"
4041dependencies = [
4042 "aho-corasick",
4043 "memchr",
4044 "regex-syntax",
4045]
4046
4047[[package]]
4048name = "regex-lite"
4049version = "0.1.8"
4050source = "registry+https://github.com/rust-lang/crates.io-index"
4051checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
4052
4053[[package]]
4054name = "regex-syntax"
4055version = "0.8.7"
4056source = "registry+https://github.com/rust-lang/crates.io-index"
4057checksum = "c3160422bbd54dd5ecfdca71e5fd59b7b8fe2b1697ab2baf64f6d05dcc66d298"
4058
4059[[package]]
4060name = "reqwest"
4061version = "0.12.23"
4062source = "registry+https://github.com/rust-lang/crates.io-index"
4063checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb"
4064dependencies = [
4065 "async-compression",
4066 "base64 0.22.1",
4067 "bytes",
4068 "encoding_rs",
4069 "futures-core",
4070 "futures-util",
4071 "h2",
4072 "http",
4073 "http-body",
4074 "http-body-util",
4075 "hyper",
4076 "hyper-rustls",
4077 "hyper-tls",
4078 "hyper-util",
4079 "js-sys",
4080 "log",
4081 "mime",
4082 "native-tls",
4083 "percent-encoding",
4084 "pin-project-lite",
4085 "quinn",
4086 "rustls",
4087 "rustls-pki-types",
4088 "serde",
4089 "serde_json",
4090 "serde_urlencoded",
4091 "sync_wrapper",
4092 "tokio",
4093 "tokio-native-tls",
4094 "tokio-rustls",
4095 "tokio-util",
4096 "tower",
4097 "tower-http",
4098 "tower-service",
4099 "url",
4100 "wasm-bindgen",
4101 "wasm-bindgen-futures",
4102 "wasm-streams",
4103 "web-sys",
4104 "webpki-roots 1.0.3",
4105]
4106
4107[[package]]
4108name = "resolv-conf"
4109version = "0.7.5"
4110source = "registry+https://github.com/rust-lang/crates.io-index"
4111checksum = "6b3789b30bd25ba102de4beabd95d21ac45b69b1be7d14522bab988c526d6799"
4112
4113[[package]]
4114name = "rfc6979"
4115version = "0.4.0"
4116source = "registry+https://github.com/rust-lang/crates.io-index"
4117checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
4118dependencies = [
4119 "hmac",
4120 "subtle",
4121]
4122
4123[[package]]
4124name = "ring"
4125version = "0.17.14"
4126source = "registry+https://github.com/rust-lang/crates.io-index"
4127checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
4128dependencies = [
4129 "cc",
4130 "cfg-if",
4131 "getrandom 0.2.16",
4132 "libc",
4133 "untrusted",
4134 "windows-sys 0.52.0",
4135]
4136
4137[[package]]
4138name = "rouille"
4139version = "3.6.2"
4140source = "registry+https://github.com/rust-lang/crates.io-index"
4141checksum = "3716fbf57fc1084d7a706adf4e445298d123e4a44294c4e8213caf1b85fcc921"
4142dependencies = [
4143 "base64 0.13.1",
4144 "brotli 3.5.0",
4145 "chrono",
4146 "deflate",
4147 "filetime",
4148 "multipart",
4149 "percent-encoding",
4150 "rand 0.8.5",
4151 "serde",
4152 "serde_derive",
4153 "serde_json",
4154 "sha1_smol",
4155 "threadpool",
4156 "time",
4157 "tiny_http",
4158 "url",
4159]
4160
4161[[package]]
4162name = "rsa"
4163version = "0.9.8"
4164source = "registry+https://github.com/rust-lang/crates.io-index"
4165checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
4166dependencies = [
4167 "const-oid",
4168 "digest",
4169 "num-bigint-dig",
4170 "num-integer",
4171 "num-traits",
4172 "pkcs1",
4173 "pkcs8",
4174 "rand_core 0.6.4",
4175 "signature",
4176 "spki",
4177 "subtle",
4178 "zeroize",
4179]
4180
4181[[package]]
4182name = "rust-ini"
4183version = "0.21.3"
4184source = "registry+https://github.com/rust-lang/crates.io-index"
4185checksum = "796e8d2b6696392a43bea58116b667fb4c29727dc5abd27d6acf338bb4f688c7"
4186dependencies = [
4187 "cfg-if",
4188 "ordered-multimap",
4189]
4190
4191[[package]]
4192name = "rust-s3"
4193version = "0.37.0"
4194source = "registry+https://github.com/rust-lang/crates.io-index"
4195checksum = "94f9b973bd4097f5bb47e5827dcb9fb5dc17e93879e46badc27d2a4e9a4e5588"
4196dependencies = [
4197 "async-trait",
4198 "aws-creds",
4199 "aws-region",
4200 "base64 0.22.1",
4201 "bytes",
4202 "cfg-if",
4203 "futures-util",
4204 "hex",
4205 "hmac",
4206 "http",
4207 "log",
4208 "maybe-async",
4209 "md5",
4210 "minidom",
4211 "percent-encoding",
4212 "quick-xml",
4213 "reqwest",
4214 "serde",
4215 "serde_derive",
4216 "serde_json",
4217 "sha2",
4218 "sysinfo",
4219 "thiserror 2.0.17",
4220 "time",
4221 "tokio",
4222 "tokio-stream",
4223 "url",
4224]
4225
4226[[package]]
4227name = "rustc-hash"
4228version = "2.1.1"
4229source = "registry+https://github.com/rust-lang/crates.io-index"
4230checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
4231
4232[[package]]
4233name = "rustc_version"
4234version = "0.4.1"
4235source = "registry+https://github.com/rust-lang/crates.io-index"
4236checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
4237dependencies = [
4238 "semver",
4239]
4240
4241[[package]]
4242name = "rustix"
4243version = "1.1.2"
4244source = "registry+https://github.com/rust-lang/crates.io-index"
4245checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
4246dependencies = [
4247 "bitflags",
4248 "errno",
4249 "libc",
4250 "linux-raw-sys",
4251 "windows-sys 0.61.2",
4252]
4253
4254[[package]]
4255name = "rustls"
4256version = "0.23.32"
4257source = "registry+https://github.com/rust-lang/crates.io-index"
4258checksum = "cd3c25631629d034ce7cd9940adc9d45762d46de2b0f57193c4443b92c6d4d40"
4259dependencies = [
4260 "once_cell",
4261 "ring",
4262 "rustls-pki-types",
4263 "rustls-webpki",
4264 "subtle",
4265 "zeroize",
4266]
4267
4268[[package]]
4269name = "rustls-pki-types"
4270version = "1.12.0"
4271source = "registry+https://github.com/rust-lang/crates.io-index"
4272checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
4273dependencies = [
4274 "web-time",
4275 "zeroize",
4276]
4277
4278[[package]]
4279name = "rustls-webpki"
4280version = "0.103.7"
4281source = "registry+https://github.com/rust-lang/crates.io-index"
4282checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
4283dependencies = [
4284 "ring",
4285 "rustls-pki-types",
4286 "untrusted",
4287]
4288
4289[[package]]
4290name = "rustversion"
4291version = "1.0.22"
4292source = "registry+https://github.com/rust-lang/crates.io-index"
4293checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
4294
4295[[package]]
4296name = "rxml"
4297version = "0.11.1"
4298source = "registry+https://github.com/rust-lang/crates.io-index"
4299checksum = "65bc94b580d0f5a6b7a2d604e597513d3c673154b52ddeccd1d5c32360d945ee"
4300dependencies = [
4301 "bytes",
4302 "rxml_validation",
4303]
4304
4305[[package]]
4306name = "rxml_validation"
4307version = "0.11.0"
4308source = "registry+https://github.com/rust-lang/crates.io-index"
4309checksum = "826e80413b9a35e9d33217b3dcac04cf95f6559d15944b93887a08be5496c4a4"
4310dependencies = [
4311 "compact_str",
4312]
4313
4314[[package]]
4315name = "ryu"
4316version = "1.0.20"
4317source = "registry+https://github.com/rust-lang/crates.io-index"
4318checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
4319
4320[[package]]
4321name = "safemem"
4322version = "0.3.3"
4323source = "registry+https://github.com/rust-lang/crates.io-index"
4324checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
4325
4326[[package]]
4327name = "same-file"
4328version = "1.0.6"
4329source = "registry+https://github.com/rust-lang/crates.io-index"
4330checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
4331dependencies = [
4332 "winapi-util",
4333]
4334
4335[[package]]
4336name = "schannel"
4337version = "0.1.28"
4338source = "registry+https://github.com/rust-lang/crates.io-index"
4339checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
4340dependencies = [
4341 "windows-sys 0.61.2",
4342]
4343
4344[[package]]
4345name = "schemars"
4346version = "0.9.0"
4347source = "registry+https://github.com/rust-lang/crates.io-index"
4348checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
4349dependencies = [
4350 "dyn-clone",
4351 "ref-cast",
4352 "serde",
4353 "serde_json",
4354]
4355
4356[[package]]
4357name = "schemars"
4358version = "1.2.0"
4359source = "registry+https://github.com/rust-lang/crates.io-index"
4360checksum = "54e910108742c57a770f492731f99be216a52fadd361b06c8fb59d74ccc267d2"
4361dependencies = [
4362 "dyn-clone",
4363 "ref-cast",
4364 "serde",
4365 "serde_json",
4366]
4367
4368[[package]]
4369name = "scoped-tls"
4370version = "1.0.1"
4371source = "registry+https://github.com/rust-lang/crates.io-index"
4372checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
4373
4374[[package]]
4375name = "scopeguard"
4376version = "1.2.0"
4377source = "registry+https://github.com/rust-lang/crates.io-index"
4378checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
4379
4380[[package]]
4381name = "sec1"
4382version = "0.7.3"
4383source = "registry+https://github.com/rust-lang/crates.io-index"
4384checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
4385dependencies = [
4386 "base16ct",
4387 "der",
4388 "generic-array",
4389 "pkcs8",
4390 "serdect",
4391 "subtle",
4392 "zeroize",
4393]
4394
4395[[package]]
4396name = "secp256k1"
4397version = "0.30.0"
4398source = "registry+https://github.com/rust-lang/crates.io-index"
4399checksum = "b50c5943d326858130af85e049f2661ba3c78b26589b8ab98e65e80ae44a1252"
4400dependencies = [
4401 "bitcoin_hashes",
4402 "rand 0.8.5",
4403 "secp256k1-sys",
4404]
4405
4406[[package]]
4407name = "secp256k1-sys"
4408version = "0.10.1"
4409source = "registry+https://github.com/rust-lang/crates.io-index"
4410checksum = "d4387882333d3aa8cb20530a17c69a3752e97837832f34f6dccc760e715001d9"
4411dependencies = [
4412 "cc",
4413]
4414
4415[[package]]
4416name = "security-framework"
4417version = "2.11.1"
4418source = "registry+https://github.com/rust-lang/crates.io-index"
4419checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
4420dependencies = [
4421 "bitflags",
4422 "core-foundation 0.9.4",
4423 "core-foundation-sys",
4424 "libc",
4425 "security-framework-sys",
4426]
4427
4428[[package]]
4429name = "security-framework-sys"
4430version = "2.15.0"
4431source = "registry+https://github.com/rust-lang/crates.io-index"
4432checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
4433dependencies = [
4434 "core-foundation-sys",
4435 "libc",
4436]
4437
4438[[package]]
4439name = "semver"
4440version = "1.0.27"
4441source = "registry+https://github.com/rust-lang/crates.io-index"
4442checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
4443
4444[[package]]
4445name = "send_wrapper"
4446version = "0.6.0"
4447source = "registry+https://github.com/rust-lang/crates.io-index"
4448checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
4449
4450[[package]]
4451name = "sentry-core"
4452version = "0.42.0"
4453source = "registry+https://github.com/rust-lang/crates.io-index"
4454checksum = "deaa38b94e70820ff3f1f9db3c8b0aef053b667be130f618e615e0ff2492cbcc"
4455dependencies = [
4456 "sentry-types",
4457 "serde",
4458 "serde_json",
4459 "url",
4460]
4461
4462[[package]]
4463name = "sentry-types"
4464version = "0.42.0"
4465source = "registry+https://github.com/rust-lang/crates.io-index"
4466checksum = "e477f4d4db08ddb4ab553717a8d3a511bc9e81dde0c808c680feacbb8105c412"
4467dependencies = [
4468 "debugid",
4469 "hex",
4470 "rand 0.9.2",
4471 "serde",
4472 "serde_json",
4473 "thiserror 2.0.17",
4474 "time",
4475 "url",
4476 "uuid",
4477]
4478
4479[[package]]
4480name = "serde"
4481version = "1.0.228"
4482source = "registry+https://github.com/rust-lang/crates.io-index"
4483checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
4484dependencies = [
4485 "serde_core",
4486 "serde_derive",
4487]
4488
4489[[package]]
4490name = "serde_bytes"
4491version = "0.11.19"
4492source = "registry+https://github.com/rust-lang/crates.io-index"
4493checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
4494dependencies = [
4495 "serde",
4496 "serde_core",
4497]
4498
4499[[package]]
4500name = "serde_core"
4501version = "1.0.228"
4502source = "registry+https://github.com/rust-lang/crates.io-index"
4503checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
4504dependencies = [
4505 "serde_derive",
4506]
4507
4508[[package]]
4509name = "serde_derive"
4510version = "1.0.228"
4511source = "registry+https://github.com/rust-lang/crates.io-index"
4512checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
4513dependencies = [
4514 "proc-macro2",
4515 "quote",
4516 "syn 2.0.106",
4517]
4518
4519[[package]]
4520name = "serde_html_form"
4521version = "0.2.8"
4522source = "registry+https://github.com/rust-lang/crates.io-index"
4523checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f"
4524dependencies = [
4525 "form_urlencoded",
4526 "indexmap 2.11.4",
4527 "itoa",
4528 "ryu",
4529 "serde_core",
4530]
4531
4532[[package]]
4533name = "serde_ipld_dagcbor"
4534version = "0.6.4"
4535source = "registry+https://github.com/rust-lang/crates.io-index"
4536checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778"
4537dependencies = [
4538 "cbor4ii",
4539 "ipld-core",
4540 "scopeguard",
4541 "serde",
4542]
4543
4544[[package]]
4545name = "serde_json"
4546version = "1.0.145"
4547source = "registry+https://github.com/rust-lang/crates.io-index"
4548checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
4549dependencies = [
4550 "itoa",
4551 "memchr",
4552 "ryu",
4553 "serde",
4554 "serde_core",
4555]
4556
4557[[package]]
4558name = "serde_path_to_error"
4559version = "0.1.20"
4560source = "registry+https://github.com/rust-lang/crates.io-index"
4561checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
4562dependencies = [
4563 "itoa",
4564 "serde",
4565 "serde_core",
4566]
4567
4568[[package]]
4569name = "serde_repr"
4570version = "0.1.20"
4571source = "registry+https://github.com/rust-lang/crates.io-index"
4572checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
4573dependencies = [
4574 "proc-macro2",
4575 "quote",
4576 "syn 2.0.106",
4577]
4578
4579[[package]]
4580name = "serde_urlencoded"
4581version = "0.7.1"
4582source = "registry+https://github.com/rust-lang/crates.io-index"
4583checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
4584dependencies = [
4585 "form_urlencoded",
4586 "itoa",
4587 "ryu",
4588 "serde",
4589]
4590
4591[[package]]
4592name = "serde_with"
4593version = "3.16.1"
4594source = "registry+https://github.com/rust-lang/crates.io-index"
4595checksum = "4fa237f2807440d238e0364a218270b98f767a00d3dada77b1c53ae88940e2e7"
4596dependencies = [
4597 "base64 0.22.1",
4598 "chrono",
4599 "hex",
4600 "indexmap 1.9.3",
4601 "indexmap 2.11.4",
4602 "schemars 0.9.0",
4603 "schemars 1.2.0",
4604 "serde_core",
4605 "serde_json",
4606 "serde_with_macros",
4607 "time",
4608]
4609
4610[[package]]
4611name = "serde_with_macros"
4612version = "3.16.1"
4613source = "registry+https://github.com/rust-lang/crates.io-index"
4614checksum = "52a8e3ca0ca629121f70ab50f95249e5a6f925cc0f6ffe8256c45b728875706c"
4615dependencies = [
4616 "darling",
4617 "proc-macro2",
4618 "quote",
4619 "syn 2.0.106",
4620]
4621
4622[[package]]
4623name = "serdect"
4624version = "0.2.0"
4625source = "registry+https://github.com/rust-lang/crates.io-index"
4626checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177"
4627dependencies = [
4628 "base16ct",
4629 "serde",
4630]
4631
4632[[package]]
4633name = "sha1"
4634version = "0.10.6"
4635source = "registry+https://github.com/rust-lang/crates.io-index"
4636checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
4637dependencies = [
4638 "cfg-if",
4639 "cpufeatures",
4640 "digest",
4641]
4642
4643[[package]]
4644name = "sha1_smol"
4645version = "1.0.1"
4646source = "registry+https://github.com/rust-lang/crates.io-index"
4647checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
4648
4649[[package]]
4650name = "sha2"
4651version = "0.10.9"
4652source = "registry+https://github.com/rust-lang/crates.io-index"
4653checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
4654dependencies = [
4655 "cfg-if",
4656 "cpufeatures",
4657 "digest",
4658]
4659
4660[[package]]
4661name = "sharded-slab"
4662version = "0.1.7"
4663source = "registry+https://github.com/rust-lang/crates.io-index"
4664checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
4665dependencies = [
4666 "lazy_static",
4667]
4668
4669[[package]]
4670name = "shared"
4671version = "0.1.0"
4672dependencies = [
4673 "anyhow",
4674 "apalis",
4675 "apalis-cron",
4676 "apalis-sql",
4677 "async-compression",
4678 "chrono",
4679 "futures",
4680 "jacquard",
4681 "jacquard-api",
4682 "jacquard-common",
4683 "lexicon_types_crate",
4684 "log",
4685 "reqwest",
4686 "rust-s3",
4687 "serde",
4688 "serde_json",
4689 "sqlx",
4690 "tokio-util",
4691]
4692
4693[[package]]
4694name = "shlex"
4695version = "1.3.0"
4696source = "registry+https://github.com/rust-lang/crates.io-index"
4697checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
4698
4699[[package]]
4700name = "signal-hook-registry"
4701version = "1.4.6"
4702source = "registry+https://github.com/rust-lang/crates.io-index"
4703checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
4704dependencies = [
4705 "libc",
4706]
4707
4708[[package]]
4709name = "signature"
4710version = "2.2.0"
4711source = "registry+https://github.com/rust-lang/crates.io-index"
4712checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
4713dependencies = [
4714 "digest",
4715 "rand_core 0.6.4",
4716]
4717
4718[[package]]
4719name = "simd-adler32"
4720version = "0.3.7"
4721source = "registry+https://github.com/rust-lang/crates.io-index"
4722checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
4723
4724[[package]]
4725name = "siphasher"
4726version = "1.0.1"
4727source = "registry+https://github.com/rust-lang/crates.io-index"
4728checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
4729
4730[[package]]
4731name = "sketches-ddsketch"
4732version = "0.3.0"
4733source = "registry+https://github.com/rust-lang/crates.io-index"
4734checksum = "c1e9a774a6c28142ac54bb25d25562e6bcf957493a184f15ad4eebccb23e410a"
4735
4736[[package]]
4737name = "slab"
4738version = "0.4.11"
4739source = "registry+https://github.com/rust-lang/crates.io-index"
4740checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
4741
4742[[package]]
4743name = "smallvec"
4744version = "1.15.1"
4745source = "registry+https://github.com/rust-lang/crates.io-index"
4746checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
4747dependencies = [
4748 "serde",
4749]
4750
4751[[package]]
4752name = "smol_str"
4753version = "0.3.2"
4754source = "registry+https://github.com/rust-lang/crates.io-index"
4755checksum = "9676b89cd56310a87b93dec47b11af744f34d5fc9f367b829474eec0a891350d"
4756dependencies = [
4757 "borsh",
4758 "serde",
4759]
4760
4761[[package]]
4762name = "socket2"
4763version = "0.5.10"
4764source = "registry+https://github.com/rust-lang/crates.io-index"
4765checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
4766dependencies = [
4767 "libc",
4768 "windows-sys 0.52.0",
4769]
4770
4771[[package]]
4772name = "socket2"
4773version = "0.6.0"
4774source = "registry+https://github.com/rust-lang/crates.io-index"
4775checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
4776dependencies = [
4777 "libc",
4778 "windows-sys 0.59.0",
4779]
4780
4781[[package]]
4782name = "spin"
4783version = "0.9.8"
4784source = "registry+https://github.com/rust-lang/crates.io-index"
4785checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
4786dependencies = [
4787 "lock_api",
4788]
4789
4790[[package]]
4791name = "spin"
4792version = "0.10.0"
4793source = "registry+https://github.com/rust-lang/crates.io-index"
4794checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
4795
4796[[package]]
4797name = "spinning_top"
4798version = "0.3.0"
4799source = "registry+https://github.com/rust-lang/crates.io-index"
4800checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300"
4801dependencies = [
4802 "lock_api",
4803]
4804
4805[[package]]
4806name = "spki"
4807version = "0.7.3"
4808source = "registry+https://github.com/rust-lang/crates.io-index"
4809checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
4810dependencies = [
4811 "base64ct",
4812 "der",
4813]
4814
4815[[package]]
4816name = "sqlx"
4817version = "0.8.6"
4818source = "registry+https://github.com/rust-lang/crates.io-index"
4819checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
4820dependencies = [
4821 "sqlx-core",
4822 "sqlx-macros",
4823 "sqlx-mysql",
4824 "sqlx-postgres",
4825 "sqlx-sqlite",
4826]
4827
4828[[package]]
4829name = "sqlx-core"
4830version = "0.8.6"
4831source = "registry+https://github.com/rust-lang/crates.io-index"
4832checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
4833dependencies = [
4834 "base64 0.22.1",
4835 "bigdecimal",
4836 "bytes",
4837 "chrono",
4838 "crc",
4839 "crossbeam-queue",
4840 "either",
4841 "event-listener",
4842 "futures-core",
4843 "futures-intrusive",
4844 "futures-io",
4845 "futures-util",
4846 "hashbrown 0.15.5",
4847 "hashlink",
4848 "indexmap 2.11.4",
4849 "log",
4850 "memchr",
4851 "once_cell",
4852 "percent-encoding",
4853 "rustls",
4854 "serde",
4855 "serde_json",
4856 "sha2",
4857 "smallvec",
4858 "thiserror 2.0.17",
4859 "tokio",
4860 "tokio-stream",
4861 "tracing",
4862 "url",
4863 "uuid",
4864 "webpki-roots 0.26.11",
4865]
4866
4867[[package]]
4868name = "sqlx-macros"
4869version = "0.8.6"
4870source = "registry+https://github.com/rust-lang/crates.io-index"
4871checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
4872dependencies = [
4873 "proc-macro2",
4874 "quote",
4875 "sqlx-core",
4876 "sqlx-macros-core",
4877 "syn 2.0.106",
4878]
4879
4880[[package]]
4881name = "sqlx-macros-core"
4882version = "0.8.6"
4883source = "registry+https://github.com/rust-lang/crates.io-index"
4884checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
4885dependencies = [
4886 "dotenvy",
4887 "either",
4888 "heck 0.5.0",
4889 "hex",
4890 "once_cell",
4891 "proc-macro2",
4892 "quote",
4893 "serde",
4894 "serde_json",
4895 "sha2",
4896 "sqlx-core",
4897 "sqlx-mysql",
4898 "sqlx-postgres",
4899 "sqlx-sqlite",
4900 "syn 2.0.106",
4901 "tokio",
4902 "url",
4903]
4904
4905[[package]]
4906name = "sqlx-mysql"
4907version = "0.8.6"
4908source = "registry+https://github.com/rust-lang/crates.io-index"
4909checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
4910dependencies = [
4911 "atoi",
4912 "base64 0.22.1",
4913 "bigdecimal",
4914 "bitflags",
4915 "byteorder",
4916 "bytes",
4917 "chrono",
4918 "crc",
4919 "digest",
4920 "dotenvy",
4921 "either",
4922 "futures-channel",
4923 "futures-core",
4924 "futures-io",
4925 "futures-util",
4926 "generic-array",
4927 "hex",
4928 "hkdf",
4929 "hmac",
4930 "itoa",
4931 "log",
4932 "md-5",
4933 "memchr",
4934 "once_cell",
4935 "percent-encoding",
4936 "rand 0.8.5",
4937 "rsa",
4938 "serde",
4939 "sha1",
4940 "sha2",
4941 "smallvec",
4942 "sqlx-core",
4943 "stringprep",
4944 "thiserror 2.0.17",
4945 "tracing",
4946 "uuid",
4947 "whoami",
4948]
4949
4950[[package]]
4951name = "sqlx-postgres"
4952version = "0.8.6"
4953source = "registry+https://github.com/rust-lang/crates.io-index"
4954checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
4955dependencies = [
4956 "atoi",
4957 "base64 0.22.1",
4958 "bigdecimal",
4959 "bitflags",
4960 "byteorder",
4961 "chrono",
4962 "crc",
4963 "dotenvy",
4964 "etcetera",
4965 "futures-channel",
4966 "futures-core",
4967 "futures-util",
4968 "hex",
4969 "hkdf",
4970 "hmac",
4971 "home",
4972 "itoa",
4973 "log",
4974 "md-5",
4975 "memchr",
4976 "num-bigint",
4977 "once_cell",
4978 "rand 0.8.5",
4979 "serde",
4980 "serde_json",
4981 "sha2",
4982 "smallvec",
4983 "sqlx-core",
4984 "stringprep",
4985 "thiserror 2.0.17",
4986 "tracing",
4987 "uuid",
4988 "whoami",
4989]
4990
4991[[package]]
4992name = "sqlx-sqlite"
4993version = "0.8.6"
4994source = "registry+https://github.com/rust-lang/crates.io-index"
4995checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
4996dependencies = [
4997 "atoi",
4998 "chrono",
4999 "flume",
5000 "futures-channel",
5001 "futures-core",
5002 "futures-executor",
5003 "futures-intrusive",
5004 "futures-util",
5005 "libsqlite3-sys",
5006 "log",
5007 "percent-encoding",
5008 "serde",
5009 "serde_urlencoded",
5010 "sqlx-core",
5011 "thiserror 2.0.17",
5012 "tracing",
5013 "url",
5014 "uuid",
5015]
5016
5017[[package]]
5018name = "stable_deref_trait"
5019version = "1.2.1"
5020source = "registry+https://github.com/rust-lang/crates.io-index"
5021checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
5022
5023[[package]]
5024name = "static-regular-grammar"
5025version = "2.0.2"
5026source = "registry+https://github.com/rust-lang/crates.io-index"
5027checksum = "4f4a6c40247579acfbb138c3cd7de3dab113ab4ac6227f1b7de7d626ee667957"
5028dependencies = [
5029 "abnf",
5030 "btree-range-map",
5031 "ciborium",
5032 "hex_fmt",
5033 "indoc",
5034 "proc-macro-error",
5035 "proc-macro2",
5036 "quote",
5037 "serde",
5038 "sha2",
5039 "syn 2.0.106",
5040 "thiserror 1.0.69",
5041]
5042
5043[[package]]
5044name = "static_assertions"
5045version = "1.1.0"
5046source = "registry+https://github.com/rust-lang/crates.io-index"
5047checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
5048
5049[[package]]
5050name = "string_cache"
5051version = "0.8.9"
5052source = "registry+https://github.com/rust-lang/crates.io-index"
5053checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
5054dependencies = [
5055 "new_debug_unreachable",
5056 "parking_lot",
5057 "phf_shared",
5058 "precomputed-hash",
5059 "serde",
5060]
5061
5062[[package]]
5063name = "string_cache_codegen"
5064version = "0.5.4"
5065source = "registry+https://github.com/rust-lang/crates.io-index"
5066checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
5067dependencies = [
5068 "phf_generator",
5069 "phf_shared",
5070 "proc-macro2",
5071 "quote",
5072]
5073
5074[[package]]
5075name = "stringprep"
5076version = "0.1.5"
5077source = "registry+https://github.com/rust-lang/crates.io-index"
5078checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
5079dependencies = [
5080 "unicode-bidi",
5081 "unicode-normalization",
5082 "unicode-properties",
5083]
5084
5085[[package]]
5086name = "strsim"
5087version = "0.11.1"
5088source = "registry+https://github.com/rust-lang/crates.io-index"
5089checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
5090
5091[[package]]
5092name = "subtle"
5093version = "2.6.1"
5094source = "registry+https://github.com/rust-lang/crates.io-index"
5095checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
5096
5097[[package]]
5098name = "syn"
5099version = "1.0.109"
5100source = "registry+https://github.com/rust-lang/crates.io-index"
5101checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
5102dependencies = [
5103 "proc-macro2",
5104 "quote",
5105 "unicode-ident",
5106]
5107
5108[[package]]
5109name = "syn"
5110version = "2.0.106"
5111source = "registry+https://github.com/rust-lang/crates.io-index"
5112checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
5113dependencies = [
5114 "proc-macro2",
5115 "quote",
5116 "unicode-ident",
5117]
5118
5119[[package]]
5120name = "sync_wrapper"
5121version = "1.0.2"
5122source = "registry+https://github.com/rust-lang/crates.io-index"
5123checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
5124dependencies = [
5125 "futures-core",
5126]
5127
5128[[package]]
5129name = "synstructure"
5130version = "0.13.2"
5131source = "registry+https://github.com/rust-lang/crates.io-index"
5132checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
5133dependencies = [
5134 "proc-macro2",
5135 "quote",
5136 "syn 2.0.106",
5137]
5138
5139[[package]]
5140name = "sysinfo"
5141version = "0.37.2"
5142source = "registry+https://github.com/rust-lang/crates.io-index"
5143checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
5144dependencies = [
5145 "libc",
5146 "memchr",
5147 "ntapi",
5148 "objc2-core-foundation",
5149 "objc2-io-kit",
5150 "windows",
5151]
5152
5153[[package]]
5154name = "system-configuration"
5155version = "0.6.1"
5156source = "registry+https://github.com/rust-lang/crates.io-index"
5157checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
5158dependencies = [
5159 "bitflags",
5160 "core-foundation 0.9.4",
5161 "system-configuration-sys",
5162]
5163
5164[[package]]
5165name = "system-configuration-sys"
5166version = "0.6.0"
5167source = "registry+https://github.com/rust-lang/crates.io-index"
5168checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
5169dependencies = [
5170 "core-foundation-sys",
5171 "libc",
5172]
5173
5174[[package]]
5175name = "tagptr"
5176version = "0.2.0"
5177source = "registry+https://github.com/rust-lang/crates.io-index"
5178checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
5179
5180[[package]]
5181name = "tempfile"
5182version = "3.23.0"
5183source = "registry+https://github.com/rust-lang/crates.io-index"
5184checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
5185dependencies = [
5186 "fastrand",
5187 "getrandom 0.3.4",
5188 "once_cell",
5189 "rustix",
5190 "windows-sys 0.61.2",
5191]
5192
5193[[package]]
5194name = "tendril"
5195version = "0.4.3"
5196source = "registry+https://github.com/rust-lang/crates.io-index"
5197checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
5198dependencies = [
5199 "futf",
5200 "mac",
5201 "utf-8",
5202]
5203
5204[[package]]
5205name = "thiserror"
5206version = "1.0.69"
5207source = "registry+https://github.com/rust-lang/crates.io-index"
5208checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
5209dependencies = [
5210 "thiserror-impl 1.0.69",
5211]
5212
5213[[package]]
5214name = "thiserror"
5215version = "2.0.17"
5216source = "registry+https://github.com/rust-lang/crates.io-index"
5217checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
5218dependencies = [
5219 "thiserror-impl 2.0.17",
5220]
5221
5222[[package]]
5223name = "thiserror-impl"
5224version = "1.0.69"
5225source = "registry+https://github.com/rust-lang/crates.io-index"
5226checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
5227dependencies = [
5228 "proc-macro2",
5229 "quote",
5230 "syn 2.0.106",
5231]
5232
5233[[package]]
5234name = "thiserror-impl"
5235version = "2.0.17"
5236source = "registry+https://github.com/rust-lang/crates.io-index"
5237checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
5238dependencies = [
5239 "proc-macro2",
5240 "quote",
5241 "syn 2.0.106",
5242]
5243
5244[[package]]
5245name = "thread_local"
5246version = "1.1.9"
5247source = "registry+https://github.com/rust-lang/crates.io-index"
5248checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
5249dependencies = [
5250 "cfg-if",
5251]
5252
5253[[package]]
5254name = "threadpool"
5255version = "1.8.1"
5256source = "registry+https://github.com/rust-lang/crates.io-index"
5257checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
5258dependencies = [
5259 "num_cpus",
5260]
5261
5262[[package]]
5263name = "time"
5264version = "0.3.44"
5265source = "registry+https://github.com/rust-lang/crates.io-index"
5266checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
5267dependencies = [
5268 "deranged",
5269 "itoa",
5270 "libc",
5271 "num-conv",
5272 "num_threads",
5273 "powerfmt",
5274 "serde",
5275 "time-core",
5276 "time-macros",
5277]
5278
5279[[package]]
5280name = "time-core"
5281version = "0.1.6"
5282source = "registry+https://github.com/rust-lang/crates.io-index"
5283checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
5284
5285[[package]]
5286name = "time-macros"
5287version = "0.2.24"
5288source = "registry+https://github.com/rust-lang/crates.io-index"
5289checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
5290dependencies = [
5291 "num-conv",
5292 "time-core",
5293]
5294
5295[[package]]
5296name = "tiny-keccak"
5297version = "2.0.2"
5298source = "registry+https://github.com/rust-lang/crates.io-index"
5299checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
5300dependencies = [
5301 "crunchy",
5302]
5303
5304[[package]]
5305name = "tiny_http"
5306version = "0.12.0"
5307source = "registry+https://github.com/rust-lang/crates.io-index"
5308checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
5309dependencies = [
5310 "ascii",
5311 "chunked_transfer",
5312 "httpdate",
5313 "log",
5314]
5315
5316[[package]]
5317name = "tinystr"
5318version = "0.8.1"
5319source = "registry+https://github.com/rust-lang/crates.io-index"
5320checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
5321dependencies = [
5322 "displaydoc",
5323 "zerovec",
5324]
5325
5326[[package]]
5327name = "tinyvec"
5328version = "1.10.0"
5329source = "registry+https://github.com/rust-lang/crates.io-index"
5330checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
5331dependencies = [
5332 "tinyvec_macros",
5333]
5334
5335[[package]]
5336name = "tinyvec_macros"
5337version = "0.1.1"
5338source = "registry+https://github.com/rust-lang/crates.io-index"
5339checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
5340
5341[[package]]
5342name = "tokio"
5343version = "1.48.0"
5344source = "registry+https://github.com/rust-lang/crates.io-index"
5345checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
5346dependencies = [
5347 "bytes",
5348 "libc",
5349 "mio",
5350 "parking_lot",
5351 "pin-project-lite",
5352 "signal-hook-registry",
5353 "socket2 0.6.0",
5354 "tokio-macros",
5355 "windows-sys 0.61.2",
5356]
5357
5358[[package]]
5359name = "tokio-macros"
5360version = "2.6.0"
5361source = "registry+https://github.com/rust-lang/crates.io-index"
5362checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
5363dependencies = [
5364 "proc-macro2",
5365 "quote",
5366 "syn 2.0.106",
5367]
5368
5369[[package]]
5370name = "tokio-native-tls"
5371version = "0.3.1"
5372source = "registry+https://github.com/rust-lang/crates.io-index"
5373checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
5374dependencies = [
5375 "native-tls",
5376 "tokio",
5377]
5378
5379[[package]]
5380name = "tokio-rustls"
5381version = "0.26.4"
5382source = "registry+https://github.com/rust-lang/crates.io-index"
5383checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
5384dependencies = [
5385 "rustls",
5386 "tokio",
5387]
5388
5389[[package]]
5390name = "tokio-stream"
5391version = "0.1.17"
5392source = "registry+https://github.com/rust-lang/crates.io-index"
5393checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
5394dependencies = [
5395 "futures-core",
5396 "pin-project-lite",
5397 "tokio",
5398]
5399
5400[[package]]
5401name = "tokio-util"
5402version = "0.7.16"
5403source = "registry+https://github.com/rust-lang/crates.io-index"
5404checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
5405dependencies = [
5406 "bytes",
5407 "futures-core",
5408 "futures-io",
5409 "futures-sink",
5410 "futures-util",
5411 "pin-project-lite",
5412 "tokio",
5413]
5414
5415[[package]]
5416name = "tonic"
5417version = "0.14.2"
5418source = "registry+https://github.com/rust-lang/crates.io-index"
5419checksum = "eb7613188ce9f7df5bfe185db26c5814347d110db17920415cf2fbcad85e7203"
5420dependencies = [
5421 "async-trait",
5422 "axum",
5423 "base64 0.22.1",
5424 "bytes",
5425 "h2",
5426 "http",
5427 "http-body",
5428 "http-body-util",
5429 "hyper",
5430 "hyper-timeout",
5431 "hyper-util",
5432 "percent-encoding",
5433 "pin-project",
5434 "socket2 0.6.0",
5435 "sync_wrapper",
5436 "tokio",
5437 "tokio-stream",
5438 "tower",
5439 "tower-layer",
5440 "tower-service",
5441 "tracing",
5442]
5443
5444[[package]]
5445name = "tower"
5446version = "0.5.2"
5447source = "registry+https://github.com/rust-lang/crates.io-index"
5448checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
5449dependencies = [
5450 "futures-core",
5451 "futures-util",
5452 "indexmap 2.11.4",
5453 "pin-project-lite",
5454 "slab",
5455 "sync_wrapper",
5456 "tokio",
5457 "tokio-util",
5458 "tower-layer",
5459 "tower-service",
5460 "tracing",
5461]
5462
5463[[package]]
5464name = "tower-http"
5465version = "0.6.6"
5466source = "registry+https://github.com/rust-lang/crates.io-index"
5467checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
5468dependencies = [
5469 "bitflags",
5470 "bytes",
5471 "futures-core",
5472 "futures-util",
5473 "http",
5474 "http-body",
5475 "http-body-util",
5476 "http-range-header",
5477 "httpdate",
5478 "iri-string",
5479 "mime",
5480 "mime_guess",
5481 "percent-encoding",
5482 "pin-project-lite",
5483 "tokio",
5484 "tokio-util",
5485 "tower",
5486 "tower-layer",
5487 "tower-service",
5488 "tracing",
5489]
5490
5491[[package]]
5492name = "tower-layer"
5493version = "0.3.3"
5494source = "registry+https://github.com/rust-lang/crates.io-index"
5495checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
5496
5497[[package]]
5498name = "tower-service"
5499version = "0.3.3"
5500source = "registry+https://github.com/rust-lang/crates.io-index"
5501checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
5502
5503[[package]]
5504name = "tower_governor"
5505version = "0.8.0"
5506source = "registry+https://github.com/rust-lang/crates.io-index"
5507checksum = "44de9b94d849d3c46e06a883d72d408c2de6403367b39df2b1c9d9e7b6736fe6"
5508dependencies = [
5509 "axum",
5510 "forwarded-header-value",
5511 "governor",
5512 "http",
5513 "pin-project",
5514 "thiserror 2.0.17",
5515 "tonic",
5516 "tower",
5517 "tracing",
5518]
5519
5520[[package]]
5521name = "tracing"
5522version = "0.1.41"
5523source = "registry+https://github.com/rust-lang/crates.io-index"
5524checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
5525dependencies = [
5526 "log",
5527 "pin-project-lite",
5528 "tracing-attributes",
5529 "tracing-core",
5530]
5531
5532[[package]]
5533name = "tracing-attributes"
5534version = "0.1.30"
5535source = "registry+https://github.com/rust-lang/crates.io-index"
5536checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
5537dependencies = [
5538 "proc-macro2",
5539 "quote",
5540 "syn 2.0.106",
5541]
5542
5543[[package]]
5544name = "tracing-core"
5545version = "0.1.34"
5546source = "registry+https://github.com/rust-lang/crates.io-index"
5547checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
5548dependencies = [
5549 "once_cell",
5550 "valuable",
5551]
5552
5553[[package]]
5554name = "tracing-futures"
5555version = "0.2.5"
5556source = "registry+https://github.com/rust-lang/crates.io-index"
5557checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
5558dependencies = [
5559 "tracing",
5560]
5561
5562[[package]]
5563name = "tracing-log"
5564version = "0.2.0"
5565source = "registry+https://github.com/rust-lang/crates.io-index"
5566checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
5567dependencies = [
5568 "log",
5569 "once_cell",
5570 "tracing-core",
5571]
5572
5573[[package]]
5574name = "tracing-serde"
5575version = "0.2.0"
5576source = "registry+https://github.com/rust-lang/crates.io-index"
5577checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
5578dependencies = [
5579 "serde",
5580 "tracing-core",
5581]
5582
5583[[package]]
5584name = "tracing-subscriber"
5585version = "0.3.20"
5586source = "registry+https://github.com/rust-lang/crates.io-index"
5587checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
5588dependencies = [
5589 "matchers",
5590 "nu-ansi-term",
5591 "once_cell",
5592 "regex-automata",
5593 "serde",
5594 "serde_json",
5595 "sharded-slab",
5596 "smallvec",
5597 "thread_local",
5598 "tracing",
5599 "tracing-core",
5600 "tracing-log",
5601 "tracing-serde",
5602]
5603
5604[[package]]
5605name = "trait-variant"
5606version = "0.1.2"
5607source = "registry+https://github.com/rust-lang/crates.io-index"
5608checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
5609dependencies = [
5610 "proc-macro2",
5611 "quote",
5612 "syn 2.0.106",
5613]
5614
5615[[package]]
5616name = "triomphe"
5617version = "0.1.15"
5618source = "registry+https://github.com/rust-lang/crates.io-index"
5619checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
5620
5621[[package]]
5622name = "try-lock"
5623version = "0.2.5"
5624source = "registry+https://github.com/rust-lang/crates.io-index"
5625checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
5626
5627[[package]]
5628name = "twoway"
5629version = "0.1.8"
5630source = "registry+https://github.com/rust-lang/crates.io-index"
5631checksum = "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1"
5632dependencies = [
5633 "memchr",
5634]
5635
5636[[package]]
5637name = "typenum"
5638version = "1.19.0"
5639source = "registry+https://github.com/rust-lang/crates.io-index"
5640checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
5641
5642[[package]]
5643name = "ulid"
5644version = "1.2.1"
5645source = "registry+https://github.com/rust-lang/crates.io-index"
5646checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe"
5647dependencies = [
5648 "rand 0.9.2",
5649 "uuid",
5650 "web-time",
5651]
5652
5653[[package]]
5654name = "unicase"
5655version = "2.8.1"
5656source = "registry+https://github.com/rust-lang/crates.io-index"
5657checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
5658
5659[[package]]
5660name = "unicode-bidi"
5661version = "0.3.18"
5662source = "registry+https://github.com/rust-lang/crates.io-index"
5663checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
5664
5665[[package]]
5666name = "unicode-ident"
5667version = "1.0.19"
5668source = "registry+https://github.com/rust-lang/crates.io-index"
5669checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
5670
5671[[package]]
5672name = "unicode-normalization"
5673version = "0.1.24"
5674source = "registry+https://github.com/rust-lang/crates.io-index"
5675checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
5676dependencies = [
5677 "tinyvec",
5678]
5679
5680[[package]]
5681name = "unicode-properties"
5682version = "0.1.3"
5683source = "registry+https://github.com/rust-lang/crates.io-index"
5684checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
5685
5686[[package]]
5687name = "unicode-segmentation"
5688version = "1.12.0"
5689source = "registry+https://github.com/rust-lang/crates.io-index"
5690checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
5691
5692[[package]]
5693name = "unicode-width"
5694version = "0.1.14"
5695source = "registry+https://github.com/rust-lang/crates.io-index"
5696checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
5697
5698[[package]]
5699name = "unicode-xid"
5700version = "0.2.6"
5701source = "registry+https://github.com/rust-lang/crates.io-index"
5702checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
5703
5704[[package]]
5705name = "unsigned-varint"
5706version = "0.8.0"
5707source = "registry+https://github.com/rust-lang/crates.io-index"
5708checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
5709
5710[[package]]
5711name = "untrusted"
5712version = "0.9.0"
5713source = "registry+https://github.com/rust-lang/crates.io-index"
5714checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
5715
5716[[package]]
5717name = "url"
5718version = "2.5.7"
5719source = "registry+https://github.com/rust-lang/crates.io-index"
5720checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
5721dependencies = [
5722 "form_urlencoded",
5723 "idna",
5724 "percent-encoding",
5725 "serde",
5726]
5727
5728[[package]]
5729name = "urlencoding"
5730version = "2.1.3"
5731source = "registry+https://github.com/rust-lang/crates.io-index"
5732checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
5733
5734[[package]]
5735name = "utf-8"
5736version = "0.7.6"
5737source = "registry+https://github.com/rust-lang/crates.io-index"
5738checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
5739
5740[[package]]
5741name = "utf8_iter"
5742version = "1.0.4"
5743source = "registry+https://github.com/rust-lang/crates.io-index"
5744checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
5745
5746[[package]]
5747name = "utf8parse"
5748version = "0.2.2"
5749source = "registry+https://github.com/rust-lang/crates.io-index"
5750checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
5751
5752[[package]]
5753name = "uuid"
5754version = "1.18.1"
5755source = "registry+https://github.com/rust-lang/crates.io-index"
5756checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
5757dependencies = [
5758 "getrandom 0.3.4",
5759 "js-sys",
5760 "serde",
5761 "wasm-bindgen",
5762]
5763
5764[[package]]
5765name = "valuable"
5766version = "0.1.1"
5767source = "registry+https://github.com/rust-lang/crates.io-index"
5768checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
5769
5770[[package]]
5771name = "vcpkg"
5772version = "0.2.15"
5773source = "registry+https://github.com/rust-lang/crates.io-index"
5774checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
5775
5776[[package]]
5777name = "version_check"
5778version = "0.9.5"
5779source = "registry+https://github.com/rust-lang/crates.io-index"
5780checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
5781
5782[[package]]
5783name = "walkdir"
5784version = "2.5.0"
5785source = "registry+https://github.com/rust-lang/crates.io-index"
5786checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
5787dependencies = [
5788 "same-file",
5789 "winapi-util",
5790]
5791
5792[[package]]
5793name = "want"
5794version = "0.3.1"
5795source = "registry+https://github.com/rust-lang/crates.io-index"
5796checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
5797dependencies = [
5798 "try-lock",
5799]
5800
5801[[package]]
5802name = "wasi"
5803version = "0.11.1+wasi-snapshot-preview1"
5804source = "registry+https://github.com/rust-lang/crates.io-index"
5805checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
5806
5807[[package]]
5808name = "wasip2"
5809version = "1.0.1+wasi-0.2.4"
5810source = "registry+https://github.com/rust-lang/crates.io-index"
5811checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
5812dependencies = [
5813 "wit-bindgen",
5814]
5815
5816[[package]]
5817name = "wasite"
5818version = "0.1.0"
5819source = "registry+https://github.com/rust-lang/crates.io-index"
5820checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
5821
5822[[package]]
5823name = "wasm-bindgen"
5824version = "0.2.104"
5825source = "registry+https://github.com/rust-lang/crates.io-index"
5826checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
5827dependencies = [
5828 "cfg-if",
5829 "once_cell",
5830 "rustversion",
5831 "wasm-bindgen-macro",
5832 "wasm-bindgen-shared",
5833]
5834
5835[[package]]
5836name = "wasm-bindgen-backend"
5837version = "0.2.104"
5838source = "registry+https://github.com/rust-lang/crates.io-index"
5839checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
5840dependencies = [
5841 "bumpalo",
5842 "log",
5843 "proc-macro2",
5844 "quote",
5845 "syn 2.0.106",
5846 "wasm-bindgen-shared",
5847]
5848
5849[[package]]
5850name = "wasm-bindgen-futures"
5851version = "0.4.54"
5852source = "registry+https://github.com/rust-lang/crates.io-index"
5853checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c"
5854dependencies = [
5855 "cfg-if",
5856 "js-sys",
5857 "once_cell",
5858 "wasm-bindgen",
5859 "web-sys",
5860]
5861
5862[[package]]
5863name = "wasm-bindgen-macro"
5864version = "0.2.104"
5865source = "registry+https://github.com/rust-lang/crates.io-index"
5866checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
5867dependencies = [
5868 "quote",
5869 "wasm-bindgen-macro-support",
5870]
5871
5872[[package]]
5873name = "wasm-bindgen-macro-support"
5874version = "0.2.104"
5875source = "registry+https://github.com/rust-lang/crates.io-index"
5876checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
5877dependencies = [
5878 "proc-macro2",
5879 "quote",
5880 "syn 2.0.106",
5881 "wasm-bindgen-backend",
5882 "wasm-bindgen-shared",
5883]
5884
5885[[package]]
5886name = "wasm-bindgen-shared"
5887version = "0.2.104"
5888source = "registry+https://github.com/rust-lang/crates.io-index"
5889checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
5890dependencies = [
5891 "unicode-ident",
5892]
5893
5894[[package]]
5895name = "wasm-streams"
5896version = "0.4.2"
5897source = "registry+https://github.com/rust-lang/crates.io-index"
5898checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
5899dependencies = [
5900 "futures-util",
5901 "js-sys",
5902 "wasm-bindgen",
5903 "wasm-bindgen-futures",
5904 "web-sys",
5905]
5906
5907[[package]]
5908name = "web"
5909version = "0.1.0"
5910dependencies = [
5911 "anyhow",
5912 "apalis",
5913 "apalis-sql",
5914 "async-compression",
5915 "atproto-identity",
5916 "axum",
5917 "axum-macros",
5918 "base64 0.22.1",
5919 "chrono",
5920 "dotenvy",
5921 "futures",
5922 "jacquard-api",
5923 "jacquard-axum",
5924 "jacquard-common",
5925 "jacquard-identity",
5926 "jwt-compact",
5927 "lexicon_types_crate",
5928 "log",
5929 "p256",
5930 "reqwest",
5931 "rust-s3",
5932 "serde",
5933 "serde_json",
5934 "shared",
5935 "tokio",
5936 "tokio-stream",
5937 "tokio-util",
5938 "tower",
5939 "tower-http",
5940 "tower_governor",
5941 "tracing",
5942 "tracing-subscriber",
5943]
5944
5945[[package]]
5946name = "web-sys"
5947version = "0.3.81"
5948source = "registry+https://github.com/rust-lang/crates.io-index"
5949checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120"
5950dependencies = [
5951 "js-sys",
5952 "wasm-bindgen",
5953]
5954
5955[[package]]
5956name = "web-time"
5957version = "1.1.0"
5958source = "registry+https://github.com/rust-lang/crates.io-index"
5959checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
5960dependencies = [
5961 "js-sys",
5962 "wasm-bindgen",
5963]
5964
5965[[package]]
5966name = "webbrowser"
5967version = "1.0.6"
5968source = "registry+https://github.com/rust-lang/crates.io-index"
5969checksum = "00f1243ef785213e3a32fa0396093424a3a6ea566f9948497e5a2309261a4c97"
5970dependencies = [
5971 "core-foundation 0.10.1",
5972 "jni",
5973 "log",
5974 "ndk-context",
5975 "objc2",
5976 "objc2-foundation",
5977 "url",
5978 "web-sys",
5979]
5980
5981[[package]]
5982name = "webpage"
5983version = "2.0.1"
5984source = "registry+https://github.com/rust-lang/crates.io-index"
5985checksum = "70862efc041d46e6bbaa82bb9c34ae0596d090e86cbd14bd9e93b36ee6802eac"
5986dependencies = [
5987 "html5ever",
5988 "markup5ever_rcdom",
5989 "serde_json",
5990 "url",
5991]
5992
5993[[package]]
5994name = "webpki-roots"
5995version = "0.26.11"
5996source = "registry+https://github.com/rust-lang/crates.io-index"
5997checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
5998dependencies = [
5999 "webpki-roots 1.0.3",
6000]
6001
6002[[package]]
6003name = "webpki-roots"
6004version = "1.0.3"
6005source = "registry+https://github.com/rust-lang/crates.io-index"
6006checksum = "32b130c0d2d49f8b6889abc456e795e82525204f27c42cf767cf0d7734e089b8"
6007dependencies = [
6008 "rustls-pki-types",
6009]
6010
6011[[package]]
6012name = "whoami"
6013version = "1.6.1"
6014source = "registry+https://github.com/rust-lang/crates.io-index"
6015checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
6016dependencies = [
6017 "libredox",
6018 "wasite",
6019]
6020
6021[[package]]
6022name = "widestring"
6023version = "1.2.1"
6024source = "registry+https://github.com/rust-lang/crates.io-index"
6025checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
6026
6027[[package]]
6028name = "winapi"
6029version = "0.3.9"
6030source = "registry+https://github.com/rust-lang/crates.io-index"
6031checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
6032dependencies = [
6033 "winapi-i686-pc-windows-gnu",
6034 "winapi-x86_64-pc-windows-gnu",
6035]
6036
6037[[package]]
6038name = "winapi-i686-pc-windows-gnu"
6039version = "0.4.0"
6040source = "registry+https://github.com/rust-lang/crates.io-index"
6041checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
6042
6043[[package]]
6044name = "winapi-util"
6045version = "0.1.11"
6046source = "registry+https://github.com/rust-lang/crates.io-index"
6047checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
6048dependencies = [
6049 "windows-sys 0.61.2",
6050]
6051
6052[[package]]
6053name = "winapi-x86_64-pc-windows-gnu"
6054version = "0.4.0"
6055source = "registry+https://github.com/rust-lang/crates.io-index"
6056checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
6057
6058[[package]]
6059name = "windows"
6060version = "0.61.3"
6061source = "registry+https://github.com/rust-lang/crates.io-index"
6062checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
6063dependencies = [
6064 "windows-collections",
6065 "windows-core 0.61.2",
6066 "windows-future",
6067 "windows-link 0.1.3",
6068 "windows-numerics",
6069]
6070
6071[[package]]
6072name = "windows-collections"
6073version = "0.2.0"
6074source = "registry+https://github.com/rust-lang/crates.io-index"
6075checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
6076dependencies = [
6077 "windows-core 0.61.2",
6078]
6079
6080[[package]]
6081name = "windows-core"
6082version = "0.61.2"
6083source = "registry+https://github.com/rust-lang/crates.io-index"
6084checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
6085dependencies = [
6086 "windows-implement",
6087 "windows-interface",
6088 "windows-link 0.1.3",
6089 "windows-result 0.3.4",
6090 "windows-strings 0.4.2",
6091]
6092
6093[[package]]
6094name = "windows-core"
6095version = "0.62.2"
6096source = "registry+https://github.com/rust-lang/crates.io-index"
6097checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
6098dependencies = [
6099 "windows-implement",
6100 "windows-interface",
6101 "windows-link 0.2.1",
6102 "windows-result 0.4.1",
6103 "windows-strings 0.5.1",
6104]
6105
6106[[package]]
6107name = "windows-future"
6108version = "0.2.1"
6109source = "registry+https://github.com/rust-lang/crates.io-index"
6110checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
6111dependencies = [
6112 "windows-core 0.61.2",
6113 "windows-link 0.1.3",
6114 "windows-threading",
6115]
6116
6117[[package]]
6118name = "windows-implement"
6119version = "0.60.2"
6120source = "registry+https://github.com/rust-lang/crates.io-index"
6121checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
6122dependencies = [
6123 "proc-macro2",
6124 "quote",
6125 "syn 2.0.106",
6126]
6127
6128[[package]]
6129name = "windows-interface"
6130version = "0.59.3"
6131source = "registry+https://github.com/rust-lang/crates.io-index"
6132checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
6133dependencies = [
6134 "proc-macro2",
6135 "quote",
6136 "syn 2.0.106",
6137]
6138
6139[[package]]
6140name = "windows-link"
6141version = "0.1.3"
6142source = "registry+https://github.com/rust-lang/crates.io-index"
6143checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
6144
6145[[package]]
6146name = "windows-link"
6147version = "0.2.1"
6148source = "registry+https://github.com/rust-lang/crates.io-index"
6149checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
6150
6151[[package]]
6152name = "windows-numerics"
6153version = "0.2.0"
6154source = "registry+https://github.com/rust-lang/crates.io-index"
6155checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
6156dependencies = [
6157 "windows-core 0.61.2",
6158 "windows-link 0.1.3",
6159]
6160
6161[[package]]
6162name = "windows-registry"
6163version = "0.5.3"
6164source = "registry+https://github.com/rust-lang/crates.io-index"
6165checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
6166dependencies = [
6167 "windows-link 0.1.3",
6168 "windows-result 0.3.4",
6169 "windows-strings 0.4.2",
6170]
6171
6172[[package]]
6173name = "windows-result"
6174version = "0.3.4"
6175source = "registry+https://github.com/rust-lang/crates.io-index"
6176checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
6177dependencies = [
6178 "windows-link 0.1.3",
6179]
6180
6181[[package]]
6182name = "windows-result"
6183version = "0.4.1"
6184source = "registry+https://github.com/rust-lang/crates.io-index"
6185checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
6186dependencies = [
6187 "windows-link 0.2.1",
6188]
6189
6190[[package]]
6191name = "windows-strings"
6192version = "0.4.2"
6193source = "registry+https://github.com/rust-lang/crates.io-index"
6194checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
6195dependencies = [
6196 "windows-link 0.1.3",
6197]
6198
6199[[package]]
6200name = "windows-strings"
6201version = "0.5.1"
6202source = "registry+https://github.com/rust-lang/crates.io-index"
6203checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
6204dependencies = [
6205 "windows-link 0.2.1",
6206]
6207
6208[[package]]
6209name = "windows-sys"
6210version = "0.45.0"
6211source = "registry+https://github.com/rust-lang/crates.io-index"
6212checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
6213dependencies = [
6214 "windows-targets 0.42.2",
6215]
6216
6217[[package]]
6218name = "windows-sys"
6219version = "0.48.0"
6220source = "registry+https://github.com/rust-lang/crates.io-index"
6221checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
6222dependencies = [
6223 "windows-targets 0.48.5",
6224]
6225
6226[[package]]
6227name = "windows-sys"
6228version = "0.52.0"
6229source = "registry+https://github.com/rust-lang/crates.io-index"
6230checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
6231dependencies = [
6232 "windows-targets 0.52.6",
6233]
6234
6235[[package]]
6236name = "windows-sys"
6237version = "0.59.0"
6238source = "registry+https://github.com/rust-lang/crates.io-index"
6239checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
6240dependencies = [
6241 "windows-targets 0.52.6",
6242]
6243
6244[[package]]
6245name = "windows-sys"
6246version = "0.60.2"
6247source = "registry+https://github.com/rust-lang/crates.io-index"
6248checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
6249dependencies = [
6250 "windows-targets 0.53.5",
6251]
6252
6253[[package]]
6254name = "windows-sys"
6255version = "0.61.2"
6256source = "registry+https://github.com/rust-lang/crates.io-index"
6257checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
6258dependencies = [
6259 "windows-link 0.2.1",
6260]
6261
6262[[package]]
6263name = "windows-targets"
6264version = "0.42.2"
6265source = "registry+https://github.com/rust-lang/crates.io-index"
6266checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
6267dependencies = [
6268 "windows_aarch64_gnullvm 0.42.2",
6269 "windows_aarch64_msvc 0.42.2",
6270 "windows_i686_gnu 0.42.2",
6271 "windows_i686_msvc 0.42.2",
6272 "windows_x86_64_gnu 0.42.2",
6273 "windows_x86_64_gnullvm 0.42.2",
6274 "windows_x86_64_msvc 0.42.2",
6275]
6276
6277[[package]]
6278name = "windows-targets"
6279version = "0.48.5"
6280source = "registry+https://github.com/rust-lang/crates.io-index"
6281checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
6282dependencies = [
6283 "windows_aarch64_gnullvm 0.48.5",
6284 "windows_aarch64_msvc 0.48.5",
6285 "windows_i686_gnu 0.48.5",
6286 "windows_i686_msvc 0.48.5",
6287 "windows_x86_64_gnu 0.48.5",
6288 "windows_x86_64_gnullvm 0.48.5",
6289 "windows_x86_64_msvc 0.48.5",
6290]
6291
6292[[package]]
6293name = "windows-targets"
6294version = "0.52.6"
6295source = "registry+https://github.com/rust-lang/crates.io-index"
6296checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
6297dependencies = [
6298 "windows_aarch64_gnullvm 0.52.6",
6299 "windows_aarch64_msvc 0.52.6",
6300 "windows_i686_gnu 0.52.6",
6301 "windows_i686_gnullvm 0.52.6",
6302 "windows_i686_msvc 0.52.6",
6303 "windows_x86_64_gnu 0.52.6",
6304 "windows_x86_64_gnullvm 0.52.6",
6305 "windows_x86_64_msvc 0.52.6",
6306]
6307
6308[[package]]
6309name = "windows-targets"
6310version = "0.53.5"
6311source = "registry+https://github.com/rust-lang/crates.io-index"
6312checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
6313dependencies = [
6314 "windows-link 0.2.1",
6315 "windows_aarch64_gnullvm 0.53.1",
6316 "windows_aarch64_msvc 0.53.1",
6317 "windows_i686_gnu 0.53.1",
6318 "windows_i686_gnullvm 0.53.1",
6319 "windows_i686_msvc 0.53.1",
6320 "windows_x86_64_gnu 0.53.1",
6321 "windows_x86_64_gnullvm 0.53.1",
6322 "windows_x86_64_msvc 0.53.1",
6323]
6324
6325[[package]]
6326name = "windows-threading"
6327version = "0.1.0"
6328source = "registry+https://github.com/rust-lang/crates.io-index"
6329checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
6330dependencies = [
6331 "windows-link 0.1.3",
6332]
6333
6334[[package]]
6335name = "windows_aarch64_gnullvm"
6336version = "0.42.2"
6337source = "registry+https://github.com/rust-lang/crates.io-index"
6338checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
6339
6340[[package]]
6341name = "windows_aarch64_gnullvm"
6342version = "0.48.5"
6343source = "registry+https://github.com/rust-lang/crates.io-index"
6344checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
6345
6346[[package]]
6347name = "windows_aarch64_gnullvm"
6348version = "0.52.6"
6349source = "registry+https://github.com/rust-lang/crates.io-index"
6350checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
6351
6352[[package]]
6353name = "windows_aarch64_gnullvm"
6354version = "0.53.1"
6355source = "registry+https://github.com/rust-lang/crates.io-index"
6356checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
6357
6358[[package]]
6359name = "windows_aarch64_msvc"
6360version = "0.42.2"
6361source = "registry+https://github.com/rust-lang/crates.io-index"
6362checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
6363
6364[[package]]
6365name = "windows_aarch64_msvc"
6366version = "0.48.5"
6367source = "registry+https://github.com/rust-lang/crates.io-index"
6368checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
6369
6370[[package]]
6371name = "windows_aarch64_msvc"
6372version = "0.52.6"
6373source = "registry+https://github.com/rust-lang/crates.io-index"
6374checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
6375
6376[[package]]
6377name = "windows_aarch64_msvc"
6378version = "0.53.1"
6379source = "registry+https://github.com/rust-lang/crates.io-index"
6380checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
6381
6382[[package]]
6383name = "windows_i686_gnu"
6384version = "0.42.2"
6385source = "registry+https://github.com/rust-lang/crates.io-index"
6386checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
6387
6388[[package]]
6389name = "windows_i686_gnu"
6390version = "0.48.5"
6391source = "registry+https://github.com/rust-lang/crates.io-index"
6392checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
6393
6394[[package]]
6395name = "windows_i686_gnu"
6396version = "0.52.6"
6397source = "registry+https://github.com/rust-lang/crates.io-index"
6398checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
6399
6400[[package]]
6401name = "windows_i686_gnu"
6402version = "0.53.1"
6403source = "registry+https://github.com/rust-lang/crates.io-index"
6404checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
6405
6406[[package]]
6407name = "windows_i686_gnullvm"
6408version = "0.52.6"
6409source = "registry+https://github.com/rust-lang/crates.io-index"
6410checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
6411
6412[[package]]
6413name = "windows_i686_gnullvm"
6414version = "0.53.1"
6415source = "registry+https://github.com/rust-lang/crates.io-index"
6416checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
6417
6418[[package]]
6419name = "windows_i686_msvc"
6420version = "0.42.2"
6421source = "registry+https://github.com/rust-lang/crates.io-index"
6422checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
6423
6424[[package]]
6425name = "windows_i686_msvc"
6426version = "0.48.5"
6427source = "registry+https://github.com/rust-lang/crates.io-index"
6428checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
6429
6430[[package]]
6431name = "windows_i686_msvc"
6432version = "0.52.6"
6433source = "registry+https://github.com/rust-lang/crates.io-index"
6434checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
6435
6436[[package]]
6437name = "windows_i686_msvc"
6438version = "0.53.1"
6439source = "registry+https://github.com/rust-lang/crates.io-index"
6440checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
6441
6442[[package]]
6443name = "windows_x86_64_gnu"
6444version = "0.42.2"
6445source = "registry+https://github.com/rust-lang/crates.io-index"
6446checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
6447
6448[[package]]
6449name = "windows_x86_64_gnu"
6450version = "0.48.5"
6451source = "registry+https://github.com/rust-lang/crates.io-index"
6452checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
6453
6454[[package]]
6455name = "windows_x86_64_gnu"
6456version = "0.52.6"
6457source = "registry+https://github.com/rust-lang/crates.io-index"
6458checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
6459
6460[[package]]
6461name = "windows_x86_64_gnu"
6462version = "0.53.1"
6463source = "registry+https://github.com/rust-lang/crates.io-index"
6464checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
6465
6466[[package]]
6467name = "windows_x86_64_gnullvm"
6468version = "0.42.2"
6469source = "registry+https://github.com/rust-lang/crates.io-index"
6470checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
6471
6472[[package]]
6473name = "windows_x86_64_gnullvm"
6474version = "0.48.5"
6475source = "registry+https://github.com/rust-lang/crates.io-index"
6476checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
6477
6478[[package]]
6479name = "windows_x86_64_gnullvm"
6480version = "0.52.6"
6481source = "registry+https://github.com/rust-lang/crates.io-index"
6482checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
6483
6484[[package]]
6485name = "windows_x86_64_gnullvm"
6486version = "0.53.1"
6487source = "registry+https://github.com/rust-lang/crates.io-index"
6488checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
6489
6490[[package]]
6491name = "windows_x86_64_msvc"
6492version = "0.42.2"
6493source = "registry+https://github.com/rust-lang/crates.io-index"
6494checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
6495
6496[[package]]
6497name = "windows_x86_64_msvc"
6498version = "0.48.5"
6499source = "registry+https://github.com/rust-lang/crates.io-index"
6500checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
6501
6502[[package]]
6503name = "windows_x86_64_msvc"
6504version = "0.52.6"
6505source = "registry+https://github.com/rust-lang/crates.io-index"
6506checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
6507
6508[[package]]
6509name = "windows_x86_64_msvc"
6510version = "0.53.1"
6511source = "registry+https://github.com/rust-lang/crates.io-index"
6512checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
6513
6514[[package]]
6515name = "winnow"
6516version = "0.6.26"
6517source = "registry+https://github.com/rust-lang/crates.io-index"
6518checksum = "1e90edd2ac1aa278a5c4599b1d89cf03074b610800f866d4026dc199d7929a28"
6519dependencies = [
6520 "memchr",
6521]
6522
6523[[package]]
6524name = "winreg"
6525version = "0.50.0"
6526source = "registry+https://github.com/rust-lang/crates.io-index"
6527checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
6528dependencies = [
6529 "cfg-if",
6530 "windows-sys 0.48.0",
6531]
6532
6533[[package]]
6534name = "wit-bindgen"
6535version = "0.46.0"
6536source = "registry+https://github.com/rust-lang/crates.io-index"
6537checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
6538
6539[[package]]
6540name = "worker"
6541version = "0.1.0"
6542dependencies = [
6543 "apalis",
6544 "apalis-sql",
6545 "dotenvy",
6546 "log",
6547 "reqwest",
6548 "rust-s3",
6549 "shared",
6550 "tokio",
6551 "tracing-subscriber",
6552]
6553
6554[[package]]
6555name = "writeable"
6556version = "0.6.1"
6557source = "registry+https://github.com/rust-lang/crates.io-index"
6558checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
6559
6560[[package]]
6561name = "xml5ever"
6562version = "0.18.1"
6563source = "registry+https://github.com/rust-lang/crates.io-index"
6564checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
6565dependencies = [
6566 "log",
6567 "mac",
6568 "markup5ever",
6569]
6570
6571[[package]]
6572name = "yansi"
6573version = "1.0.1"
6574source = "registry+https://github.com/rust-lang/crates.io-index"
6575checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
6576
6577[[package]]
6578name = "yoke"
6579version = "0.8.0"
6580source = "registry+https://github.com/rust-lang/crates.io-index"
6581checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
6582dependencies = [
6583 "serde",
6584 "stable_deref_trait",
6585 "yoke-derive",
6586 "zerofrom",
6587]
6588
6589[[package]]
6590name = "yoke-derive"
6591version = "0.8.0"
6592source = "registry+https://github.com/rust-lang/crates.io-index"
6593checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
6594dependencies = [
6595 "proc-macro2",
6596 "quote",
6597 "syn 2.0.106",
6598 "synstructure",
6599]
6600
6601[[package]]
6602name = "zerocopy"
6603version = "0.8.27"
6604source = "registry+https://github.com/rust-lang/crates.io-index"
6605checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
6606dependencies = [
6607 "zerocopy-derive",
6608]
6609
6610[[package]]
6611name = "zerocopy-derive"
6612version = "0.8.27"
6613source = "registry+https://github.com/rust-lang/crates.io-index"
6614checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
6615dependencies = [
6616 "proc-macro2",
6617 "quote",
6618 "syn 2.0.106",
6619]
6620
6621[[package]]
6622name = "zerofrom"
6623version = "0.1.6"
6624source = "registry+https://github.com/rust-lang/crates.io-index"
6625checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
6626dependencies = [
6627 "zerofrom-derive",
6628]
6629
6630[[package]]
6631name = "zerofrom-derive"
6632version = "0.1.6"
6633source = "registry+https://github.com/rust-lang/crates.io-index"
6634checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
6635dependencies = [
6636 "proc-macro2",
6637 "quote",
6638 "syn 2.0.106",
6639 "synstructure",
6640]
6641
6642[[package]]
6643name = "zeroize"
6644version = "1.8.2"
6645source = "registry+https://github.com/rust-lang/crates.io-index"
6646checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
6647dependencies = [
6648 "serde",
6649 "zeroize_derive",
6650]
6651
6652[[package]]
6653name = "zeroize_derive"
6654version = "1.4.2"
6655source = "registry+https://github.com/rust-lang/crates.io-index"
6656checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
6657dependencies = [
6658 "proc-macro2",
6659 "quote",
6660 "syn 2.0.106",
6661]
6662
6663[[package]]
6664name = "zerotrie"
6665version = "0.2.2"
6666source = "registry+https://github.com/rust-lang/crates.io-index"
6667checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
6668dependencies = [
6669 "displaydoc",
6670 "yoke",
6671 "zerofrom",
6672]
6673
6674[[package]]
6675name = "zerovec"
6676version = "0.11.4"
6677source = "registry+https://github.com/rust-lang/crates.io-index"
6678checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
6679dependencies = [
6680 "yoke",
6681 "zerofrom",
6682 "zerovec-derive",
6683]
6684
6685[[package]]
6686name = "zerovec-derive"
6687version = "0.11.1"
6688source = "registry+https://github.com/rust-lang/crates.io-index"
6689checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
6690dependencies = [
6691 "proc-macro2",
6692 "quote",
6693 "syn 2.0.106",
6694]
6695
6696[[package]]
6697name = "zstd"
6698version = "0.13.3"
6699source = "registry+https://github.com/rust-lang/crates.io-index"
6700checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
6701dependencies = [
6702 "zstd-safe",
6703]
6704
6705[[package]]
6706name = "zstd-safe"
6707version = "7.2.4"
6708source = "registry+https://github.com/rust-lang/crates.io-index"
6709checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
6710dependencies = [
6711 "zstd-sys",
6712]
6713
6714[[package]]
6715name = "zstd-sys"
6716version = "2.0.16+zstd.1.5.7"
6717source = "registry+https://github.com/rust-lang/crates.io-index"
6718checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
6719dependencies = [
6720 "cc",
6721 "pkg-config",
6722]