Skip to main content

max / makenotwork

30.8 KB · 1269 lines History Blame Raw
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 4
4
5 [[package]]
6 name = "ahash"
7 version = "0.8.12"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
10 dependencies = [
11 "cfg-if",
12 "getrandom",
13 "once_cell",
14 "version_check",
15 "zerocopy",
16 ]
17
18 [[package]]
19 name = "ammonia"
20 version = "4.1.4"
21 source = "registry+https://github.com/rust-lang/crates.io-index"
22 checksum = "dc6d763210e2eb7670d1a5183a08bebefa3f97db2a738a684f2ce00bd49f681d"
23 dependencies = [
24 "cssparser 0.37.0",
25 "html5ever",
26 "maplit",
27 "url",
28 ]
29
30 [[package]]
31 name = "autocfg"
32 version = "1.5.1"
33 source = "registry+https://github.com/rust-lang/crates.io-index"
34 checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
35
36 [[package]]
37 name = "bit-set"
38 version = "0.8.0"
39 source = "registry+https://github.com/rust-lang/crates.io-index"
40 checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
41 dependencies = [
42 "bit-vec",
43 ]
44
45 [[package]]
46 name = "bit-vec"
47 version = "0.8.0"
48 source = "registry+https://github.com/rust-lang/crates.io-index"
49 checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
50
51 [[package]]
52 name = "bitflags"
53 version = "2.13.1"
54 source = "registry+https://github.com/rust-lang/crates.io-index"
55 checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
56
57 [[package]]
58 name = "cfg-if"
59 version = "1.0.4"
60 source = "registry+https://github.com/rust-lang/crates.io-index"
61 checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
62
63 [[package]]
64 name = "const-str"
65 version = "0.3.2"
66 source = "registry+https://github.com/rust-lang/crates.io-index"
67 checksum = "21077772762a1002bb421c3af42ac1725fa56066bfc53d9a55bb79905df2aaf3"
68 dependencies = [
69 "const-str-proc-macro",
70 ]
71
72 [[package]]
73 name = "const-str-proc-macro"
74 version = "0.3.2"
75 source = "registry+https://github.com/rust-lang/crates.io-index"
76 checksum = "5e1e0fdd2e5d3041e530e1b21158aeeef8b5d0e306bc5c1e3d6cf0930d10e25a"
77 dependencies = [
78 "proc-macro2",
79 "quote",
80 "syn 1.0.109",
81 ]
82
83 [[package]]
84 name = "convert_case"
85 version = "0.6.0"
86 source = "registry+https://github.com/rust-lang/crates.io-index"
87 checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
88 dependencies = [
89 "unicode-segmentation",
90 ]
91
92 [[package]]
93 name = "cssparser"
94 version = "0.33.0"
95 source = "registry+https://github.com/rust-lang/crates.io-index"
96 checksum = "9be934d936a0fbed5bcdc01042b770de1398bf79d0e192f49fa7faea0e99281e"
97 dependencies = [
98 "cssparser-macros",
99 "dtoa-short",
100 "itoa",
101 "phf 0.11.3",
102 "smallvec",
103 ]
104
105 [[package]]
106 name = "cssparser"
107 version = "0.37.0"
108 source = "registry+https://github.com/rust-lang/crates.io-index"
109 checksum = "8c9cdaae01d5ed7882b04d795e7f752f46ff52d2fa3b50a20d28c464510bba98"
110 dependencies = [
111 "dtoa-short",
112 "itoa",
113 "smallvec",
114 ]
115
116 [[package]]
117 name = "cssparser-color"
118 version = "0.1.0"
119 source = "registry+https://github.com/rust-lang/crates.io-index"
120 checksum = "556c099a61d85989d7af52b692e35a8d68a57e7df8c6d07563dc0778b3960c9f"
121 dependencies = [
122 "cssparser 0.33.0",
123 ]
124
125 [[package]]
126 name = "cssparser-macros"
127 version = "0.6.1"
128 source = "registry+https://github.com/rust-lang/crates.io-index"
129 checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
130 dependencies = [
131 "quote",
132 "syn 2.0.119",
133 ]
134
135 [[package]]
136 name = "custom-pages"
137 version = "0.1.0"
138 dependencies = [
139 "ammonia",
140 "lightningcss",
141 "proptest",
142 "tracing",
143 "url",
144 ]
145
146 [[package]]
147 name = "data-encoding"
148 version = "2.11.1"
149 source = "registry+https://github.com/rust-lang/crates.io-index"
150 checksum = "4583a4551df46e2792f82ceeac45e850d2e2d5debba0b91f102385cda5b11f06"
151
152 [[package]]
153 name = "displaydoc"
154 version = "0.2.7"
155 source = "registry+https://github.com/rust-lang/crates.io-index"
156 checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8"
157 dependencies = [
158 "proc-macro2",
159 "quote",
160 "syn 3.0.4",
161 ]
162
163 [[package]]
164 name = "dtoa"
165 version = "1.0.11"
166 source = "registry+https://github.com/rust-lang/crates.io-index"
167 checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590"
168
169 [[package]]
170 name = "dtoa-short"
171 version = "0.3.5"
172 source = "registry+https://github.com/rust-lang/crates.io-index"
173 checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
174 dependencies = [
175 "dtoa",
176 ]
177
178 [[package]]
179 name = "either"
180 version = "1.18.0"
181 source = "registry+https://github.com/rust-lang/crates.io-index"
182 checksum = "252afb9ae5eaa683babdc6a068b3f5726eb19e05070c731f9b2a23a7c3e8ed34"
183
184 [[package]]
185 name = "equivalent"
186 version = "1.0.2"
187 source = "registry+https://github.com/rust-lang/crates.io-index"
188 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
189
190 [[package]]
191 name = "errno"
192 version = "0.3.14"
193 source = "registry+https://github.com/rust-lang/crates.io-index"
194 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
195 dependencies = [
196 "libc",
197 "windows-sys",
198 ]
199
200 [[package]]
201 name = "fastrand"
202 version = "2.5.0"
203 source = "registry+https://github.com/rust-lang/crates.io-index"
204 checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
205
206 [[package]]
207 name = "fnv"
208 version = "1.0.7"
209 source = "registry+https://github.com/rust-lang/crates.io-index"
210 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
211
212 [[package]]
213 name = "form_urlencoded"
214 version = "1.2.2"
215 source = "registry+https://github.com/rust-lang/crates.io-index"
216 checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
217 dependencies = [
218 "percent-encoding",
219 ]
220
221 [[package]]
222 name = "getrandom"
223 version = "0.3.4"
224 source = "registry+https://github.com/rust-lang/crates.io-index"
225 checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
226 dependencies = [
227 "cfg-if",
228 "libc",
229 "r-efi",
230 "wasip2",
231 ]
232
233 [[package]]
234 name = "hashbrown"
235 version = "0.17.1"
236 source = "registry+https://github.com/rust-lang/crates.io-index"
237 checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
238
239 [[package]]
240 name = "html5ever"
241 version = "0.39.0"
242 source = "registry+https://github.com/rust-lang/crates.io-index"
243 checksum = "46a1761807faccc9a19e86944bbf40610014066306f96edcdedc2fb714bcb7b8"
244 dependencies = [
245 "log",
246 "markup5ever",
247 ]
248
249 [[package]]
250 name = "icu_collections"
251 version = "2.3.0"
252 source = "registry+https://github.com/rust-lang/crates.io-index"
253 checksum = "fa68d21081c4a05d5a901a1c62add574c77048b6a1c67be3b50ce0b60d4ca513"
254 dependencies = [
255 "displaydoc",
256 "potential_utf",
257 "utf8_iter",
258 "yoke",
259 "zerofrom",
260 "zerovec",
261 ]
262
263 [[package]]
264 name = "icu_locale_core"
265 version = "2.3.0"
266 source = "registry+https://github.com/rust-lang/crates.io-index"
267 checksum = "d56e28588da92eee5c3201a6eff33fabdd49b62269c8938d4ff050ce4d900deb"
268 dependencies = [
269 "displaydoc",
270 "litemap",
271 "tinystr",
272 "writeable",
273 "zerovec",
274 ]
275
276 [[package]]
277 name = "icu_normalizer"
278 version = "2.3.0"
279 source = "registry+https://github.com/rust-lang/crates.io-index"
280 checksum = "12f9cf5f235641ed274641dd81c3f28d870e276763d0797aeeab72317b1c646f"
281 dependencies = [
282 "icu_collections",
283 "icu_normalizer_data",
284 "icu_properties",
285 "icu_provider",
286 "smallvec",
287 "zerovec",
288 ]
289
290 [[package]]
291 name = "icu_normalizer_data"
292 version = "2.3.0"
293 source = "registry+https://github.com/rust-lang/crates.io-index"
294 checksum = "1563da1ed3e0b3bf3d74c9b85917ac9c56464d2f57242270c09c9e752f8021a0"
295
296 [[package]]
297 name = "icu_properties"
298 version = "2.3.0"
299 source = "registry+https://github.com/rust-lang/crates.io-index"
300 checksum = "7e7ca276ad3145661a65914e6daf131ca5120cd3dcee8f8f3214b8875184a148"
301 dependencies = [
302 "displaydoc",
303 "icu_collections",
304 "icu_locale_core",
305 "icu_properties_data",
306 "icu_provider",
307 "zerotrie",
308 "zerovec",
309 ]
310
311 [[package]]
312 name = "icu_properties_data"
313 version = "2.3.0"
314 source = "registry+https://github.com/rust-lang/crates.io-index"
315 checksum = "e590f038c1464a96894fd6d10127e90a8be4509f56ff7ecef851b15cee0b7caa"
316
317 [[package]]
318 name = "icu_provider"
319 version = "2.3.1"
320 source = "registry+https://github.com/rust-lang/crates.io-index"
321 checksum = "d27bbb9d3abbefac45d55f647c9de1d44aafcd1186eb91879afef17c396c3e73"
322 dependencies = [
323 "displaydoc",
324 "icu_locale_core",
325 "writeable",
326 "yoke",
327 "zerofrom",
328 "zerotrie",
329 "zerovec",
330 ]
331
332 [[package]]
333 name = "idna"
334 version = "1.1.0"
335 source = "registry+https://github.com/rust-lang/crates.io-index"
336 checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
337 dependencies = [
338 "idna_adapter",
339 "smallvec",
340 "utf8_iter",
341 ]
342
343 [[package]]
344 name = "idna_adapter"
345 version = "1.2.2"
346 source = "registry+https://github.com/rust-lang/crates.io-index"
347 checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
348 dependencies = [
349 "icu_normalizer",
350 "icu_properties",
351 ]
352
353 [[package]]
354 name = "indexmap"
355 version = "2.14.0"
356 source = "registry+https://github.com/rust-lang/crates.io-index"
357 checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
358 dependencies = [
359 "equivalent",
360 "hashbrown",
361 "serde",
362 "serde_core",
363 ]
364
365 [[package]]
366 name = "itertools"
367 version = "0.10.5"
368 source = "registry+https://github.com/rust-lang/crates.io-index"
369 checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
370 dependencies = [
371 "either",
372 ]
373
374 [[package]]
375 name = "itoa"
376 version = "1.0.18"
377 source = "registry+https://github.com/rust-lang/crates.io-index"
378 checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
379
380 [[package]]
381 name = "lazy_static"
382 version = "1.5.0"
383 source = "registry+https://github.com/rust-lang/crates.io-index"
384 checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
385
386 [[package]]
387 name = "libc"
388 version = "0.2.189"
389 source = "registry+https://github.com/rust-lang/crates.io-index"
390 checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
391
392 [[package]]
393 name = "lightningcss"
394 version = "1.0.0-alpha.71"
395 source = "registry+https://github.com/rust-lang/crates.io-index"
396 checksum = "cb6314c2f0590ac93c86099b98bb7ba8abcf759bfd89604ffca906472bb54937"
397 dependencies = [
398 "ahash",
399 "bitflags",
400 "const-str",
401 "cssparser 0.33.0",
402 "cssparser-color",
403 "data-encoding",
404 "getrandom",
405 "indexmap",
406 "itertools",
407 "lazy_static",
408 "lightningcss-derive",
409 "parcel_selectors",
410 "pastey",
411 "pathdiff",
412 "smallvec",
413 ]
414
415 [[package]]
416 name = "lightningcss-derive"
417 version = "1.0.0-alpha.43"
418 source = "registry+https://github.com/rust-lang/crates.io-index"
419 checksum = "84c12744d1279367caed41739ef094c325d53fb0ffcd4f9b84a368796f870252"
420 dependencies = [
421 "convert_case",
422 "proc-macro2",
423 "quote",
424 "syn 1.0.109",
425 ]
426
427 [[package]]
428 name = "linux-raw-sys"
429 version = "0.12.1"
430 source = "registry+https://github.com/rust-lang/crates.io-index"
431 checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
432
433 [[package]]
434 name = "litemap"
435 version = "0.8.3"
436 source = "registry+https://github.com/rust-lang/crates.io-index"
437 checksum = "47d9d19d1d6efa0109d2f65ff4c85cddd50bd572e5a00127ab10987290bcefae"
438
439 [[package]]
440 name = "lock_api"
441 version = "0.4.14"
442 source = "registry+https://github.com/rust-lang/crates.io-index"
443 checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
444 dependencies = [
445 "scopeguard",
446 ]
447
448 [[package]]
449 name = "log"
450 version = "0.4.34"
451 source = "registry+https://github.com/rust-lang/crates.io-index"
452 checksum = "f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6"
453
454 [[package]]
455 name = "maplit"
456 version = "1.0.2"
457 source = "registry+https://github.com/rust-lang/crates.io-index"
458 checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
459
460 [[package]]
461 name = "markup5ever"
462 version = "0.39.0"
463 source = "registry+https://github.com/rust-lang/crates.io-index"
464 checksum = "7122d987ec5f704ee56f6e5b41a7d93722e9aae27ae07cafa4036c4d3f9757de"
465 dependencies = [
466 "log",
467 "tendril",
468 "web_atoms",
469 ]
470
471 [[package]]
472 name = "new_debug_unreachable"
473 version = "1.0.6"
474 source = "registry+https://github.com/rust-lang/crates.io-index"
475 checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
476
477 [[package]]
478 name = "num-traits"
479 version = "0.2.19"
480 source = "registry+https://github.com/rust-lang/crates.io-index"
481 checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
482 dependencies = [
483 "autocfg",
484 ]
485
486 [[package]]
487 name = "once_cell"
488 version = "1.21.4"
489 source = "registry+https://github.com/rust-lang/crates.io-index"
490 checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
491
492 [[package]]
493 name = "parcel_selectors"
494 version = "0.28.2"
495 source = "registry+https://github.com/rust-lang/crates.io-index"
496 checksum = "54fd03f1ad26cb6b3ec1b7414fa78a3bd639e7dbb421b1a60513c96ce886a196"
497 dependencies = [
498 "bitflags",
499 "cssparser 0.33.0",
500 "log",
501 "phf 0.11.3",
502 "phf_codegen 0.11.3",
503 "precomputed-hash",
504 "rustc-hash",
505 "smallvec",
506 ]
507
508 [[package]]
509 name = "parking_lot"
510 version = "0.12.5"
511 source = "registry+https://github.com/rust-lang/crates.io-index"
512 checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
513 dependencies = [
514 "lock_api",
515 "parking_lot_core",
516 ]
517
518 [[package]]
519 name = "parking_lot_core"
520 version = "0.9.12"
521 source = "registry+https://github.com/rust-lang/crates.io-index"
522 checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
523 dependencies = [
524 "cfg-if",
525 "libc",
526 "redox_syscall",
527 "smallvec",
528 "windows-link",
529 ]
530
531 [[package]]
532 name = "pastey"
533 version = "0.1.1"
534 source = "registry+https://github.com/rust-lang/crates.io-index"
535 checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec"
536
537 [[package]]
538 name = "pathdiff"
539 version = "0.2.3"
540 source = "registry+https://github.com/rust-lang/crates.io-index"
541 checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
542
543 [[package]]
544 name = "percent-encoding"
545 version = "2.3.2"
546 source = "registry+https://github.com/rust-lang/crates.io-index"
547 checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
548
549 [[package]]
550 name = "phf"
551 version = "0.11.3"
552 source = "registry+https://github.com/rust-lang/crates.io-index"
553 checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
554 dependencies = [
555 "phf_macros",
556 "phf_shared 0.11.3",
557 ]
558
559 [[package]]
560 name = "phf"
561 version = "0.13.1"
562 source = "registry+https://github.com/rust-lang/crates.io-index"
563 checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
564 dependencies = [
565 "phf_shared 0.13.1",
566 "serde",
567 ]
568
569 [[package]]
570 name = "phf_codegen"
571 version = "0.11.3"
572 source = "registry+https://github.com/rust-lang/crates.io-index"
573 checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
574 dependencies = [
575 "phf_generator 0.11.3",
576 "phf_shared 0.11.3",
577 ]
578
579 [[package]]
580 name = "phf_codegen"
581 version = "0.13.1"
582 source = "registry+https://github.com/rust-lang/crates.io-index"
583 checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1"
584 dependencies = [
585 "phf_generator 0.13.1",
586 "phf_shared 0.13.1",
587 ]
588
589 [[package]]
590 name = "phf_generator"
591 version = "0.11.3"
592 source = "registry+https://github.com/rust-lang/crates.io-index"
593 checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
594 dependencies = [
595 "phf_shared 0.11.3",
596 "rand 0.8.8",
597 ]
598
599 [[package]]
600 name = "phf_generator"
601 version = "0.13.1"
602 source = "registry+https://github.com/rust-lang/crates.io-index"
603 checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737"
604 dependencies = [
605 "fastrand",
606 "phf_shared 0.13.1",
607 ]
608
609 [[package]]
610 name = "phf_macros"
611 version = "0.11.3"
612 source = "registry+https://github.com/rust-lang/crates.io-index"
613 checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
614 dependencies = [
615 "phf_generator 0.11.3",
616 "phf_shared 0.11.3",
617 "proc-macro2",
618 "quote",
619 "syn 2.0.119",
620 ]
621
622 [[package]]
623 name = "phf_shared"
624 version = "0.11.3"
625 source = "registry+https://github.com/rust-lang/crates.io-index"
626 checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
627 dependencies = [
628 "siphasher",
629 ]
630
631 [[package]]
632 name = "phf_shared"
633 version = "0.13.1"
634 source = "registry+https://github.com/rust-lang/crates.io-index"
635 checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
636 dependencies = [
637 "siphasher",
638 ]
639
640 [[package]]
641 name = "pin-project-lite"
642 version = "0.2.17"
643 source = "registry+https://github.com/rust-lang/crates.io-index"
644 checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
645
646 [[package]]
647 name = "potential_utf"
648 version = "0.1.6"
649 source = "registry+https://github.com/rust-lang/crates.io-index"
650 checksum = "d83eb9bc6d8e5cf568e7a1101d60ee05e81ed50ea106026f3d18deeb046d7661"
651 dependencies = [
652 "zerovec",
653 ]
654
655 [[package]]
656 name = "ppv-lite86"
657 version = "0.2.21"
658 source = "registry+https://github.com/rust-lang/crates.io-index"
659 checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
660 dependencies = [
661 "zerocopy",
662 ]
663
664 [[package]]
665 name = "precomputed-hash"
666 version = "0.1.1"
667 source = "registry+https://github.com/rust-lang/crates.io-index"
668 checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
669
670 [[package]]
671 name = "proc-macro2"
672 version = "1.0.107"
673 source = "registry+https://github.com/rust-lang/crates.io-index"
674 checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
675 dependencies = [
676 "unicode-ident",
677 ]
678
679 [[package]]
680 name = "proptest"
681 version = "1.11.0"
682 source = "registry+https://github.com/rust-lang/crates.io-index"
683 checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744"
684 dependencies = [
685 "bit-set",
686 "bit-vec",
687 "bitflags",
688 "num-traits",
689 "rand 0.9.5",
690 "rand_chacha",
691 "rand_xorshift",
692 "regex-syntax",
693 "rusty-fork",
694 "tempfile",
695 "unarray",
696 ]
697
698 [[package]]
699 name = "quick-error"
700 version = "1.2.3"
701 source = "registry+https://github.com/rust-lang/crates.io-index"
702 checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
703
704 [[package]]
705 name = "quote"
706 version = "1.0.47"
707 source = "registry+https://github.com/rust-lang/crates.io-index"
708 checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
709 dependencies = [
710 "proc-macro2",
711 ]
712
713 [[package]]
714 name = "r-efi"
715 version = "5.3.0"
716 source = "registry+https://github.com/rust-lang/crates.io-index"
717 checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
718
719 [[package]]
720 name = "rand"
721 version = "0.8.8"
722 source = "registry+https://github.com/rust-lang/crates.io-index"
723 checksum = "e058c7de0b26af77780c769414d6257830bb240f3c38477dbc2c16e5f54d6d4c"
724 dependencies = [
725 "rand_core 0.6.4",
726 ]
727
728 [[package]]
729 name = "rand"
730 version = "0.9.5"
731 source = "registry+https://github.com/rust-lang/crates.io-index"
732 checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41"
733 dependencies = [
734 "rand_chacha",
735 "rand_core 0.9.5",
736 ]
737
738 [[package]]
739 name = "rand_chacha"
740 version = "0.9.0"
741 source = "registry+https://github.com/rust-lang/crates.io-index"
742 checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
743 dependencies = [
744 "ppv-lite86",
745 "rand_core 0.9.5",
746 ]
747
748 [[package]]
749 name = "rand_core"
750 version = "0.6.4"
751 source = "registry+https://github.com/rust-lang/crates.io-index"
752 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
753
754 [[package]]
755 name = "rand_core"
756 version = "0.9.5"
757 source = "registry+https://github.com/rust-lang/crates.io-index"
758 checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
759 dependencies = [
760 "getrandom",
761 ]
762
763 [[package]]
764 name = "rand_xorshift"
765 version = "0.4.0"
766 source = "registry+https://github.com/rust-lang/crates.io-index"
767 checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
768 dependencies = [
769 "rand_core 0.9.5",
770 ]
771
772 [[package]]
773 name = "redox_syscall"
774 version = "0.5.18"
775 source = "registry+https://github.com/rust-lang/crates.io-index"
776 checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
777 dependencies = [
778 "bitflags",
779 ]
780
781 [[package]]
782 name = "regex-syntax"
783 version = "0.8.11"
784 source = "registry+https://github.com/rust-lang/crates.io-index"
785 checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
786
787 [[package]]
788 name = "rustc-hash"
789 version = "2.1.3"
790 source = "registry+https://github.com/rust-lang/crates.io-index"
791 checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
792
793 [[package]]
794 name = "rustix"
795 version = "1.1.4"
796 source = "registry+https://github.com/rust-lang/crates.io-index"
797 checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
798 dependencies = [
799 "bitflags",
800 "errno",
801 "libc",
802 "linux-raw-sys",
803 "windows-sys",
804 ]
805
806 [[package]]
807 name = "rusty-fork"
808 version = "0.3.1"
809 source = "registry+https://github.com/rust-lang/crates.io-index"
810 checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
811 dependencies = [
812 "fnv",
813 "quick-error",
814 "tempfile",
815 "wait-timeout",
816 ]
817
818 [[package]]
819 name = "scopeguard"
820 version = "1.2.0"
821 source = "registry+https://github.com/rust-lang/crates.io-index"
822 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
823
824 [[package]]
825 name = "serde"
826 version = "1.0.229"
827 source = "registry+https://github.com/rust-lang/crates.io-index"
828 checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
829 dependencies = [
830 "serde_core",
831 ]
832
833 [[package]]
834 name = "serde_core"
835 version = "1.0.229"
836 source = "registry+https://github.com/rust-lang/crates.io-index"
837 checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
838 dependencies = [
839 "serde_derive",
840 ]
841
842 [[package]]
843 name = "serde_derive"
844 version = "1.0.229"
845 source = "registry+https://github.com/rust-lang/crates.io-index"
846 checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
847 dependencies = [
848 "proc-macro2",
849 "quote",
850 "syn 3.0.4",
851 ]
852
853 [[package]]
854 name = "siphasher"
855 version = "1.0.3"
856 source = "registry+https://github.com/rust-lang/crates.io-index"
857 checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
858
859 [[package]]
860 name = "smallvec"
861 version = "1.15.2"
862 source = "registry+https://github.com/rust-lang/crates.io-index"
863 checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
864
865 [[package]]
866 name = "stable_deref_trait"
867 version = "1.2.1"
868 source = "registry+https://github.com/rust-lang/crates.io-index"
869 checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
870
871 [[package]]
872 name = "string_cache"
873 version = "0.9.0"
874 source = "registry+https://github.com/rust-lang/crates.io-index"
875 checksum = "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901"
876 dependencies = [
877 "new_debug_unreachable",
878 "parking_lot",
879 "phf_shared 0.13.1",
880 "precomputed-hash",
881 ]
882
883 [[package]]
884 name = "string_cache_codegen"
885 version = "0.6.1"
886 source = "registry+https://github.com/rust-lang/crates.io-index"
887 checksum = "585635e46db231059f76c5849798146164652513eb9e8ab2685939dd90f29b69"
888 dependencies = [
889 "phf_generator 0.13.1",
890 "phf_shared 0.13.1",
891 "proc-macro2",
892 "quote",
893 ]
894
895 [[package]]
896 name = "syn"
897 version = "1.0.109"
898 source = "registry+https://github.com/rust-lang/crates.io-index"
899 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
900 dependencies = [
901 "proc-macro2",
902 "quote",
903 "unicode-ident",
904 ]
905
906 [[package]]
907 name = "syn"
908 version = "2.0.119"
909 source = "registry+https://github.com/rust-lang/crates.io-index"
910 checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
911 dependencies = [
912 "proc-macro2",
913 "quote",
914 "unicode-ident",
915 ]
916
917 [[package]]
918 name = "syn"
919 version = "3.0.4"
920 source = "registry+https://github.com/rust-lang/crates.io-index"
921 checksum = "e6275cddf4610d1775e6d1fe9469b2e77d0f39fd98fb7450901b821e0c53649f"
922 dependencies = [
923 "proc-macro2",
924 "quote",
925 "unicode-ident",
926 ]
927
928 [[package]]
929 name = "synstructure"
930 version = "0.13.2"
931 source = "registry+https://github.com/rust-lang/crates.io-index"
932 checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
933 dependencies = [
934 "proc-macro2",
935 "quote",
936 "syn 2.0.119",
937 ]
938
939 [[package]]
940 name = "tempfile"
941 version = "3.27.0"
942 source = "registry+https://github.com/rust-lang/crates.io-index"
943 checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
944 dependencies = [
945 "fastrand",
946 "getrandom",
947 "once_cell",
948 "rustix",
949 "windows-sys",
950 ]
951
952 [[package]]
953 name = "tendril"
954 version = "0.5.1"
955 source = "registry+https://github.com/rust-lang/crates.io-index"
956 checksum = "5fed54709c5b3a53d09bb1c113ea4f5ceafd1e772ddcb0030a82e1d56c087b08"
957 dependencies = [
958 "new_debug_unreachable",
959 ]
960
961 [[package]]
962 name = "tinystr"
963 version = "0.8.4"
964 source = "registry+https://github.com/rust-lang/crates.io-index"
965 checksum = "b1e27c91459209c2986af3dcf603a5a74a4368754ce37414f59acc971167f643"
966 dependencies = [
967 "displaydoc",
968 "zerovec",
969 ]
970
971 [[package]]
972 name = "tracing"
973 version = "0.1.44"
974 source = "registry+https://github.com/rust-lang/crates.io-index"
975 checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
976 dependencies = [
977 "pin-project-lite",
978 "tracing-attributes",
979 "tracing-core",
980 ]
981
982 [[package]]
983 name = "tracing-attributes"
984 version = "0.1.31"
985 source = "registry+https://github.com/rust-lang/crates.io-index"
986 checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
987 dependencies = [
988 "proc-macro2",
989 "quote",
990 "syn 2.0.119",
991 ]
992
993 [[package]]
994 name = "tracing-core"
995 version = "0.1.36"
996 source = "registry+https://github.com/rust-lang/crates.io-index"
997 checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
998 dependencies = [
999 "once_cell",
1000 ]
1001
1002 [[package]]
1003 name = "unarray"
1004 version = "0.1.4"
1005 source = "registry+https://github.com/rust-lang/crates.io-index"
1006 checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
1007
1008 [[package]]
1009 name = "unicode-ident"
1010 version = "1.0.24"
1011 source = "registry+https://github.com/rust-lang/crates.io-index"
1012 checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1013
1014 [[package]]
1015 name = "unicode-segmentation"
1016 version = "1.13.3"
1017 source = "registry+https://github.com/rust-lang/crates.io-index"
1018 checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
1019
1020 [[package]]
1021 name = "url"
1022 version = "2.5.8"
1023 source = "registry+https://github.com/rust-lang/crates.io-index"
1024 checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
1025 dependencies = [
1026 "form_urlencoded",
1027 "idna",
1028 "percent-encoding",
1029 "serde",
1030 ]
1031
1032 [[package]]
1033 name = "utf8_iter"
1034 version = "1.0.4"
1035 source = "registry+https://github.com/rust-lang/crates.io-index"
1036 checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1037
1038 [[package]]
1039 name = "version_check"
1040 version = "0.9.5"
1041 source = "registry+https://github.com/rust-lang/crates.io-index"
1042 checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1043
1044 [[package]]
1045 name = "wait-timeout"
1046 version = "0.2.1"
1047 source = "registry+https://github.com/rust-lang/crates.io-index"
1048 checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
1049 dependencies = [
1050 "libc",
1051 ]
1052
1053 [[package]]
1054 name = "wasip2"
1055 version = "1.0.4+wasi-0.2.12"
1056 source = "registry+https://github.com/rust-lang/crates.io-index"
1057 checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
1058 dependencies = [
1059 "wit-bindgen",
1060 ]
1061
1062 [[package]]
1063 name = "web_atoms"
1064 version = "0.2.6"
1065 source = "registry+https://github.com/rust-lang/crates.io-index"
1066 checksum = "ba8b815c1b593dc0baf78dd0f4fc8fdb2de53198fb1163738093e9a311c33fb3"
1067 dependencies = [
1068 "phf 0.13.1",
1069 "phf_codegen 0.13.1",
1070 "string_cache",
1071 "string_cache_codegen",
1072 ]
1073
1074 [[package]]
1075 name = "windows-link"
1076 version = "0.2.1"
1077 source = "registry+https://github.com/rust-lang/crates.io-index"
1078 checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1079
1080 [[package]]
1081 name = "windows-sys"
1082 version = "0.61.2"
1083 source = "registry+https://github.com/rust-lang/crates.io-index"
1084 checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1085 dependencies = [
1086 "windows-link",
1087 ]
1088
1089 [[package]]
1090 name = "wit-bindgen"
1091 version = "0.57.1"
1092 source = "registry+https://github.com/rust-lang/crates.io-index"
1093 checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
1094
1095 [[package]]
1096 name = "writeable"
1097 version = "0.6.4"
1098 source = "registry+https://github.com/rust-lang/crates.io-index"
1099 checksum = "3ad82d2a33cdc9674dc7465672f271e096168fcdbe0f799d9e6db8c5892679dc"
1100
1101 [[package]]
1102 name = "yoke"
1103 version = "0.8.3"
1104 source = "registry+https://github.com/rust-lang/crates.io-index"
1105 checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
1106 dependencies = [
1107 "stable_deref_trait",
1108 "yoke-derive",
1109 "zerofrom",
1110 ]
1111
1112 [[package]]
1113 name = "yoke-derive"
1114 version = "0.8.2"
1115 source = "registry+https://github.com/rust-lang/crates.io-index"
1116 checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
1117 dependencies = [
1118 "proc-macro2",
1119 "quote",
1120 "syn 2.0.119",
1121 "synstructure",
1122 ]
1123
1124 [[package]]
1125 name = "zerocopy"
1126 version = "0.8.56"
1127 source = "registry+https://github.com/rust-lang/crates.io-index"
1128 checksum = "556764e583adb45a9f8d413c2a147fa7e8d821e48e12b14fd560b607998b75eb"
1129 dependencies = [
1130 "zerocopy-derive",
1131 ]
1132
1133 [[package]]
1134 name = "zerocopy-derive"
1135 version = "0.8.56"
1136 source = "registry+https://github.com/rust-lang/crates.io-index"
1137 checksum = "f2ab42fc20575779bd240faa45f94a74256f755c0fa9e89f0ede20d91d0cdfc1"
1138 dependencies = [
1139 "proc-macro2",
1140 "quote",
1141 "syn 2.0.119",
1142 ]
1143
1144 [[package]]
1145 name = "zerofrom"
1146 version = "0.1.8"
1147 source = "registry+https://github.com/rust-lang/crates.io-index"
1148 checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
1149 dependencies = [
1150 "zerofrom-derive",
1151 ]
1152
1153 [[package]]
1154 name = "zerofrom-derive"
1155 version = "0.1.7"
1156 source = "registry+https://github.com/rust-lang/crates.io-index"
1157 checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
1158 dependencies = [
1159 "proc-macro2",
1160 "quote",
1161 "syn 2.0.119",
1162 "synstructure",
1163 ]
1164
1165 [[package]]
1166 name = "zerotrie"
1167 version = "0.2.5"
1168 source = "registry+https://github.com/rust-lang/crates.io-index"
1169 checksum = "4ea269c3bd32f0a32c321907a2ae912ba6f4649bb0fc764a15627e99a7095a3f"
1170 dependencies = [
1171 "displaydoc",
1172 "yoke",
1173 "zerofrom",
1174 ]
1175
1176 [[package]]
1177 name = "zerovec"
1178 version = "0.11.8"
1179 source = "registry+https://github.com/rust-lang/crates.io-index"
1180 checksum = "bb0464e17806c1d976d5cba29399c7f08e516e279e2ba493f63123b5fca67dd8"
1181 dependencies = [
1182 "yoke",
1183 "zerofrom",
1184 "zerovec-derive",
1185 ]
1186
1187 [[package]]
1188 name = "zerovec-derive"
1189 version = "0.11.6"
1190 source = "registry+https://github.com/rust-lang/crates.io-index"
1191 checksum = "34df6fc39dbd26ddc9c10e6a2984476e13acce22e64e4487636ef494369225da"
1192 dependencies = [
1193 "proc-macro2",
1194 "quote",
1195 "syn 3.0.4",
1196 ]
1197
1198 [[patch.unused]]
1199 name = "quasi-axum"
1200 version = "0.109.0"
1201
1202 [[patch.unused]]
1203 name = "quasi-basics"
1204 version = "0.109.0"
1205
1206 [[patch.unused]]
1207 name = "quasi-declare"
1208 version = "0.1.15"
1209
1210 [[patch.unused]]
1211 name = "quasi-http"
1212 version = "0.109.0"
1213
1214 [[patch.unused]]
1215 name = "quasi-immediate"
1216 version = "0.109.0"
1217
1218 [[patch.unused]]
1219 name = "quasi-notifs"
1220 version = "0.109.0"
1221
1222 [[patch.unused]]
1223 name = "quasi-router"
1224 version = "0.109.0"
1225
1226 [[patch.unused]]
1227 name = "quasi-store"
1228 version = "0.1.0"
1229
1230 [[patch.unused]]
1231 name = "quasi-tauri"
1232 version = "0.109.0"
1233
1234 [[patch.unused]]
1235 name = "quasi-webview"
1236 version = "0.109.0"
1237
1238 [[patch.unused]]
1239 name = "docengine"
1240 version = "0.7.0"
1241
1242 [[patch.unused]]
1243 name = "kberg"
1244 version = "0.1.0"
1245
1246 [[patch.unused]]
1247 name = "ops-status"
1248 version = "0.1.0"
1249
1250 [[patch.unused]]
1251 name = "painhours"
1252 version = "0.1.0"
1253
1254 [[patch.unused]]
1255 name = "tagtree"
1256 version = "0.4.1"
1257
1258 [[patch.unused]]
1259 name = "quasi-type"
1260 version = "0.1.3"
1261
1262 [[patch.unused]]
1263 name = "synckit-client"
1264 version = "0.10.0"
1265
1266 [[patch.unused]]
1267 name = "synckit-config"
1268 version = "0.2.0"
1269