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 = "addr2line"
7version = "0.24.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler2"
16version = "2.0.1"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
19
20[[package]]
21name = "async-trait"
22version = "0.1.89"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
25dependencies = [
26 "proc-macro2",
27 "quote",
28 "syn 2.0.106",
29]
30
31[[package]]
32name = "atomic-waker"
33version = "1.1.2"
34source = "registry+https://github.com/rust-lang/crates.io-index"
35checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
36
37[[package]]
38name = "autocfg"
39version = "1.5.0"
40source = "registry+https://github.com/rust-lang/crates.io-index"
41checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
42
43[[package]]
44name = "backtrace"
45version = "0.3.75"
46source = "registry+https://github.com/rust-lang/crates.io-index"
47checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
48dependencies = [
49 "addr2line",
50 "cfg-if",
51 "libc",
52 "miniz_oxide",
53 "object",
54 "rustc-demangle",
55 "windows-targets",
56]
57
58[[package]]
59name = "base64"
60version = "0.22.1"
61source = "registry+https://github.com/rust-lang/crates.io-index"
62checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
63
64[[package]]
65name = "bitflags"
66version = "1.3.2"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
69
70[[package]]
71name = "bitflags"
72version = "2.9.4"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
75
76[[package]]
77name = "bumpalo"
78version = "3.19.0"
79source = "registry+https://github.com/rust-lang/crates.io-index"
80checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
81
82[[package]]
83name = "bytes"
84version = "1.10.1"
85source = "registry+https://github.com/rust-lang/crates.io-index"
86checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
87
88[[package]]
89name = "cc"
90version = "1.2.36"
91source = "registry+https://github.com/rust-lang/crates.io-index"
92checksum = "5252b3d2648e5eedbc1a6f501e3c795e07025c1e93bbf8bbdd6eef7f447a6d54"
93dependencies = [
94 "find-msvc-tools",
95 "shlex",
96]
97
98[[package]]
99name = "cfg-if"
100version = "1.0.3"
101source = "registry+https://github.com/rust-lang/crates.io-index"
102checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
103
104[[package]]
105name = "core-foundation"
106version = "0.9.4"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
109dependencies = [
110 "core-foundation-sys",
111 "libc",
112]
113
114[[package]]
115name = "core-foundation-sys"
116version = "0.8.7"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
119
120[[package]]
121name = "data-encoding"
122version = "2.9.0"
123source = "registry+https://github.com/rust-lang/crates.io-index"
124checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
125
126[[package]]
127name = "displaydoc"
128version = "0.2.5"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
131dependencies = [
132 "proc-macro2",
133 "quote",
134 "syn 2.0.106",
135]
136
137[[package]]
138name = "encoding_rs"
139version = "0.8.35"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
142dependencies = [
143 "cfg-if",
144]
145
146[[package]]
147name = "enum-as-inner"
148version = "0.3.4"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "570d109b813e904becc80d8d5da38376818a143348413f7149f1340fe04754d4"
151dependencies = [
152 "heck",
153 "proc-macro2",
154 "quote",
155 "syn 1.0.109",
156]
157
158[[package]]
159name = "equivalent"
160version = "1.0.2"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
163
164[[package]]
165name = "errno"
166version = "0.3.13"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
169dependencies = [
170 "libc",
171 "windows-sys 0.59.0",
172]
173
174[[package]]
175name = "fastrand"
176version = "2.3.0"
177source = "registry+https://github.com/rust-lang/crates.io-index"
178checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
179
180[[package]]
181name = "find-msvc-tools"
182version = "0.1.1"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "7fd99930f64d146689264c637b5af2f0233a933bef0d8570e2526bf9e083192d"
185
186[[package]]
187name = "fnv"
188version = "1.0.7"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
191
192[[package]]
193name = "foreign-types"
194version = "0.3.2"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
197dependencies = [
198 "foreign-types-shared",
199]
200
201[[package]]
202name = "foreign-types-shared"
203version = "0.1.1"
204source = "registry+https://github.com/rust-lang/crates.io-index"
205checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
206
207[[package]]
208name = "form_urlencoded"
209version = "1.2.2"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
212dependencies = [
213 "percent-encoding",
214]
215
216[[package]]
217name = "futures-channel"
218version = "0.3.31"
219source = "registry+https://github.com/rust-lang/crates.io-index"
220checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
221dependencies = [
222 "futures-core",
223 "futures-sink",
224]
225
226[[package]]
227name = "futures-core"
228version = "0.3.31"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
231
232[[package]]
233name = "futures-io"
234version = "0.3.31"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
237
238[[package]]
239name = "futures-sink"
240version = "0.3.31"
241source = "registry+https://github.com/rust-lang/crates.io-index"
242checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
243
244[[package]]
245name = "futures-task"
246version = "0.3.31"
247source = "registry+https://github.com/rust-lang/crates.io-index"
248checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
249
250[[package]]
251name = "futures-util"
252version = "0.3.31"
253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
255dependencies = [
256 "futures-core",
257 "futures-io",
258 "futures-sink",
259 "futures-task",
260 "memchr",
261 "pin-project-lite",
262 "pin-utils",
263 "slab",
264]
265
266[[package]]
267name = "getrandom"
268version = "0.2.16"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
271dependencies = [
272 "cfg-if",
273 "libc",
274 "wasi 0.11.1+wasi-snapshot-preview1",
275]
276
277[[package]]
278name = "getrandom"
279version = "0.3.3"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
282dependencies = [
283 "cfg-if",
284 "libc",
285 "r-efi",
286 "wasi 0.14.4+wasi-0.2.4",
287]
288
289[[package]]
290name = "gimli"
291version = "0.31.1"
292source = "registry+https://github.com/rust-lang/crates.io-index"
293checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
294
295[[package]]
296name = "h2"
297version = "0.4.12"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
300dependencies = [
301 "atomic-waker",
302 "bytes",
303 "fnv",
304 "futures-core",
305 "futures-sink",
306 "http",
307 "indexmap",
308 "slab",
309 "tokio",
310 "tokio-util",
311 "tracing",
312]
313
314[[package]]
315name = "hashbrown"
316version = "0.15.5"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
319
320[[package]]
321name = "heck"
322version = "0.4.1"
323source = "registry+https://github.com/rust-lang/crates.io-index"
324checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
325
326[[package]]
327name = "http"
328version = "1.3.1"
329source = "registry+https://github.com/rust-lang/crates.io-index"
330checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
331dependencies = [
332 "bytes",
333 "fnv",
334 "itoa",
335]
336
337[[package]]
338name = "http-body"
339version = "1.0.1"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
342dependencies = [
343 "bytes",
344 "http",
345]
346
347[[package]]
348name = "http-body-util"
349version = "0.1.3"
350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
352dependencies = [
353 "bytes",
354 "futures-core",
355 "http",
356 "http-body",
357 "pin-project-lite",
358]
359
360[[package]]
361name = "httparse"
362version = "1.10.1"
363source = "registry+https://github.com/rust-lang/crates.io-index"
364checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
365
366[[package]]
367name = "hyper"
368version = "1.7.0"
369source = "registry+https://github.com/rust-lang/crates.io-index"
370checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
371dependencies = [
372 "atomic-waker",
373 "bytes",
374 "futures-channel",
375 "futures-core",
376 "h2",
377 "http",
378 "http-body",
379 "httparse",
380 "itoa",
381 "pin-project-lite",
382 "pin-utils",
383 "smallvec",
384 "tokio",
385 "want",
386]
387
388[[package]]
389name = "hyper-rustls"
390version = "0.27.7"
391source = "registry+https://github.com/rust-lang/crates.io-index"
392checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
393dependencies = [
394 "http",
395 "hyper",
396 "hyper-util",
397 "rustls",
398 "rustls-pki-types",
399 "tokio",
400 "tokio-rustls",
401 "tower-service",
402]
403
404[[package]]
405name = "hyper-tls"
406version = "0.6.0"
407source = "registry+https://github.com/rust-lang/crates.io-index"
408checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
409dependencies = [
410 "bytes",
411 "http-body-util",
412 "hyper",
413 "hyper-util",
414 "native-tls",
415 "tokio",
416 "tokio-native-tls",
417 "tower-service",
418]
419
420[[package]]
421name = "hyper-util"
422version = "0.1.16"
423source = "registry+https://github.com/rust-lang/crates.io-index"
424checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e"
425dependencies = [
426 "base64",
427 "bytes",
428 "futures-channel",
429 "futures-core",
430 "futures-util",
431 "http",
432 "http-body",
433 "hyper",
434 "ipnet",
435 "libc",
436 "percent-encoding",
437 "pin-project-lite",
438 "socket2 0.6.0",
439 "system-configuration",
440 "tokio",
441 "tower-service",
442 "tracing",
443 "windows-registry",
444]
445
446[[package]]
447name = "icu_collections"
448version = "2.0.0"
449source = "registry+https://github.com/rust-lang/crates.io-index"
450checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
451dependencies = [
452 "displaydoc",
453 "potential_utf",
454 "yoke",
455 "zerofrom",
456 "zerovec",
457]
458
459[[package]]
460name = "icu_locale_core"
461version = "2.0.0"
462source = "registry+https://github.com/rust-lang/crates.io-index"
463checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
464dependencies = [
465 "displaydoc",
466 "litemap",
467 "tinystr",
468 "writeable",
469 "zerovec",
470]
471
472[[package]]
473name = "icu_normalizer"
474version = "2.0.0"
475source = "registry+https://github.com/rust-lang/crates.io-index"
476checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
477dependencies = [
478 "displaydoc",
479 "icu_collections",
480 "icu_normalizer_data",
481 "icu_properties",
482 "icu_provider",
483 "smallvec",
484 "zerovec",
485]
486
487[[package]]
488name = "icu_normalizer_data"
489version = "2.0.0"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
492
493[[package]]
494name = "icu_properties"
495version = "2.0.1"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
498dependencies = [
499 "displaydoc",
500 "icu_collections",
501 "icu_locale_core",
502 "icu_properties_data",
503 "icu_provider",
504 "potential_utf",
505 "zerotrie",
506 "zerovec",
507]
508
509[[package]]
510name = "icu_properties_data"
511version = "2.0.1"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
514
515[[package]]
516name = "icu_provider"
517version = "2.0.0"
518source = "registry+https://github.com/rust-lang/crates.io-index"
519checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
520dependencies = [
521 "displaydoc",
522 "icu_locale_core",
523 "stable_deref_trait",
524 "tinystr",
525 "writeable",
526 "yoke",
527 "zerofrom",
528 "zerotrie",
529 "zerovec",
530]
531
532[[package]]
533name = "idna"
534version = "0.2.3"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
537dependencies = [
538 "matches",
539 "unicode-bidi",
540 "unicode-normalization",
541]
542
543[[package]]
544name = "idna"
545version = "1.1.0"
546source = "registry+https://github.com/rust-lang/crates.io-index"
547checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
548dependencies = [
549 "idna_adapter",
550 "smallvec",
551 "utf8_iter",
552]
553
554[[package]]
555name = "idna_adapter"
556version = "1.2.1"
557source = "registry+https://github.com/rust-lang/crates.io-index"
558checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
559dependencies = [
560 "icu_normalizer",
561 "icu_properties",
562]
563
564[[package]]
565name = "indexmap"
566version = "2.11.0"
567source = "registry+https://github.com/rust-lang/crates.io-index"
568checksum = "f2481980430f9f78649238835720ddccc57e52df14ffce1c6f37391d61b563e9"
569dependencies = [
570 "equivalent",
571 "hashbrown",
572]
573
574[[package]]
575name = "instant"
576version = "0.1.13"
577source = "registry+https://github.com/rust-lang/crates.io-index"
578checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
579dependencies = [
580 "cfg-if",
581]
582
583[[package]]
584name = "io-uring"
585version = "0.7.10"
586source = "registry+https://github.com/rust-lang/crates.io-index"
587checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b"
588dependencies = [
589 "bitflags 2.9.4",
590 "cfg-if",
591 "libc",
592]
593
594[[package]]
595name = "ipconfig"
596version = "0.2.2"
597source = "registry+https://github.com/rust-lang/crates.io-index"
598checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"
599dependencies = [
600 "socket2 0.3.19",
601 "widestring",
602 "winapi",
603 "winreg",
604]
605
606[[package]]
607name = "ipnet"
608version = "2.11.0"
609source = "registry+https://github.com/rust-lang/crates.io-index"
610checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
611
612[[package]]
613name = "iri-string"
614version = "0.7.8"
615source = "registry+https://github.com/rust-lang/crates.io-index"
616checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
617dependencies = [
618 "memchr",
619 "serde",
620]
621
622[[package]]
623name = "itoa"
624version = "1.0.15"
625source = "registry+https://github.com/rust-lang/crates.io-index"
626checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
627
628[[package]]
629name = "js-sys"
630version = "0.3.78"
631source = "registry+https://github.com/rust-lang/crates.io-index"
632checksum = "0c0b063578492ceec17683ef2f8c5e89121fbd0b172cbc280635ab7567db2738"
633dependencies = [
634 "once_cell",
635 "wasm-bindgen",
636]
637
638[[package]]
639name = "json"
640version = "0.12.4"
641source = "registry+https://github.com/rust-lang/crates.io-index"
642checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
643
644[[package]]
645name = "lazy_static"
646version = "1.5.0"
647source = "registry+https://github.com/rust-lang/crates.io-index"
648checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
649
650[[package]]
651name = "libc"
652version = "0.2.175"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
655
656[[package]]
657name = "linked-hash-map"
658version = "0.5.6"
659source = "registry+https://github.com/rust-lang/crates.io-index"
660checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
661
662[[package]]
663name = "linux-raw-sys"
664version = "0.9.4"
665source = "registry+https://github.com/rust-lang/crates.io-index"
666checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
667
668[[package]]
669name = "litemap"
670version = "0.8.0"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
673
674[[package]]
675name = "lock_api"
676version = "0.4.13"
677source = "registry+https://github.com/rust-lang/crates.io-index"
678checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
679dependencies = [
680 "autocfg",
681 "scopeguard",
682]
683
684[[package]]
685name = "log"
686version = "0.4.28"
687source = "registry+https://github.com/rust-lang/crates.io-index"
688checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
689
690[[package]]
691name = "lru-cache"
692version = "0.1.2"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
695dependencies = [
696 "linked-hash-map",
697]
698
699[[package]]
700name = "matches"
701version = "0.1.10"
702source = "registry+https://github.com/rust-lang/crates.io-index"
703checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
704
705[[package]]
706name = "memchr"
707version = "2.7.5"
708source = "registry+https://github.com/rust-lang/crates.io-index"
709checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
710
711[[package]]
712name = "mime"
713version = "0.3.17"
714source = "registry+https://github.com/rust-lang/crates.io-index"
715checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
716
717[[package]]
718name = "miniz_oxide"
719version = "0.8.9"
720source = "registry+https://github.com/rust-lang/crates.io-index"
721checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
722dependencies = [
723 "adler2",
724]
725
726[[package]]
727name = "mio"
728version = "1.0.4"
729source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
731dependencies = [
732 "libc",
733 "wasi 0.11.1+wasi-snapshot-preview1",
734 "windows-sys 0.59.0",
735]
736
737[[package]]
738name = "native-tls"
739version = "0.2.14"
740source = "registry+https://github.com/rust-lang/crates.io-index"
741checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
742dependencies = [
743 "libc",
744 "log",
745 "openssl",
746 "openssl-probe",
747 "openssl-sys",
748 "schannel",
749 "security-framework",
750 "security-framework-sys",
751 "tempfile",
752]
753
754[[package]]
755name = "object"
756version = "0.36.7"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
759dependencies = [
760 "memchr",
761]
762
763[[package]]
764name = "once_cell"
765version = "1.21.3"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
768
769[[package]]
770name = "openssl"
771version = "0.10.73"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
774dependencies = [
775 "bitflags 2.9.4",
776 "cfg-if",
777 "foreign-types",
778 "libc",
779 "once_cell",
780 "openssl-macros",
781 "openssl-sys",
782]
783
784[[package]]
785name = "openssl-macros"
786version = "0.1.1"
787source = "registry+https://github.com/rust-lang/crates.io-index"
788checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
789dependencies = [
790 "proc-macro2",
791 "quote",
792 "syn 2.0.106",
793]
794
795[[package]]
796name = "openssl-probe"
797version = "0.1.6"
798source = "registry+https://github.com/rust-lang/crates.io-index"
799checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
800
801[[package]]
802name = "openssl-sys"
803version = "0.9.109"
804source = "registry+https://github.com/rust-lang/crates.io-index"
805checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
806dependencies = [
807 "cc",
808 "libc",
809 "pkg-config",
810 "vcpkg",
811]
812
813[[package]]
814name = "parking_lot"
815version = "0.11.2"
816source = "registry+https://github.com/rust-lang/crates.io-index"
817checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
818dependencies = [
819 "instant",
820 "lock_api",
821 "parking_lot_core",
822]
823
824[[package]]
825name = "parking_lot_core"
826version = "0.8.6"
827source = "registry+https://github.com/rust-lang/crates.io-index"
828checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
829dependencies = [
830 "cfg-if",
831 "instant",
832 "libc",
833 "redox_syscall",
834 "smallvec",
835 "winapi",
836]
837
838[[package]]
839name = "percent-encoding"
840version = "2.3.2"
841source = "registry+https://github.com/rust-lang/crates.io-index"
842checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
843
844[[package]]
845name = "pin-project-lite"
846version = "0.2.16"
847source = "registry+https://github.com/rust-lang/crates.io-index"
848checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
849
850[[package]]
851name = "pin-utils"
852version = "0.1.0"
853source = "registry+https://github.com/rust-lang/crates.io-index"
854checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
855
856[[package]]
857name = "pkg-config"
858version = "0.3.32"
859source = "registry+https://github.com/rust-lang/crates.io-index"
860checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
861
862[[package]]
863name = "potential_utf"
864version = "0.1.3"
865source = "registry+https://github.com/rust-lang/crates.io-index"
866checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
867dependencies = [
868 "zerovec",
869]
870
871[[package]]
872name = "ppv-lite86"
873version = "0.2.21"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
876dependencies = [
877 "zerocopy",
878]
879
880[[package]]
881name = "proc-macro2"
882version = "1.0.101"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
885dependencies = [
886 "unicode-ident",
887]
888
889[[package]]
890name = "quote"
891version = "1.0.40"
892source = "registry+https://github.com/rust-lang/crates.io-index"
893checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
894dependencies = [
895 "proc-macro2",
896]
897
898[[package]]
899name = "r-efi"
900version = "5.3.0"
901source = "registry+https://github.com/rust-lang/crates.io-index"
902checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
903
904[[package]]
905name = "rand"
906version = "0.8.5"
907source = "registry+https://github.com/rust-lang/crates.io-index"
908checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
909dependencies = [
910 "libc",
911 "rand_chacha",
912 "rand_core",
913]
914
915[[package]]
916name = "rand_chacha"
917version = "0.3.1"
918source = "registry+https://github.com/rust-lang/crates.io-index"
919checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
920dependencies = [
921 "ppv-lite86",
922 "rand_core",
923]
924
925[[package]]
926name = "rand_core"
927version = "0.6.4"
928source = "registry+https://github.com/rust-lang/crates.io-index"
929checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
930dependencies = [
931 "getrandom 0.2.16",
932]
933
934[[package]]
935name = "redox_syscall"
936version = "0.2.16"
937source = "registry+https://github.com/rust-lang/crates.io-index"
938checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
939dependencies = [
940 "bitflags 1.3.2",
941]
942
943[[package]]
944name = "reqwest"
945version = "0.12.23"
946source = "registry+https://github.com/rust-lang/crates.io-index"
947checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb"
948dependencies = [
949 "base64",
950 "bytes",
951 "encoding_rs",
952 "futures-channel",
953 "futures-core",
954 "futures-util",
955 "h2",
956 "http",
957 "http-body",
958 "http-body-util",
959 "hyper",
960 "hyper-rustls",
961 "hyper-tls",
962 "hyper-util",
963 "js-sys",
964 "log",
965 "mime",
966 "native-tls",
967 "percent-encoding",
968 "pin-project-lite",
969 "rustls-pki-types",
970 "serde",
971 "serde_json",
972 "serde_urlencoded",
973 "sync_wrapper",
974 "tokio",
975 "tokio-native-tls",
976 "tower",
977 "tower-http",
978 "tower-service",
979 "url",
980 "wasm-bindgen",
981 "wasm-bindgen-futures",
982 "web-sys",
983]
984
985[[package]]
986name = "resolv-conf"
987version = "0.7.4"
988source = "registry+https://github.com/rust-lang/crates.io-index"
989checksum = "95325155c684b1c89f7765e30bc1c42e4a6da51ca513615660cb8a62ef9a88e3"
990
991[[package]]
992name = "ring"
993version = "0.17.14"
994source = "registry+https://github.com/rust-lang/crates.io-index"
995checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
996dependencies = [
997 "cc",
998 "cfg-if",
999 "getrandom 0.2.16",
1000 "libc",
1001 "untrusted",
1002 "windows-sys 0.52.0",
1003]
1004
1005[[package]]
1006name = "rustc-demangle"
1007version = "0.1.26"
1008source = "registry+https://github.com/rust-lang/crates.io-index"
1009checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
1010
1011[[package]]
1012name = "rustix"
1013version = "1.0.8"
1014source = "registry+https://github.com/rust-lang/crates.io-index"
1015checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
1016dependencies = [
1017 "bitflags 2.9.4",
1018 "errno",
1019 "libc",
1020 "linux-raw-sys",
1021 "windows-sys 0.59.0",
1022]
1023
1024[[package]]
1025name = "rustls"
1026version = "0.23.31"
1027source = "registry+https://github.com/rust-lang/crates.io-index"
1028checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc"
1029dependencies = [
1030 "once_cell",
1031 "rustls-pki-types",
1032 "rustls-webpki",
1033 "subtle",
1034 "zeroize",
1035]
1036
1037[[package]]
1038name = "rustls-pki-types"
1039version = "1.12.0"
1040source = "registry+https://github.com/rust-lang/crates.io-index"
1041checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
1042dependencies = [
1043 "zeroize",
1044]
1045
1046[[package]]
1047name = "rustls-webpki"
1048version = "0.103.4"
1049source = "registry+https://github.com/rust-lang/crates.io-index"
1050checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc"
1051dependencies = [
1052 "ring",
1053 "rustls-pki-types",
1054 "untrusted",
1055]
1056
1057[[package]]
1058name = "rustversion"
1059version = "1.0.22"
1060source = "registry+https://github.com/rust-lang/crates.io-index"
1061checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1062
1063[[package]]
1064name = "ryu"
1065version = "1.0.20"
1066source = "registry+https://github.com/rust-lang/crates.io-index"
1067checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1068
1069[[package]]
1070name = "schannel"
1071version = "0.1.27"
1072source = "registry+https://github.com/rust-lang/crates.io-index"
1073checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
1074dependencies = [
1075 "windows-sys 0.59.0",
1076]
1077
1078[[package]]
1079name = "scopeguard"
1080version = "1.2.0"
1081source = "registry+https://github.com/rust-lang/crates.io-index"
1082checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1083
1084[[package]]
1085name = "security-framework"
1086version = "2.11.1"
1087source = "registry+https://github.com/rust-lang/crates.io-index"
1088checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
1089dependencies = [
1090 "bitflags 2.9.4",
1091 "core-foundation",
1092 "core-foundation-sys",
1093 "libc",
1094 "security-framework-sys",
1095]
1096
1097[[package]]
1098name = "security-framework-sys"
1099version = "2.14.0"
1100source = "registry+https://github.com/rust-lang/crates.io-index"
1101checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
1102dependencies = [
1103 "core-foundation-sys",
1104 "libc",
1105]
1106
1107[[package]]
1108name = "serde"
1109version = "1.0.219"
1110source = "registry+https://github.com/rust-lang/crates.io-index"
1111checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
1112dependencies = [
1113 "serde_derive",
1114]
1115
1116[[package]]
1117name = "serde_derive"
1118version = "1.0.219"
1119source = "registry+https://github.com/rust-lang/crates.io-index"
1120checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
1121dependencies = [
1122 "proc-macro2",
1123 "quote",
1124 "syn 2.0.106",
1125]
1126
1127[[package]]
1128name = "serde_json"
1129version = "1.0.143"
1130source = "registry+https://github.com/rust-lang/crates.io-index"
1131checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a"
1132dependencies = [
1133 "itoa",
1134 "memchr",
1135 "ryu",
1136 "serde",
1137]
1138
1139[[package]]
1140name = "serde_urlencoded"
1141version = "0.7.1"
1142source = "registry+https://github.com/rust-lang/crates.io-index"
1143checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1144dependencies = [
1145 "form_urlencoded",
1146 "itoa",
1147 "ryu",
1148 "serde",
1149]
1150
1151[[package]]
1152name = "shlex"
1153version = "1.3.0"
1154source = "registry+https://github.com/rust-lang/crates.io-index"
1155checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1156
1157[[package]]
1158name = "slab"
1159version = "0.4.11"
1160source = "registry+https://github.com/rust-lang/crates.io-index"
1161checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
1162
1163[[package]]
1164name = "smallvec"
1165version = "1.15.1"
1166source = "registry+https://github.com/rust-lang/crates.io-index"
1167checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1168
1169[[package]]
1170name = "socket2"
1171version = "0.3.19"
1172source = "registry+https://github.com/rust-lang/crates.io-index"
1173checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
1174dependencies = [
1175 "cfg-if",
1176 "libc",
1177 "winapi",
1178]
1179
1180[[package]]
1181name = "socket2"
1182version = "0.6.0"
1183source = "registry+https://github.com/rust-lang/crates.io-index"
1184checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
1185dependencies = [
1186 "libc",
1187 "windows-sys 0.59.0",
1188]
1189
1190[[package]]
1191name = "stable_deref_trait"
1192version = "1.2.0"
1193source = "registry+https://github.com/rust-lang/crates.io-index"
1194checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1195
1196[[package]]
1197name = "subtle"
1198version = "2.6.1"
1199source = "registry+https://github.com/rust-lang/crates.io-index"
1200checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1201
1202[[package]]
1203name = "syn"
1204version = "1.0.109"
1205source = "registry+https://github.com/rust-lang/crates.io-index"
1206checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1207dependencies = [
1208 "proc-macro2",
1209 "quote",
1210 "unicode-ident",
1211]
1212
1213[[package]]
1214name = "syn"
1215version = "2.0.106"
1216source = "registry+https://github.com/rust-lang/crates.io-index"
1217checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
1218dependencies = [
1219 "proc-macro2",
1220 "quote",
1221 "unicode-ident",
1222]
1223
1224[[package]]
1225name = "sync_wrapper"
1226version = "1.0.2"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1229dependencies = [
1230 "futures-core",
1231]
1232
1233[[package]]
1234name = "synstructure"
1235version = "0.13.2"
1236source = "registry+https://github.com/rust-lang/crates.io-index"
1237checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1238dependencies = [
1239 "proc-macro2",
1240 "quote",
1241 "syn 2.0.106",
1242]
1243
1244[[package]]
1245name = "system-configuration"
1246version = "0.6.1"
1247source = "registry+https://github.com/rust-lang/crates.io-index"
1248checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
1249dependencies = [
1250 "bitflags 2.9.4",
1251 "core-foundation",
1252 "system-configuration-sys",
1253]
1254
1255[[package]]
1256name = "system-configuration-sys"
1257version = "0.6.0"
1258source = "registry+https://github.com/rust-lang/crates.io-index"
1259checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
1260dependencies = [
1261 "core-foundation-sys",
1262 "libc",
1263]
1264
1265[[package]]
1266name = "tangled-on-commit"
1267version = "0.1.0"
1268dependencies = [
1269 "json",
1270 "reqwest",
1271 "trust-dns-resolver",
1272]
1273
1274[[package]]
1275name = "tempfile"
1276version = "3.21.0"
1277source = "registry+https://github.com/rust-lang/crates.io-index"
1278checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e"
1279dependencies = [
1280 "fastrand",
1281 "getrandom 0.3.3",
1282 "once_cell",
1283 "rustix",
1284 "windows-sys 0.59.0",
1285]
1286
1287[[package]]
1288name = "thiserror"
1289version = "1.0.69"
1290source = "registry+https://github.com/rust-lang/crates.io-index"
1291checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1292dependencies = [
1293 "thiserror-impl",
1294]
1295
1296[[package]]
1297name = "thiserror-impl"
1298version = "1.0.69"
1299source = "registry+https://github.com/rust-lang/crates.io-index"
1300checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1301dependencies = [
1302 "proc-macro2",
1303 "quote",
1304 "syn 2.0.106",
1305]
1306
1307[[package]]
1308name = "tinystr"
1309version = "0.8.1"
1310source = "registry+https://github.com/rust-lang/crates.io-index"
1311checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
1312dependencies = [
1313 "displaydoc",
1314 "zerovec",
1315]
1316
1317[[package]]
1318name = "tinyvec"
1319version = "1.10.0"
1320source = "registry+https://github.com/rust-lang/crates.io-index"
1321checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
1322dependencies = [
1323 "tinyvec_macros",
1324]
1325
1326[[package]]
1327name = "tinyvec_macros"
1328version = "0.1.1"
1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1331
1332[[package]]
1333name = "tokio"
1334version = "1.47.1"
1335source = "registry+https://github.com/rust-lang/crates.io-index"
1336checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
1337dependencies = [
1338 "backtrace",
1339 "bytes",
1340 "io-uring",
1341 "libc",
1342 "mio",
1343 "pin-project-lite",
1344 "slab",
1345 "socket2 0.6.0",
1346 "windows-sys 0.59.0",
1347]
1348
1349[[package]]
1350name = "tokio-native-tls"
1351version = "0.3.1"
1352source = "registry+https://github.com/rust-lang/crates.io-index"
1353checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
1354dependencies = [
1355 "native-tls",
1356 "tokio",
1357]
1358
1359[[package]]
1360name = "tokio-rustls"
1361version = "0.26.2"
1362source = "registry+https://github.com/rust-lang/crates.io-index"
1363checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
1364dependencies = [
1365 "rustls",
1366 "tokio",
1367]
1368
1369[[package]]
1370name = "tokio-util"
1371version = "0.7.16"
1372source = "registry+https://github.com/rust-lang/crates.io-index"
1373checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
1374dependencies = [
1375 "bytes",
1376 "futures-core",
1377 "futures-sink",
1378 "pin-project-lite",
1379 "tokio",
1380]
1381
1382[[package]]
1383name = "tower"
1384version = "0.5.2"
1385source = "registry+https://github.com/rust-lang/crates.io-index"
1386checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
1387dependencies = [
1388 "futures-core",
1389 "futures-util",
1390 "pin-project-lite",
1391 "sync_wrapper",
1392 "tokio",
1393 "tower-layer",
1394 "tower-service",
1395]
1396
1397[[package]]
1398name = "tower-http"
1399version = "0.6.6"
1400source = "registry+https://github.com/rust-lang/crates.io-index"
1401checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
1402dependencies = [
1403 "bitflags 2.9.4",
1404 "bytes",
1405 "futures-util",
1406 "http",
1407 "http-body",
1408 "iri-string",
1409 "pin-project-lite",
1410 "tower",
1411 "tower-layer",
1412 "tower-service",
1413]
1414
1415[[package]]
1416name = "tower-layer"
1417version = "0.3.3"
1418source = "registry+https://github.com/rust-lang/crates.io-index"
1419checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1420
1421[[package]]
1422name = "tower-service"
1423version = "0.3.3"
1424source = "registry+https://github.com/rust-lang/crates.io-index"
1425checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1426
1427[[package]]
1428name = "tracing"
1429version = "0.1.41"
1430source = "registry+https://github.com/rust-lang/crates.io-index"
1431checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
1432dependencies = [
1433 "pin-project-lite",
1434 "tracing-core",
1435]
1436
1437[[package]]
1438name = "tracing-core"
1439version = "0.1.34"
1440source = "registry+https://github.com/rust-lang/crates.io-index"
1441checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
1442dependencies = [
1443 "once_cell",
1444]
1445
1446[[package]]
1447name = "trust-dns-proto"
1448version = "0.20.4"
1449source = "registry+https://github.com/rust-lang/crates.io-index"
1450checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"
1451dependencies = [
1452 "async-trait",
1453 "cfg-if",
1454 "data-encoding",
1455 "enum-as-inner",
1456 "futures-channel",
1457 "futures-io",
1458 "futures-util",
1459 "idna 0.2.3",
1460 "ipnet",
1461 "lazy_static",
1462 "log",
1463 "rand",
1464 "smallvec",
1465 "thiserror",
1466 "tinyvec",
1467 "tokio",
1468 "url",
1469]
1470
1471[[package]]
1472name = "trust-dns-resolver"
1473version = "0.20.4"
1474source = "registry+https://github.com/rust-lang/crates.io-index"
1475checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"
1476dependencies = [
1477 "cfg-if",
1478 "futures-util",
1479 "ipconfig",
1480 "lazy_static",
1481 "log",
1482 "lru-cache",
1483 "parking_lot",
1484 "resolv-conf",
1485 "smallvec",
1486 "thiserror",
1487 "tokio",
1488 "trust-dns-proto",
1489]
1490
1491[[package]]
1492name = "try-lock"
1493version = "0.2.5"
1494source = "registry+https://github.com/rust-lang/crates.io-index"
1495checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1496
1497[[package]]
1498name = "unicode-bidi"
1499version = "0.3.18"
1500source = "registry+https://github.com/rust-lang/crates.io-index"
1501checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
1502
1503[[package]]
1504name = "unicode-ident"
1505version = "1.0.18"
1506source = "registry+https://github.com/rust-lang/crates.io-index"
1507checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
1508
1509[[package]]
1510name = "unicode-normalization"
1511version = "0.1.24"
1512source = "registry+https://github.com/rust-lang/crates.io-index"
1513checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
1514dependencies = [
1515 "tinyvec",
1516]
1517
1518[[package]]
1519name = "untrusted"
1520version = "0.9.0"
1521source = "registry+https://github.com/rust-lang/crates.io-index"
1522checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1523
1524[[package]]
1525name = "url"
1526version = "2.5.7"
1527source = "registry+https://github.com/rust-lang/crates.io-index"
1528checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
1529dependencies = [
1530 "form_urlencoded",
1531 "idna 1.1.0",
1532 "percent-encoding",
1533 "serde",
1534]
1535
1536[[package]]
1537name = "utf8_iter"
1538version = "1.0.4"
1539source = "registry+https://github.com/rust-lang/crates.io-index"
1540checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1541
1542[[package]]
1543name = "vcpkg"
1544version = "0.2.15"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1547
1548[[package]]
1549name = "want"
1550version = "0.3.1"
1551source = "registry+https://github.com/rust-lang/crates.io-index"
1552checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1553dependencies = [
1554 "try-lock",
1555]
1556
1557[[package]]
1558name = "wasi"
1559version = "0.11.1+wasi-snapshot-preview1"
1560source = "registry+https://github.com/rust-lang/crates.io-index"
1561checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1562
1563[[package]]
1564name = "wasi"
1565version = "0.14.4+wasi-0.2.4"
1566source = "registry+https://github.com/rust-lang/crates.io-index"
1567checksum = "88a5f4a424faf49c3c2c344f166f0662341d470ea185e939657aaff130f0ec4a"
1568dependencies = [
1569 "wit-bindgen",
1570]
1571
1572[[package]]
1573name = "wasm-bindgen"
1574version = "0.2.101"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "7e14915cadd45b529bb8d1f343c4ed0ac1de926144b746e2710f9cd05df6603b"
1577dependencies = [
1578 "cfg-if",
1579 "once_cell",
1580 "rustversion",
1581 "wasm-bindgen-macro",
1582 "wasm-bindgen-shared",
1583]
1584
1585[[package]]
1586name = "wasm-bindgen-backend"
1587version = "0.2.101"
1588source = "registry+https://github.com/rust-lang/crates.io-index"
1589checksum = "e28d1ba982ca7923fd01448d5c30c6864d0a14109560296a162f80f305fb93bb"
1590dependencies = [
1591 "bumpalo",
1592 "log",
1593 "proc-macro2",
1594 "quote",
1595 "syn 2.0.106",
1596 "wasm-bindgen-shared",
1597]
1598
1599[[package]]
1600name = "wasm-bindgen-futures"
1601version = "0.4.51"
1602source = "registry+https://github.com/rust-lang/crates.io-index"
1603checksum = "0ca85039a9b469b38336411d6d6ced91f3fc87109a2a27b0c197663f5144dffe"
1604dependencies = [
1605 "cfg-if",
1606 "js-sys",
1607 "once_cell",
1608 "wasm-bindgen",
1609 "web-sys",
1610]
1611
1612[[package]]
1613name = "wasm-bindgen-macro"
1614version = "0.2.101"
1615source = "registry+https://github.com/rust-lang/crates.io-index"
1616checksum = "7c3d463ae3eff775b0c45df9da45d68837702ac35af998361e2c84e7c5ec1b0d"
1617dependencies = [
1618 "quote",
1619 "wasm-bindgen-macro-support",
1620]
1621
1622[[package]]
1623name = "wasm-bindgen-macro-support"
1624version = "0.2.101"
1625source = "registry+https://github.com/rust-lang/crates.io-index"
1626checksum = "7bb4ce89b08211f923caf51d527662b75bdc9c9c7aab40f86dcb9fb85ac552aa"
1627dependencies = [
1628 "proc-macro2",
1629 "quote",
1630 "syn 2.0.106",
1631 "wasm-bindgen-backend",
1632 "wasm-bindgen-shared",
1633]
1634
1635[[package]]
1636name = "wasm-bindgen-shared"
1637version = "0.2.101"
1638source = "registry+https://github.com/rust-lang/crates.io-index"
1639checksum = "f143854a3b13752c6950862c906306adb27c7e839f7414cec8fea35beab624c1"
1640dependencies = [
1641 "unicode-ident",
1642]
1643
1644[[package]]
1645name = "web-sys"
1646version = "0.3.78"
1647source = "registry+https://github.com/rust-lang/crates.io-index"
1648checksum = "77e4b637749ff0d92b8fad63aa1f7cff3cbe125fd49c175cd6345e7272638b12"
1649dependencies = [
1650 "js-sys",
1651 "wasm-bindgen",
1652]
1653
1654[[package]]
1655name = "widestring"
1656version = "0.4.3"
1657source = "registry+https://github.com/rust-lang/crates.io-index"
1658checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"
1659
1660[[package]]
1661name = "winapi"
1662version = "0.3.9"
1663source = "registry+https://github.com/rust-lang/crates.io-index"
1664checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1665dependencies = [
1666 "winapi-i686-pc-windows-gnu",
1667 "winapi-x86_64-pc-windows-gnu",
1668]
1669
1670[[package]]
1671name = "winapi-i686-pc-windows-gnu"
1672version = "0.4.0"
1673source = "registry+https://github.com/rust-lang/crates.io-index"
1674checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1675
1676[[package]]
1677name = "winapi-x86_64-pc-windows-gnu"
1678version = "0.4.0"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1681
1682[[package]]
1683name = "windows-link"
1684version = "0.1.3"
1685source = "registry+https://github.com/rust-lang/crates.io-index"
1686checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
1687
1688[[package]]
1689name = "windows-registry"
1690version = "0.5.3"
1691source = "registry+https://github.com/rust-lang/crates.io-index"
1692checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
1693dependencies = [
1694 "windows-link",
1695 "windows-result",
1696 "windows-strings",
1697]
1698
1699[[package]]
1700name = "windows-result"
1701version = "0.3.4"
1702source = "registry+https://github.com/rust-lang/crates.io-index"
1703checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
1704dependencies = [
1705 "windows-link",
1706]
1707
1708[[package]]
1709name = "windows-strings"
1710version = "0.4.2"
1711source = "registry+https://github.com/rust-lang/crates.io-index"
1712checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
1713dependencies = [
1714 "windows-link",
1715]
1716
1717[[package]]
1718name = "windows-sys"
1719version = "0.52.0"
1720source = "registry+https://github.com/rust-lang/crates.io-index"
1721checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1722dependencies = [
1723 "windows-targets",
1724]
1725
1726[[package]]
1727name = "windows-sys"
1728version = "0.59.0"
1729source = "registry+https://github.com/rust-lang/crates.io-index"
1730checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1731dependencies = [
1732 "windows-targets",
1733]
1734
1735[[package]]
1736name = "windows-targets"
1737version = "0.52.6"
1738source = "registry+https://github.com/rust-lang/crates.io-index"
1739checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1740dependencies = [
1741 "windows_aarch64_gnullvm",
1742 "windows_aarch64_msvc",
1743 "windows_i686_gnu",
1744 "windows_i686_gnullvm",
1745 "windows_i686_msvc",
1746 "windows_x86_64_gnu",
1747 "windows_x86_64_gnullvm",
1748 "windows_x86_64_msvc",
1749]
1750
1751[[package]]
1752name = "windows_aarch64_gnullvm"
1753version = "0.52.6"
1754source = "registry+https://github.com/rust-lang/crates.io-index"
1755checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1756
1757[[package]]
1758name = "windows_aarch64_msvc"
1759version = "0.52.6"
1760source = "registry+https://github.com/rust-lang/crates.io-index"
1761checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1762
1763[[package]]
1764name = "windows_i686_gnu"
1765version = "0.52.6"
1766source = "registry+https://github.com/rust-lang/crates.io-index"
1767checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1768
1769[[package]]
1770name = "windows_i686_gnullvm"
1771version = "0.52.6"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1774
1775[[package]]
1776name = "windows_i686_msvc"
1777version = "0.52.6"
1778source = "registry+https://github.com/rust-lang/crates.io-index"
1779checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1780
1781[[package]]
1782name = "windows_x86_64_gnu"
1783version = "0.52.6"
1784source = "registry+https://github.com/rust-lang/crates.io-index"
1785checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1786
1787[[package]]
1788name = "windows_x86_64_gnullvm"
1789version = "0.52.6"
1790source = "registry+https://github.com/rust-lang/crates.io-index"
1791checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1792
1793[[package]]
1794name = "windows_x86_64_msvc"
1795version = "0.52.6"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1798
1799[[package]]
1800name = "winreg"
1801version = "0.6.2"
1802source = "registry+https://github.com/rust-lang/crates.io-index"
1803checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
1804dependencies = [
1805 "winapi",
1806]
1807
1808[[package]]
1809name = "wit-bindgen"
1810version = "0.45.1"
1811source = "registry+https://github.com/rust-lang/crates.io-index"
1812checksum = "5c573471f125075647d03df72e026074b7203790d41351cd6edc96f46bcccd36"
1813
1814[[package]]
1815name = "writeable"
1816version = "0.6.1"
1817source = "registry+https://github.com/rust-lang/crates.io-index"
1818checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
1819
1820[[package]]
1821name = "yoke"
1822version = "0.8.0"
1823source = "registry+https://github.com/rust-lang/crates.io-index"
1824checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
1825dependencies = [
1826 "serde",
1827 "stable_deref_trait",
1828 "yoke-derive",
1829 "zerofrom",
1830]
1831
1832[[package]]
1833name = "yoke-derive"
1834version = "0.8.0"
1835source = "registry+https://github.com/rust-lang/crates.io-index"
1836checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
1837dependencies = [
1838 "proc-macro2",
1839 "quote",
1840 "syn 2.0.106",
1841 "synstructure",
1842]
1843
1844[[package]]
1845name = "zerocopy"
1846version = "0.8.26"
1847source = "registry+https://github.com/rust-lang/crates.io-index"
1848checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
1849dependencies = [
1850 "zerocopy-derive",
1851]
1852
1853[[package]]
1854name = "zerocopy-derive"
1855version = "0.8.26"
1856source = "registry+https://github.com/rust-lang/crates.io-index"
1857checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
1858dependencies = [
1859 "proc-macro2",
1860 "quote",
1861 "syn 2.0.106",
1862]
1863
1864[[package]]
1865name = "zerofrom"
1866version = "0.1.6"
1867source = "registry+https://github.com/rust-lang/crates.io-index"
1868checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
1869dependencies = [
1870 "zerofrom-derive",
1871]
1872
1873[[package]]
1874name = "zerofrom-derive"
1875version = "0.1.6"
1876source = "registry+https://github.com/rust-lang/crates.io-index"
1877checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
1878dependencies = [
1879 "proc-macro2",
1880 "quote",
1881 "syn 2.0.106",
1882 "synstructure",
1883]
1884
1885[[package]]
1886name = "zeroize"
1887version = "1.8.1"
1888source = "registry+https://github.com/rust-lang/crates.io-index"
1889checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
1890
1891[[package]]
1892name = "zerotrie"
1893version = "0.2.2"
1894source = "registry+https://github.com/rust-lang/crates.io-index"
1895checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
1896dependencies = [
1897 "displaydoc",
1898 "yoke",
1899 "zerofrom",
1900]
1901
1902[[package]]
1903name = "zerovec"
1904version = "0.11.4"
1905source = "registry+https://github.com/rust-lang/crates.io-index"
1906checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
1907dependencies = [
1908 "yoke",
1909 "zerofrom",
1910 "zerovec-derive",
1911]
1912
1913[[package]]
1914name = "zerovec-derive"
1915version = "0.11.1"
1916source = "registry+https://github.com/rust-lang/crates.io-index"
1917checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
1918dependencies = [
1919 "proc-macro2",
1920 "quote",
1921 "syn 2.0.106",
1922]