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