Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "allocator-api2"
7version = "0.2.21"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
10
11[[package]]
12name = "android_system_properties"
13version = "0.1.5"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
16dependencies = [
17 "libc",
18]
19
20[[package]]
21name = "atomic-waker"
22version = "1.1.2"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
25
26[[package]]
27name = "autocfg"
28version = "1.5.0"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
31
32[[package]]
33name = "base64"
34version = "0.22.1"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
37
38[[package]]
39name = "bitflags"
40version = "2.10.0"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
43
44[[package]]
45name = "built"
46version = "0.8.0"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64"
49dependencies = [
50 "cargo-lock",
51 "chrono",
52]
53
54[[package]]
55name = "bumpalo"
56version = "3.19.1"
57source = "registry+https://github.com/rust-lang/crates.io-index"
58checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
59
60[[package]]
61name = "bytes"
62version = "1.11.0"
63source = "registry+https://github.com/rust-lang/crates.io-index"
64checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
65
66[[package]]
67name = "cargo-lock"
68version = "10.1.0"
69source = "registry+https://github.com/rust-lang/crates.io-index"
70checksum = "c06acb4f71407ba205a07cb453211e0e6a67b21904e47f6ba1f9589e38f2e454"
71dependencies = [
72 "semver",
73 "serde",
74 "toml",
75 "url",
76]
77
78[[package]]
79name = "cc"
80version = "1.2.51"
81source = "registry+https://github.com/rust-lang/crates.io-index"
82checksum = "7a0aeaff4ff1a90589618835a598e545176939b97874f7abc7851caa0618f203"
83dependencies = [
84 "find-msvc-tools",
85 "shlex",
86]
87
88[[package]]
89name = "cfg-if"
90version = "1.0.4"
91source = "registry+https://github.com/rust-lang/crates.io-index"
92checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
93
94[[package]]
95name = "cfg_aliases"
96version = "0.2.1"
97source = "registry+https://github.com/rust-lang/crates.io-index"
98checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
99
100[[package]]
101name = "chrono"
102version = "0.4.42"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
105dependencies = [
106 "iana-time-zone",
107 "num-traits",
108 "windows-link",
109]
110
111[[package]]
112name = "core-foundation-sys"
113version = "0.8.7"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
116
117[[package]]
118name = "crossbeam-deque"
119version = "0.8.6"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
122dependencies = [
123 "crossbeam-epoch",
124 "crossbeam-utils",
125]
126
127[[package]]
128name = "crossbeam-epoch"
129version = "0.9.18"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
132dependencies = [
133 "crossbeam-utils",
134]
135
136[[package]]
137name = "crossbeam-utils"
138version = "0.8.21"
139source = "registry+https://github.com/rust-lang/crates.io-index"
140checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
141
142[[package]]
143name = "css-inline"
144version = "0.19.0"
145dependencies = [
146 "cssparser",
147 "html5ever",
148 "lru",
149 "precomputed-hash",
150 "reqwest",
151 "rustc-hash",
152 "selectors",
153 "smallvec",
154 "url",
155]
156
157[[package]]
158name = "css-inline-python"
159version = "0.19.0"
160dependencies = [
161 "built",
162 "css-inline",
163 "pyo3",
164 "pyo3-built",
165 "rayon",
166 "url",
167]
168
169[[package]]
170name = "cssparser"
171version = "0.36.0"
172source = "registry+https://github.com/rust-lang/crates.io-index"
173checksum = "dae61cf9c0abb83bd659dab65b7e4e38d8236824c85f0f804f173567bda257d2"
174dependencies = [
175 "cssparser-macros",
176 "dtoa-short",
177 "itoa",
178 "phf",
179 "smallvec",
180]
181
182[[package]]
183name = "cssparser-macros"
184version = "0.6.1"
185source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
187dependencies = [
188 "quote",
189 "syn",
190]
191
192[[package]]
193name = "derive_more"
194version = "2.1.1"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
197dependencies = [
198 "derive_more-impl",
199]
200
201[[package]]
202name = "derive_more-impl"
203version = "2.1.1"
204source = "registry+https://github.com/rust-lang/crates.io-index"
205checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
206dependencies = [
207 "proc-macro2",
208 "quote",
209 "rustc_version",
210 "syn",
211]
212
213[[package]]
214name = "displaydoc"
215version = "0.2.5"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
218dependencies = [
219 "proc-macro2",
220 "quote",
221 "syn",
222]
223
224[[package]]
225name = "dtoa"
226version = "1.0.11"
227source = "registry+https://github.com/rust-lang/crates.io-index"
228checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590"
229
230[[package]]
231name = "dtoa-short"
232version = "0.3.5"
233source = "registry+https://github.com/rust-lang/crates.io-index"
234checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
235dependencies = [
236 "dtoa",
237]
238
239[[package]]
240name = "either"
241version = "1.15.0"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
244
245[[package]]
246name = "equivalent"
247version = "1.0.2"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
250
251[[package]]
252name = "fastrand"
253version = "2.3.0"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
256
257[[package]]
258name = "find-msvc-tools"
259version = "0.1.6"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "645cbb3a84e60b7531617d5ae4e57f7e27308f6445f5abf653209ea76dec8dff"
262
263[[package]]
264name = "foldhash"
265version = "0.2.0"
266source = "registry+https://github.com/rust-lang/crates.io-index"
267checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
268
269[[package]]
270name = "form_urlencoded"
271version = "1.2.2"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
274dependencies = [
275 "percent-encoding",
276]
277
278[[package]]
279name = "futf"
280version = "0.1.5"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
283dependencies = [
284 "mac",
285 "new_debug_unreachable",
286]
287
288[[package]]
289name = "futures-channel"
290version = "0.3.31"
291source = "registry+https://github.com/rust-lang/crates.io-index"
292checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
293dependencies = [
294 "futures-core",
295 "futures-sink",
296]
297
298[[package]]
299name = "futures-core"
300version = "0.3.31"
301source = "registry+https://github.com/rust-lang/crates.io-index"
302checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
303
304[[package]]
305name = "futures-io"
306version = "0.3.31"
307source = "registry+https://github.com/rust-lang/crates.io-index"
308checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
309
310[[package]]
311name = "futures-sink"
312version = "0.3.31"
313source = "registry+https://github.com/rust-lang/crates.io-index"
314checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
315
316[[package]]
317name = "futures-task"
318version = "0.3.31"
319source = "registry+https://github.com/rust-lang/crates.io-index"
320checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
321
322[[package]]
323name = "futures-util"
324version = "0.3.31"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
327dependencies = [
328 "futures-core",
329 "futures-io",
330 "futures-sink",
331 "futures-task",
332 "memchr",
333 "pin-project-lite",
334 "pin-utils",
335 "slab",
336]
337
338[[package]]
339name = "getrandom"
340version = "0.2.16"
341source = "registry+https://github.com/rust-lang/crates.io-index"
342checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
343dependencies = [
344 "cfg-if",
345 "js-sys",
346 "libc",
347 "wasi",
348 "wasm-bindgen",
349]
350
351[[package]]
352name = "getrandom"
353version = "0.3.4"
354source = "registry+https://github.com/rust-lang/crates.io-index"
355checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
356dependencies = [
357 "cfg-if",
358 "js-sys",
359 "libc",
360 "r-efi",
361 "wasip2",
362 "wasm-bindgen",
363]
364
365[[package]]
366name = "hashbrown"
367version = "0.16.1"
368source = "registry+https://github.com/rust-lang/crates.io-index"
369checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
370dependencies = [
371 "allocator-api2",
372 "equivalent",
373 "foldhash",
374]
375
376[[package]]
377name = "heck"
378version = "0.5.0"
379source = "registry+https://github.com/rust-lang/crates.io-index"
380checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
381
382[[package]]
383name = "html5ever"
384version = "0.36.1"
385source = "registry+https://github.com/rust-lang/crates.io-index"
386checksum = "6452c4751a24e1b99c3260d505eaeee76a050573e61f30ac2c924ddc7236f01e"
387dependencies = [
388 "log",
389 "markup5ever",
390]
391
392[[package]]
393name = "http"
394version = "1.4.0"
395source = "registry+https://github.com/rust-lang/crates.io-index"
396checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
397dependencies = [
398 "bytes",
399 "itoa",
400]
401
402[[package]]
403name = "http-body"
404version = "1.0.1"
405source = "registry+https://github.com/rust-lang/crates.io-index"
406checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
407dependencies = [
408 "bytes",
409 "http",
410]
411
412[[package]]
413name = "http-body-util"
414version = "0.1.3"
415source = "registry+https://github.com/rust-lang/crates.io-index"
416checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
417dependencies = [
418 "bytes",
419 "futures-core",
420 "http",
421 "http-body",
422 "pin-project-lite",
423]
424
425[[package]]
426name = "httparse"
427version = "1.10.1"
428source = "registry+https://github.com/rust-lang/crates.io-index"
429checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
430
431[[package]]
432name = "hyper"
433version = "1.8.1"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
436dependencies = [
437 "atomic-waker",
438 "bytes",
439 "futures-channel",
440 "futures-core",
441 "http",
442 "http-body",
443 "httparse",
444 "itoa",
445 "pin-project-lite",
446 "pin-utils",
447 "smallvec",
448 "tokio",
449 "want",
450]
451
452[[package]]
453name = "hyper-rustls"
454version = "0.27.7"
455source = "registry+https://github.com/rust-lang/crates.io-index"
456checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
457dependencies = [
458 "http",
459 "hyper",
460 "hyper-util",
461 "rustls",
462 "rustls-pki-types",
463 "tokio",
464 "tokio-rustls",
465 "tower-service",
466 "webpki-roots",
467]
468
469[[package]]
470name = "hyper-util"
471version = "0.1.19"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
474dependencies = [
475 "base64",
476 "bytes",
477 "futures-channel",
478 "futures-core",
479 "futures-util",
480 "http",
481 "http-body",
482 "hyper",
483 "ipnet",
484 "libc",
485 "percent-encoding",
486 "pin-project-lite",
487 "socket2",
488 "tokio",
489 "tower-service",
490 "tracing",
491]
492
493[[package]]
494name = "iana-time-zone"
495version = "0.1.64"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
498dependencies = [
499 "android_system_properties",
500 "core-foundation-sys",
501 "iana-time-zone-haiku",
502 "js-sys",
503 "log",
504 "wasm-bindgen",
505 "windows-core",
506]
507
508[[package]]
509name = "iana-time-zone-haiku"
510version = "0.1.2"
511source = "registry+https://github.com/rust-lang/crates.io-index"
512checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
513dependencies = [
514 "cc",
515]
516
517[[package]]
518name = "icu_collections"
519version = "2.1.1"
520source = "registry+https://github.com/rust-lang/crates.io-index"
521checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
522dependencies = [
523 "displaydoc",
524 "potential_utf",
525 "yoke",
526 "zerofrom",
527 "zerovec",
528]
529
530[[package]]
531name = "icu_locale_core"
532version = "2.1.1"
533source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
535dependencies = [
536 "displaydoc",
537 "litemap",
538 "tinystr",
539 "writeable",
540 "zerovec",
541]
542
543[[package]]
544name = "icu_normalizer"
545version = "2.1.1"
546source = "registry+https://github.com/rust-lang/crates.io-index"
547checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
548dependencies = [
549 "icu_collections",
550 "icu_normalizer_data",
551 "icu_properties",
552 "icu_provider",
553 "smallvec",
554 "zerovec",
555]
556
557[[package]]
558name = "icu_normalizer_data"
559version = "2.1.1"
560source = "registry+https://github.com/rust-lang/crates.io-index"
561checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
562
563[[package]]
564name = "icu_properties"
565version = "2.1.2"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
568dependencies = [
569 "icu_collections",
570 "icu_locale_core",
571 "icu_properties_data",
572 "icu_provider",
573 "zerotrie",
574 "zerovec",
575]
576
577[[package]]
578name = "icu_properties_data"
579version = "2.1.2"
580source = "registry+https://github.com/rust-lang/crates.io-index"
581checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
582
583[[package]]
584name = "icu_provider"
585version = "2.1.1"
586source = "registry+https://github.com/rust-lang/crates.io-index"
587checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
588dependencies = [
589 "displaydoc",
590 "icu_locale_core",
591 "writeable",
592 "yoke",
593 "zerofrom",
594 "zerotrie",
595 "zerovec",
596]
597
598[[package]]
599name = "idna"
600version = "1.1.0"
601source = "registry+https://github.com/rust-lang/crates.io-index"
602checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
603dependencies = [
604 "idna_adapter",
605 "smallvec",
606 "utf8_iter",
607]
608
609[[package]]
610name = "idna_adapter"
611version = "1.2.1"
612source = "registry+https://github.com/rust-lang/crates.io-index"
613checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
614dependencies = [
615 "icu_normalizer",
616 "icu_properties",
617]
618
619[[package]]
620name = "indexmap"
621version = "2.12.1"
622source = "registry+https://github.com/rust-lang/crates.io-index"
623checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
624dependencies = [
625 "equivalent",
626 "hashbrown",
627]
628
629[[package]]
630name = "indoc"
631version = "2.0.7"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
634dependencies = [
635 "rustversion",
636]
637
638[[package]]
639name = "ipnet"
640version = "2.11.0"
641source = "registry+https://github.com/rust-lang/crates.io-index"
642checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
643
644[[package]]
645name = "iri-string"
646version = "0.7.10"
647source = "registry+https://github.com/rust-lang/crates.io-index"
648checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a"
649dependencies = [
650 "memchr",
651 "serde",
652]
653
654[[package]]
655name = "itoa"
656version = "1.0.17"
657source = "registry+https://github.com/rust-lang/crates.io-index"
658checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
659
660[[package]]
661name = "js-sys"
662version = "0.3.83"
663source = "registry+https://github.com/rust-lang/crates.io-index"
664checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
665dependencies = [
666 "once_cell",
667 "wasm-bindgen",
668]
669
670[[package]]
671name = "libc"
672version = "0.2.178"
673source = "registry+https://github.com/rust-lang/crates.io-index"
674checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
675
676[[package]]
677name = "litemap"
678version = "0.8.1"
679source = "registry+https://github.com/rust-lang/crates.io-index"
680checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
681
682[[package]]
683name = "lock_api"
684version = "0.4.14"
685source = "registry+https://github.com/rust-lang/crates.io-index"
686checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
687dependencies = [
688 "scopeguard",
689]
690
691[[package]]
692name = "log"
693version = "0.4.29"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
696
697[[package]]
698name = "lru"
699version = "0.16.2"
700source = "registry+https://github.com/rust-lang/crates.io-index"
701checksum = "96051b46fc183dc9cd4a223960ef37b9af631b55191852a8274bfef064cda20f"
702dependencies = [
703 "hashbrown",
704]
705
706[[package]]
707name = "lru-slab"
708version = "0.1.2"
709source = "registry+https://github.com/rust-lang/crates.io-index"
710checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
711
712[[package]]
713name = "mac"
714version = "0.1.1"
715source = "registry+https://github.com/rust-lang/crates.io-index"
716checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
717
718[[package]]
719name = "markup5ever"
720version = "0.36.1"
721source = "registry+https://github.com/rust-lang/crates.io-index"
722checksum = "6c3294c4d74d0742910f8c7b466f44dda9eb2d5742c1e430138df290a1e8451c"
723dependencies = [
724 "log",
725 "tendril",
726 "web_atoms",
727]
728
729[[package]]
730name = "memchr"
731version = "2.7.6"
732source = "registry+https://github.com/rust-lang/crates.io-index"
733checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
734
735[[package]]
736name = "memoffset"
737version = "0.9.1"
738source = "registry+https://github.com/rust-lang/crates.io-index"
739checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
740dependencies = [
741 "autocfg",
742]
743
744[[package]]
745name = "mio"
746version = "1.1.1"
747source = "registry+https://github.com/rust-lang/crates.io-index"
748checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
749dependencies = [
750 "libc",
751 "wasi",
752 "windows-sys 0.61.2",
753]
754
755[[package]]
756name = "new_debug_unreachable"
757version = "1.0.6"
758source = "registry+https://github.com/rust-lang/crates.io-index"
759checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
760
761[[package]]
762name = "num-traits"
763version = "0.2.19"
764source = "registry+https://github.com/rust-lang/crates.io-index"
765checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
766dependencies = [
767 "autocfg",
768]
769
770[[package]]
771name = "once_cell"
772version = "1.21.3"
773source = "registry+https://github.com/rust-lang/crates.io-index"
774checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
775
776[[package]]
777name = "parking_lot"
778version = "0.12.5"
779source = "registry+https://github.com/rust-lang/crates.io-index"
780checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
781dependencies = [
782 "lock_api",
783 "parking_lot_core",
784]
785
786[[package]]
787name = "parking_lot_core"
788version = "0.9.12"
789source = "registry+https://github.com/rust-lang/crates.io-index"
790checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
791dependencies = [
792 "cfg-if",
793 "libc",
794 "redox_syscall",
795 "smallvec",
796 "windows-link",
797]
798
799[[package]]
800name = "percent-encoding"
801version = "2.3.2"
802source = "registry+https://github.com/rust-lang/crates.io-index"
803checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
804
805[[package]]
806name = "phf"
807version = "0.13.1"
808source = "registry+https://github.com/rust-lang/crates.io-index"
809checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
810dependencies = [
811 "phf_macros",
812 "phf_shared",
813 "serde",
814]
815
816[[package]]
817name = "phf_codegen"
818version = "0.13.1"
819source = "registry+https://github.com/rust-lang/crates.io-index"
820checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1"
821dependencies = [
822 "phf_generator",
823 "phf_shared",
824]
825
826[[package]]
827name = "phf_generator"
828version = "0.13.1"
829source = "registry+https://github.com/rust-lang/crates.io-index"
830checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737"
831dependencies = [
832 "fastrand",
833 "phf_shared",
834]
835
836[[package]]
837name = "phf_macros"
838version = "0.13.1"
839source = "registry+https://github.com/rust-lang/crates.io-index"
840checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef"
841dependencies = [
842 "phf_generator",
843 "phf_shared",
844 "proc-macro2",
845 "quote",
846 "syn",
847]
848
849[[package]]
850name = "phf_shared"
851version = "0.13.1"
852source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
854dependencies = [
855 "siphasher",
856]
857
858[[package]]
859name = "pin-project-lite"
860version = "0.2.16"
861source = "registry+https://github.com/rust-lang/crates.io-index"
862checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
863
864[[package]]
865name = "pin-utils"
866version = "0.1.0"
867source = "registry+https://github.com/rust-lang/crates.io-index"
868checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
869
870[[package]]
871name = "portable-atomic"
872version = "1.13.0"
873source = "registry+https://github.com/rust-lang/crates.io-index"
874checksum = "f89776e4d69bb58bc6993e99ffa1d11f228b839984854c7daeb5d37f87cbe950"
875
876[[package]]
877name = "potential_utf"
878version = "0.1.4"
879source = "registry+https://github.com/rust-lang/crates.io-index"
880checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
881dependencies = [
882 "zerovec",
883]
884
885[[package]]
886name = "ppv-lite86"
887version = "0.2.21"
888source = "registry+https://github.com/rust-lang/crates.io-index"
889checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
890dependencies = [
891 "zerocopy",
892]
893
894[[package]]
895name = "precomputed-hash"
896version = "0.1.1"
897source = "registry+https://github.com/rust-lang/crates.io-index"
898checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
899
900[[package]]
901name = "proc-macro2"
902version = "1.0.104"
903source = "registry+https://github.com/rust-lang/crates.io-index"
904checksum = "9695f8df41bb4f3d222c95a67532365f569318332d03d5f3f67f37b20e6ebdf0"
905dependencies = [
906 "unicode-ident",
907]
908
909[[package]]
910name = "pyo3"
911version = "0.27.2"
912source = "registry+https://github.com/rust-lang/crates.io-index"
913checksum = "ab53c047fcd1a1d2a8820fe84f05d6be69e9526be40cb03b73f86b6b03e6d87d"
914dependencies = [
915 "indoc",
916 "libc",
917 "memoffset",
918 "once_cell",
919 "portable-atomic",
920 "pyo3-build-config",
921 "pyo3-ffi",
922 "pyo3-macros",
923 "unindent",
924]
925
926[[package]]
927name = "pyo3-build-config"
928version = "0.27.2"
929source = "registry+https://github.com/rust-lang/crates.io-index"
930checksum = "b455933107de8642b4487ed26d912c2d899dec6114884214a0b3bb3be9261ea6"
931dependencies = [
932 "target-lexicon",
933]
934
935[[package]]
936name = "pyo3-built"
937version = "0.6.0"
938source = "registry+https://github.com/rust-lang/crates.io-index"
939checksum = "4bf83fcee540452241ba030140f50418b973e840a64727c967b9266660f0a690"
940
941[[package]]
942name = "pyo3-ffi"
943version = "0.27.2"
944source = "registry+https://github.com/rust-lang/crates.io-index"
945checksum = "1c85c9cbfaddf651b1221594209aed57e9e5cff63c4d11d1feead529b872a089"
946dependencies = [
947 "libc",
948 "pyo3-build-config",
949]
950
951[[package]]
952name = "pyo3-macros"
953version = "0.27.2"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "0a5b10c9bf9888125d917fb4d2ca2d25c8df94c7ab5a52e13313a07e050a3b02"
956dependencies = [
957 "proc-macro2",
958 "pyo3-macros-backend",
959 "quote",
960 "syn",
961]
962
963[[package]]
964name = "pyo3-macros-backend"
965version = "0.27.2"
966source = "registry+https://github.com/rust-lang/crates.io-index"
967checksum = "03b51720d314836e53327f5871d4c0cfb4fb37cc2c4a11cc71907a86342c40f9"
968dependencies = [
969 "heck",
970 "proc-macro2",
971 "pyo3-build-config",
972 "quote",
973 "syn",
974]
975
976[[package]]
977name = "quinn"
978version = "0.11.9"
979source = "registry+https://github.com/rust-lang/crates.io-index"
980checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
981dependencies = [
982 "bytes",
983 "cfg_aliases",
984 "pin-project-lite",
985 "quinn-proto",
986 "quinn-udp",
987 "rustc-hash",
988 "rustls",
989 "socket2",
990 "thiserror",
991 "tokio",
992 "tracing",
993 "web-time",
994]
995
996[[package]]
997name = "quinn-proto"
998version = "0.11.13"
999source = "registry+https://github.com/rust-lang/crates.io-index"
1000checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
1001dependencies = [
1002 "bytes",
1003 "getrandom 0.3.4",
1004 "lru-slab",
1005 "rand",
1006 "ring",
1007 "rustc-hash",
1008 "rustls",
1009 "rustls-pki-types",
1010 "slab",
1011 "thiserror",
1012 "tinyvec",
1013 "tracing",
1014 "web-time",
1015]
1016
1017[[package]]
1018name = "quinn-udp"
1019version = "0.5.14"
1020source = "registry+https://github.com/rust-lang/crates.io-index"
1021checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
1022dependencies = [
1023 "cfg_aliases",
1024 "libc",
1025 "once_cell",
1026 "socket2",
1027 "tracing",
1028 "windows-sys 0.60.2",
1029]
1030
1031[[package]]
1032name = "quote"
1033version = "1.0.42"
1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
1036dependencies = [
1037 "proc-macro2",
1038]
1039
1040[[package]]
1041name = "r-efi"
1042version = "5.3.0"
1043source = "registry+https://github.com/rust-lang/crates.io-index"
1044checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1045
1046[[package]]
1047name = "rand"
1048version = "0.9.2"
1049source = "registry+https://github.com/rust-lang/crates.io-index"
1050checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
1051dependencies = [
1052 "rand_chacha",
1053 "rand_core",
1054]
1055
1056[[package]]
1057name = "rand_chacha"
1058version = "0.9.0"
1059source = "registry+https://github.com/rust-lang/crates.io-index"
1060checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1061dependencies = [
1062 "ppv-lite86",
1063 "rand_core",
1064]
1065
1066[[package]]
1067name = "rand_core"
1068version = "0.9.3"
1069source = "registry+https://github.com/rust-lang/crates.io-index"
1070checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
1071dependencies = [
1072 "getrandom 0.3.4",
1073]
1074
1075[[package]]
1076name = "rayon"
1077version = "1.11.0"
1078source = "registry+https://github.com/rust-lang/crates.io-index"
1079checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
1080dependencies = [
1081 "either",
1082 "rayon-core",
1083]
1084
1085[[package]]
1086name = "rayon-core"
1087version = "1.13.0"
1088source = "registry+https://github.com/rust-lang/crates.io-index"
1089checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
1090dependencies = [
1091 "crossbeam-deque",
1092 "crossbeam-utils",
1093]
1094
1095[[package]]
1096name = "redox_syscall"
1097version = "0.5.18"
1098source = "registry+https://github.com/rust-lang/crates.io-index"
1099checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1100dependencies = [
1101 "bitflags",
1102]
1103
1104[[package]]
1105name = "reqwest"
1106version = "0.12.28"
1107source = "registry+https://github.com/rust-lang/crates.io-index"
1108checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
1109dependencies = [
1110 "base64",
1111 "bytes",
1112 "futures-channel",
1113 "futures-core",
1114 "futures-util",
1115 "http",
1116 "http-body",
1117 "http-body-util",
1118 "hyper",
1119 "hyper-rustls",
1120 "hyper-util",
1121 "js-sys",
1122 "log",
1123 "percent-encoding",
1124 "pin-project-lite",
1125 "quinn",
1126 "rustls",
1127 "rustls-pki-types",
1128 "serde",
1129 "serde_json",
1130 "serde_urlencoded",
1131 "sync_wrapper",
1132 "tokio",
1133 "tokio-rustls",
1134 "tower",
1135 "tower-http",
1136 "tower-service",
1137 "url",
1138 "wasm-bindgen",
1139 "wasm-bindgen-futures",
1140 "web-sys",
1141 "webpki-roots",
1142]
1143
1144[[package]]
1145name = "ring"
1146version = "0.17.14"
1147source = "registry+https://github.com/rust-lang/crates.io-index"
1148checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1149dependencies = [
1150 "cc",
1151 "cfg-if",
1152 "getrandom 0.2.16",
1153 "libc",
1154 "untrusted",
1155 "windows-sys 0.52.0",
1156]
1157
1158[[package]]
1159name = "rustc-hash"
1160version = "2.1.1"
1161source = "registry+https://github.com/rust-lang/crates.io-index"
1162checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
1163
1164[[package]]
1165name = "rustc_version"
1166version = "0.4.1"
1167source = "registry+https://github.com/rust-lang/crates.io-index"
1168checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1169dependencies = [
1170 "semver",
1171]
1172
1173[[package]]
1174name = "rustls"
1175version = "0.23.35"
1176source = "registry+https://github.com/rust-lang/crates.io-index"
1177checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f"
1178dependencies = [
1179 "once_cell",
1180 "ring",
1181 "rustls-pki-types",
1182 "rustls-webpki",
1183 "subtle",
1184 "zeroize",
1185]
1186
1187[[package]]
1188name = "rustls-pki-types"
1189version = "1.13.2"
1190source = "registry+https://github.com/rust-lang/crates.io-index"
1191checksum = "21e6f2ab2928ca4291b86736a8bd920a277a399bba1589409d72154ff87c1282"
1192dependencies = [
1193 "web-time",
1194 "zeroize",
1195]
1196
1197[[package]]
1198name = "rustls-webpki"
1199version = "0.103.8"
1200source = "registry+https://github.com/rust-lang/crates.io-index"
1201checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52"
1202dependencies = [
1203 "ring",
1204 "rustls-pki-types",
1205 "untrusted",
1206]
1207
1208[[package]]
1209name = "rustversion"
1210version = "1.0.22"
1211source = "registry+https://github.com/rust-lang/crates.io-index"
1212checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1213
1214[[package]]
1215name = "ryu"
1216version = "1.0.22"
1217source = "registry+https://github.com/rust-lang/crates.io-index"
1218checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984"
1219
1220[[package]]
1221name = "scopeguard"
1222version = "1.2.0"
1223source = "registry+https://github.com/rust-lang/crates.io-index"
1224checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1225
1226[[package]]
1227name = "selectors"
1228version = "0.33.0"
1229source = "registry+https://github.com/rust-lang/crates.io-index"
1230checksum = "feef350c36147532e1b79ea5c1f3791373e61cbd9a6a2615413b3807bb164fb7"
1231dependencies = [
1232 "bitflags",
1233 "cssparser",
1234 "derive_more",
1235 "log",
1236 "new_debug_unreachable",
1237 "phf",
1238 "phf_codegen",
1239 "precomputed-hash",
1240 "rustc-hash",
1241 "servo_arc",
1242 "smallvec",
1243]
1244
1245[[package]]
1246name = "semver"
1247version = "1.0.27"
1248source = "registry+https://github.com/rust-lang/crates.io-index"
1249checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
1250dependencies = [
1251 "serde",
1252 "serde_core",
1253]
1254
1255[[package]]
1256name = "serde"
1257version = "1.0.228"
1258source = "registry+https://github.com/rust-lang/crates.io-index"
1259checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1260dependencies = [
1261 "serde_core",
1262 "serde_derive",
1263]
1264
1265[[package]]
1266name = "serde_core"
1267version = "1.0.228"
1268source = "registry+https://github.com/rust-lang/crates.io-index"
1269checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1270dependencies = [
1271 "serde_derive",
1272]
1273
1274[[package]]
1275name = "serde_derive"
1276version = "1.0.228"
1277source = "registry+https://github.com/rust-lang/crates.io-index"
1278checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1279dependencies = [
1280 "proc-macro2",
1281 "quote",
1282 "syn",
1283]
1284
1285[[package]]
1286name = "serde_json"
1287version = "1.0.148"
1288source = "registry+https://github.com/rust-lang/crates.io-index"
1289checksum = "3084b546a1dd6289475996f182a22aba973866ea8e8b02c51d9f46b1336a22da"
1290dependencies = [
1291 "itoa",
1292 "memchr",
1293 "serde",
1294 "serde_core",
1295 "zmij",
1296]
1297
1298[[package]]
1299name = "serde_spanned"
1300version = "0.6.9"
1301source = "registry+https://github.com/rust-lang/crates.io-index"
1302checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
1303dependencies = [
1304 "serde",
1305]
1306
1307[[package]]
1308name = "serde_urlencoded"
1309version = "0.7.1"
1310source = "registry+https://github.com/rust-lang/crates.io-index"
1311checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1312dependencies = [
1313 "form_urlencoded",
1314 "itoa",
1315 "ryu",
1316 "serde",
1317]
1318
1319[[package]]
1320name = "servo_arc"
1321version = "0.4.3"
1322source = "registry+https://github.com/rust-lang/crates.io-index"
1323checksum = "170fb83ab34de17dc69aa7c67482b22218ddb85da56546f9bd6b929e32a05930"
1324dependencies = [
1325 "stable_deref_trait",
1326]
1327
1328[[package]]
1329name = "shlex"
1330version = "1.3.0"
1331source = "registry+https://github.com/rust-lang/crates.io-index"
1332checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1333
1334[[package]]
1335name = "siphasher"
1336version = "1.0.1"
1337source = "registry+https://github.com/rust-lang/crates.io-index"
1338checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
1339
1340[[package]]
1341name = "slab"
1342version = "0.4.11"
1343source = "registry+https://github.com/rust-lang/crates.io-index"
1344checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
1345
1346[[package]]
1347name = "smallvec"
1348version = "1.15.1"
1349source = "registry+https://github.com/rust-lang/crates.io-index"
1350checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1351
1352[[package]]
1353name = "socket2"
1354version = "0.6.1"
1355source = "registry+https://github.com/rust-lang/crates.io-index"
1356checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
1357dependencies = [
1358 "libc",
1359 "windows-sys 0.60.2",
1360]
1361
1362[[package]]
1363name = "stable_deref_trait"
1364version = "1.2.1"
1365source = "registry+https://github.com/rust-lang/crates.io-index"
1366checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1367
1368[[package]]
1369name = "string_cache"
1370version = "0.9.0"
1371source = "registry+https://github.com/rust-lang/crates.io-index"
1372checksum = "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901"
1373dependencies = [
1374 "new_debug_unreachable",
1375 "parking_lot",
1376 "phf_shared",
1377 "precomputed-hash",
1378 "serde",
1379]
1380
1381[[package]]
1382name = "string_cache_codegen"
1383version = "0.6.1"
1384source = "registry+https://github.com/rust-lang/crates.io-index"
1385checksum = "585635e46db231059f76c5849798146164652513eb9e8ab2685939dd90f29b69"
1386dependencies = [
1387 "phf_generator",
1388 "phf_shared",
1389 "proc-macro2",
1390 "quote",
1391]
1392
1393[[package]]
1394name = "subtle"
1395version = "2.6.1"
1396source = "registry+https://github.com/rust-lang/crates.io-index"
1397checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1398
1399[[package]]
1400name = "syn"
1401version = "2.0.111"
1402source = "registry+https://github.com/rust-lang/crates.io-index"
1403checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
1404dependencies = [
1405 "proc-macro2",
1406 "quote",
1407 "unicode-ident",
1408]
1409
1410[[package]]
1411name = "sync_wrapper"
1412version = "1.0.2"
1413source = "registry+https://github.com/rust-lang/crates.io-index"
1414checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1415dependencies = [
1416 "futures-core",
1417]
1418
1419[[package]]
1420name = "synstructure"
1421version = "0.13.2"
1422source = "registry+https://github.com/rust-lang/crates.io-index"
1423checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1424dependencies = [
1425 "proc-macro2",
1426 "quote",
1427 "syn",
1428]
1429
1430[[package]]
1431name = "target-lexicon"
1432version = "0.13.4"
1433source = "registry+https://github.com/rust-lang/crates.io-index"
1434checksum = "b1dd07eb858a2067e2f3c7155d54e929265c264e6f37efe3ee7a8d1b5a1dd0ba"
1435
1436[[package]]
1437name = "tendril"
1438version = "0.4.3"
1439source = "registry+https://github.com/rust-lang/crates.io-index"
1440checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
1441dependencies = [
1442 "futf",
1443 "mac",
1444 "utf-8",
1445]
1446
1447[[package]]
1448name = "thiserror"
1449version = "2.0.17"
1450source = "registry+https://github.com/rust-lang/crates.io-index"
1451checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
1452dependencies = [
1453 "thiserror-impl",
1454]
1455
1456[[package]]
1457name = "thiserror-impl"
1458version = "2.0.17"
1459source = "registry+https://github.com/rust-lang/crates.io-index"
1460checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
1461dependencies = [
1462 "proc-macro2",
1463 "quote",
1464 "syn",
1465]
1466
1467[[package]]
1468name = "tinystr"
1469version = "0.8.2"
1470source = "registry+https://github.com/rust-lang/crates.io-index"
1471checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
1472dependencies = [
1473 "displaydoc",
1474 "zerovec",
1475]
1476
1477[[package]]
1478name = "tinyvec"
1479version = "1.10.0"
1480source = "registry+https://github.com/rust-lang/crates.io-index"
1481checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
1482dependencies = [
1483 "tinyvec_macros",
1484]
1485
1486[[package]]
1487name = "tinyvec_macros"
1488version = "0.1.1"
1489source = "registry+https://github.com/rust-lang/crates.io-index"
1490checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1491
1492[[package]]
1493name = "tokio"
1494version = "1.48.0"
1495source = "registry+https://github.com/rust-lang/crates.io-index"
1496checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
1497dependencies = [
1498 "bytes",
1499 "libc",
1500 "mio",
1501 "pin-project-lite",
1502 "socket2",
1503 "windows-sys 0.61.2",
1504]
1505
1506[[package]]
1507name = "tokio-rustls"
1508version = "0.26.4"
1509source = "registry+https://github.com/rust-lang/crates.io-index"
1510checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
1511dependencies = [
1512 "rustls",
1513 "tokio",
1514]
1515
1516[[package]]
1517name = "toml"
1518version = "0.8.23"
1519source = "registry+https://github.com/rust-lang/crates.io-index"
1520checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
1521dependencies = [
1522 "serde",
1523 "serde_spanned",
1524 "toml_datetime",
1525 "toml_edit",
1526]
1527
1528[[package]]
1529name = "toml_datetime"
1530version = "0.6.11"
1531source = "registry+https://github.com/rust-lang/crates.io-index"
1532checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
1533dependencies = [
1534 "serde",
1535]
1536
1537[[package]]
1538name = "toml_edit"
1539version = "0.22.27"
1540source = "registry+https://github.com/rust-lang/crates.io-index"
1541checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
1542dependencies = [
1543 "indexmap",
1544 "serde",
1545 "serde_spanned",
1546 "toml_datetime",
1547 "toml_write",
1548 "winnow",
1549]
1550
1551[[package]]
1552name = "toml_write"
1553version = "0.1.2"
1554source = "registry+https://github.com/rust-lang/crates.io-index"
1555checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
1556
1557[[package]]
1558name = "tower"
1559version = "0.5.2"
1560source = "registry+https://github.com/rust-lang/crates.io-index"
1561checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
1562dependencies = [
1563 "futures-core",
1564 "futures-util",
1565 "pin-project-lite",
1566 "sync_wrapper",
1567 "tokio",
1568 "tower-layer",
1569 "tower-service",
1570]
1571
1572[[package]]
1573name = "tower-http"
1574version = "0.6.8"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
1577dependencies = [
1578 "bitflags",
1579 "bytes",
1580 "futures-util",
1581 "http",
1582 "http-body",
1583 "iri-string",
1584 "pin-project-lite",
1585 "tower",
1586 "tower-layer",
1587 "tower-service",
1588]
1589
1590[[package]]
1591name = "tower-layer"
1592version = "0.3.3"
1593source = "registry+https://github.com/rust-lang/crates.io-index"
1594checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1595
1596[[package]]
1597name = "tower-service"
1598version = "0.3.3"
1599source = "registry+https://github.com/rust-lang/crates.io-index"
1600checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1601
1602[[package]]
1603name = "tracing"
1604version = "0.1.44"
1605source = "registry+https://github.com/rust-lang/crates.io-index"
1606checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1607dependencies = [
1608 "pin-project-lite",
1609 "tracing-core",
1610]
1611
1612[[package]]
1613name = "tracing-core"
1614version = "0.1.36"
1615source = "registry+https://github.com/rust-lang/crates.io-index"
1616checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1617dependencies = [
1618 "once_cell",
1619]
1620
1621[[package]]
1622name = "try-lock"
1623version = "0.2.5"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1626
1627[[package]]
1628name = "unicode-ident"
1629version = "1.0.22"
1630source = "registry+https://github.com/rust-lang/crates.io-index"
1631checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
1632
1633[[package]]
1634name = "unindent"
1635version = "0.2.4"
1636source = "registry+https://github.com/rust-lang/crates.io-index"
1637checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
1638
1639[[package]]
1640name = "untrusted"
1641version = "0.9.0"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1644
1645[[package]]
1646name = "url"
1647version = "2.5.7"
1648source = "registry+https://github.com/rust-lang/crates.io-index"
1649checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
1650dependencies = [
1651 "form_urlencoded",
1652 "idna",
1653 "percent-encoding",
1654 "serde",
1655]
1656
1657[[package]]
1658name = "utf-8"
1659version = "0.7.6"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
1662
1663[[package]]
1664name = "utf8_iter"
1665version = "1.0.4"
1666source = "registry+https://github.com/rust-lang/crates.io-index"
1667checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1668
1669[[package]]
1670name = "want"
1671version = "0.3.1"
1672source = "registry+https://github.com/rust-lang/crates.io-index"
1673checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1674dependencies = [
1675 "try-lock",
1676]
1677
1678[[package]]
1679name = "wasi"
1680version = "0.11.1+wasi-snapshot-preview1"
1681source = "registry+https://github.com/rust-lang/crates.io-index"
1682checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1683
1684[[package]]
1685name = "wasip2"
1686version = "1.0.1+wasi-0.2.4"
1687source = "registry+https://github.com/rust-lang/crates.io-index"
1688checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
1689dependencies = [
1690 "wit-bindgen",
1691]
1692
1693[[package]]
1694name = "wasm-bindgen"
1695version = "0.2.106"
1696source = "registry+https://github.com/rust-lang/crates.io-index"
1697checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
1698dependencies = [
1699 "cfg-if",
1700 "once_cell",
1701 "rustversion",
1702 "wasm-bindgen-macro",
1703 "wasm-bindgen-shared",
1704]
1705
1706[[package]]
1707name = "wasm-bindgen-futures"
1708version = "0.4.56"
1709source = "registry+https://github.com/rust-lang/crates.io-index"
1710checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c"
1711dependencies = [
1712 "cfg-if",
1713 "js-sys",
1714 "once_cell",
1715 "wasm-bindgen",
1716 "web-sys",
1717]
1718
1719[[package]]
1720name = "wasm-bindgen-macro"
1721version = "0.2.106"
1722source = "registry+https://github.com/rust-lang/crates.io-index"
1723checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
1724dependencies = [
1725 "quote",
1726 "wasm-bindgen-macro-support",
1727]
1728
1729[[package]]
1730name = "wasm-bindgen-macro-support"
1731version = "0.2.106"
1732source = "registry+https://github.com/rust-lang/crates.io-index"
1733checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
1734dependencies = [
1735 "bumpalo",
1736 "proc-macro2",
1737 "quote",
1738 "syn",
1739 "wasm-bindgen-shared",
1740]
1741
1742[[package]]
1743name = "wasm-bindgen-shared"
1744version = "0.2.106"
1745source = "registry+https://github.com/rust-lang/crates.io-index"
1746checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
1747dependencies = [
1748 "unicode-ident",
1749]
1750
1751[[package]]
1752name = "web-sys"
1753version = "0.3.83"
1754source = "registry+https://github.com/rust-lang/crates.io-index"
1755checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac"
1756dependencies = [
1757 "js-sys",
1758 "wasm-bindgen",
1759]
1760
1761[[package]]
1762name = "web-time"
1763version = "1.1.0"
1764source = "registry+https://github.com/rust-lang/crates.io-index"
1765checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
1766dependencies = [
1767 "js-sys",
1768 "wasm-bindgen",
1769]
1770
1771[[package]]
1772name = "web_atoms"
1773version = "0.2.0"
1774source = "registry+https://github.com/rust-lang/crates.io-index"
1775checksum = "acd0c322f146d0f8aad130ce6c187953889359584497dac6561204c8e17bb43d"
1776dependencies = [
1777 "phf",
1778 "phf_codegen",
1779 "string_cache",
1780 "string_cache_codegen",
1781]
1782
1783[[package]]
1784name = "webpki-roots"
1785version = "1.0.4"
1786source = "registry+https://github.com/rust-lang/crates.io-index"
1787checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e"
1788dependencies = [
1789 "rustls-pki-types",
1790]
1791
1792[[package]]
1793name = "windows-core"
1794version = "0.62.2"
1795source = "registry+https://github.com/rust-lang/crates.io-index"
1796checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
1797dependencies = [
1798 "windows-implement",
1799 "windows-interface",
1800 "windows-link",
1801 "windows-result",
1802 "windows-strings",
1803]
1804
1805[[package]]
1806name = "windows-implement"
1807version = "0.60.2"
1808source = "registry+https://github.com/rust-lang/crates.io-index"
1809checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
1810dependencies = [
1811 "proc-macro2",
1812 "quote",
1813 "syn",
1814]
1815
1816[[package]]
1817name = "windows-interface"
1818version = "0.59.3"
1819source = "registry+https://github.com/rust-lang/crates.io-index"
1820checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
1821dependencies = [
1822 "proc-macro2",
1823 "quote",
1824 "syn",
1825]
1826
1827[[package]]
1828name = "windows-link"
1829version = "0.2.1"
1830source = "registry+https://github.com/rust-lang/crates.io-index"
1831checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1832
1833[[package]]
1834name = "windows-result"
1835version = "0.4.1"
1836source = "registry+https://github.com/rust-lang/crates.io-index"
1837checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
1838dependencies = [
1839 "windows-link",
1840]
1841
1842[[package]]
1843name = "windows-strings"
1844version = "0.5.1"
1845source = "registry+https://github.com/rust-lang/crates.io-index"
1846checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
1847dependencies = [
1848 "windows-link",
1849]
1850
1851[[package]]
1852name = "windows-sys"
1853version = "0.52.0"
1854source = "registry+https://github.com/rust-lang/crates.io-index"
1855checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1856dependencies = [
1857 "windows-targets 0.52.6",
1858]
1859
1860[[package]]
1861name = "windows-sys"
1862version = "0.60.2"
1863source = "registry+https://github.com/rust-lang/crates.io-index"
1864checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
1865dependencies = [
1866 "windows-targets 0.53.5",
1867]
1868
1869[[package]]
1870name = "windows-sys"
1871version = "0.61.2"
1872source = "registry+https://github.com/rust-lang/crates.io-index"
1873checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1874dependencies = [
1875 "windows-link",
1876]
1877
1878[[package]]
1879name = "windows-targets"
1880version = "0.52.6"
1881source = "registry+https://github.com/rust-lang/crates.io-index"
1882checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1883dependencies = [
1884 "windows_aarch64_gnullvm 0.52.6",
1885 "windows_aarch64_msvc 0.52.6",
1886 "windows_i686_gnu 0.52.6",
1887 "windows_i686_gnullvm 0.52.6",
1888 "windows_i686_msvc 0.52.6",
1889 "windows_x86_64_gnu 0.52.6",
1890 "windows_x86_64_gnullvm 0.52.6",
1891 "windows_x86_64_msvc 0.52.6",
1892]
1893
1894[[package]]
1895name = "windows-targets"
1896version = "0.53.5"
1897source = "registry+https://github.com/rust-lang/crates.io-index"
1898checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
1899dependencies = [
1900 "windows-link",
1901 "windows_aarch64_gnullvm 0.53.1",
1902 "windows_aarch64_msvc 0.53.1",
1903 "windows_i686_gnu 0.53.1",
1904 "windows_i686_gnullvm 0.53.1",
1905 "windows_i686_msvc 0.53.1",
1906 "windows_x86_64_gnu 0.53.1",
1907 "windows_x86_64_gnullvm 0.53.1",
1908 "windows_x86_64_msvc 0.53.1",
1909]
1910
1911[[package]]
1912name = "windows_aarch64_gnullvm"
1913version = "0.52.6"
1914source = "registry+https://github.com/rust-lang/crates.io-index"
1915checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1916
1917[[package]]
1918name = "windows_aarch64_gnullvm"
1919version = "0.53.1"
1920source = "registry+https://github.com/rust-lang/crates.io-index"
1921checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
1922
1923[[package]]
1924name = "windows_aarch64_msvc"
1925version = "0.52.6"
1926source = "registry+https://github.com/rust-lang/crates.io-index"
1927checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1928
1929[[package]]
1930name = "windows_aarch64_msvc"
1931version = "0.53.1"
1932source = "registry+https://github.com/rust-lang/crates.io-index"
1933checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
1934
1935[[package]]
1936name = "windows_i686_gnu"
1937version = "0.52.6"
1938source = "registry+https://github.com/rust-lang/crates.io-index"
1939checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1940
1941[[package]]
1942name = "windows_i686_gnu"
1943version = "0.53.1"
1944source = "registry+https://github.com/rust-lang/crates.io-index"
1945checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
1946
1947[[package]]
1948name = "windows_i686_gnullvm"
1949version = "0.52.6"
1950source = "registry+https://github.com/rust-lang/crates.io-index"
1951checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1952
1953[[package]]
1954name = "windows_i686_gnullvm"
1955version = "0.53.1"
1956source = "registry+https://github.com/rust-lang/crates.io-index"
1957checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
1958
1959[[package]]
1960name = "windows_i686_msvc"
1961version = "0.52.6"
1962source = "registry+https://github.com/rust-lang/crates.io-index"
1963checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1964
1965[[package]]
1966name = "windows_i686_msvc"
1967version = "0.53.1"
1968source = "registry+https://github.com/rust-lang/crates.io-index"
1969checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
1970
1971[[package]]
1972name = "windows_x86_64_gnu"
1973version = "0.52.6"
1974source = "registry+https://github.com/rust-lang/crates.io-index"
1975checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1976
1977[[package]]
1978name = "windows_x86_64_gnu"
1979version = "0.53.1"
1980source = "registry+https://github.com/rust-lang/crates.io-index"
1981checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
1982
1983[[package]]
1984name = "windows_x86_64_gnullvm"
1985version = "0.52.6"
1986source = "registry+https://github.com/rust-lang/crates.io-index"
1987checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1988
1989[[package]]
1990name = "windows_x86_64_gnullvm"
1991version = "0.53.1"
1992source = "registry+https://github.com/rust-lang/crates.io-index"
1993checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
1994
1995[[package]]
1996name = "windows_x86_64_msvc"
1997version = "0.52.6"
1998source = "registry+https://github.com/rust-lang/crates.io-index"
1999checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2000
2001[[package]]
2002name = "windows_x86_64_msvc"
2003version = "0.53.1"
2004source = "registry+https://github.com/rust-lang/crates.io-index"
2005checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
2006
2007[[package]]
2008name = "winnow"
2009version = "0.7.14"
2010source = "registry+https://github.com/rust-lang/crates.io-index"
2011checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
2012dependencies = [
2013 "memchr",
2014]
2015
2016[[package]]
2017name = "wit-bindgen"
2018version = "0.46.0"
2019source = "registry+https://github.com/rust-lang/crates.io-index"
2020checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
2021
2022[[package]]
2023name = "writeable"
2024version = "0.6.2"
2025source = "registry+https://github.com/rust-lang/crates.io-index"
2026checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
2027
2028[[package]]
2029name = "yoke"
2030version = "0.8.1"
2031source = "registry+https://github.com/rust-lang/crates.io-index"
2032checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
2033dependencies = [
2034 "stable_deref_trait",
2035 "yoke-derive",
2036 "zerofrom",
2037]
2038
2039[[package]]
2040name = "yoke-derive"
2041version = "0.8.1"
2042source = "registry+https://github.com/rust-lang/crates.io-index"
2043checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
2044dependencies = [
2045 "proc-macro2",
2046 "quote",
2047 "syn",
2048 "synstructure",
2049]
2050
2051[[package]]
2052name = "zerocopy"
2053version = "0.8.31"
2054source = "registry+https://github.com/rust-lang/crates.io-index"
2055checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3"
2056dependencies = [
2057 "zerocopy-derive",
2058]
2059
2060[[package]]
2061name = "zerocopy-derive"
2062version = "0.8.31"
2063source = "registry+https://github.com/rust-lang/crates.io-index"
2064checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a"
2065dependencies = [
2066 "proc-macro2",
2067 "quote",
2068 "syn",
2069]
2070
2071[[package]]
2072name = "zerofrom"
2073version = "0.1.6"
2074source = "registry+https://github.com/rust-lang/crates.io-index"
2075checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
2076dependencies = [
2077 "zerofrom-derive",
2078]
2079
2080[[package]]
2081name = "zerofrom-derive"
2082version = "0.1.6"
2083source = "registry+https://github.com/rust-lang/crates.io-index"
2084checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2085dependencies = [
2086 "proc-macro2",
2087 "quote",
2088 "syn",
2089 "synstructure",
2090]
2091
2092[[package]]
2093name = "zeroize"
2094version = "1.8.2"
2095source = "registry+https://github.com/rust-lang/crates.io-index"
2096checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
2097
2098[[package]]
2099name = "zerotrie"
2100version = "0.2.3"
2101source = "registry+https://github.com/rust-lang/crates.io-index"
2102checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
2103dependencies = [
2104 "displaydoc",
2105 "yoke",
2106 "zerofrom",
2107]
2108
2109[[package]]
2110name = "zerovec"
2111version = "0.11.5"
2112source = "registry+https://github.com/rust-lang/crates.io-index"
2113checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
2114dependencies = [
2115 "yoke",
2116 "zerofrom",
2117 "zerovec-derive",
2118]
2119
2120[[package]]
2121name = "zerovec-derive"
2122version = "0.11.2"
2123source = "registry+https://github.com/rust-lang/crates.io-index"
2124checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
2125dependencies = [
2126 "proc-macro2",
2127 "quote",
2128 "syn",
2129]
2130
2131[[package]]
2132name = "zmij"
2133version = "1.0.2"
2134source = "registry+https://github.com/rust-lang/crates.io-index"
2135checksum = "0f4a4e8e9dc5c62d159f04fcdbe07f4c3fb710415aab4754bf11505501e3251d"