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 = "0.1.8"
40source = "registry+https://github.com/rust-lang/crates.io-index"
41checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78"
42dependencies = [
43 "autocfg 1.5.0",
44]
45
46[[package]]
47name = "autocfg"
48version = "1.5.0"
49source = "registry+https://github.com/rust-lang/crates.io-index"
50checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
51
52[[package]]
53name = "backtrace"
54version = "0.3.75"
55source = "registry+https://github.com/rust-lang/crates.io-index"
56checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
57dependencies = [
58 "addr2line",
59 "cfg-if 1.0.3",
60 "libc",
61 "miniz_oxide",
62 "object",
63 "rustc-demangle",
64 "windows-targets",
65]
66
67[[package]]
68name = "base64"
69version = "0.9.3"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
72dependencies = [
73 "byteorder",
74 "safemem",
75]
76
77[[package]]
78name = "base64"
79version = "0.10.1"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
82dependencies = [
83 "byteorder",
84]
85
86[[package]]
87name = "base64"
88version = "0.22.1"
89source = "registry+https://github.com/rust-lang/crates.io-index"
90checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
91
92[[package]]
93name = "bitflags"
94version = "1.3.2"
95source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
97
98[[package]]
99name = "bitflags"
100version = "2.9.4"
101source = "registry+https://github.com/rust-lang/crates.io-index"
102checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
103
104[[package]]
105name = "block-buffer"
106version = "0.7.3"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
109dependencies = [
110 "block-padding",
111 "byte-tools",
112 "byteorder",
113 "generic-array",
114]
115
116[[package]]
117name = "block-padding"
118version = "0.1.5"
119source = "registry+https://github.com/rust-lang/crates.io-index"
120checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
121dependencies = [
122 "byte-tools",
123]
124
125[[package]]
126name = "bumpalo"
127version = "3.19.0"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
130
131[[package]]
132name = "byte-tools"
133version = "0.3.1"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
136
137[[package]]
138name = "byteorder"
139version = "1.5.0"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
142
143[[package]]
144name = "bytes"
145version = "0.4.12"
146source = "registry+https://github.com/rust-lang/crates.io-index"
147checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
148dependencies = [
149 "byteorder",
150 "iovec",
151]
152
153[[package]]
154name = "bytes"
155version = "1.10.1"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
158
159[[package]]
160name = "cc"
161version = "1.2.36"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "5252b3d2648e5eedbc1a6f501e3c795e07025c1e93bbf8bbdd6eef7f447a6d54"
164dependencies = [
165 "find-msvc-tools",
166 "shlex",
167]
168
169[[package]]
170name = "cfg-if"
171version = "0.1.10"
172source = "registry+https://github.com/rust-lang/crates.io-index"
173checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
174
175[[package]]
176name = "cfg-if"
177version = "1.0.3"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
180
181[[package]]
182name = "cloudabi"
183version = "0.0.3"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
186dependencies = [
187 "bitflags 1.3.2",
188]
189
190[[package]]
191name = "core-foundation"
192version = "0.9.4"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
195dependencies = [
196 "core-foundation-sys",
197 "libc",
198]
199
200[[package]]
201name = "core-foundation-sys"
202version = "0.8.7"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
205
206[[package]]
207name = "crossbeam-utils"
208version = "0.7.2"
209source = "registry+https://github.com/rust-lang/crates.io-index"
210checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
211dependencies = [
212 "autocfg 1.5.0",
213 "cfg-if 0.1.10",
214 "lazy_static",
215]
216
217[[package]]
218name = "data-encoding"
219version = "2.9.0"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
222
223[[package]]
224name = "digest"
225version = "0.8.1"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
228dependencies = [
229 "generic-array",
230]
231
232[[package]]
233name = "displaydoc"
234version = "0.2.5"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
237dependencies = [
238 "proc-macro2",
239 "quote",
240 "syn 2.0.106",
241]
242
243[[package]]
244name = "encoding_rs"
245version = "0.8.35"
246source = "registry+https://github.com/rust-lang/crates.io-index"
247checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
248dependencies = [
249 "cfg-if 1.0.3",
250]
251
252[[package]]
253name = "enum-as-inner"
254version = "0.3.4"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "570d109b813e904becc80d8d5da38376818a143348413f7149f1340fe04754d4"
257dependencies = [
258 "heck",
259 "proc-macro2",
260 "quote",
261 "syn 1.0.109",
262]
263
264[[package]]
265name = "equivalent"
266version = "1.0.2"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
269
270[[package]]
271name = "errno"
272version = "0.3.13"
273source = "registry+https://github.com/rust-lang/crates.io-index"
274checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
275dependencies = [
276 "libc",
277 "windows-sys 0.59.0",
278]
279
280[[package]]
281name = "fake-simd"
282version = "0.1.2"
283source = "registry+https://github.com/rust-lang/crates.io-index"
284checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
285
286[[package]]
287name = "fastrand"
288version = "2.3.0"
289source = "registry+https://github.com/rust-lang/crates.io-index"
290checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
291
292[[package]]
293name = "find-msvc-tools"
294version = "0.1.1"
295source = "registry+https://github.com/rust-lang/crates.io-index"
296checksum = "7fd99930f64d146689264c637b5af2f0233a933bef0d8570e2526bf9e083192d"
297
298[[package]]
299name = "fnv"
300version = "1.0.7"
301source = "registry+https://github.com/rust-lang/crates.io-index"
302checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
303
304[[package]]
305name = "foreign-types"
306version = "0.3.2"
307source = "registry+https://github.com/rust-lang/crates.io-index"
308checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
309dependencies = [
310 "foreign-types-shared",
311]
312
313[[package]]
314name = "foreign-types-shared"
315version = "0.1.1"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
318
319[[package]]
320name = "form_urlencoded"
321version = "1.2.2"
322source = "registry+https://github.com/rust-lang/crates.io-index"
323checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
324dependencies = [
325 "percent-encoding 2.3.2",
326]
327
328[[package]]
329name = "fuchsia-cprng"
330version = "0.1.1"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
333
334[[package]]
335name = "fuchsia-zircon"
336version = "0.3.3"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
339dependencies = [
340 "bitflags 1.3.2",
341 "fuchsia-zircon-sys",
342]
343
344[[package]]
345name = "fuchsia-zircon-sys"
346version = "0.3.3"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
349
350[[package]]
351name = "futures"
352version = "0.1.31"
353source = "registry+https://github.com/rust-lang/crates.io-index"
354checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
355
356[[package]]
357name = "futures-channel"
358version = "0.3.31"
359source = "registry+https://github.com/rust-lang/crates.io-index"
360checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
361dependencies = [
362 "futures-core",
363 "futures-sink",
364]
365
366[[package]]
367name = "futures-core"
368version = "0.3.31"
369source = "registry+https://github.com/rust-lang/crates.io-index"
370checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
371
372[[package]]
373name = "futures-io"
374version = "0.3.31"
375source = "registry+https://github.com/rust-lang/crates.io-index"
376checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
377
378[[package]]
379name = "futures-sink"
380version = "0.3.31"
381source = "registry+https://github.com/rust-lang/crates.io-index"
382checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
383
384[[package]]
385name = "futures-task"
386version = "0.3.31"
387source = "registry+https://github.com/rust-lang/crates.io-index"
388checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
389
390[[package]]
391name = "futures-util"
392version = "0.3.31"
393source = "registry+https://github.com/rust-lang/crates.io-index"
394checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
395dependencies = [
396 "futures-core",
397 "futures-io",
398 "futures-sink",
399 "futures-task",
400 "memchr",
401 "pin-project-lite",
402 "pin-utils",
403 "slab",
404]
405
406[[package]]
407name = "generic-array"
408version = "0.12.4"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
411dependencies = [
412 "typenum",
413]
414
415[[package]]
416name = "getrandom"
417version = "0.2.16"
418source = "registry+https://github.com/rust-lang/crates.io-index"
419checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
420dependencies = [
421 "cfg-if 1.0.3",
422 "libc",
423 "wasi 0.11.1+wasi-snapshot-preview1",
424]
425
426[[package]]
427name = "getrandom"
428version = "0.3.3"
429source = "registry+https://github.com/rust-lang/crates.io-index"
430checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
431dependencies = [
432 "cfg-if 1.0.3",
433 "libc",
434 "r-efi",
435 "wasi 0.14.4+wasi-0.2.4",
436]
437
438[[package]]
439name = "gimli"
440version = "0.31.1"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
443
444[[package]]
445name = "h2"
446version = "0.4.12"
447source = "registry+https://github.com/rust-lang/crates.io-index"
448checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
449dependencies = [
450 "atomic-waker",
451 "bytes 1.10.1",
452 "fnv",
453 "futures-core",
454 "futures-sink",
455 "http",
456 "indexmap",
457 "slab",
458 "tokio",
459 "tokio-util",
460 "tracing",
461]
462
463[[package]]
464name = "hashbrown"
465version = "0.15.5"
466source = "registry+https://github.com/rust-lang/crates.io-index"
467checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
468
469[[package]]
470name = "heck"
471version = "0.4.1"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
474
475[[package]]
476name = "hermit-abi"
477version = "0.5.2"
478source = "registry+https://github.com/rust-lang/crates.io-index"
479checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
480
481[[package]]
482name = "http"
483version = "1.3.1"
484source = "registry+https://github.com/rust-lang/crates.io-index"
485checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
486dependencies = [
487 "bytes 1.10.1",
488 "fnv",
489 "itoa",
490]
491
492[[package]]
493name = "http-body"
494version = "1.0.1"
495source = "registry+https://github.com/rust-lang/crates.io-index"
496checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
497dependencies = [
498 "bytes 1.10.1",
499 "http",
500]
501
502[[package]]
503name = "http-body-util"
504version = "0.1.3"
505source = "registry+https://github.com/rust-lang/crates.io-index"
506checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
507dependencies = [
508 "bytes 1.10.1",
509 "futures-core",
510 "http",
511 "http-body",
512 "pin-project-lite",
513]
514
515[[package]]
516name = "httparse"
517version = "1.10.1"
518source = "registry+https://github.com/rust-lang/crates.io-index"
519checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
520
521[[package]]
522name = "hyper"
523version = "0.10.16"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273"
526dependencies = [
527 "base64 0.9.3",
528 "httparse",
529 "language-tags",
530 "log 0.3.9",
531 "mime 0.2.6",
532 "num_cpus",
533 "time",
534 "traitobject",
535 "typeable",
536 "unicase",
537 "url 1.7.2",
538]
539
540[[package]]
541name = "hyper"
542version = "1.7.0"
543source = "registry+https://github.com/rust-lang/crates.io-index"
544checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
545dependencies = [
546 "atomic-waker",
547 "bytes 1.10.1",
548 "futures-channel",
549 "futures-core",
550 "h2",
551 "http",
552 "http-body",
553 "httparse",
554 "itoa",
555 "pin-project-lite",
556 "pin-utils",
557 "smallvec 1.15.1",
558 "tokio",
559 "want",
560]
561
562[[package]]
563name = "hyper-rustls"
564version = "0.27.7"
565source = "registry+https://github.com/rust-lang/crates.io-index"
566checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
567dependencies = [
568 "http",
569 "hyper 1.7.0",
570 "hyper-util",
571 "rustls",
572 "rustls-pki-types",
573 "tokio",
574 "tokio-rustls",
575 "tower-service",
576]
577
578[[package]]
579name = "hyper-tls"
580version = "0.6.0"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
583dependencies = [
584 "bytes 1.10.1",
585 "http-body-util",
586 "hyper 1.7.0",
587 "hyper-util",
588 "native-tls",
589 "tokio",
590 "tokio-native-tls",
591 "tower-service",
592]
593
594[[package]]
595name = "hyper-util"
596version = "0.1.16"
597source = "registry+https://github.com/rust-lang/crates.io-index"
598checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e"
599dependencies = [
600 "base64 0.22.1",
601 "bytes 1.10.1",
602 "futures-channel",
603 "futures-core",
604 "futures-util",
605 "http",
606 "http-body",
607 "hyper 1.7.0",
608 "ipnet",
609 "libc",
610 "percent-encoding 2.3.2",
611 "pin-project-lite",
612 "socket2 0.6.0",
613 "system-configuration",
614 "tokio",
615 "tower-service",
616 "tracing",
617 "windows-registry",
618]
619
620[[package]]
621name = "icu_collections"
622version = "2.0.0"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
625dependencies = [
626 "displaydoc",
627 "potential_utf",
628 "yoke",
629 "zerofrom",
630 "zerovec",
631]
632
633[[package]]
634name = "icu_locale_core"
635version = "2.0.0"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
638dependencies = [
639 "displaydoc",
640 "litemap",
641 "tinystr",
642 "writeable",
643 "zerovec",
644]
645
646[[package]]
647name = "icu_normalizer"
648version = "2.0.0"
649source = "registry+https://github.com/rust-lang/crates.io-index"
650checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
651dependencies = [
652 "displaydoc",
653 "icu_collections",
654 "icu_normalizer_data",
655 "icu_properties",
656 "icu_provider",
657 "smallvec 1.15.1",
658 "zerovec",
659]
660
661[[package]]
662name = "icu_normalizer_data"
663version = "2.0.0"
664source = "registry+https://github.com/rust-lang/crates.io-index"
665checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
666
667[[package]]
668name = "icu_properties"
669version = "2.0.1"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
672dependencies = [
673 "displaydoc",
674 "icu_collections",
675 "icu_locale_core",
676 "icu_properties_data",
677 "icu_provider",
678 "potential_utf",
679 "zerotrie",
680 "zerovec",
681]
682
683[[package]]
684name = "icu_properties_data"
685version = "2.0.1"
686source = "registry+https://github.com/rust-lang/crates.io-index"
687checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
688
689[[package]]
690name = "icu_provider"
691version = "2.0.0"
692source = "registry+https://github.com/rust-lang/crates.io-index"
693checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
694dependencies = [
695 "displaydoc",
696 "icu_locale_core",
697 "stable_deref_trait",
698 "tinystr",
699 "writeable",
700 "yoke",
701 "zerofrom",
702 "zerotrie",
703 "zerovec",
704]
705
706[[package]]
707name = "idna"
708version = "0.1.5"
709source = "registry+https://github.com/rust-lang/crates.io-index"
710checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
711dependencies = [
712 "matches",
713 "unicode-bidi",
714 "unicode-normalization",
715]
716
717[[package]]
718name = "idna"
719version = "0.2.3"
720source = "registry+https://github.com/rust-lang/crates.io-index"
721checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
722dependencies = [
723 "matches",
724 "unicode-bidi",
725 "unicode-normalization",
726]
727
728[[package]]
729name = "idna"
730version = "1.1.0"
731source = "registry+https://github.com/rust-lang/crates.io-index"
732checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
733dependencies = [
734 "idna_adapter",
735 "smallvec 1.15.1",
736 "utf8_iter",
737]
738
739[[package]]
740name = "idna_adapter"
741version = "1.2.1"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
744dependencies = [
745 "icu_normalizer",
746 "icu_properties",
747]
748
749[[package]]
750name = "indexmap"
751version = "2.11.0"
752source = "registry+https://github.com/rust-lang/crates.io-index"
753checksum = "f2481980430f9f78649238835720ddccc57e52df14ffce1c6f37391d61b563e9"
754dependencies = [
755 "equivalent",
756 "hashbrown",
757]
758
759[[package]]
760name = "instant"
761version = "0.1.13"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
764dependencies = [
765 "cfg-if 1.0.3",
766]
767
768[[package]]
769name = "io-uring"
770version = "0.7.10"
771source = "registry+https://github.com/rust-lang/crates.io-index"
772checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b"
773dependencies = [
774 "bitflags 2.9.4",
775 "cfg-if 1.0.3",
776 "libc",
777]
778
779[[package]]
780name = "iovec"
781version = "0.1.4"
782source = "registry+https://github.com/rust-lang/crates.io-index"
783checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
784dependencies = [
785 "libc",
786]
787
788[[package]]
789name = "ipconfig"
790version = "0.2.2"
791source = "registry+https://github.com/rust-lang/crates.io-index"
792checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"
793dependencies = [
794 "socket2 0.3.19",
795 "widestring",
796 "winapi 0.3.9",
797 "winreg",
798]
799
800[[package]]
801name = "ipnet"
802version = "2.11.0"
803source = "registry+https://github.com/rust-lang/crates.io-index"
804checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
805
806[[package]]
807name = "iri-string"
808version = "0.7.8"
809source = "registry+https://github.com/rust-lang/crates.io-index"
810checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
811dependencies = [
812 "memchr",
813 "serde",
814]
815
816[[package]]
817name = "itoa"
818version = "1.0.15"
819source = "registry+https://github.com/rust-lang/crates.io-index"
820checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
821
822[[package]]
823name = "js-sys"
824version = "0.3.78"
825source = "registry+https://github.com/rust-lang/crates.io-index"
826checksum = "0c0b063578492ceec17683ef2f8c5e89121fbd0b172cbc280635ab7567db2738"
827dependencies = [
828 "once_cell",
829 "wasm-bindgen",
830]
831
832[[package]]
833name = "json"
834version = "0.12.4"
835source = "registry+https://github.com/rust-lang/crates.io-index"
836checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
837
838[[package]]
839name = "kernel32-sys"
840version = "0.2.2"
841source = "registry+https://github.com/rust-lang/crates.io-index"
842checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
843dependencies = [
844 "winapi 0.2.8",
845 "winapi-build",
846]
847
848[[package]]
849name = "language-tags"
850version = "0.2.2"
851source = "registry+https://github.com/rust-lang/crates.io-index"
852checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
853
854[[package]]
855name = "lazy_static"
856version = "1.5.0"
857source = "registry+https://github.com/rust-lang/crates.io-index"
858checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
859
860[[package]]
861name = "libc"
862version = "0.2.175"
863source = "registry+https://github.com/rust-lang/crates.io-index"
864checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
865
866[[package]]
867name = "linked-hash-map"
868version = "0.5.6"
869source = "registry+https://github.com/rust-lang/crates.io-index"
870checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
871
872[[package]]
873name = "linux-raw-sys"
874version = "0.9.4"
875source = "registry+https://github.com/rust-lang/crates.io-index"
876checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
877
878[[package]]
879name = "litemap"
880version = "0.8.0"
881source = "registry+https://github.com/rust-lang/crates.io-index"
882checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
883
884[[package]]
885name = "lock_api"
886version = "0.3.4"
887source = "registry+https://github.com/rust-lang/crates.io-index"
888checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
889dependencies = [
890 "scopeguard",
891]
892
893[[package]]
894name = "lock_api"
895version = "0.4.13"
896source = "registry+https://github.com/rust-lang/crates.io-index"
897checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
898dependencies = [
899 "autocfg 1.5.0",
900 "scopeguard",
901]
902
903[[package]]
904name = "log"
905version = "0.3.9"
906source = "registry+https://github.com/rust-lang/crates.io-index"
907checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
908dependencies = [
909 "log 0.4.28",
910]
911
912[[package]]
913name = "log"
914version = "0.4.28"
915source = "registry+https://github.com/rust-lang/crates.io-index"
916checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
917
918[[package]]
919name = "lru-cache"
920version = "0.1.2"
921source = "registry+https://github.com/rust-lang/crates.io-index"
922checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
923dependencies = [
924 "linked-hash-map",
925]
926
927[[package]]
928name = "matches"
929version = "0.1.10"
930source = "registry+https://github.com/rust-lang/crates.io-index"
931checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
932
933[[package]]
934name = "maybe-uninit"
935version = "2.0.0"
936source = "registry+https://github.com/rust-lang/crates.io-index"
937checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
938
939[[package]]
940name = "memchr"
941version = "2.7.5"
942source = "registry+https://github.com/rust-lang/crates.io-index"
943checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
944
945[[package]]
946name = "mime"
947version = "0.2.6"
948source = "registry+https://github.com/rust-lang/crates.io-index"
949checksum = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
950dependencies = [
951 "log 0.3.9",
952]
953
954[[package]]
955name = "mime"
956version = "0.3.17"
957source = "registry+https://github.com/rust-lang/crates.io-index"
958checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
959
960[[package]]
961name = "miniz_oxide"
962version = "0.8.9"
963source = "registry+https://github.com/rust-lang/crates.io-index"
964checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
965dependencies = [
966 "adler2",
967]
968
969[[package]]
970name = "mio"
971version = "0.6.23"
972source = "registry+https://github.com/rust-lang/crates.io-index"
973checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
974dependencies = [
975 "cfg-if 0.1.10",
976 "fuchsia-zircon",
977 "fuchsia-zircon-sys",
978 "iovec",
979 "kernel32-sys",
980 "libc",
981 "log 0.4.28",
982 "miow",
983 "net2",
984 "slab",
985 "winapi 0.2.8",
986]
987
988[[package]]
989name = "mio"
990version = "1.0.4"
991source = "registry+https://github.com/rust-lang/crates.io-index"
992checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
993dependencies = [
994 "libc",
995 "wasi 0.11.1+wasi-snapshot-preview1",
996 "windows-sys 0.59.0",
997]
998
999[[package]]
1000name = "miow"
1001version = "0.2.2"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
1004dependencies = [
1005 "kernel32-sys",
1006 "net2",
1007 "winapi 0.2.8",
1008 "ws2_32-sys",
1009]
1010
1011[[package]]
1012name = "native-tls"
1013version = "0.2.14"
1014source = "registry+https://github.com/rust-lang/crates.io-index"
1015checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
1016dependencies = [
1017 "libc",
1018 "log 0.4.28",
1019 "openssl",
1020 "openssl-probe",
1021 "openssl-sys",
1022 "schannel",
1023 "security-framework",
1024 "security-framework-sys",
1025 "tempfile",
1026]
1027
1028[[package]]
1029name = "net2"
1030version = "0.2.39"
1031source = "registry+https://github.com/rust-lang/crates.io-index"
1032checksum = "b13b648036a2339d06de780866fbdfda0dde886de7b3af2ddeba8b14f4ee34ac"
1033dependencies = [
1034 "cfg-if 0.1.10",
1035 "libc",
1036 "winapi 0.3.9",
1037]
1038
1039[[package]]
1040name = "num_cpus"
1041version = "1.17.0"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
1044dependencies = [
1045 "hermit-abi",
1046 "libc",
1047]
1048
1049[[package]]
1050name = "object"
1051version = "0.36.7"
1052source = "registry+https://github.com/rust-lang/crates.io-index"
1053checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
1054dependencies = [
1055 "memchr",
1056]
1057
1058[[package]]
1059name = "once_cell"
1060version = "1.21.3"
1061source = "registry+https://github.com/rust-lang/crates.io-index"
1062checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1063
1064[[package]]
1065name = "opaque-debug"
1066version = "0.2.3"
1067source = "registry+https://github.com/rust-lang/crates.io-index"
1068checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
1069
1070[[package]]
1071name = "openssl"
1072version = "0.10.73"
1073source = "registry+https://github.com/rust-lang/crates.io-index"
1074checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
1075dependencies = [
1076 "bitflags 2.9.4",
1077 "cfg-if 1.0.3",
1078 "foreign-types",
1079 "libc",
1080 "once_cell",
1081 "openssl-macros",
1082 "openssl-sys",
1083]
1084
1085[[package]]
1086name = "openssl-macros"
1087version = "0.1.1"
1088source = "registry+https://github.com/rust-lang/crates.io-index"
1089checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1090dependencies = [
1091 "proc-macro2",
1092 "quote",
1093 "syn 2.0.106",
1094]
1095
1096[[package]]
1097name = "openssl-probe"
1098version = "0.1.6"
1099source = "registry+https://github.com/rust-lang/crates.io-index"
1100checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
1101
1102[[package]]
1103name = "openssl-sys"
1104version = "0.9.109"
1105source = "registry+https://github.com/rust-lang/crates.io-index"
1106checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
1107dependencies = [
1108 "cc",
1109 "libc",
1110 "pkg-config",
1111 "vcpkg",
1112]
1113
1114[[package]]
1115name = "parking_lot"
1116version = "0.9.0"
1117source = "registry+https://github.com/rust-lang/crates.io-index"
1118checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
1119dependencies = [
1120 "lock_api 0.3.4",
1121 "parking_lot_core 0.6.3",
1122 "rustc_version",
1123]
1124
1125[[package]]
1126name = "parking_lot"
1127version = "0.11.2"
1128source = "registry+https://github.com/rust-lang/crates.io-index"
1129checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
1130dependencies = [
1131 "instant",
1132 "lock_api 0.4.13",
1133 "parking_lot_core 0.8.6",
1134]
1135
1136[[package]]
1137name = "parking_lot_core"
1138version = "0.6.3"
1139source = "registry+https://github.com/rust-lang/crates.io-index"
1140checksum = "bda66b810a62be75176a80873726630147a5ca780cd33921e0b5709033e66b0a"
1141dependencies = [
1142 "cfg-if 0.1.10",
1143 "cloudabi",
1144 "libc",
1145 "redox_syscall 0.1.57",
1146 "rustc_version",
1147 "smallvec 0.6.14",
1148 "winapi 0.3.9",
1149]
1150
1151[[package]]
1152name = "parking_lot_core"
1153version = "0.8.6"
1154source = "registry+https://github.com/rust-lang/crates.io-index"
1155checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
1156dependencies = [
1157 "cfg-if 1.0.3",
1158 "instant",
1159 "libc",
1160 "redox_syscall 0.2.16",
1161 "smallvec 1.15.1",
1162 "winapi 0.3.9",
1163]
1164
1165[[package]]
1166name = "percent-encoding"
1167version = "1.0.1"
1168source = "registry+https://github.com/rust-lang/crates.io-index"
1169checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
1170
1171[[package]]
1172name = "percent-encoding"
1173version = "2.3.2"
1174source = "registry+https://github.com/rust-lang/crates.io-index"
1175checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1176
1177[[package]]
1178name = "pin-project-lite"
1179version = "0.2.16"
1180source = "registry+https://github.com/rust-lang/crates.io-index"
1181checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1182
1183[[package]]
1184name = "pin-utils"
1185version = "0.1.0"
1186source = "registry+https://github.com/rust-lang/crates.io-index"
1187checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1188
1189[[package]]
1190name = "pkg-config"
1191version = "0.3.32"
1192source = "registry+https://github.com/rust-lang/crates.io-index"
1193checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1194
1195[[package]]
1196name = "potential_utf"
1197version = "0.1.3"
1198source = "registry+https://github.com/rust-lang/crates.io-index"
1199checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
1200dependencies = [
1201 "zerovec",
1202]
1203
1204[[package]]
1205name = "ppv-lite86"
1206version = "0.2.21"
1207source = "registry+https://github.com/rust-lang/crates.io-index"
1208checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1209dependencies = [
1210 "zerocopy",
1211]
1212
1213[[package]]
1214name = "proc-macro2"
1215version = "1.0.101"
1216source = "registry+https://github.com/rust-lang/crates.io-index"
1217checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
1218dependencies = [
1219 "unicode-ident",
1220]
1221
1222[[package]]
1223name = "quote"
1224version = "1.0.40"
1225source = "registry+https://github.com/rust-lang/crates.io-index"
1226checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
1227dependencies = [
1228 "proc-macro2",
1229]
1230
1231[[package]]
1232name = "r-efi"
1233version = "5.3.0"
1234source = "registry+https://github.com/rust-lang/crates.io-index"
1235checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1236
1237[[package]]
1238name = "rand"
1239version = "0.6.5"
1240source = "registry+https://github.com/rust-lang/crates.io-index"
1241checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
1242dependencies = [
1243 "autocfg 0.1.8",
1244 "libc",
1245 "rand_chacha 0.1.1",
1246 "rand_core 0.4.2",
1247 "rand_hc",
1248 "rand_isaac",
1249 "rand_jitter",
1250 "rand_os",
1251 "rand_pcg",
1252 "rand_xorshift",
1253 "winapi 0.3.9",
1254]
1255
1256[[package]]
1257name = "rand"
1258version = "0.8.5"
1259source = "registry+https://github.com/rust-lang/crates.io-index"
1260checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1261dependencies = [
1262 "libc",
1263 "rand_chacha 0.3.1",
1264 "rand_core 0.6.4",
1265]
1266
1267[[package]]
1268name = "rand_chacha"
1269version = "0.1.1"
1270source = "registry+https://github.com/rust-lang/crates.io-index"
1271checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
1272dependencies = [
1273 "autocfg 0.1.8",
1274 "rand_core 0.3.1",
1275]
1276
1277[[package]]
1278name = "rand_chacha"
1279version = "0.3.1"
1280source = "registry+https://github.com/rust-lang/crates.io-index"
1281checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1282dependencies = [
1283 "ppv-lite86",
1284 "rand_core 0.6.4",
1285]
1286
1287[[package]]
1288name = "rand_core"
1289version = "0.3.1"
1290source = "registry+https://github.com/rust-lang/crates.io-index"
1291checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
1292dependencies = [
1293 "rand_core 0.4.2",
1294]
1295
1296[[package]]
1297name = "rand_core"
1298version = "0.4.2"
1299source = "registry+https://github.com/rust-lang/crates.io-index"
1300checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
1301
1302[[package]]
1303name = "rand_core"
1304version = "0.6.4"
1305source = "registry+https://github.com/rust-lang/crates.io-index"
1306checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1307dependencies = [
1308 "getrandom 0.2.16",
1309]
1310
1311[[package]]
1312name = "rand_hc"
1313version = "0.1.0"
1314source = "registry+https://github.com/rust-lang/crates.io-index"
1315checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
1316dependencies = [
1317 "rand_core 0.3.1",
1318]
1319
1320[[package]]
1321name = "rand_isaac"
1322version = "0.1.1"
1323source = "registry+https://github.com/rust-lang/crates.io-index"
1324checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
1325dependencies = [
1326 "rand_core 0.3.1",
1327]
1328
1329[[package]]
1330name = "rand_jitter"
1331version = "0.1.4"
1332source = "registry+https://github.com/rust-lang/crates.io-index"
1333checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
1334dependencies = [
1335 "libc",
1336 "rand_core 0.4.2",
1337 "winapi 0.3.9",
1338]
1339
1340[[package]]
1341name = "rand_os"
1342version = "0.1.3"
1343source = "registry+https://github.com/rust-lang/crates.io-index"
1344checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
1345dependencies = [
1346 "cloudabi",
1347 "fuchsia-cprng",
1348 "libc",
1349 "rand_core 0.4.2",
1350 "rdrand",
1351 "winapi 0.3.9",
1352]
1353
1354[[package]]
1355name = "rand_pcg"
1356version = "0.1.2"
1357source = "registry+https://github.com/rust-lang/crates.io-index"
1358checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
1359dependencies = [
1360 "autocfg 0.1.8",
1361 "rand_core 0.4.2",
1362]
1363
1364[[package]]
1365name = "rand_xorshift"
1366version = "0.1.1"
1367source = "registry+https://github.com/rust-lang/crates.io-index"
1368checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
1369dependencies = [
1370 "rand_core 0.3.1",
1371]
1372
1373[[package]]
1374name = "rdrand"
1375version = "0.4.0"
1376source = "registry+https://github.com/rust-lang/crates.io-index"
1377checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
1378dependencies = [
1379 "rand_core 0.3.1",
1380]
1381
1382[[package]]
1383name = "redox_syscall"
1384version = "0.1.57"
1385source = "registry+https://github.com/rust-lang/crates.io-index"
1386checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
1387
1388[[package]]
1389name = "redox_syscall"
1390version = "0.2.16"
1391source = "registry+https://github.com/rust-lang/crates.io-index"
1392checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
1393dependencies = [
1394 "bitflags 1.3.2",
1395]
1396
1397[[package]]
1398name = "reqwest"
1399version = "0.12.23"
1400source = "registry+https://github.com/rust-lang/crates.io-index"
1401checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb"
1402dependencies = [
1403 "base64 0.22.1",
1404 "bytes 1.10.1",
1405 "encoding_rs",
1406 "futures-channel",
1407 "futures-core",
1408 "futures-util",
1409 "h2",
1410 "http",
1411 "http-body",
1412 "http-body-util",
1413 "hyper 1.7.0",
1414 "hyper-rustls",
1415 "hyper-tls",
1416 "hyper-util",
1417 "js-sys",
1418 "log 0.4.28",
1419 "mime 0.3.17",
1420 "native-tls",
1421 "percent-encoding 2.3.2",
1422 "pin-project-lite",
1423 "rustls-pki-types",
1424 "serde",
1425 "serde_json",
1426 "serde_urlencoded",
1427 "sync_wrapper",
1428 "tokio",
1429 "tokio-native-tls",
1430 "tower",
1431 "tower-http",
1432 "tower-service",
1433 "url 2.5.7",
1434 "wasm-bindgen",
1435 "wasm-bindgen-futures",
1436 "web-sys",
1437]
1438
1439[[package]]
1440name = "resolv-conf"
1441version = "0.7.4"
1442source = "registry+https://github.com/rust-lang/crates.io-index"
1443checksum = "95325155c684b1c89f7765e30bc1c42e4a6da51ca513615660cb8a62ef9a88e3"
1444
1445[[package]]
1446name = "ring"
1447version = "0.17.14"
1448source = "registry+https://github.com/rust-lang/crates.io-index"
1449checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1450dependencies = [
1451 "cc",
1452 "cfg-if 1.0.3",
1453 "getrandom 0.2.16",
1454 "libc",
1455 "untrusted",
1456 "windows-sys 0.52.0",
1457]
1458
1459[[package]]
1460name = "rustc-demangle"
1461version = "0.1.26"
1462source = "registry+https://github.com/rust-lang/crates.io-index"
1463checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
1464
1465[[package]]
1466name = "rustc_version"
1467version = "0.2.3"
1468source = "registry+https://github.com/rust-lang/crates.io-index"
1469checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
1470dependencies = [
1471 "semver",
1472]
1473
1474[[package]]
1475name = "rustix"
1476version = "1.0.8"
1477source = "registry+https://github.com/rust-lang/crates.io-index"
1478checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
1479dependencies = [
1480 "bitflags 2.9.4",
1481 "errno",
1482 "libc",
1483 "linux-raw-sys",
1484 "windows-sys 0.59.0",
1485]
1486
1487[[package]]
1488name = "rustls"
1489version = "0.23.31"
1490source = "registry+https://github.com/rust-lang/crates.io-index"
1491checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc"
1492dependencies = [
1493 "once_cell",
1494 "rustls-pki-types",
1495 "rustls-webpki",
1496 "subtle",
1497 "zeroize",
1498]
1499
1500[[package]]
1501name = "rustls-pki-types"
1502version = "1.12.0"
1503source = "registry+https://github.com/rust-lang/crates.io-index"
1504checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
1505dependencies = [
1506 "zeroize",
1507]
1508
1509[[package]]
1510name = "rustls-webpki"
1511version = "0.103.4"
1512source = "registry+https://github.com/rust-lang/crates.io-index"
1513checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc"
1514dependencies = [
1515 "ring",
1516 "rustls-pki-types",
1517 "untrusted",
1518]
1519
1520[[package]]
1521name = "rustversion"
1522version = "1.0.22"
1523source = "registry+https://github.com/rust-lang/crates.io-index"
1524checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1525
1526[[package]]
1527name = "ryu"
1528version = "1.0.20"
1529source = "registry+https://github.com/rust-lang/crates.io-index"
1530checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1531
1532[[package]]
1533name = "safemem"
1534version = "0.3.3"
1535source = "registry+https://github.com/rust-lang/crates.io-index"
1536checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
1537
1538[[package]]
1539name = "schannel"
1540version = "0.1.27"
1541source = "registry+https://github.com/rust-lang/crates.io-index"
1542checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
1543dependencies = [
1544 "windows-sys 0.59.0",
1545]
1546
1547[[package]]
1548name = "scopeguard"
1549version = "1.2.0"
1550source = "registry+https://github.com/rust-lang/crates.io-index"
1551checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1552
1553[[package]]
1554name = "security-framework"
1555version = "2.11.1"
1556source = "registry+https://github.com/rust-lang/crates.io-index"
1557checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
1558dependencies = [
1559 "bitflags 2.9.4",
1560 "core-foundation",
1561 "core-foundation-sys",
1562 "libc",
1563 "security-framework-sys",
1564]
1565
1566[[package]]
1567name = "security-framework-sys"
1568version = "2.14.0"
1569source = "registry+https://github.com/rust-lang/crates.io-index"
1570checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
1571dependencies = [
1572 "core-foundation-sys",
1573 "libc",
1574]
1575
1576[[package]]
1577name = "semver"
1578version = "0.9.0"
1579source = "registry+https://github.com/rust-lang/crates.io-index"
1580checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
1581dependencies = [
1582 "semver-parser",
1583]
1584
1585[[package]]
1586name = "semver-parser"
1587version = "0.7.0"
1588source = "registry+https://github.com/rust-lang/crates.io-index"
1589checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
1590
1591[[package]]
1592name = "serde"
1593version = "1.0.219"
1594source = "registry+https://github.com/rust-lang/crates.io-index"
1595checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
1596dependencies = [
1597 "serde_derive",
1598]
1599
1600[[package]]
1601name = "serde_derive"
1602version = "1.0.219"
1603source = "registry+https://github.com/rust-lang/crates.io-index"
1604checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
1605dependencies = [
1606 "proc-macro2",
1607 "quote",
1608 "syn 2.0.106",
1609]
1610
1611[[package]]
1612name = "serde_json"
1613version = "1.0.143"
1614source = "registry+https://github.com/rust-lang/crates.io-index"
1615checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a"
1616dependencies = [
1617 "itoa",
1618 "memchr",
1619 "ryu",
1620 "serde",
1621]
1622
1623[[package]]
1624name = "serde_urlencoded"
1625version = "0.7.1"
1626source = "registry+https://github.com/rust-lang/crates.io-index"
1627checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1628dependencies = [
1629 "form_urlencoded",
1630 "itoa",
1631 "ryu",
1632 "serde",
1633]
1634
1635[[package]]
1636name = "sha-1"
1637version = "0.8.2"
1638source = "registry+https://github.com/rust-lang/crates.io-index"
1639checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
1640dependencies = [
1641 "block-buffer",
1642 "digest",
1643 "fake-simd",
1644 "opaque-debug",
1645]
1646
1647[[package]]
1648name = "shlex"
1649version = "1.3.0"
1650source = "registry+https://github.com/rust-lang/crates.io-index"
1651checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1652
1653[[package]]
1654name = "slab"
1655version = "0.4.11"
1656source = "registry+https://github.com/rust-lang/crates.io-index"
1657checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
1658
1659[[package]]
1660name = "smallvec"
1661version = "0.6.14"
1662source = "registry+https://github.com/rust-lang/crates.io-index"
1663checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"
1664dependencies = [
1665 "maybe-uninit",
1666]
1667
1668[[package]]
1669name = "smallvec"
1670version = "1.15.1"
1671source = "registry+https://github.com/rust-lang/crates.io-index"
1672checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1673
1674[[package]]
1675name = "socket2"
1676version = "0.3.19"
1677source = "registry+https://github.com/rust-lang/crates.io-index"
1678checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
1679dependencies = [
1680 "cfg-if 1.0.3",
1681 "libc",
1682 "winapi 0.3.9",
1683]
1684
1685[[package]]
1686name = "socket2"
1687version = "0.6.0"
1688source = "registry+https://github.com/rust-lang/crates.io-index"
1689checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
1690dependencies = [
1691 "libc",
1692 "windows-sys 0.59.0",
1693]
1694
1695[[package]]
1696name = "stable_deref_trait"
1697version = "1.2.0"
1698source = "registry+https://github.com/rust-lang/crates.io-index"
1699checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1700
1701[[package]]
1702name = "subtle"
1703version = "2.6.1"
1704source = "registry+https://github.com/rust-lang/crates.io-index"
1705checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1706
1707[[package]]
1708name = "syn"
1709version = "1.0.109"
1710source = "registry+https://github.com/rust-lang/crates.io-index"
1711checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1712dependencies = [
1713 "proc-macro2",
1714 "quote",
1715 "unicode-ident",
1716]
1717
1718[[package]]
1719name = "syn"
1720version = "2.0.106"
1721source = "registry+https://github.com/rust-lang/crates.io-index"
1722checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
1723dependencies = [
1724 "proc-macro2",
1725 "quote",
1726 "unicode-ident",
1727]
1728
1729[[package]]
1730name = "sync_wrapper"
1731version = "1.0.2"
1732source = "registry+https://github.com/rust-lang/crates.io-index"
1733checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1734dependencies = [
1735 "futures-core",
1736]
1737
1738[[package]]
1739name = "synstructure"
1740version = "0.13.2"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1743dependencies = [
1744 "proc-macro2",
1745 "quote",
1746 "syn 2.0.106",
1747]
1748
1749[[package]]
1750name = "system-configuration"
1751version = "0.6.1"
1752source = "registry+https://github.com/rust-lang/crates.io-index"
1753checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
1754dependencies = [
1755 "bitflags 2.9.4",
1756 "core-foundation",
1757 "system-configuration-sys",
1758]
1759
1760[[package]]
1761name = "system-configuration-sys"
1762version = "0.6.0"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
1765dependencies = [
1766 "core-foundation-sys",
1767 "libc",
1768]
1769
1770[[package]]
1771name = "tangled-on-commit"
1772version = "0.1.0"
1773dependencies = [
1774 "json",
1775 "reqwest",
1776 "trust-dns-resolver",
1777 "websocket",
1778]
1779
1780[[package]]
1781name = "tempfile"
1782version = "3.21.0"
1783source = "registry+https://github.com/rust-lang/crates.io-index"
1784checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e"
1785dependencies = [
1786 "fastrand",
1787 "getrandom 0.3.3",
1788 "once_cell",
1789 "rustix",
1790 "windows-sys 0.59.0",
1791]
1792
1793[[package]]
1794name = "thiserror"
1795version = "1.0.69"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1798dependencies = [
1799 "thiserror-impl",
1800]
1801
1802[[package]]
1803name = "thiserror-impl"
1804version = "1.0.69"
1805source = "registry+https://github.com/rust-lang/crates.io-index"
1806checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1807dependencies = [
1808 "proc-macro2",
1809 "quote",
1810 "syn 2.0.106",
1811]
1812
1813[[package]]
1814name = "time"
1815version = "0.1.45"
1816source = "registry+https://github.com/rust-lang/crates.io-index"
1817checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
1818dependencies = [
1819 "libc",
1820 "wasi 0.10.0+wasi-snapshot-preview1",
1821 "winapi 0.3.9",
1822]
1823
1824[[package]]
1825name = "tinystr"
1826version = "0.8.1"
1827source = "registry+https://github.com/rust-lang/crates.io-index"
1828checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
1829dependencies = [
1830 "displaydoc",
1831 "zerovec",
1832]
1833
1834[[package]]
1835name = "tinyvec"
1836version = "1.10.0"
1837source = "registry+https://github.com/rust-lang/crates.io-index"
1838checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
1839dependencies = [
1840 "tinyvec_macros",
1841]
1842
1843[[package]]
1844name = "tinyvec_macros"
1845version = "0.1.1"
1846source = "registry+https://github.com/rust-lang/crates.io-index"
1847checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1848
1849[[package]]
1850name = "tokio"
1851version = "1.47.1"
1852source = "registry+https://github.com/rust-lang/crates.io-index"
1853checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
1854dependencies = [
1855 "backtrace",
1856 "bytes 1.10.1",
1857 "io-uring",
1858 "libc",
1859 "mio 1.0.4",
1860 "pin-project-lite",
1861 "slab",
1862 "socket2 0.6.0",
1863 "windows-sys 0.59.0",
1864]
1865
1866[[package]]
1867name = "tokio-codec"
1868version = "0.1.2"
1869source = "registry+https://github.com/rust-lang/crates.io-index"
1870checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"
1871dependencies = [
1872 "bytes 0.4.12",
1873 "futures",
1874 "tokio-io",
1875]
1876
1877[[package]]
1878name = "tokio-executor"
1879version = "0.1.10"
1880source = "registry+https://github.com/rust-lang/crates.io-index"
1881checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
1882dependencies = [
1883 "crossbeam-utils",
1884 "futures",
1885]
1886
1887[[package]]
1888name = "tokio-io"
1889version = "0.1.13"
1890source = "registry+https://github.com/rust-lang/crates.io-index"
1891checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
1892dependencies = [
1893 "bytes 0.4.12",
1894 "futures",
1895 "log 0.4.28",
1896]
1897
1898[[package]]
1899name = "tokio-native-tls"
1900version = "0.3.1"
1901source = "registry+https://github.com/rust-lang/crates.io-index"
1902checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
1903dependencies = [
1904 "native-tls",
1905 "tokio",
1906]
1907
1908[[package]]
1909name = "tokio-reactor"
1910version = "0.1.12"
1911source = "registry+https://github.com/rust-lang/crates.io-index"
1912checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
1913dependencies = [
1914 "crossbeam-utils",
1915 "futures",
1916 "lazy_static",
1917 "log 0.4.28",
1918 "mio 0.6.23",
1919 "num_cpus",
1920 "parking_lot 0.9.0",
1921 "slab",
1922 "tokio-executor",
1923 "tokio-io",
1924 "tokio-sync",
1925]
1926
1927[[package]]
1928name = "tokio-rustls"
1929version = "0.26.2"
1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
1932dependencies = [
1933 "rustls",
1934 "tokio",
1935]
1936
1937[[package]]
1938name = "tokio-sync"
1939version = "0.1.8"
1940source = "registry+https://github.com/rust-lang/crates.io-index"
1941checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
1942dependencies = [
1943 "fnv",
1944 "futures",
1945]
1946
1947[[package]]
1948name = "tokio-tcp"
1949version = "0.1.4"
1950source = "registry+https://github.com/rust-lang/crates.io-index"
1951checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
1952dependencies = [
1953 "bytes 0.4.12",
1954 "futures",
1955 "iovec",
1956 "mio 0.6.23",
1957 "tokio-io",
1958 "tokio-reactor",
1959]
1960
1961[[package]]
1962name = "tokio-tls"
1963version = "0.2.1"
1964source = "registry+https://github.com/rust-lang/crates.io-index"
1965checksum = "354b8cd83825b3c20217a9dc174d6a0c67441a2fae5c41bcb1ea6679f6ae0f7c"
1966dependencies = [
1967 "futures",
1968 "native-tls",
1969 "tokio-io",
1970]
1971
1972[[package]]
1973name = "tokio-util"
1974version = "0.7.16"
1975source = "registry+https://github.com/rust-lang/crates.io-index"
1976checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
1977dependencies = [
1978 "bytes 1.10.1",
1979 "futures-core",
1980 "futures-sink",
1981 "pin-project-lite",
1982 "tokio",
1983]
1984
1985[[package]]
1986name = "tower"
1987version = "0.5.2"
1988source = "registry+https://github.com/rust-lang/crates.io-index"
1989checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
1990dependencies = [
1991 "futures-core",
1992 "futures-util",
1993 "pin-project-lite",
1994 "sync_wrapper",
1995 "tokio",
1996 "tower-layer",
1997 "tower-service",
1998]
1999
2000[[package]]
2001name = "tower-http"
2002version = "0.6.6"
2003source = "registry+https://github.com/rust-lang/crates.io-index"
2004checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
2005dependencies = [
2006 "bitflags 2.9.4",
2007 "bytes 1.10.1",
2008 "futures-util",
2009 "http",
2010 "http-body",
2011 "iri-string",
2012 "pin-project-lite",
2013 "tower",
2014 "tower-layer",
2015 "tower-service",
2016]
2017
2018[[package]]
2019name = "tower-layer"
2020version = "0.3.3"
2021source = "registry+https://github.com/rust-lang/crates.io-index"
2022checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2023
2024[[package]]
2025name = "tower-service"
2026version = "0.3.3"
2027source = "registry+https://github.com/rust-lang/crates.io-index"
2028checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2029
2030[[package]]
2031name = "tracing"
2032version = "0.1.41"
2033source = "registry+https://github.com/rust-lang/crates.io-index"
2034checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
2035dependencies = [
2036 "pin-project-lite",
2037 "tracing-core",
2038]
2039
2040[[package]]
2041name = "tracing-core"
2042version = "0.1.34"
2043source = "registry+https://github.com/rust-lang/crates.io-index"
2044checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
2045dependencies = [
2046 "once_cell",
2047]
2048
2049[[package]]
2050name = "traitobject"
2051version = "0.1.1"
2052source = "registry+https://github.com/rust-lang/crates.io-index"
2053checksum = "04a79e25382e2e852e8da874249358d382ebaf259d0d34e75d8db16a7efabbc7"
2054
2055[[package]]
2056name = "trust-dns-proto"
2057version = "0.20.4"
2058source = "registry+https://github.com/rust-lang/crates.io-index"
2059checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"
2060dependencies = [
2061 "async-trait",
2062 "cfg-if 1.0.3",
2063 "data-encoding",
2064 "enum-as-inner",
2065 "futures-channel",
2066 "futures-io",
2067 "futures-util",
2068 "idna 0.2.3",
2069 "ipnet",
2070 "lazy_static",
2071 "log 0.4.28",
2072 "rand 0.8.5",
2073 "smallvec 1.15.1",
2074 "thiserror",
2075 "tinyvec",
2076 "tokio",
2077 "url 2.5.7",
2078]
2079
2080[[package]]
2081name = "trust-dns-resolver"
2082version = "0.20.4"
2083source = "registry+https://github.com/rust-lang/crates.io-index"
2084checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"
2085dependencies = [
2086 "cfg-if 1.0.3",
2087 "futures-util",
2088 "ipconfig",
2089 "lazy_static",
2090 "log 0.4.28",
2091 "lru-cache",
2092 "parking_lot 0.11.2",
2093 "resolv-conf",
2094 "smallvec 1.15.1",
2095 "thiserror",
2096 "tokio",
2097 "trust-dns-proto",
2098]
2099
2100[[package]]
2101name = "try-lock"
2102version = "0.2.5"
2103source = "registry+https://github.com/rust-lang/crates.io-index"
2104checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2105
2106[[package]]
2107name = "typeable"
2108version = "0.1.2"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
2110checksum = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887"
2111
2112[[package]]
2113name = "typenum"
2114version = "1.18.0"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
2117
2118[[package]]
2119name = "unicase"
2120version = "1.4.2"
2121source = "registry+https://github.com/rust-lang/crates.io-index"
2122checksum = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
2123dependencies = [
2124 "version_check",
2125]
2126
2127[[package]]
2128name = "unicode-bidi"
2129version = "0.3.18"
2130source = "registry+https://github.com/rust-lang/crates.io-index"
2131checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
2132
2133[[package]]
2134name = "unicode-ident"
2135version = "1.0.18"
2136source = "registry+https://github.com/rust-lang/crates.io-index"
2137checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
2138
2139[[package]]
2140name = "unicode-normalization"
2141version = "0.1.24"
2142source = "registry+https://github.com/rust-lang/crates.io-index"
2143checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
2144dependencies = [
2145 "tinyvec",
2146]
2147
2148[[package]]
2149name = "untrusted"
2150version = "0.9.0"
2151source = "registry+https://github.com/rust-lang/crates.io-index"
2152checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2153
2154[[package]]
2155name = "url"
2156version = "1.7.2"
2157source = "registry+https://github.com/rust-lang/crates.io-index"
2158checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
2159dependencies = [
2160 "idna 0.1.5",
2161 "matches",
2162 "percent-encoding 1.0.1",
2163]
2164
2165[[package]]
2166name = "url"
2167version = "2.5.7"
2168source = "registry+https://github.com/rust-lang/crates.io-index"
2169checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
2170dependencies = [
2171 "form_urlencoded",
2172 "idna 1.1.0",
2173 "percent-encoding 2.3.2",
2174 "serde",
2175]
2176
2177[[package]]
2178name = "utf8_iter"
2179version = "1.0.4"
2180source = "registry+https://github.com/rust-lang/crates.io-index"
2181checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2182
2183[[package]]
2184name = "vcpkg"
2185version = "0.2.15"
2186source = "registry+https://github.com/rust-lang/crates.io-index"
2187checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2188
2189[[package]]
2190name = "version_check"
2191version = "0.1.5"
2192source = "registry+https://github.com/rust-lang/crates.io-index"
2193checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
2194
2195[[package]]
2196name = "want"
2197version = "0.3.1"
2198source = "registry+https://github.com/rust-lang/crates.io-index"
2199checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2200dependencies = [
2201 "try-lock",
2202]
2203
2204[[package]]
2205name = "wasi"
2206version = "0.10.0+wasi-snapshot-preview1"
2207source = "registry+https://github.com/rust-lang/crates.io-index"
2208checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2209
2210[[package]]
2211name = "wasi"
2212version = "0.11.1+wasi-snapshot-preview1"
2213source = "registry+https://github.com/rust-lang/crates.io-index"
2214checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2215
2216[[package]]
2217name = "wasi"
2218version = "0.14.4+wasi-0.2.4"
2219source = "registry+https://github.com/rust-lang/crates.io-index"
2220checksum = "88a5f4a424faf49c3c2c344f166f0662341d470ea185e939657aaff130f0ec4a"
2221dependencies = [
2222 "wit-bindgen",
2223]
2224
2225[[package]]
2226name = "wasm-bindgen"
2227version = "0.2.101"
2228source = "registry+https://github.com/rust-lang/crates.io-index"
2229checksum = "7e14915cadd45b529bb8d1f343c4ed0ac1de926144b746e2710f9cd05df6603b"
2230dependencies = [
2231 "cfg-if 1.0.3",
2232 "once_cell",
2233 "rustversion",
2234 "wasm-bindgen-macro",
2235 "wasm-bindgen-shared",
2236]
2237
2238[[package]]
2239name = "wasm-bindgen-backend"
2240version = "0.2.101"
2241source = "registry+https://github.com/rust-lang/crates.io-index"
2242checksum = "e28d1ba982ca7923fd01448d5c30c6864d0a14109560296a162f80f305fb93bb"
2243dependencies = [
2244 "bumpalo",
2245 "log 0.4.28",
2246 "proc-macro2",
2247 "quote",
2248 "syn 2.0.106",
2249 "wasm-bindgen-shared",
2250]
2251
2252[[package]]
2253name = "wasm-bindgen-futures"
2254version = "0.4.51"
2255source = "registry+https://github.com/rust-lang/crates.io-index"
2256checksum = "0ca85039a9b469b38336411d6d6ced91f3fc87109a2a27b0c197663f5144dffe"
2257dependencies = [
2258 "cfg-if 1.0.3",
2259 "js-sys",
2260 "once_cell",
2261 "wasm-bindgen",
2262 "web-sys",
2263]
2264
2265[[package]]
2266name = "wasm-bindgen-macro"
2267version = "0.2.101"
2268source = "registry+https://github.com/rust-lang/crates.io-index"
2269checksum = "7c3d463ae3eff775b0c45df9da45d68837702ac35af998361e2c84e7c5ec1b0d"
2270dependencies = [
2271 "quote",
2272 "wasm-bindgen-macro-support",
2273]
2274
2275[[package]]
2276name = "wasm-bindgen-macro-support"
2277version = "0.2.101"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "7bb4ce89b08211f923caf51d527662b75bdc9c9c7aab40f86dcb9fb85ac552aa"
2280dependencies = [
2281 "proc-macro2",
2282 "quote",
2283 "syn 2.0.106",
2284 "wasm-bindgen-backend",
2285 "wasm-bindgen-shared",
2286]
2287
2288[[package]]
2289name = "wasm-bindgen-shared"
2290version = "0.2.101"
2291source = "registry+https://github.com/rust-lang/crates.io-index"
2292checksum = "f143854a3b13752c6950862c906306adb27c7e839f7414cec8fea35beab624c1"
2293dependencies = [
2294 "unicode-ident",
2295]
2296
2297[[package]]
2298name = "web-sys"
2299version = "0.3.78"
2300source = "registry+https://github.com/rust-lang/crates.io-index"
2301checksum = "77e4b637749ff0d92b8fad63aa1f7cff3cbe125fd49c175cd6345e7272638b12"
2302dependencies = [
2303 "js-sys",
2304 "wasm-bindgen",
2305]
2306
2307[[package]]
2308name = "websocket"
2309version = "0.27.1"
2310source = "registry+https://github.com/rust-lang/crates.io-index"
2311checksum = "319bacd7682c7dfe1444e7cb1aed23bf5b1d837d722925f531e1665bd21a4603"
2312dependencies = [
2313 "bytes 0.4.12",
2314 "futures",
2315 "hyper 0.10.16",
2316 "native-tls",
2317 "rand 0.6.5",
2318 "tokio-codec",
2319 "tokio-io",
2320 "tokio-reactor",
2321 "tokio-tcp",
2322 "tokio-tls",
2323 "unicase",
2324 "url 1.7.2",
2325 "websocket-base",
2326]
2327
2328[[package]]
2329name = "websocket-base"
2330version = "0.26.5"
2331source = "registry+https://github.com/rust-lang/crates.io-index"
2332checksum = "49aec794b07318993d1db16156d5a9c750120597a5ee40c6b928d416186cb138"
2333dependencies = [
2334 "base64 0.10.1",
2335 "bitflags 1.3.2",
2336 "byteorder",
2337 "bytes 0.4.12",
2338 "futures",
2339 "native-tls",
2340 "rand 0.6.5",
2341 "sha-1",
2342 "tokio-codec",
2343 "tokio-io",
2344 "tokio-tcp",
2345 "tokio-tls",
2346]
2347
2348[[package]]
2349name = "widestring"
2350version = "0.4.3"
2351source = "registry+https://github.com/rust-lang/crates.io-index"
2352checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"
2353
2354[[package]]
2355name = "winapi"
2356version = "0.2.8"
2357source = "registry+https://github.com/rust-lang/crates.io-index"
2358checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2359
2360[[package]]
2361name = "winapi"
2362version = "0.3.9"
2363source = "registry+https://github.com/rust-lang/crates.io-index"
2364checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2365dependencies = [
2366 "winapi-i686-pc-windows-gnu",
2367 "winapi-x86_64-pc-windows-gnu",
2368]
2369
2370[[package]]
2371name = "winapi-build"
2372version = "0.1.1"
2373source = "registry+https://github.com/rust-lang/crates.io-index"
2374checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2375
2376[[package]]
2377name = "winapi-i686-pc-windows-gnu"
2378version = "0.4.0"
2379source = "registry+https://github.com/rust-lang/crates.io-index"
2380checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2381
2382[[package]]
2383name = "winapi-x86_64-pc-windows-gnu"
2384version = "0.4.0"
2385source = "registry+https://github.com/rust-lang/crates.io-index"
2386checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2387
2388[[package]]
2389name = "windows-link"
2390version = "0.1.3"
2391source = "registry+https://github.com/rust-lang/crates.io-index"
2392checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
2393
2394[[package]]
2395name = "windows-registry"
2396version = "0.5.3"
2397source = "registry+https://github.com/rust-lang/crates.io-index"
2398checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
2399dependencies = [
2400 "windows-link",
2401 "windows-result",
2402 "windows-strings",
2403]
2404
2405[[package]]
2406name = "windows-result"
2407version = "0.3.4"
2408source = "registry+https://github.com/rust-lang/crates.io-index"
2409checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
2410dependencies = [
2411 "windows-link",
2412]
2413
2414[[package]]
2415name = "windows-strings"
2416version = "0.4.2"
2417source = "registry+https://github.com/rust-lang/crates.io-index"
2418checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
2419dependencies = [
2420 "windows-link",
2421]
2422
2423[[package]]
2424name = "windows-sys"
2425version = "0.52.0"
2426source = "registry+https://github.com/rust-lang/crates.io-index"
2427checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2428dependencies = [
2429 "windows-targets",
2430]
2431
2432[[package]]
2433name = "windows-sys"
2434version = "0.59.0"
2435source = "registry+https://github.com/rust-lang/crates.io-index"
2436checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2437dependencies = [
2438 "windows-targets",
2439]
2440
2441[[package]]
2442name = "windows-targets"
2443version = "0.52.6"
2444source = "registry+https://github.com/rust-lang/crates.io-index"
2445checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2446dependencies = [
2447 "windows_aarch64_gnullvm",
2448 "windows_aarch64_msvc",
2449 "windows_i686_gnu",
2450 "windows_i686_gnullvm",
2451 "windows_i686_msvc",
2452 "windows_x86_64_gnu",
2453 "windows_x86_64_gnullvm",
2454 "windows_x86_64_msvc",
2455]
2456
2457[[package]]
2458name = "windows_aarch64_gnullvm"
2459version = "0.52.6"
2460source = "registry+https://github.com/rust-lang/crates.io-index"
2461checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2462
2463[[package]]
2464name = "windows_aarch64_msvc"
2465version = "0.52.6"
2466source = "registry+https://github.com/rust-lang/crates.io-index"
2467checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2468
2469[[package]]
2470name = "windows_i686_gnu"
2471version = "0.52.6"
2472source = "registry+https://github.com/rust-lang/crates.io-index"
2473checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2474
2475[[package]]
2476name = "windows_i686_gnullvm"
2477version = "0.52.6"
2478source = "registry+https://github.com/rust-lang/crates.io-index"
2479checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2480
2481[[package]]
2482name = "windows_i686_msvc"
2483version = "0.52.6"
2484source = "registry+https://github.com/rust-lang/crates.io-index"
2485checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2486
2487[[package]]
2488name = "windows_x86_64_gnu"
2489version = "0.52.6"
2490source = "registry+https://github.com/rust-lang/crates.io-index"
2491checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2492
2493[[package]]
2494name = "windows_x86_64_gnullvm"
2495version = "0.52.6"
2496source = "registry+https://github.com/rust-lang/crates.io-index"
2497checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2498
2499[[package]]
2500name = "windows_x86_64_msvc"
2501version = "0.52.6"
2502source = "registry+https://github.com/rust-lang/crates.io-index"
2503checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2504
2505[[package]]
2506name = "winreg"
2507version = "0.6.2"
2508source = "registry+https://github.com/rust-lang/crates.io-index"
2509checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
2510dependencies = [
2511 "winapi 0.3.9",
2512]
2513
2514[[package]]
2515name = "wit-bindgen"
2516version = "0.45.1"
2517source = "registry+https://github.com/rust-lang/crates.io-index"
2518checksum = "5c573471f125075647d03df72e026074b7203790d41351cd6edc96f46bcccd36"
2519
2520[[package]]
2521name = "writeable"
2522version = "0.6.1"
2523source = "registry+https://github.com/rust-lang/crates.io-index"
2524checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
2525
2526[[package]]
2527name = "ws2_32-sys"
2528version = "0.2.1"
2529source = "registry+https://github.com/rust-lang/crates.io-index"
2530checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2531dependencies = [
2532 "winapi 0.2.8",
2533 "winapi-build",
2534]
2535
2536[[package]]
2537name = "yoke"
2538version = "0.8.0"
2539source = "registry+https://github.com/rust-lang/crates.io-index"
2540checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
2541dependencies = [
2542 "serde",
2543 "stable_deref_trait",
2544 "yoke-derive",
2545 "zerofrom",
2546]
2547
2548[[package]]
2549name = "yoke-derive"
2550version = "0.8.0"
2551source = "registry+https://github.com/rust-lang/crates.io-index"
2552checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
2553dependencies = [
2554 "proc-macro2",
2555 "quote",
2556 "syn 2.0.106",
2557 "synstructure",
2558]
2559
2560[[package]]
2561name = "zerocopy"
2562version = "0.8.26"
2563source = "registry+https://github.com/rust-lang/crates.io-index"
2564checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
2565dependencies = [
2566 "zerocopy-derive",
2567]
2568
2569[[package]]
2570name = "zerocopy-derive"
2571version = "0.8.26"
2572source = "registry+https://github.com/rust-lang/crates.io-index"
2573checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
2574dependencies = [
2575 "proc-macro2",
2576 "quote",
2577 "syn 2.0.106",
2578]
2579
2580[[package]]
2581name = "zerofrom"
2582version = "0.1.6"
2583source = "registry+https://github.com/rust-lang/crates.io-index"
2584checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
2585dependencies = [
2586 "zerofrom-derive",
2587]
2588
2589[[package]]
2590name = "zerofrom-derive"
2591version = "0.1.6"
2592source = "registry+https://github.com/rust-lang/crates.io-index"
2593checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2594dependencies = [
2595 "proc-macro2",
2596 "quote",
2597 "syn 2.0.106",
2598 "synstructure",
2599]
2600
2601[[package]]
2602name = "zeroize"
2603version = "1.8.1"
2604source = "registry+https://github.com/rust-lang/crates.io-index"
2605checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
2606
2607[[package]]
2608name = "zerotrie"
2609version = "0.2.2"
2610source = "registry+https://github.com/rust-lang/crates.io-index"
2611checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
2612dependencies = [
2613 "displaydoc",
2614 "yoke",
2615 "zerofrom",
2616]
2617
2618[[package]]
2619name = "zerovec"
2620version = "0.11.4"
2621source = "registry+https://github.com/rust-lang/crates.io-index"
2622checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
2623dependencies = [
2624 "yoke",
2625 "zerofrom",
2626 "zerovec-derive",
2627]
2628
2629[[package]]
2630name = "zerovec-derive"
2631version = "0.11.1"
2632source = "registry+https://github.com/rust-lang/crates.io-index"
2633checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
2634dependencies = [
2635 "proc-macro2",
2636 "quote",
2637 "syn 2.0.106",
2638]