/ Cargo.lock
Cargo.lock
1 # This file is automatically @generated by Cargo. 2 # It is not intended for manual editing. 3 version = 4 4 5 [[package]] 6 name = "ab_glyph" 7 version = "0.2.32" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 9 checksum = "01c0457472c38ea5bd1c3b5ada5e368271cb550be7a4ca4a0b4634e9913f6cc2" 10 dependencies = [ 11 "ab_glyph_rasterizer", 12 "owned_ttf_parser", 13 ] 14 15 [[package]] 16 name = "ab_glyph_rasterizer" 17 version = "0.1.10" 18 source = "registry+https://github.com/rust-lang/crates.io-index" 19 checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618" 20 21 [[package]] 22 name = "accesskit" 23 version = "0.21.1" 24 source = "registry+https://github.com/rust-lang/crates.io-index" 25 checksum = "cf203f9d3bd8f29f98833d1fbef628df18f759248a547e7e01cfbf63cda36a99" 26 27 [[package]] 28 name = "accesskit_atspi_common" 29 version = "0.14.2" 30 source = "registry+https://github.com/rust-lang/crates.io-index" 31 checksum = "890d241cf51fc784f0ac5ac34dfc847421f8d39da6c7c91a0fcc987db62a8267" 32 dependencies = [ 33 "accesskit", 34 "accesskit_consumer", 35 "atspi-common", 36 "serde", 37 "thiserror 1.0.69", 38 "zvariant", 39 ] 40 41 [[package]] 42 name = "accesskit_consumer" 43 version = "0.31.0" 44 source = "registry+https://github.com/rust-lang/crates.io-index" 45 checksum = "db81010a6895d8707f9072e6ce98070579b43b717193d2614014abd5cb17dd43" 46 dependencies = [ 47 "accesskit", 48 "hashbrown 0.15.5", 49 ] 50 51 [[package]] 52 name = "accesskit_macos" 53 version = "0.22.2" 54 source = "registry+https://github.com/rust-lang/crates.io-index" 55 checksum = "a0089e5c0ac0ca281e13ea374773898d9354cc28d15af9f0f7394d44a495b575" 56 dependencies = [ 57 "accesskit", 58 "accesskit_consumer", 59 "hashbrown 0.15.5", 60 "objc2 0.5.2", 61 "objc2-app-kit 0.2.2", 62 "objc2-foundation 0.2.2", 63 ] 64 65 [[package]] 66 name = "accesskit_unix" 67 version = "0.17.2" 68 source = "registry+https://github.com/rust-lang/crates.io-index" 69 checksum = "301e55b39cfc15d9c48943ce5f572204a551646700d0e8efa424585f94fec528" 70 dependencies = [ 71 "accesskit", 72 "accesskit_atspi_common", 73 "async-channel", 74 "async-executor", 75 "async-task", 76 "atspi", 77 "futures-lite", 78 "futures-util", 79 "serde", 80 "zbus", 81 ] 82 83 [[package]] 84 name = "accesskit_windows" 85 version = "0.29.2" 86 source = "registry+https://github.com/rust-lang/crates.io-index" 87 checksum = "d2d63dd5041e49c363d83f5419a896ecb074d309c414036f616dc0b04faca971" 88 dependencies = [ 89 "accesskit", 90 "accesskit_consumer", 91 "hashbrown 0.15.5", 92 "static_assertions", 93 "windows 0.61.3", 94 "windows-core 0.61.2", 95 ] 96 97 [[package]] 98 name = "accesskit_winit" 99 version = "0.29.2" 100 source = "registry+https://github.com/rust-lang/crates.io-index" 101 checksum = "c8cfabe59d0eaca7412bfb1f70198dd31e3b0496fee7e15b066f9c36a1a140a0" 102 dependencies = [ 103 "accesskit", 104 "accesskit_macos", 105 "accesskit_unix", 106 "accesskit_windows", 107 "raw-window-handle", 108 "winit", 109 ] 110 111 [[package]] 112 name = "adler2" 113 version = "2.0.1" 114 source = "registry+https://github.com/rust-lang/crates.io-index" 115 checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 116 117 [[package]] 118 name = "ahash" 119 version = "0.8.12" 120 source = "registry+https://github.com/rust-lang/crates.io-index" 121 checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" 122 dependencies = [ 123 "cfg-if", 124 "getrandom 0.3.4", 125 "once_cell", 126 "serde", 127 "version_check", 128 "zerocopy", 129 ] 130 131 [[package]] 132 name = "aho-corasick" 133 version = "1.1.4" 134 source = "registry+https://github.com/rust-lang/crates.io-index" 135 checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 136 dependencies = [ 137 "memchr", 138 ] 139 140 [[package]] 141 name = "android-activity" 142 version = "0.6.0" 143 source = "registry+https://github.com/rust-lang/crates.io-index" 144 checksum = "ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046" 145 dependencies = [ 146 "android-properties", 147 "bitflags 2.11.0", 148 "cc", 149 "cesu8", 150 "jni 0.21.1", 151 "jni-sys 0.3.0", 152 "libc", 153 "log", 154 "ndk", 155 "ndk-context", 156 "ndk-sys", 157 "num_enum", 158 "thiserror 1.0.69", 159 ] 160 161 [[package]] 162 name = "android-properties" 163 version = "0.2.2" 164 source = "registry+https://github.com/rust-lang/crates.io-index" 165 checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" 166 167 [[package]] 168 name = "android_system_properties" 169 version = "0.1.5" 170 source = "registry+https://github.com/rust-lang/crates.io-index" 171 checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 172 dependencies = [ 173 "libc", 174 ] 175 176 [[package]] 177 name = "anstyle" 178 version = "1.0.14" 179 source = "registry+https://github.com/rust-lang/crates.io-index" 180 checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" 181 182 [[package]] 183 name = "anyhow" 184 version = "1.0.102" 185 source = "registry+https://github.com/rust-lang/crates.io-index" 186 checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" 187 188 [[package]] 189 name = "arboard" 190 version = "3.6.1" 191 source = "registry+https://github.com/rust-lang/crates.io-index" 192 checksum = "0348a1c054491f4bfe6ab86a7b6ab1e44e45d899005de92f58b3df180b36ddaf" 193 dependencies = [ 194 "clipboard-win", 195 "image", 196 "log", 197 "objc2 0.6.4", 198 "objc2-app-kit 0.3.2", 199 "objc2-core-foundation", 200 "objc2-core-graphics", 201 "objc2-foundation 0.3.2", 202 "parking_lot", 203 "percent-encoding", 204 "windows-sys 0.60.2", 205 "x11rb", 206 ] 207 208 [[package]] 209 name = "arrayref" 210 version = "0.3.9" 211 source = "registry+https://github.com/rust-lang/crates.io-index" 212 checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" 213 214 [[package]] 215 name = "arrayvec" 216 version = "0.7.6" 217 source = "registry+https://github.com/rust-lang/crates.io-index" 218 checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 219 220 [[package]] 221 name = "as-raw-xcb-connection" 222 version = "1.0.1" 223 source = "registry+https://github.com/rust-lang/crates.io-index" 224 checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" 225 226 [[package]] 227 name = "ash" 228 version = "0.38.0+1.3.281" 229 source = "registry+https://github.com/rust-lang/crates.io-index" 230 checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f" 231 dependencies = [ 232 "libloading 0.8.9", 233 ] 234 235 [[package]] 236 name = "async-broadcast" 237 version = "0.7.2" 238 source = "registry+https://github.com/rust-lang/crates.io-index" 239 checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" 240 dependencies = [ 241 "event-listener", 242 "event-listener-strategy", 243 "futures-core", 244 "pin-project-lite", 245 ] 246 247 [[package]] 248 name = "async-channel" 249 version = "2.5.0" 250 source = "registry+https://github.com/rust-lang/crates.io-index" 251 checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" 252 dependencies = [ 253 "concurrent-queue", 254 "event-listener-strategy", 255 "futures-core", 256 "pin-project-lite", 257 ] 258 259 [[package]] 260 name = "async-executor" 261 version = "1.14.0" 262 source = "registry+https://github.com/rust-lang/crates.io-index" 263 checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a" 264 dependencies = [ 265 "async-task", 266 "concurrent-queue", 267 "fastrand", 268 "futures-lite", 269 "pin-project-lite", 270 "slab", 271 ] 272 273 [[package]] 274 name = "async-io" 275 version = "2.6.0" 276 source = "registry+https://github.com/rust-lang/crates.io-index" 277 checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" 278 dependencies = [ 279 "autocfg", 280 "cfg-if", 281 "concurrent-queue", 282 "futures-io", 283 "futures-lite", 284 "parking", 285 "polling", 286 "rustix 1.1.4", 287 "slab", 288 "windows-sys 0.61.2", 289 ] 290 291 [[package]] 292 name = "async-lock" 293 version = "3.4.2" 294 source = "registry+https://github.com/rust-lang/crates.io-index" 295 checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" 296 dependencies = [ 297 "event-listener", 298 "event-listener-strategy", 299 "pin-project-lite", 300 ] 301 302 [[package]] 303 name = "async-process" 304 version = "2.5.0" 305 source = "registry+https://github.com/rust-lang/crates.io-index" 306 checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75" 307 dependencies = [ 308 "async-channel", 309 "async-io", 310 "async-lock", 311 "async-signal", 312 "async-task", 313 "blocking", 314 "cfg-if", 315 "event-listener", 316 "futures-lite", 317 "rustix 1.1.4", 318 ] 319 320 [[package]] 321 name = "async-recursion" 322 version = "1.1.1" 323 source = "registry+https://github.com/rust-lang/crates.io-index" 324 checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" 325 dependencies = [ 326 "proc-macro2", 327 "quote", 328 "syn", 329 ] 330 331 [[package]] 332 name = "async-signal" 333 version = "0.2.13" 334 source = "registry+https://github.com/rust-lang/crates.io-index" 335 checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c" 336 dependencies = [ 337 "async-io", 338 "async-lock", 339 "atomic-waker", 340 "cfg-if", 341 "futures-core", 342 "futures-io", 343 "rustix 1.1.4", 344 "signal-hook-registry", 345 "slab", 346 "windows-sys 0.61.2", 347 ] 348 349 [[package]] 350 name = "async-task" 351 version = "4.7.1" 352 source = "registry+https://github.com/rust-lang/crates.io-index" 353 checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 354 355 [[package]] 356 name = "async-trait" 357 version = "0.1.89" 358 source = "registry+https://github.com/rust-lang/crates.io-index" 359 checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 360 dependencies = [ 361 "proc-macro2", 362 "quote", 363 "syn", 364 ] 365 366 [[package]] 367 name = "atomic-waker" 368 version = "1.1.2" 369 source = "registry+https://github.com/rust-lang/crates.io-index" 370 checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 371 372 [[package]] 373 name = "atspi" 374 version = "0.25.0" 375 source = "registry+https://github.com/rust-lang/crates.io-index" 376 checksum = "c83247582e7508838caf5f316c00791eee0e15c0bf743e6880585b867e16815c" 377 dependencies = [ 378 "atspi-common", 379 "atspi-connection", 380 "atspi-proxies", 381 ] 382 383 [[package]] 384 name = "atspi-common" 385 version = "0.9.0" 386 source = "registry+https://github.com/rust-lang/crates.io-index" 387 checksum = "33dfc05e7cdf90988a197803bf24f5788f94f7c94a69efa95683e8ffe76cfdfb" 388 dependencies = [ 389 "enumflags2", 390 "serde", 391 "static_assertions", 392 "zbus", 393 "zbus-lockstep", 394 "zbus-lockstep-macros", 395 "zbus_names", 396 "zvariant", 397 ] 398 399 [[package]] 400 name = "atspi-connection" 401 version = "0.9.0" 402 source = "registry+https://github.com/rust-lang/crates.io-index" 403 checksum = "4193d51303d8332304056ae0004714256b46b6635a5c556109b319c0d3784938" 404 dependencies = [ 405 "atspi-common", 406 "atspi-proxies", 407 "futures-lite", 408 "zbus", 409 ] 410 411 [[package]] 412 name = "atspi-proxies" 413 version = "0.9.0" 414 source = "registry+https://github.com/rust-lang/crates.io-index" 415 checksum = "d2eebcb9e7e76f26d0bcfd6f0295e1cd1e6f33bedbc5698a971db8dc43d7751c" 416 dependencies = [ 417 "atspi-common", 418 "serde", 419 "zbus", 420 ] 421 422 [[package]] 423 name = "autocfg" 424 version = "1.5.0" 425 source = "registry+https://github.com/rust-lang/crates.io-index" 426 checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 427 428 [[package]] 429 name = "aws-lc-rs" 430 version = "1.16.1" 431 source = "registry+https://github.com/rust-lang/crates.io-index" 432 checksum = "94bffc006df10ac2a68c83692d734a465f8ee6c5b384d8545a636f81d858f4bf" 433 dependencies = [ 434 "aws-lc-sys", 435 "zeroize", 436 ] 437 438 [[package]] 439 name = "aws-lc-sys" 440 version = "0.38.0" 441 source = "registry+https://github.com/rust-lang/crates.io-index" 442 checksum = "4321e568ed89bb5a7d291a7f37997c2c0df89809d7b6d12062c81ddb54aa782e" 443 dependencies = [ 444 "cc", 445 "cmake", 446 "dunce", 447 "fs_extra", 448 ] 449 450 [[package]] 451 name = "base64" 452 version = "0.13.1" 453 source = "registry+https://github.com/rust-lang/crates.io-index" 454 checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 455 456 [[package]] 457 name = "base64" 458 version = "0.22.1" 459 source = "registry+https://github.com/rust-lang/crates.io-index" 460 checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 461 462 [[package]] 463 name = "bit-set" 464 version = "0.8.0" 465 source = "registry+https://github.com/rust-lang/crates.io-index" 466 checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" 467 dependencies = [ 468 "bit-vec", 469 ] 470 471 [[package]] 472 name = "bit-vec" 473 version = "0.8.0" 474 source = "registry+https://github.com/rust-lang/crates.io-index" 475 checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" 476 477 [[package]] 478 name = "bitflags" 479 version = "1.3.2" 480 source = "registry+https://github.com/rust-lang/crates.io-index" 481 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 482 483 [[package]] 484 name = "bitflags" 485 version = "2.11.0" 486 source = "registry+https://github.com/rust-lang/crates.io-index" 487 checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" 488 489 [[package]] 490 name = "block" 491 version = "0.1.6" 492 source = "registry+https://github.com/rust-lang/crates.io-index" 493 checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 494 495 [[package]] 496 name = "block2" 497 version = "0.5.1" 498 source = "registry+https://github.com/rust-lang/crates.io-index" 499 checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f" 500 dependencies = [ 501 "objc2 0.5.2", 502 ] 503 504 [[package]] 505 name = "block2" 506 version = "0.6.2" 507 source = "registry+https://github.com/rust-lang/crates.io-index" 508 checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" 509 dependencies = [ 510 "objc2 0.6.4", 511 ] 512 513 [[package]] 514 name = "blocking" 515 version = "1.6.2" 516 source = "registry+https://github.com/rust-lang/crates.io-index" 517 checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" 518 dependencies = [ 519 "async-channel", 520 "async-task", 521 "futures-io", 522 "futures-lite", 523 "piper", 524 ] 525 526 [[package]] 527 name = "bumpalo" 528 version = "3.20.2" 529 source = "registry+https://github.com/rust-lang/crates.io-index" 530 checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" 531 532 [[package]] 533 name = "bytemuck" 534 version = "1.25.0" 535 source = "registry+https://github.com/rust-lang/crates.io-index" 536 checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" 537 dependencies = [ 538 "bytemuck_derive", 539 ] 540 541 [[package]] 542 name = "bytemuck_derive" 543 version = "1.10.2" 544 source = "registry+https://github.com/rust-lang/crates.io-index" 545 checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff" 546 dependencies = [ 547 "proc-macro2", 548 "quote", 549 "syn", 550 ] 551 552 [[package]] 553 name = "byteorder" 554 version = "1.5.0" 555 source = "registry+https://github.com/rust-lang/crates.io-index" 556 checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 557 558 [[package]] 559 name = "byteorder-lite" 560 version = "0.1.0" 561 source = "registry+https://github.com/rust-lang/crates.io-index" 562 checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" 563 564 [[package]] 565 name = "bytes" 566 version = "1.11.1" 567 source = "registry+https://github.com/rust-lang/crates.io-index" 568 checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 569 570 [[package]] 571 name = "calloop" 572 version = "0.13.0" 573 source = "registry+https://github.com/rust-lang/crates.io-index" 574 checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec" 575 dependencies = [ 576 "bitflags 2.11.0", 577 "log", 578 "polling", 579 "rustix 0.38.44", 580 "slab", 581 "thiserror 1.0.69", 582 ] 583 584 [[package]] 585 name = "calloop" 586 version = "0.14.4" 587 source = "registry+https://github.com/rust-lang/crates.io-index" 588 checksum = "4dbf9978365bac10f54d1d4b04f7ce4427e51f71d61f2fe15e3fed5166474df7" 589 dependencies = [ 590 "bitflags 2.11.0", 591 "polling", 592 "rustix 1.1.4", 593 "slab", 594 "tracing", 595 ] 596 597 [[package]] 598 name = "calloop-wayland-source" 599 version = "0.3.0" 600 source = "registry+https://github.com/rust-lang/crates.io-index" 601 checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20" 602 dependencies = [ 603 "calloop 0.13.0", 604 "rustix 0.38.44", 605 "wayland-backend", 606 "wayland-client", 607 ] 608 609 [[package]] 610 name = "calloop-wayland-source" 611 version = "0.4.1" 612 source = "registry+https://github.com/rust-lang/crates.io-index" 613 checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa" 614 dependencies = [ 615 "calloop 0.14.4", 616 "rustix 1.1.4", 617 "wayland-backend", 618 "wayland-client", 619 ] 620 621 [[package]] 622 name = "castaway" 623 version = "0.2.4" 624 source = "registry+https://github.com/rust-lang/crates.io-index" 625 checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" 626 dependencies = [ 627 "rustversion", 628 ] 629 630 [[package]] 631 name = "cc" 632 version = "1.2.57" 633 source = "registry+https://github.com/rust-lang/crates.io-index" 634 checksum = "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423" 635 dependencies = [ 636 "find-msvc-tools", 637 "jobserver", 638 "libc", 639 "shlex", 640 ] 641 642 [[package]] 643 name = "cesu8" 644 version = "1.1.0" 645 source = "registry+https://github.com/rust-lang/crates.io-index" 646 checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 647 648 [[package]] 649 name = "cfg-if" 650 version = "1.0.4" 651 source = "registry+https://github.com/rust-lang/crates.io-index" 652 checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 653 654 [[package]] 655 name = "cfg_aliases" 656 version = "0.2.1" 657 source = "registry+https://github.com/rust-lang/crates.io-index" 658 checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 659 660 [[package]] 661 name = "cgl" 662 version = "0.3.2" 663 source = "registry+https://github.com/rust-lang/crates.io-index" 664 checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff" 665 dependencies = [ 666 "libc", 667 ] 668 669 [[package]] 670 name = "chacha20" 671 version = "0.10.0" 672 source = "registry+https://github.com/rust-lang/crates.io-index" 673 checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601" 674 dependencies = [ 675 "cfg-if", 676 "cpufeatures", 677 "rand_core 0.10.0", 678 ] 679 680 [[package]] 681 name = "clap" 682 version = "4.6.0" 683 source = "registry+https://github.com/rust-lang/crates.io-index" 684 checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351" 685 dependencies = [ 686 "clap_builder", 687 "clap_derive", 688 ] 689 690 [[package]] 691 name = "clap_builder" 692 version = "4.6.0" 693 source = "registry+https://github.com/rust-lang/crates.io-index" 694 checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" 695 dependencies = [ 696 "anstyle", 697 "clap_lex", 698 "strsim", 699 ] 700 701 [[package]] 702 name = "clap_derive" 703 version = "4.6.0" 704 source = "registry+https://github.com/rust-lang/crates.io-index" 705 checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a" 706 dependencies = [ 707 "heck", 708 "proc-macro2", 709 "quote", 710 "syn", 711 ] 712 713 [[package]] 714 name = "clap_lex" 715 version = "1.1.0" 716 source = "registry+https://github.com/rust-lang/crates.io-index" 717 checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" 718 719 [[package]] 720 name = "clipboard-win" 721 version = "5.4.1" 722 source = "registry+https://github.com/rust-lang/crates.io-index" 723 checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4" 724 dependencies = [ 725 "error-code", 726 ] 727 728 [[package]] 729 name = "cmake" 730 version = "0.1.57" 731 source = "registry+https://github.com/rust-lang/crates.io-index" 732 checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d" 733 dependencies = [ 734 "cc", 735 ] 736 737 [[package]] 738 name = "codespan-reporting" 739 version = "0.12.0" 740 source = "registry+https://github.com/rust-lang/crates.io-index" 741 checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81" 742 dependencies = [ 743 "serde", 744 "termcolor", 745 "unicode-width", 746 ] 747 748 [[package]] 749 name = "combine" 750 version = "4.6.7" 751 source = "registry+https://github.com/rust-lang/crates.io-index" 752 checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 753 dependencies = [ 754 "bytes", 755 "memchr", 756 ] 757 758 [[package]] 759 name = "compact_str" 760 version = "0.9.0" 761 source = "registry+https://github.com/rust-lang/crates.io-index" 762 checksum = "3fdb1325a1cece981e8a296ab8f0f9b63ae357bd0784a9faaf548cc7b480707a" 763 dependencies = [ 764 "castaway", 765 "cfg-if", 766 "itoa", 767 "rustversion", 768 "ryu", 769 "serde", 770 "static_assertions", 771 ] 772 773 [[package]] 774 name = "concurrent-queue" 775 version = "2.5.0" 776 source = "registry+https://github.com/rust-lang/crates.io-index" 777 checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 778 dependencies = [ 779 "crossbeam-utils", 780 ] 781 782 [[package]] 783 name = "core-foundation" 784 version = "0.9.4" 785 source = "registry+https://github.com/rust-lang/crates.io-index" 786 checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 787 dependencies = [ 788 "core-foundation-sys", 789 "libc", 790 ] 791 792 [[package]] 793 name = "core-foundation" 794 version = "0.10.1" 795 source = "registry+https://github.com/rust-lang/crates.io-index" 796 checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 797 dependencies = [ 798 "core-foundation-sys", 799 "libc", 800 ] 801 802 [[package]] 803 name = "core-foundation-sys" 804 version = "0.8.7" 805 source = "registry+https://github.com/rust-lang/crates.io-index" 806 checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 807 808 [[package]] 809 name = "core-graphics" 810 version = "0.23.2" 811 source = "registry+https://github.com/rust-lang/crates.io-index" 812 checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" 813 dependencies = [ 814 "bitflags 1.3.2", 815 "core-foundation 0.9.4", 816 "core-graphics-types 0.1.3", 817 "foreign-types", 818 "libc", 819 ] 820 821 [[package]] 822 name = "core-graphics-types" 823 version = "0.1.3" 824 source = "registry+https://github.com/rust-lang/crates.io-index" 825 checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 826 dependencies = [ 827 "bitflags 1.3.2", 828 "core-foundation 0.9.4", 829 "libc", 830 ] 831 832 [[package]] 833 name = "core-graphics-types" 834 version = "0.2.0" 835 source = "registry+https://github.com/rust-lang/crates.io-index" 836 checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb" 837 dependencies = [ 838 "bitflags 2.11.0", 839 "core-foundation 0.10.1", 840 "libc", 841 ] 842 843 [[package]] 844 name = "cpufeatures" 845 version = "0.3.0" 846 source = "registry+https://github.com/rust-lang/crates.io-index" 847 checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" 848 dependencies = [ 849 "libc", 850 ] 851 852 [[package]] 853 name = "crc32fast" 854 version = "1.5.0" 855 source = "registry+https://github.com/rust-lang/crates.io-index" 856 checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 857 dependencies = [ 858 "cfg-if", 859 ] 860 861 [[package]] 862 name = "crossbeam-deque" 863 version = "0.8.6" 864 source = "registry+https://github.com/rust-lang/crates.io-index" 865 checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 866 dependencies = [ 867 "crossbeam-epoch", 868 "crossbeam-utils", 869 ] 870 871 [[package]] 872 name = "crossbeam-epoch" 873 version = "0.9.18" 874 source = "registry+https://github.com/rust-lang/crates.io-index" 875 checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 876 dependencies = [ 877 "crossbeam-utils", 878 ] 879 880 [[package]] 881 name = "crossbeam-utils" 882 version = "0.8.21" 883 source = "registry+https://github.com/rust-lang/crates.io-index" 884 checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 885 886 [[package]] 887 name = "crunchy" 888 version = "0.2.4" 889 source = "registry+https://github.com/rust-lang/crates.io-index" 890 checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 891 892 [[package]] 893 name = "cursor-icon" 894 version = "1.2.0" 895 source = "registry+https://github.com/rust-lang/crates.io-index" 896 checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f" 897 898 [[package]] 899 name = "darling" 900 version = "0.20.11" 901 source = "registry+https://github.com/rust-lang/crates.io-index" 902 checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" 903 dependencies = [ 904 "darling_core", 905 "darling_macro", 906 ] 907 908 [[package]] 909 name = "darling_core" 910 version = "0.20.11" 911 source = "registry+https://github.com/rust-lang/crates.io-index" 912 checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" 913 dependencies = [ 914 "fnv", 915 "ident_case", 916 "proc-macro2", 917 "quote", 918 "strsim", 919 "syn", 920 ] 921 922 [[package]] 923 name = "darling_macro" 924 version = "0.20.11" 925 source = "registry+https://github.com/rust-lang/crates.io-index" 926 checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" 927 dependencies = [ 928 "darling_core", 929 "quote", 930 "syn", 931 ] 932 933 [[package]] 934 name = "dary_heap" 935 version = "0.3.8" 936 source = "registry+https://github.com/rust-lang/crates.io-index" 937 checksum = "06d2e3287df1c007e74221c49ca10a95d557349e54b3a75dc2fb14712c751f04" 938 dependencies = [ 939 "serde", 940 ] 941 942 [[package]] 943 name = "derive_builder" 944 version = "0.20.2" 945 source = "registry+https://github.com/rust-lang/crates.io-index" 946 checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" 947 dependencies = [ 948 "derive_builder_macro", 949 ] 950 951 [[package]] 952 name = "derive_builder_core" 953 version = "0.20.2" 954 source = "registry+https://github.com/rust-lang/crates.io-index" 955 checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" 956 dependencies = [ 957 "darling", 958 "proc-macro2", 959 "quote", 960 "syn", 961 ] 962 963 [[package]] 964 name = "derive_builder_macro" 965 version = "0.20.2" 966 source = "registry+https://github.com/rust-lang/crates.io-index" 967 checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" 968 dependencies = [ 969 "derive_builder_core", 970 "syn", 971 ] 972 973 [[package]] 974 name = "dirs" 975 version = "6.0.0" 976 source = "registry+https://github.com/rust-lang/crates.io-index" 977 checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" 978 dependencies = [ 979 "dirs-sys", 980 ] 981 982 [[package]] 983 name = "dirs-sys" 984 version = "0.5.0" 985 source = "registry+https://github.com/rust-lang/crates.io-index" 986 checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" 987 dependencies = [ 988 "libc", 989 "option-ext", 990 "redox_users", 991 "windows-sys 0.61.2", 992 ] 993 994 [[package]] 995 name = "dispatch" 996 version = "0.2.0" 997 source = "registry+https://github.com/rust-lang/crates.io-index" 998 checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 999 1000 [[package]] 1001 name = "dispatch2" 1002 version = "0.3.1" 1003 source = "registry+https://github.com/rust-lang/crates.io-index" 1004 checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38" 1005 dependencies = [ 1006 "bitflags 2.11.0", 1007 "block2 0.6.2", 1008 "libc", 1009 "objc2 0.6.4", 1010 ] 1011 1012 [[package]] 1013 name = "displaydoc" 1014 version = "0.2.5" 1015 source = "registry+https://github.com/rust-lang/crates.io-index" 1016 checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 1017 dependencies = [ 1018 "proc-macro2", 1019 "quote", 1020 "syn", 1021 ] 1022 1023 [[package]] 1024 name = "dlib" 1025 version = "0.5.3" 1026 source = "registry+https://github.com/rust-lang/crates.io-index" 1027 checksum = "ab8ecd87370524b461f8557c119c405552c396ed91fc0a8eec68679eab26f94a" 1028 dependencies = [ 1029 "libloading 0.8.9", 1030 ] 1031 1032 [[package]] 1033 name = "document-features" 1034 version = "0.2.12" 1035 source = "registry+https://github.com/rust-lang/crates.io-index" 1036 checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" 1037 dependencies = [ 1038 "litrs", 1039 ] 1040 1041 [[package]] 1042 name = "downcast-rs" 1043 version = "1.2.1" 1044 source = "registry+https://github.com/rust-lang/crates.io-index" 1045 checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" 1046 1047 [[package]] 1048 name = "dpi" 1049 version = "0.1.2" 1050 source = "registry+https://github.com/rust-lang/crates.io-index" 1051 checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76" 1052 1053 [[package]] 1054 name = "dunce" 1055 version = "1.0.5" 1056 source = "registry+https://github.com/rust-lang/crates.io-index" 1057 checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 1058 1059 [[package]] 1060 name = "ecolor" 1061 version = "0.33.3" 1062 source = "registry+https://github.com/rust-lang/crates.io-index" 1063 checksum = "71ddb8ac7643d1dba1bb02110e804406dd459a838efcb14011ced10556711a8e" 1064 dependencies = [ 1065 "bytemuck", 1066 "emath", 1067 ] 1068 1069 [[package]] 1070 name = "eframe" 1071 version = "0.33.3" 1072 source = "registry+https://github.com/rust-lang/crates.io-index" 1073 checksum = "457481173e6db5ca9fa2be93a58df8f4c7be639587aeb4853b526c6cf87db4e6" 1074 dependencies = [ 1075 "ahash", 1076 "bytemuck", 1077 "document-features", 1078 "egui", 1079 "egui-wgpu", 1080 "egui-winit", 1081 "egui_glow", 1082 "glow", 1083 "glutin", 1084 "glutin-winit", 1085 "image", 1086 "js-sys", 1087 "log", 1088 "objc2 0.5.2", 1089 "objc2-app-kit 0.2.2", 1090 "objc2-foundation 0.2.2", 1091 "parking_lot", 1092 "percent-encoding", 1093 "profiling", 1094 "raw-window-handle", 1095 "static_assertions", 1096 "wasm-bindgen", 1097 "wasm-bindgen-futures", 1098 "web-sys", 1099 "web-time", 1100 "windows-sys 0.61.2", 1101 "winit", 1102 ] 1103 1104 [[package]] 1105 name = "egui" 1106 version = "0.33.3" 1107 source = "registry+https://github.com/rust-lang/crates.io-index" 1108 checksum = "6a9b567d356674e9a5121ed3fedfb0a7c31e059fe71f6972b691bcd0bfc284e3" 1109 dependencies = [ 1110 "accesskit", 1111 "ahash", 1112 "bitflags 2.11.0", 1113 "emath", 1114 "epaint", 1115 "log", 1116 "nohash-hasher", 1117 "profiling", 1118 "smallvec", 1119 "unicode-segmentation", 1120 ] 1121 1122 [[package]] 1123 name = "egui-wgpu" 1124 version = "0.33.3" 1125 source = "registry+https://github.com/rust-lang/crates.io-index" 1126 checksum = "5e4d209971c84b2352a06174abdba701af1e552ce56b144d96f2bd50a3c91236" 1127 dependencies = [ 1128 "ahash", 1129 "bytemuck", 1130 "document-features", 1131 "egui", 1132 "epaint", 1133 "log", 1134 "profiling", 1135 "thiserror 2.0.18", 1136 "type-map", 1137 "web-time", 1138 "wgpu", 1139 "winit", 1140 ] 1141 1142 [[package]] 1143 name = "egui-winit" 1144 version = "0.33.3" 1145 source = "registry+https://github.com/rust-lang/crates.io-index" 1146 checksum = "ec6687e5bb551702f4ad10ac428bab12acf9d53047ebb1082d4a0ed8c6251a29" 1147 dependencies = [ 1148 "accesskit_winit", 1149 "arboard", 1150 "bytemuck", 1151 "egui", 1152 "log", 1153 "objc2 0.5.2", 1154 "objc2-foundation 0.2.2", 1155 "objc2-ui-kit", 1156 "profiling", 1157 "raw-window-handle", 1158 "smithay-clipboard", 1159 "web-time", 1160 "webbrowser", 1161 "winit", 1162 ] 1163 1164 [[package]] 1165 name = "egui_glow" 1166 version = "0.33.3" 1167 source = "registry+https://github.com/rust-lang/crates.io-index" 1168 checksum = "6420863ea1d90e750f75075231a260030ad8a9f30a7cef82cdc966492dc4c4eb" 1169 dependencies = [ 1170 "bytemuck", 1171 "egui", 1172 "glow", 1173 "log", 1174 "memoffset", 1175 "profiling", 1176 "wasm-bindgen", 1177 "web-sys", 1178 "winit", 1179 ] 1180 1181 [[package]] 1182 name = "either" 1183 version = "1.15.0" 1184 source = "registry+https://github.com/rust-lang/crates.io-index" 1185 checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 1186 1187 [[package]] 1188 name = "emath" 1189 version = "0.33.3" 1190 source = "registry+https://github.com/rust-lang/crates.io-index" 1191 checksum = "491bdf728bf25ddd9ad60d4cf1c48588fa82c013a2440b91aa7fc43e34a07c32" 1192 dependencies = [ 1193 "bytemuck", 1194 ] 1195 1196 [[package]] 1197 name = "endi" 1198 version = "1.1.1" 1199 source = "registry+https://github.com/rust-lang/crates.io-index" 1200 checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099" 1201 1202 [[package]] 1203 name = "enumflags2" 1204 version = "0.7.12" 1205 source = "registry+https://github.com/rust-lang/crates.io-index" 1206 checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef" 1207 dependencies = [ 1208 "enumflags2_derive", 1209 "serde", 1210 ] 1211 1212 [[package]] 1213 name = "enumflags2_derive" 1214 version = "0.7.12" 1215 source = "registry+https://github.com/rust-lang/crates.io-index" 1216 checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" 1217 dependencies = [ 1218 "proc-macro2", 1219 "quote", 1220 "syn", 1221 ] 1222 1223 [[package]] 1224 name = "epaint" 1225 version = "0.33.3" 1226 source = "registry+https://github.com/rust-lang/crates.io-index" 1227 checksum = "009d0dd3c2163823a0abdb899451ecbc78798dec545ee91b43aff1fa790bab62" 1228 dependencies = [ 1229 "ab_glyph", 1230 "ahash", 1231 "bytemuck", 1232 "ecolor", 1233 "emath", 1234 "epaint_default_fonts", 1235 "log", 1236 "nohash-hasher", 1237 "parking_lot", 1238 "profiling", 1239 ] 1240 1241 [[package]] 1242 name = "epaint_default_fonts" 1243 version = "0.33.3" 1244 source = "registry+https://github.com/rust-lang/crates.io-index" 1245 checksum = "5c4fbe202b6578d3d56428fa185cdf114a05e49da05f477b3c7f0fbb221f1862" 1246 1247 [[package]] 1248 name = "equivalent" 1249 version = "1.0.2" 1250 source = "registry+https://github.com/rust-lang/crates.io-index" 1251 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 1252 1253 [[package]] 1254 name = "errno" 1255 version = "0.3.14" 1256 source = "registry+https://github.com/rust-lang/crates.io-index" 1257 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 1258 dependencies = [ 1259 "libc", 1260 "windows-sys 0.61.2", 1261 ] 1262 1263 [[package]] 1264 name = "error-code" 1265 version = "3.3.2" 1266 source = "registry+https://github.com/rust-lang/crates.io-index" 1267 checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59" 1268 1269 [[package]] 1270 name = "esaxx-rs" 1271 version = "0.1.10" 1272 source = "registry+https://github.com/rust-lang/crates.io-index" 1273 checksum = "d817e038c30374a4bcb22f94d0a8a0e216958d4c3dcde369b1439fec4bdda6e6" 1274 1275 [[package]] 1276 name = "event-listener" 1277 version = "5.4.1" 1278 source = "registry+https://github.com/rust-lang/crates.io-index" 1279 checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 1280 dependencies = [ 1281 "concurrent-queue", 1282 "parking", 1283 "pin-project-lite", 1284 ] 1285 1286 [[package]] 1287 name = "event-listener-strategy" 1288 version = "0.5.4" 1289 source = "registry+https://github.com/rust-lang/crates.io-index" 1290 checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" 1291 dependencies = [ 1292 "event-listener", 1293 "pin-project-lite", 1294 ] 1295 1296 [[package]] 1297 name = "fancy-regex" 1298 version = "0.14.0" 1299 source = "registry+https://github.com/rust-lang/crates.io-index" 1300 checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298" 1301 dependencies = [ 1302 "bit-set", 1303 "regex-automata", 1304 "regex-syntax", 1305 ] 1306 1307 [[package]] 1308 name = "fastrand" 1309 version = "2.3.0" 1310 source = "registry+https://github.com/rust-lang/crates.io-index" 1311 checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 1312 1313 [[package]] 1314 name = "fax" 1315 version = "0.2.6" 1316 source = "registry+https://github.com/rust-lang/crates.io-index" 1317 checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab" 1318 dependencies = [ 1319 "fax_derive", 1320 ] 1321 1322 [[package]] 1323 name = "fax_derive" 1324 version = "0.2.0" 1325 source = "registry+https://github.com/rust-lang/crates.io-index" 1326 checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d" 1327 dependencies = [ 1328 "proc-macro2", 1329 "quote", 1330 "syn", 1331 ] 1332 1333 [[package]] 1334 name = "fdeflate" 1335 version = "0.3.7" 1336 source = "registry+https://github.com/rust-lang/crates.io-index" 1337 checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" 1338 dependencies = [ 1339 "simd-adler32", 1340 ] 1341 1342 [[package]] 1343 name = "find-msvc-tools" 1344 version = "0.1.9" 1345 source = "registry+https://github.com/rust-lang/crates.io-index" 1346 checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 1347 1348 [[package]] 1349 name = "flate2" 1350 version = "1.1.9" 1351 source = "registry+https://github.com/rust-lang/crates.io-index" 1352 checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" 1353 dependencies = [ 1354 "crc32fast", 1355 "miniz_oxide", 1356 ] 1357 1358 [[package]] 1359 name = "fnv" 1360 version = "1.0.7" 1361 source = "registry+https://github.com/rust-lang/crates.io-index" 1362 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1363 1364 [[package]] 1365 name = "foldhash" 1366 version = "0.1.5" 1367 source = "registry+https://github.com/rust-lang/crates.io-index" 1368 checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 1369 1370 [[package]] 1371 name = "foldhash" 1372 version = "0.2.0" 1373 source = "registry+https://github.com/rust-lang/crates.io-index" 1374 checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 1375 1376 [[package]] 1377 name = "foreign-types" 1378 version = "0.5.0" 1379 source = "registry+https://github.com/rust-lang/crates.io-index" 1380 checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 1381 dependencies = [ 1382 "foreign-types-macros", 1383 "foreign-types-shared", 1384 ] 1385 1386 [[package]] 1387 name = "foreign-types-macros" 1388 version = "0.2.3" 1389 source = "registry+https://github.com/rust-lang/crates.io-index" 1390 checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 1391 dependencies = [ 1392 "proc-macro2", 1393 "quote", 1394 "syn", 1395 ] 1396 1397 [[package]] 1398 name = "foreign-types-shared" 1399 version = "0.3.1" 1400 source = "registry+https://github.com/rust-lang/crates.io-index" 1401 checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 1402 1403 [[package]] 1404 name = "form_urlencoded" 1405 version = "1.2.2" 1406 source = "registry+https://github.com/rust-lang/crates.io-index" 1407 checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 1408 dependencies = [ 1409 "percent-encoding", 1410 ] 1411 1412 [[package]] 1413 name = "fs_extra" 1414 version = "1.3.0" 1415 source = "registry+https://github.com/rust-lang/crates.io-index" 1416 checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 1417 1418 [[package]] 1419 name = "funko-diffusion" 1420 version = "0.1.0" 1421 dependencies = [ 1422 "clap", 1423 "dirs", 1424 "eframe", 1425 "egui", 1426 "half", 1427 "image", 1428 "log", 1429 "ndarray", 1430 "ort", 1431 "rand 0.10.0", 1432 "rand_distr", 1433 "reqwest", 1434 "rfd", 1435 "thiserror 2.0.18", 1436 "tokenizers", 1437 ] 1438 1439 [[package]] 1440 name = "futures-channel" 1441 version = "0.3.32" 1442 source = "registry+https://github.com/rust-lang/crates.io-index" 1443 checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" 1444 dependencies = [ 1445 "futures-core", 1446 "futures-sink", 1447 ] 1448 1449 [[package]] 1450 name = "futures-core" 1451 version = "0.3.32" 1452 source = "registry+https://github.com/rust-lang/crates.io-index" 1453 checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 1454 1455 [[package]] 1456 name = "futures-io" 1457 version = "0.3.32" 1458 source = "registry+https://github.com/rust-lang/crates.io-index" 1459 checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" 1460 1461 [[package]] 1462 name = "futures-lite" 1463 version = "2.6.1" 1464 source = "registry+https://github.com/rust-lang/crates.io-index" 1465 checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" 1466 dependencies = [ 1467 "fastrand", 1468 "futures-core", 1469 "futures-io", 1470 "parking", 1471 "pin-project-lite", 1472 ] 1473 1474 [[package]] 1475 name = "futures-macro" 1476 version = "0.3.32" 1477 source = "registry+https://github.com/rust-lang/crates.io-index" 1478 checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" 1479 dependencies = [ 1480 "proc-macro2", 1481 "quote", 1482 "syn", 1483 ] 1484 1485 [[package]] 1486 name = "futures-sink" 1487 version = "0.3.32" 1488 source = "registry+https://github.com/rust-lang/crates.io-index" 1489 checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" 1490 1491 [[package]] 1492 name = "futures-task" 1493 version = "0.3.32" 1494 source = "registry+https://github.com/rust-lang/crates.io-index" 1495 checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 1496 1497 [[package]] 1498 name = "futures-util" 1499 version = "0.3.32" 1500 source = "registry+https://github.com/rust-lang/crates.io-index" 1501 checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 1502 dependencies = [ 1503 "futures-core", 1504 "futures-io", 1505 "futures-macro", 1506 "futures-sink", 1507 "futures-task", 1508 "memchr", 1509 "pin-project-lite", 1510 "slab", 1511 ] 1512 1513 [[package]] 1514 name = "gethostname" 1515 version = "1.1.0" 1516 source = "registry+https://github.com/rust-lang/crates.io-index" 1517 checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" 1518 dependencies = [ 1519 "rustix 1.1.4", 1520 "windows-link 0.2.1", 1521 ] 1522 1523 [[package]] 1524 name = "getrandom" 1525 version = "0.2.17" 1526 source = "registry+https://github.com/rust-lang/crates.io-index" 1527 checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 1528 dependencies = [ 1529 "cfg-if", 1530 "js-sys", 1531 "libc", 1532 "wasi", 1533 "wasm-bindgen", 1534 ] 1535 1536 [[package]] 1537 name = "getrandom" 1538 version = "0.3.4" 1539 source = "registry+https://github.com/rust-lang/crates.io-index" 1540 checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 1541 dependencies = [ 1542 "cfg-if", 1543 "js-sys", 1544 "libc", 1545 "r-efi 5.3.0", 1546 "wasip2", 1547 "wasm-bindgen", 1548 ] 1549 1550 [[package]] 1551 name = "getrandom" 1552 version = "0.4.2" 1553 source = "registry+https://github.com/rust-lang/crates.io-index" 1554 checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" 1555 dependencies = [ 1556 "cfg-if", 1557 "libc", 1558 "r-efi 6.0.0", 1559 "rand_core 0.10.0", 1560 "wasip2", 1561 "wasip3", 1562 ] 1563 1564 [[package]] 1565 name = "gl_generator" 1566 version = "0.14.0" 1567 source = "registry+https://github.com/rust-lang/crates.io-index" 1568 checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" 1569 dependencies = [ 1570 "khronos_api", 1571 "log", 1572 "xml-rs", 1573 ] 1574 1575 [[package]] 1576 name = "glow" 1577 version = "0.16.0" 1578 source = "registry+https://github.com/rust-lang/crates.io-index" 1579 checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08" 1580 dependencies = [ 1581 "js-sys", 1582 "slotmap", 1583 "wasm-bindgen", 1584 "web-sys", 1585 ] 1586 1587 [[package]] 1588 name = "glutin" 1589 version = "0.32.3" 1590 source = "registry+https://github.com/rust-lang/crates.io-index" 1591 checksum = "12124de845cacfebedff80e877bb37b5b75c34c5a4c89e47e1cdd67fb6041325" 1592 dependencies = [ 1593 "bitflags 2.11.0", 1594 "cfg_aliases", 1595 "cgl", 1596 "dispatch2", 1597 "glutin_egl_sys", 1598 "glutin_glx_sys", 1599 "glutin_wgl_sys", 1600 "libloading 0.8.9", 1601 "objc2 0.6.4", 1602 "objc2-app-kit 0.3.2", 1603 "objc2-core-foundation", 1604 "objc2-foundation 0.3.2", 1605 "once_cell", 1606 "raw-window-handle", 1607 "wayland-sys", 1608 "windows-sys 0.52.0", 1609 "x11-dl", 1610 ] 1611 1612 [[package]] 1613 name = "glutin-winit" 1614 version = "0.5.0" 1615 source = "registry+https://github.com/rust-lang/crates.io-index" 1616 checksum = "85edca7075f8fc728f28cb8fbb111a96c3b89e930574369e3e9c27eb75d3788f" 1617 dependencies = [ 1618 "cfg_aliases", 1619 "glutin", 1620 "raw-window-handle", 1621 "winit", 1622 ] 1623 1624 [[package]] 1625 name = "glutin_egl_sys" 1626 version = "0.7.1" 1627 source = "registry+https://github.com/rust-lang/crates.io-index" 1628 checksum = "4c4680ba6195f424febdc3ba46e7a42a0e58743f2edb115297b86d7f8ecc02d2" 1629 dependencies = [ 1630 "gl_generator", 1631 "windows-sys 0.52.0", 1632 ] 1633 1634 [[package]] 1635 name = "glutin_glx_sys" 1636 version = "0.6.1" 1637 source = "registry+https://github.com/rust-lang/crates.io-index" 1638 checksum = "8a7bb2938045a88b612499fbcba375a77198e01306f52272e692f8c1f3751185" 1639 dependencies = [ 1640 "gl_generator", 1641 "x11-dl", 1642 ] 1643 1644 [[package]] 1645 name = "glutin_wgl_sys" 1646 version = "0.6.1" 1647 source = "registry+https://github.com/rust-lang/crates.io-index" 1648 checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e" 1649 dependencies = [ 1650 "gl_generator", 1651 ] 1652 1653 [[package]] 1654 name = "gpu-alloc" 1655 version = "0.6.0" 1656 source = "registry+https://github.com/rust-lang/crates.io-index" 1657 checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171" 1658 dependencies = [ 1659 "bitflags 2.11.0", 1660 "gpu-alloc-types", 1661 ] 1662 1663 [[package]] 1664 name = "gpu-alloc-types" 1665 version = "0.3.0" 1666 source = "registry+https://github.com/rust-lang/crates.io-index" 1667 checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4" 1668 dependencies = [ 1669 "bitflags 2.11.0", 1670 ] 1671 1672 [[package]] 1673 name = "gpu-allocator" 1674 version = "0.27.0" 1675 source = "registry+https://github.com/rust-lang/crates.io-index" 1676 checksum = "c151a2a5ef800297b4e79efa4f4bec035c5f51d5ae587287c9b952bdf734cacd" 1677 dependencies = [ 1678 "log", 1679 "presser", 1680 "thiserror 1.0.69", 1681 "windows 0.58.0", 1682 ] 1683 1684 [[package]] 1685 name = "gpu-descriptor" 1686 version = "0.3.2" 1687 source = "registry+https://github.com/rust-lang/crates.io-index" 1688 checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca" 1689 dependencies = [ 1690 "bitflags 2.11.0", 1691 "gpu-descriptor-types", 1692 "hashbrown 0.15.5", 1693 ] 1694 1695 [[package]] 1696 name = "gpu-descriptor-types" 1697 version = "0.2.0" 1698 source = "registry+https://github.com/rust-lang/crates.io-index" 1699 checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91" 1700 dependencies = [ 1701 "bitflags 2.11.0", 1702 ] 1703 1704 [[package]] 1705 name = "half" 1706 version = "2.7.1" 1707 source = "registry+https://github.com/rust-lang/crates.io-index" 1708 checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" 1709 dependencies = [ 1710 "cfg-if", 1711 "crunchy", 1712 "num-traits", 1713 "zerocopy", 1714 ] 1715 1716 [[package]] 1717 name = "hashbrown" 1718 version = "0.15.5" 1719 source = "registry+https://github.com/rust-lang/crates.io-index" 1720 checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 1721 dependencies = [ 1722 "foldhash 0.1.5", 1723 ] 1724 1725 [[package]] 1726 name = "hashbrown" 1727 version = "0.16.1" 1728 source = "registry+https://github.com/rust-lang/crates.io-index" 1729 checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 1730 dependencies = [ 1731 "foldhash 0.2.0", 1732 ] 1733 1734 [[package]] 1735 name = "heck" 1736 version = "0.5.0" 1737 source = "registry+https://github.com/rust-lang/crates.io-index" 1738 checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1739 1740 [[package]] 1741 name = "hermit-abi" 1742 version = "0.5.2" 1743 source = "registry+https://github.com/rust-lang/crates.io-index" 1744 checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" 1745 1746 [[package]] 1747 name = "hex" 1748 version = "0.4.3" 1749 source = "registry+https://github.com/rust-lang/crates.io-index" 1750 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1751 1752 [[package]] 1753 name = "hexf-parse" 1754 version = "0.2.1" 1755 source = "registry+https://github.com/rust-lang/crates.io-index" 1756 checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" 1757 1758 [[package]] 1759 name = "hmac-sha256" 1760 version = "1.1.14" 1761 source = "registry+https://github.com/rust-lang/crates.io-index" 1762 checksum = "ec9d92d097f4749b64e8cc33d924d9f40a2d4eb91402b458014b781f5733d60f" 1763 1764 [[package]] 1765 name = "http" 1766 version = "1.4.0" 1767 source = "registry+https://github.com/rust-lang/crates.io-index" 1768 checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" 1769 dependencies = [ 1770 "bytes", 1771 "itoa", 1772 ] 1773 1774 [[package]] 1775 name = "http-body" 1776 version = "1.0.1" 1777 source = "registry+https://github.com/rust-lang/crates.io-index" 1778 checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1779 dependencies = [ 1780 "bytes", 1781 "http", 1782 ] 1783 1784 [[package]] 1785 name = "http-body-util" 1786 version = "0.1.3" 1787 source = "registry+https://github.com/rust-lang/crates.io-index" 1788 checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 1789 dependencies = [ 1790 "bytes", 1791 "futures-core", 1792 "http", 1793 "http-body", 1794 "pin-project-lite", 1795 ] 1796 1797 [[package]] 1798 name = "httparse" 1799 version = "1.10.1" 1800 source = "registry+https://github.com/rust-lang/crates.io-index" 1801 checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 1802 1803 [[package]] 1804 name = "hyper" 1805 version = "1.8.1" 1806 source = "registry+https://github.com/rust-lang/crates.io-index" 1807 checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" 1808 dependencies = [ 1809 "atomic-waker", 1810 "bytes", 1811 "futures-channel", 1812 "futures-core", 1813 "http", 1814 "http-body", 1815 "httparse", 1816 "itoa", 1817 "pin-project-lite", 1818 "pin-utils", 1819 "smallvec", 1820 "tokio", 1821 "want", 1822 ] 1823 1824 [[package]] 1825 name = "hyper-rustls" 1826 version = "0.27.7" 1827 source = "registry+https://github.com/rust-lang/crates.io-index" 1828 checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 1829 dependencies = [ 1830 "http", 1831 "hyper", 1832 "hyper-util", 1833 "rustls", 1834 "rustls-pki-types", 1835 "tokio", 1836 "tokio-rustls", 1837 "tower-service", 1838 ] 1839 1840 [[package]] 1841 name = "hyper-util" 1842 version = "0.1.20" 1843 source = "registry+https://github.com/rust-lang/crates.io-index" 1844 checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" 1845 dependencies = [ 1846 "base64 0.22.1", 1847 "bytes", 1848 "futures-channel", 1849 "futures-util", 1850 "http", 1851 "http-body", 1852 "hyper", 1853 "ipnet", 1854 "libc", 1855 "percent-encoding", 1856 "pin-project-lite", 1857 "socket2", 1858 "tokio", 1859 "tower-service", 1860 "tracing", 1861 ] 1862 1863 [[package]] 1864 name = "icu_collections" 1865 version = "2.1.1" 1866 source = "registry+https://github.com/rust-lang/crates.io-index" 1867 checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" 1868 dependencies = [ 1869 "displaydoc", 1870 "potential_utf", 1871 "yoke", 1872 "zerofrom", 1873 "zerovec", 1874 ] 1875 1876 [[package]] 1877 name = "icu_locale_core" 1878 version = "2.1.1" 1879 source = "registry+https://github.com/rust-lang/crates.io-index" 1880 checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" 1881 dependencies = [ 1882 "displaydoc", 1883 "litemap", 1884 "tinystr", 1885 "writeable", 1886 "zerovec", 1887 ] 1888 1889 [[package]] 1890 name = "icu_normalizer" 1891 version = "2.1.1" 1892 source = "registry+https://github.com/rust-lang/crates.io-index" 1893 checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" 1894 dependencies = [ 1895 "icu_collections", 1896 "icu_normalizer_data", 1897 "icu_properties", 1898 "icu_provider", 1899 "smallvec", 1900 "zerovec", 1901 ] 1902 1903 [[package]] 1904 name = "icu_normalizer_data" 1905 version = "2.1.1" 1906 source = "registry+https://github.com/rust-lang/crates.io-index" 1907 checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" 1908 1909 [[package]] 1910 name = "icu_properties" 1911 version = "2.1.2" 1912 source = "registry+https://github.com/rust-lang/crates.io-index" 1913 checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" 1914 dependencies = [ 1915 "icu_collections", 1916 "icu_locale_core", 1917 "icu_properties_data", 1918 "icu_provider", 1919 "zerotrie", 1920 "zerovec", 1921 ] 1922 1923 [[package]] 1924 name = "icu_properties_data" 1925 version = "2.1.2" 1926 source = "registry+https://github.com/rust-lang/crates.io-index" 1927 checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" 1928 1929 [[package]] 1930 name = "icu_provider" 1931 version = "2.1.1" 1932 source = "registry+https://github.com/rust-lang/crates.io-index" 1933 checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" 1934 dependencies = [ 1935 "displaydoc", 1936 "icu_locale_core", 1937 "writeable", 1938 "yoke", 1939 "zerofrom", 1940 "zerotrie", 1941 "zerovec", 1942 ] 1943 1944 [[package]] 1945 name = "id-arena" 1946 version = "2.3.0" 1947 source = "registry+https://github.com/rust-lang/crates.io-index" 1948 checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" 1949 1950 [[package]] 1951 name = "ident_case" 1952 version = "1.0.1" 1953 source = "registry+https://github.com/rust-lang/crates.io-index" 1954 checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1955 1956 [[package]] 1957 name = "idna" 1958 version = "1.1.0" 1959 source = "registry+https://github.com/rust-lang/crates.io-index" 1960 checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 1961 dependencies = [ 1962 "idna_adapter", 1963 "smallvec", 1964 "utf8_iter", 1965 ] 1966 1967 [[package]] 1968 name = "idna_adapter" 1969 version = "1.2.1" 1970 source = "registry+https://github.com/rust-lang/crates.io-index" 1971 checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 1972 dependencies = [ 1973 "icu_normalizer", 1974 "icu_properties", 1975 ] 1976 1977 [[package]] 1978 name = "image" 1979 version = "0.25.10" 1980 source = "registry+https://github.com/rust-lang/crates.io-index" 1981 checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104" 1982 dependencies = [ 1983 "bytemuck", 1984 "byteorder-lite", 1985 "moxcms", 1986 "num-traits", 1987 "png", 1988 "tiff", 1989 "zune-core", 1990 "zune-jpeg", 1991 ] 1992 1993 [[package]] 1994 name = "indexmap" 1995 version = "2.13.0" 1996 source = "registry+https://github.com/rust-lang/crates.io-index" 1997 checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" 1998 dependencies = [ 1999 "equivalent", 2000 "hashbrown 0.16.1", 2001 "serde", 2002 "serde_core", 2003 ] 2004 2005 [[package]] 2006 name = "ipnet" 2007 version = "2.12.0" 2008 source = "registry+https://github.com/rust-lang/crates.io-index" 2009 checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" 2010 2011 [[package]] 2012 name = "iri-string" 2013 version = "0.7.10" 2014 source = "registry+https://github.com/rust-lang/crates.io-index" 2015 checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a" 2016 dependencies = [ 2017 "memchr", 2018 "serde", 2019 ] 2020 2021 [[package]] 2022 name = "itertools" 2023 version = "0.14.0" 2024 source = "registry+https://github.com/rust-lang/crates.io-index" 2025 checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 2026 dependencies = [ 2027 "either", 2028 ] 2029 2030 [[package]] 2031 name = "itoa" 2032 version = "1.0.17" 2033 source = "registry+https://github.com/rust-lang/crates.io-index" 2034 checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" 2035 2036 [[package]] 2037 name = "jni" 2038 version = "0.21.1" 2039 source = "registry+https://github.com/rust-lang/crates.io-index" 2040 checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 2041 dependencies = [ 2042 "cesu8", 2043 "cfg-if", 2044 "combine", 2045 "jni-sys 0.3.0", 2046 "log", 2047 "thiserror 1.0.69", 2048 "walkdir", 2049 "windows-sys 0.45.0", 2050 ] 2051 2052 [[package]] 2053 name = "jni" 2054 version = "0.22.4" 2055 source = "registry+https://github.com/rust-lang/crates.io-index" 2056 checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498" 2057 dependencies = [ 2058 "cfg-if", 2059 "combine", 2060 "jni-macros", 2061 "jni-sys 0.4.1", 2062 "log", 2063 "simd_cesu8", 2064 "thiserror 2.0.18", 2065 "walkdir", 2066 "windows-link 0.2.1", 2067 ] 2068 2069 [[package]] 2070 name = "jni-macros" 2071 version = "0.22.4" 2072 source = "registry+https://github.com/rust-lang/crates.io-index" 2073 checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3" 2074 dependencies = [ 2075 "proc-macro2", 2076 "quote", 2077 "rustc_version", 2078 "simd_cesu8", 2079 "syn", 2080 ] 2081 2082 [[package]] 2083 name = "jni-sys" 2084 version = "0.3.0" 2085 source = "registry+https://github.com/rust-lang/crates.io-index" 2086 checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2087 2088 [[package]] 2089 name = "jni-sys" 2090 version = "0.4.1" 2091 source = "registry+https://github.com/rust-lang/crates.io-index" 2092 checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2" 2093 dependencies = [ 2094 "jni-sys-macros", 2095 ] 2096 2097 [[package]] 2098 name = "jni-sys-macros" 2099 version = "0.4.1" 2100 source = "registry+https://github.com/rust-lang/crates.io-index" 2101 checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264" 2102 dependencies = [ 2103 "quote", 2104 "syn", 2105 ] 2106 2107 [[package]] 2108 name = "jobserver" 2109 version = "0.1.34" 2110 source = "registry+https://github.com/rust-lang/crates.io-index" 2111 checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 2112 dependencies = [ 2113 "getrandom 0.3.4", 2114 "libc", 2115 ] 2116 2117 [[package]] 2118 name = "js-sys" 2119 version = "0.3.91" 2120 source = "registry+https://github.com/rust-lang/crates.io-index" 2121 checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c" 2122 dependencies = [ 2123 "once_cell", 2124 "wasm-bindgen", 2125 ] 2126 2127 [[package]] 2128 name = "khronos-egl" 2129 version = "6.0.0" 2130 source = "registry+https://github.com/rust-lang/crates.io-index" 2131 checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" 2132 dependencies = [ 2133 "libc", 2134 "libloading 0.8.9", 2135 "pkg-config", 2136 ] 2137 2138 [[package]] 2139 name = "khronos_api" 2140 version = "3.1.0" 2141 source = "registry+https://github.com/rust-lang/crates.io-index" 2142 checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" 2143 2144 [[package]] 2145 name = "leb128fmt" 2146 version = "0.1.0" 2147 source = "registry+https://github.com/rust-lang/crates.io-index" 2148 checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" 2149 2150 [[package]] 2151 name = "libc" 2152 version = "0.2.183" 2153 source = "registry+https://github.com/rust-lang/crates.io-index" 2154 checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" 2155 2156 [[package]] 2157 name = "libloading" 2158 version = "0.8.9" 2159 source = "registry+https://github.com/rust-lang/crates.io-index" 2160 checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" 2161 dependencies = [ 2162 "cfg-if", 2163 "windows-link 0.2.1", 2164 ] 2165 2166 [[package]] 2167 name = "libloading" 2168 version = "0.9.0" 2169 source = "registry+https://github.com/rust-lang/crates.io-index" 2170 checksum = "754ca22de805bb5744484a5b151a9e1a8e837d5dc232c2d7d8c2e3492edc8b60" 2171 dependencies = [ 2172 "cfg-if", 2173 "windows-link 0.2.1", 2174 ] 2175 2176 [[package]] 2177 name = "libm" 2178 version = "0.2.16" 2179 source = "registry+https://github.com/rust-lang/crates.io-index" 2180 checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" 2181 2182 [[package]] 2183 name = "libredox" 2184 version = "0.1.14" 2185 source = "registry+https://github.com/rust-lang/crates.io-index" 2186 checksum = "1744e39d1d6a9948f4f388969627434e31128196de472883b39f148769bfe30a" 2187 dependencies = [ 2188 "bitflags 2.11.0", 2189 "libc", 2190 "plain", 2191 "redox_syscall 0.7.3", 2192 ] 2193 2194 [[package]] 2195 name = "linux-raw-sys" 2196 version = "0.4.15" 2197 source = "registry+https://github.com/rust-lang/crates.io-index" 2198 checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 2199 2200 [[package]] 2201 name = "linux-raw-sys" 2202 version = "0.12.1" 2203 source = "registry+https://github.com/rust-lang/crates.io-index" 2204 checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" 2205 2206 [[package]] 2207 name = "litemap" 2208 version = "0.8.1" 2209 source = "registry+https://github.com/rust-lang/crates.io-index" 2210 checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" 2211 2212 [[package]] 2213 name = "litrs" 2214 version = "1.0.0" 2215 source = "registry+https://github.com/rust-lang/crates.io-index" 2216 checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" 2217 2218 [[package]] 2219 name = "lock_api" 2220 version = "0.4.14" 2221 source = "registry+https://github.com/rust-lang/crates.io-index" 2222 checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 2223 dependencies = [ 2224 "scopeguard", 2225 ] 2226 2227 [[package]] 2228 name = "log" 2229 version = "0.4.29" 2230 source = "registry+https://github.com/rust-lang/crates.io-index" 2231 checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 2232 2233 [[package]] 2234 name = "lru-slab" 2235 version = "0.1.2" 2236 source = "registry+https://github.com/rust-lang/crates.io-index" 2237 checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 2238 2239 [[package]] 2240 name = "lzma-rust2" 2241 version = "0.15.7" 2242 source = "registry+https://github.com/rust-lang/crates.io-index" 2243 checksum = "1670343e58806300d87950e3401e820b519b9384281bbabfb15e3636689ffd69" 2244 2245 [[package]] 2246 name = "macro_rules_attribute" 2247 version = "0.2.2" 2248 source = "registry+https://github.com/rust-lang/crates.io-index" 2249 checksum = "65049d7923698040cd0b1ddcced9b0eb14dd22c5f86ae59c3740eab64a676520" 2250 dependencies = [ 2251 "macro_rules_attribute-proc_macro", 2252 "paste", 2253 ] 2254 2255 [[package]] 2256 name = "macro_rules_attribute-proc_macro" 2257 version = "0.2.2" 2258 source = "registry+https://github.com/rust-lang/crates.io-index" 2259 checksum = "670fdfda89751bc4a84ac13eaa63e205cf0fd22b4c9a5fbfa085b63c1f1d3a30" 2260 2261 [[package]] 2262 name = "malloc_buf" 2263 version = "0.0.6" 2264 source = "registry+https://github.com/rust-lang/crates.io-index" 2265 checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 2266 dependencies = [ 2267 "libc", 2268 ] 2269 2270 [[package]] 2271 name = "matrixmultiply" 2272 version = "0.3.10" 2273 source = "registry+https://github.com/rust-lang/crates.io-index" 2274 checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08" 2275 dependencies = [ 2276 "autocfg", 2277 "rawpointer", 2278 ] 2279 2280 [[package]] 2281 name = "memchr" 2282 version = "2.8.0" 2283 source = "registry+https://github.com/rust-lang/crates.io-index" 2284 checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" 2285 2286 [[package]] 2287 name = "memmap2" 2288 version = "0.9.10" 2289 source = "registry+https://github.com/rust-lang/crates.io-index" 2290 checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3" 2291 dependencies = [ 2292 "libc", 2293 ] 2294 2295 [[package]] 2296 name = "memoffset" 2297 version = "0.9.1" 2298 source = "registry+https://github.com/rust-lang/crates.io-index" 2299 checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 2300 dependencies = [ 2301 "autocfg", 2302 ] 2303 2304 [[package]] 2305 name = "metal" 2306 version = "0.32.0" 2307 source = "registry+https://github.com/rust-lang/crates.io-index" 2308 checksum = "00c15a6f673ff72ddcc22394663290f870fb224c1bfce55734a75c414150e605" 2309 dependencies = [ 2310 "bitflags 2.11.0", 2311 "block", 2312 "core-graphics-types 0.2.0", 2313 "foreign-types", 2314 "log", 2315 "objc", 2316 "paste", 2317 ] 2318 2319 [[package]] 2320 name = "minimal-lexical" 2321 version = "0.2.1" 2322 source = "registry+https://github.com/rust-lang/crates.io-index" 2323 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2324 2325 [[package]] 2326 name = "miniz_oxide" 2327 version = "0.8.9" 2328 source = "registry+https://github.com/rust-lang/crates.io-index" 2329 checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 2330 dependencies = [ 2331 "adler2", 2332 "simd-adler32", 2333 ] 2334 2335 [[package]] 2336 name = "mio" 2337 version = "1.1.1" 2338 source = "registry+https://github.com/rust-lang/crates.io-index" 2339 checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 2340 dependencies = [ 2341 "libc", 2342 "wasi", 2343 "windows-sys 0.61.2", 2344 ] 2345 2346 [[package]] 2347 name = "monostate" 2348 version = "0.1.18" 2349 source = "registry+https://github.com/rust-lang/crates.io-index" 2350 checksum = "3341a273f6c9d5bef1908f17b7267bbab0e95c9bf69a0d4dcf8e9e1b2c76ef67" 2351 dependencies = [ 2352 "monostate-impl", 2353 "serde", 2354 "serde_core", 2355 ] 2356 2357 [[package]] 2358 name = "monostate-impl" 2359 version = "0.1.18" 2360 source = "registry+https://github.com/rust-lang/crates.io-index" 2361 checksum = "e4db6d5580af57bf992f59068d4ea26fd518574ff48d7639b255a36f9de6e7e9" 2362 dependencies = [ 2363 "proc-macro2", 2364 "quote", 2365 "syn", 2366 ] 2367 2368 [[package]] 2369 name = "moxcms" 2370 version = "0.8.1" 2371 source = "registry+https://github.com/rust-lang/crates.io-index" 2372 checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b" 2373 dependencies = [ 2374 "num-traits", 2375 "pxfm", 2376 ] 2377 2378 [[package]] 2379 name = "naga" 2380 version = "27.0.3" 2381 source = "registry+https://github.com/rust-lang/crates.io-index" 2382 checksum = "066cf25f0e8b11ee0df221219010f213ad429855f57c494f995590c861a9a7d8" 2383 dependencies = [ 2384 "arrayvec", 2385 "bit-set", 2386 "bitflags 2.11.0", 2387 "cfg-if", 2388 "cfg_aliases", 2389 "codespan-reporting", 2390 "half", 2391 "hashbrown 0.16.1", 2392 "hexf-parse", 2393 "indexmap", 2394 "libm", 2395 "log", 2396 "num-traits", 2397 "once_cell", 2398 "rustc-hash 1.1.0", 2399 "spirv", 2400 "thiserror 2.0.18", 2401 "unicode-ident", 2402 ] 2403 2404 [[package]] 2405 name = "ndarray" 2406 version = "0.17.2" 2407 source = "registry+https://github.com/rust-lang/crates.io-index" 2408 checksum = "520080814a7a6b4a6e9070823bb24b4531daac8c4627e08ba5de8c5ef2f2752d" 2409 dependencies = [ 2410 "matrixmultiply", 2411 "num-complex", 2412 "num-integer", 2413 "num-traits", 2414 "portable-atomic", 2415 "portable-atomic-util", 2416 "rawpointer", 2417 ] 2418 2419 [[package]] 2420 name = "ndk" 2421 version = "0.9.0" 2422 source = "registry+https://github.com/rust-lang/crates.io-index" 2423 checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" 2424 dependencies = [ 2425 "bitflags 2.11.0", 2426 "jni-sys 0.3.0", 2427 "log", 2428 "ndk-sys", 2429 "num_enum", 2430 "raw-window-handle", 2431 "thiserror 1.0.69", 2432 ] 2433 2434 [[package]] 2435 name = "ndk-context" 2436 version = "0.1.1" 2437 source = "registry+https://github.com/rust-lang/crates.io-index" 2438 checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 2439 2440 [[package]] 2441 name = "ndk-sys" 2442 version = "0.6.0+11769913" 2443 source = "registry+https://github.com/rust-lang/crates.io-index" 2444 checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873" 2445 dependencies = [ 2446 "jni-sys 0.3.0", 2447 ] 2448 2449 [[package]] 2450 name = "nohash-hasher" 2451 version = "0.2.0" 2452 source = "registry+https://github.com/rust-lang/crates.io-index" 2453 checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" 2454 2455 [[package]] 2456 name = "nom" 2457 version = "7.1.3" 2458 source = "registry+https://github.com/rust-lang/crates.io-index" 2459 checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 2460 dependencies = [ 2461 "memchr", 2462 "minimal-lexical", 2463 ] 2464 2465 [[package]] 2466 name = "num-complex" 2467 version = "0.4.6" 2468 source = "registry+https://github.com/rust-lang/crates.io-index" 2469 checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" 2470 dependencies = [ 2471 "num-traits", 2472 ] 2473 2474 [[package]] 2475 name = "num-integer" 2476 version = "0.1.46" 2477 source = "registry+https://github.com/rust-lang/crates.io-index" 2478 checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 2479 dependencies = [ 2480 "num-traits", 2481 ] 2482 2483 [[package]] 2484 name = "num-traits" 2485 version = "0.2.19" 2486 source = "registry+https://github.com/rust-lang/crates.io-index" 2487 checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 2488 dependencies = [ 2489 "autocfg", 2490 "libm", 2491 ] 2492 2493 [[package]] 2494 name = "num_enum" 2495 version = "0.7.6" 2496 source = "registry+https://github.com/rust-lang/crates.io-index" 2497 checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26" 2498 dependencies = [ 2499 "num_enum_derive", 2500 "rustversion", 2501 ] 2502 2503 [[package]] 2504 name = "num_enum_derive" 2505 version = "0.7.6" 2506 source = "registry+https://github.com/rust-lang/crates.io-index" 2507 checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8" 2508 dependencies = [ 2509 "proc-macro-crate", 2510 "proc-macro2", 2511 "quote", 2512 "syn", 2513 ] 2514 2515 [[package]] 2516 name = "objc" 2517 version = "0.2.7" 2518 source = "registry+https://github.com/rust-lang/crates.io-index" 2519 checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 2520 dependencies = [ 2521 "malloc_buf", 2522 ] 2523 2524 [[package]] 2525 name = "objc-sys" 2526 version = "0.3.5" 2527 source = "registry+https://github.com/rust-lang/crates.io-index" 2528 checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310" 2529 2530 [[package]] 2531 name = "objc2" 2532 version = "0.5.2" 2533 source = "registry+https://github.com/rust-lang/crates.io-index" 2534 checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804" 2535 dependencies = [ 2536 "objc-sys", 2537 "objc2-encode", 2538 ] 2539 2540 [[package]] 2541 name = "objc2" 2542 version = "0.6.4" 2543 source = "registry+https://github.com/rust-lang/crates.io-index" 2544 checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f" 2545 dependencies = [ 2546 "objc2-encode", 2547 ] 2548 2549 [[package]] 2550 name = "objc2-app-kit" 2551 version = "0.2.2" 2552 source = "registry+https://github.com/rust-lang/crates.io-index" 2553 checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff" 2554 dependencies = [ 2555 "bitflags 2.11.0", 2556 "block2 0.5.1", 2557 "libc", 2558 "objc2 0.5.2", 2559 "objc2-core-data", 2560 "objc2-core-image", 2561 "objc2-foundation 0.2.2", 2562 "objc2-quartz-core", 2563 ] 2564 2565 [[package]] 2566 name = "objc2-app-kit" 2567 version = "0.3.2" 2568 source = "registry+https://github.com/rust-lang/crates.io-index" 2569 checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c" 2570 dependencies = [ 2571 "bitflags 2.11.0", 2572 "block2 0.6.2", 2573 "objc2 0.6.4", 2574 "objc2-core-foundation", 2575 "objc2-core-graphics", 2576 "objc2-foundation 0.3.2", 2577 ] 2578 2579 [[package]] 2580 name = "objc2-cloud-kit" 2581 version = "0.2.2" 2582 source = "registry+https://github.com/rust-lang/crates.io-index" 2583 checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009" 2584 dependencies = [ 2585 "bitflags 2.11.0", 2586 "block2 0.5.1", 2587 "objc2 0.5.2", 2588 "objc2-core-location", 2589 "objc2-foundation 0.2.2", 2590 ] 2591 2592 [[package]] 2593 name = "objc2-contacts" 2594 version = "0.2.2" 2595 source = "registry+https://github.com/rust-lang/crates.io-index" 2596 checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889" 2597 dependencies = [ 2598 "block2 0.5.1", 2599 "objc2 0.5.2", 2600 "objc2-foundation 0.2.2", 2601 ] 2602 2603 [[package]] 2604 name = "objc2-core-data" 2605 version = "0.2.2" 2606 source = "registry+https://github.com/rust-lang/crates.io-index" 2607 checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef" 2608 dependencies = [ 2609 "bitflags 2.11.0", 2610 "block2 0.5.1", 2611 "objc2 0.5.2", 2612 "objc2-foundation 0.2.2", 2613 ] 2614 2615 [[package]] 2616 name = "objc2-core-foundation" 2617 version = "0.3.2" 2618 source = "registry+https://github.com/rust-lang/crates.io-index" 2619 checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" 2620 dependencies = [ 2621 "bitflags 2.11.0", 2622 "dispatch2", 2623 "objc2 0.6.4", 2624 ] 2625 2626 [[package]] 2627 name = "objc2-core-graphics" 2628 version = "0.3.2" 2629 source = "registry+https://github.com/rust-lang/crates.io-index" 2630 checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807" 2631 dependencies = [ 2632 "bitflags 2.11.0", 2633 "dispatch2", 2634 "objc2 0.6.4", 2635 "objc2-core-foundation", 2636 "objc2-io-surface", 2637 ] 2638 2639 [[package]] 2640 name = "objc2-core-image" 2641 version = "0.2.2" 2642 source = "registry+https://github.com/rust-lang/crates.io-index" 2643 checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80" 2644 dependencies = [ 2645 "block2 0.5.1", 2646 "objc2 0.5.2", 2647 "objc2-foundation 0.2.2", 2648 "objc2-metal", 2649 ] 2650 2651 [[package]] 2652 name = "objc2-core-location" 2653 version = "0.2.2" 2654 source = "registry+https://github.com/rust-lang/crates.io-index" 2655 checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781" 2656 dependencies = [ 2657 "block2 0.5.1", 2658 "objc2 0.5.2", 2659 "objc2-contacts", 2660 "objc2-foundation 0.2.2", 2661 ] 2662 2663 [[package]] 2664 name = "objc2-encode" 2665 version = "4.1.0" 2666 source = "registry+https://github.com/rust-lang/crates.io-index" 2667 checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" 2668 2669 [[package]] 2670 name = "objc2-foundation" 2671 version = "0.2.2" 2672 source = "registry+https://github.com/rust-lang/crates.io-index" 2673 checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8" 2674 dependencies = [ 2675 "bitflags 2.11.0", 2676 "block2 0.5.1", 2677 "dispatch", 2678 "libc", 2679 "objc2 0.5.2", 2680 ] 2681 2682 [[package]] 2683 name = "objc2-foundation" 2684 version = "0.3.2" 2685 source = "registry+https://github.com/rust-lang/crates.io-index" 2686 checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" 2687 dependencies = [ 2688 "bitflags 2.11.0", 2689 "objc2 0.6.4", 2690 "objc2-core-foundation", 2691 ] 2692 2693 [[package]] 2694 name = "objc2-io-surface" 2695 version = "0.3.2" 2696 source = "registry+https://github.com/rust-lang/crates.io-index" 2697 checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d" 2698 dependencies = [ 2699 "bitflags 2.11.0", 2700 "objc2 0.6.4", 2701 "objc2-core-foundation", 2702 ] 2703 2704 [[package]] 2705 name = "objc2-link-presentation" 2706 version = "0.2.2" 2707 source = "registry+https://github.com/rust-lang/crates.io-index" 2708 checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398" 2709 dependencies = [ 2710 "block2 0.5.1", 2711 "objc2 0.5.2", 2712 "objc2-app-kit 0.2.2", 2713 "objc2-foundation 0.2.2", 2714 ] 2715 2716 [[package]] 2717 name = "objc2-metal" 2718 version = "0.2.2" 2719 source = "registry+https://github.com/rust-lang/crates.io-index" 2720 checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6" 2721 dependencies = [ 2722 "bitflags 2.11.0", 2723 "block2 0.5.1", 2724 "objc2 0.5.2", 2725 "objc2-foundation 0.2.2", 2726 ] 2727 2728 [[package]] 2729 name = "objc2-quartz-core" 2730 version = "0.2.2" 2731 source = "registry+https://github.com/rust-lang/crates.io-index" 2732 checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a" 2733 dependencies = [ 2734 "bitflags 2.11.0", 2735 "block2 0.5.1", 2736 "objc2 0.5.2", 2737 "objc2-foundation 0.2.2", 2738 "objc2-metal", 2739 ] 2740 2741 [[package]] 2742 name = "objc2-symbols" 2743 version = "0.2.2" 2744 source = "registry+https://github.com/rust-lang/crates.io-index" 2745 checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc" 2746 dependencies = [ 2747 "objc2 0.5.2", 2748 "objc2-foundation 0.2.2", 2749 ] 2750 2751 [[package]] 2752 name = "objc2-ui-kit" 2753 version = "0.2.2" 2754 source = "registry+https://github.com/rust-lang/crates.io-index" 2755 checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f" 2756 dependencies = [ 2757 "bitflags 2.11.0", 2758 "block2 0.5.1", 2759 "objc2 0.5.2", 2760 "objc2-cloud-kit", 2761 "objc2-core-data", 2762 "objc2-core-image", 2763 "objc2-core-location", 2764 "objc2-foundation 0.2.2", 2765 "objc2-link-presentation", 2766 "objc2-quartz-core", 2767 "objc2-symbols", 2768 "objc2-uniform-type-identifiers", 2769 "objc2-user-notifications", 2770 ] 2771 2772 [[package]] 2773 name = "objc2-uniform-type-identifiers" 2774 version = "0.2.2" 2775 source = "registry+https://github.com/rust-lang/crates.io-index" 2776 checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe" 2777 dependencies = [ 2778 "block2 0.5.1", 2779 "objc2 0.5.2", 2780 "objc2-foundation 0.2.2", 2781 ] 2782 2783 [[package]] 2784 name = "objc2-user-notifications" 2785 version = "0.2.2" 2786 source = "registry+https://github.com/rust-lang/crates.io-index" 2787 checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3" 2788 dependencies = [ 2789 "bitflags 2.11.0", 2790 "block2 0.5.1", 2791 "objc2 0.5.2", 2792 "objc2-core-location", 2793 "objc2-foundation 0.2.2", 2794 ] 2795 2796 [[package]] 2797 name = "once_cell" 2798 version = "1.21.4" 2799 source = "registry+https://github.com/rust-lang/crates.io-index" 2800 checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" 2801 2802 [[package]] 2803 name = "openssl-probe" 2804 version = "0.2.1" 2805 source = "registry+https://github.com/rust-lang/crates.io-index" 2806 checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" 2807 2808 [[package]] 2809 name = "option-ext" 2810 version = "0.2.0" 2811 source = "registry+https://github.com/rust-lang/crates.io-index" 2812 checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 2813 2814 [[package]] 2815 name = "orbclient" 2816 version = "0.3.51" 2817 source = "registry+https://github.com/rust-lang/crates.io-index" 2818 checksum = "59aed3b33578edcfa1bc96a321d590d31832b6ad55a26f0313362ce687e9abd6" 2819 dependencies = [ 2820 "libc", 2821 "libredox", 2822 ] 2823 2824 [[package]] 2825 name = "ordered-float" 2826 version = "5.1.0" 2827 source = "registry+https://github.com/rust-lang/crates.io-index" 2828 checksum = "7f4779c6901a562440c3786d08192c6fbda7c1c2060edd10006b05ee35d10f2d" 2829 dependencies = [ 2830 "num-traits", 2831 ] 2832 2833 [[package]] 2834 name = "ordered-stream" 2835 version = "0.2.0" 2836 source = "registry+https://github.com/rust-lang/crates.io-index" 2837 checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" 2838 dependencies = [ 2839 "futures-core", 2840 "pin-project-lite", 2841 ] 2842 2843 [[package]] 2844 name = "ort" 2845 version = "2.0.0-rc.12" 2846 source = "registry+https://github.com/rust-lang/crates.io-index" 2847 checksum = "d7de3af33d24a745ffb8fab904b13478438d1cd52868e6f17735ef6e1f8bf133" 2848 dependencies = [ 2849 "half", 2850 "libloading 0.9.0", 2851 "ndarray", 2852 "ort-sys", 2853 "smallvec", 2854 "tracing", 2855 "ureq", 2856 ] 2857 2858 [[package]] 2859 name = "ort-sys" 2860 version = "2.0.0-rc.12" 2861 source = "registry+https://github.com/rust-lang/crates.io-index" 2862 checksum = "d7b497d21a8b6fbb4b5a544f8fadb77e801a09ae0add9e411d31c6f89e3c1e90" 2863 dependencies = [ 2864 "hmac-sha256", 2865 "lzma-rust2", 2866 "ureq", 2867 ] 2868 2869 [[package]] 2870 name = "owned_ttf_parser" 2871 version = "0.25.1" 2872 source = "registry+https://github.com/rust-lang/crates.io-index" 2873 checksum = "36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b" 2874 dependencies = [ 2875 "ttf-parser", 2876 ] 2877 2878 [[package]] 2879 name = "parking" 2880 version = "2.2.1" 2881 source = "registry+https://github.com/rust-lang/crates.io-index" 2882 checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 2883 2884 [[package]] 2885 name = "parking_lot" 2886 version = "0.12.5" 2887 source = "registry+https://github.com/rust-lang/crates.io-index" 2888 checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 2889 dependencies = [ 2890 "lock_api", 2891 "parking_lot_core", 2892 ] 2893 2894 [[package]] 2895 name = "parking_lot_core" 2896 version = "0.9.12" 2897 source = "registry+https://github.com/rust-lang/crates.io-index" 2898 checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 2899 dependencies = [ 2900 "cfg-if", 2901 "libc", 2902 "redox_syscall 0.5.18", 2903 "smallvec", 2904 "windows-link 0.2.1", 2905 ] 2906 2907 [[package]] 2908 name = "paste" 2909 version = "1.0.15" 2910 source = "registry+https://github.com/rust-lang/crates.io-index" 2911 checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 2912 2913 [[package]] 2914 name = "percent-encoding" 2915 version = "2.3.2" 2916 source = "registry+https://github.com/rust-lang/crates.io-index" 2917 checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 2918 2919 [[package]] 2920 name = "pin-project" 2921 version = "1.1.11" 2922 source = "registry+https://github.com/rust-lang/crates.io-index" 2923 checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517" 2924 dependencies = [ 2925 "pin-project-internal", 2926 ] 2927 2928 [[package]] 2929 name = "pin-project-internal" 2930 version = "1.1.11" 2931 source = "registry+https://github.com/rust-lang/crates.io-index" 2932 checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6" 2933 dependencies = [ 2934 "proc-macro2", 2935 "quote", 2936 "syn", 2937 ] 2938 2939 [[package]] 2940 name = "pin-project-lite" 2941 version = "0.2.17" 2942 source = "registry+https://github.com/rust-lang/crates.io-index" 2943 checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" 2944 2945 [[package]] 2946 name = "pin-utils" 2947 version = "0.1.0" 2948 source = "registry+https://github.com/rust-lang/crates.io-index" 2949 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2950 2951 [[package]] 2952 name = "piper" 2953 version = "0.2.5" 2954 source = "registry+https://github.com/rust-lang/crates.io-index" 2955 checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1" 2956 dependencies = [ 2957 "atomic-waker", 2958 "fastrand", 2959 "futures-io", 2960 ] 2961 2962 [[package]] 2963 name = "pkg-config" 2964 version = "0.3.32" 2965 source = "registry+https://github.com/rust-lang/crates.io-index" 2966 checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 2967 2968 [[package]] 2969 name = "plain" 2970 version = "0.2.3" 2971 source = "registry+https://github.com/rust-lang/crates.io-index" 2972 checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" 2973 2974 [[package]] 2975 name = "png" 2976 version = "0.18.1" 2977 source = "registry+https://github.com/rust-lang/crates.io-index" 2978 checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61" 2979 dependencies = [ 2980 "bitflags 2.11.0", 2981 "crc32fast", 2982 "fdeflate", 2983 "flate2", 2984 "miniz_oxide", 2985 ] 2986 2987 [[package]] 2988 name = "polling" 2989 version = "3.11.0" 2990 source = "registry+https://github.com/rust-lang/crates.io-index" 2991 checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" 2992 dependencies = [ 2993 "cfg-if", 2994 "concurrent-queue", 2995 "hermit-abi", 2996 "pin-project-lite", 2997 "rustix 1.1.4", 2998 "windows-sys 0.61.2", 2999 ] 3000 3001 [[package]] 3002 name = "pollster" 3003 version = "0.4.0" 3004 source = "registry+https://github.com/rust-lang/crates.io-index" 3005 checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3" 3006 3007 [[package]] 3008 name = "portable-atomic" 3009 version = "1.13.1" 3010 source = "registry+https://github.com/rust-lang/crates.io-index" 3011 checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" 3012 3013 [[package]] 3014 name = "portable-atomic-util" 3015 version = "0.2.6" 3016 source = "registry+https://github.com/rust-lang/crates.io-index" 3017 checksum = "091397be61a01d4be58e7841595bd4bfedb15f1cd54977d79b8271e94ed799a3" 3018 dependencies = [ 3019 "portable-atomic", 3020 ] 3021 3022 [[package]] 3023 name = "potential_utf" 3024 version = "0.1.4" 3025 source = "registry+https://github.com/rust-lang/crates.io-index" 3026 checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" 3027 dependencies = [ 3028 "zerovec", 3029 ] 3030 3031 [[package]] 3032 name = "ppv-lite86" 3033 version = "0.2.21" 3034 source = "registry+https://github.com/rust-lang/crates.io-index" 3035 checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 3036 dependencies = [ 3037 "zerocopy", 3038 ] 3039 3040 [[package]] 3041 name = "presser" 3042 version = "0.3.1" 3043 source = "registry+https://github.com/rust-lang/crates.io-index" 3044 checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa" 3045 3046 [[package]] 3047 name = "prettyplease" 3048 version = "0.2.37" 3049 source = "registry+https://github.com/rust-lang/crates.io-index" 3050 checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 3051 dependencies = [ 3052 "proc-macro2", 3053 "syn", 3054 ] 3055 3056 [[package]] 3057 name = "proc-macro-crate" 3058 version = "3.5.0" 3059 source = "registry+https://github.com/rust-lang/crates.io-index" 3060 checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f" 3061 dependencies = [ 3062 "toml_edit", 3063 ] 3064 3065 [[package]] 3066 name = "proc-macro2" 3067 version = "1.0.106" 3068 source = "registry+https://github.com/rust-lang/crates.io-index" 3069 checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 3070 dependencies = [ 3071 "unicode-ident", 3072 ] 3073 3074 [[package]] 3075 name = "profiling" 3076 version = "1.0.17" 3077 source = "registry+https://github.com/rust-lang/crates.io-index" 3078 checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" 3079 3080 [[package]] 3081 name = "pxfm" 3082 version = "0.1.28" 3083 source = "registry+https://github.com/rust-lang/crates.io-index" 3084 checksum = "b5a041e753da8b807c9255f28de81879c78c876392ff2469cde94799b2896b9d" 3085 3086 [[package]] 3087 name = "quick-error" 3088 version = "2.0.1" 3089 source = "registry+https://github.com/rust-lang/crates.io-index" 3090 checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" 3091 3092 [[package]] 3093 name = "quick-xml" 3094 version = "0.38.4" 3095 source = "registry+https://github.com/rust-lang/crates.io-index" 3096 checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c" 3097 dependencies = [ 3098 "memchr", 3099 "serde", 3100 ] 3101 3102 [[package]] 3103 name = "quick-xml" 3104 version = "0.39.2" 3105 source = "registry+https://github.com/rust-lang/crates.io-index" 3106 checksum = "958f21e8e7ceb5a1aa7fa87fab28e7c75976e0bfe7e23ff069e0a260f894067d" 3107 dependencies = [ 3108 "memchr", 3109 ] 3110 3111 [[package]] 3112 name = "quinn" 3113 version = "0.11.9" 3114 source = "registry+https://github.com/rust-lang/crates.io-index" 3115 checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" 3116 dependencies = [ 3117 "bytes", 3118 "cfg_aliases", 3119 "pin-project-lite", 3120 "quinn-proto", 3121 "quinn-udp", 3122 "rustc-hash 2.1.1", 3123 "rustls", 3124 "socket2", 3125 "thiserror 2.0.18", 3126 "tokio", 3127 "tracing", 3128 "web-time", 3129 ] 3130 3131 [[package]] 3132 name = "quinn-proto" 3133 version = "0.11.14" 3134 source = "registry+https://github.com/rust-lang/crates.io-index" 3135 checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" 3136 dependencies = [ 3137 "aws-lc-rs", 3138 "bytes", 3139 "getrandom 0.3.4", 3140 "lru-slab", 3141 "rand 0.9.2", 3142 "ring", 3143 "rustc-hash 2.1.1", 3144 "rustls", 3145 "rustls-pki-types", 3146 "slab", 3147 "thiserror 2.0.18", 3148 "tinyvec", 3149 "tracing", 3150 "web-time", 3151 ] 3152 3153 [[package]] 3154 name = "quinn-udp" 3155 version = "0.5.14" 3156 source = "registry+https://github.com/rust-lang/crates.io-index" 3157 checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" 3158 dependencies = [ 3159 "cfg_aliases", 3160 "libc", 3161 "once_cell", 3162 "socket2", 3163 "tracing", 3164 "windows-sys 0.60.2", 3165 ] 3166 3167 [[package]] 3168 name = "quote" 3169 version = "1.0.45" 3170 source = "registry+https://github.com/rust-lang/crates.io-index" 3171 checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" 3172 dependencies = [ 3173 "proc-macro2", 3174 ] 3175 3176 [[package]] 3177 name = "r-efi" 3178 version = "5.3.0" 3179 source = "registry+https://github.com/rust-lang/crates.io-index" 3180 checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 3181 3182 [[package]] 3183 name = "r-efi" 3184 version = "6.0.0" 3185 source = "registry+https://github.com/rust-lang/crates.io-index" 3186 checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" 3187 3188 [[package]] 3189 name = "rand" 3190 version = "0.9.2" 3191 source = "registry+https://github.com/rust-lang/crates.io-index" 3192 checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 3193 dependencies = [ 3194 "rand_chacha", 3195 "rand_core 0.9.5", 3196 ] 3197 3198 [[package]] 3199 name = "rand" 3200 version = "0.10.0" 3201 source = "registry+https://github.com/rust-lang/crates.io-index" 3202 checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" 3203 dependencies = [ 3204 "chacha20", 3205 "getrandom 0.4.2", 3206 "rand_core 0.10.0", 3207 ] 3208 3209 [[package]] 3210 name = "rand_chacha" 3211 version = "0.9.0" 3212 source = "registry+https://github.com/rust-lang/crates.io-index" 3213 checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 3214 dependencies = [ 3215 "ppv-lite86", 3216 "rand_core 0.9.5", 3217 ] 3218 3219 [[package]] 3220 name = "rand_core" 3221 version = "0.9.5" 3222 source = "registry+https://github.com/rust-lang/crates.io-index" 3223 checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 3224 dependencies = [ 3225 "getrandom 0.3.4", 3226 ] 3227 3228 [[package]] 3229 name = "rand_core" 3230 version = "0.10.0" 3231 source = "registry+https://github.com/rust-lang/crates.io-index" 3232 checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba" 3233 3234 [[package]] 3235 name = "rand_distr" 3236 version = "0.6.0" 3237 source = "registry+https://github.com/rust-lang/crates.io-index" 3238 checksum = "4d431c2703ccf129de4d45253c03f49ebb22b97d6ad79ee3ecfc7e3f4862c1d8" 3239 dependencies = [ 3240 "num-traits", 3241 "rand 0.10.0", 3242 ] 3243 3244 [[package]] 3245 name = "range-alloc" 3246 version = "0.1.5" 3247 source = "registry+https://github.com/rust-lang/crates.io-index" 3248 checksum = "ca45419789ae5a7899559e9512e58ca889e41f04f1f2445e9f4b290ceccd1d08" 3249 3250 [[package]] 3251 name = "raw-window-handle" 3252 version = "0.6.2" 3253 source = "registry+https://github.com/rust-lang/crates.io-index" 3254 checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" 3255 3256 [[package]] 3257 name = "rawpointer" 3258 version = "0.2.1" 3259 source = "registry+https://github.com/rust-lang/crates.io-index" 3260 checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" 3261 3262 [[package]] 3263 name = "rayon" 3264 version = "1.11.0" 3265 source = "registry+https://github.com/rust-lang/crates.io-index" 3266 checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" 3267 dependencies = [ 3268 "either", 3269 "rayon-core", 3270 ] 3271 3272 [[package]] 3273 name = "rayon-cond" 3274 version = "0.4.0" 3275 source = "registry+https://github.com/rust-lang/crates.io-index" 3276 checksum = "2964d0cf57a3e7a06e8183d14a8b527195c706b7983549cd5462d5aa3747438f" 3277 dependencies = [ 3278 "either", 3279 "itertools", 3280 "rayon", 3281 ] 3282 3283 [[package]] 3284 name = "rayon-core" 3285 version = "1.13.0" 3286 source = "registry+https://github.com/rust-lang/crates.io-index" 3287 checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" 3288 dependencies = [ 3289 "crossbeam-deque", 3290 "crossbeam-utils", 3291 ] 3292 3293 [[package]] 3294 name = "redox_syscall" 3295 version = "0.4.1" 3296 source = "registry+https://github.com/rust-lang/crates.io-index" 3297 checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 3298 dependencies = [ 3299 "bitflags 1.3.2", 3300 ] 3301 3302 [[package]] 3303 name = "redox_syscall" 3304 version = "0.5.18" 3305 source = "registry+https://github.com/rust-lang/crates.io-index" 3306 checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 3307 dependencies = [ 3308 "bitflags 2.11.0", 3309 ] 3310 3311 [[package]] 3312 name = "redox_syscall" 3313 version = "0.7.3" 3314 source = "registry+https://github.com/rust-lang/crates.io-index" 3315 checksum = "6ce70a74e890531977d37e532c34d45e9055d2409ed08ddba14529471ed0be16" 3316 dependencies = [ 3317 "bitflags 2.11.0", 3318 ] 3319 3320 [[package]] 3321 name = "redox_users" 3322 version = "0.5.2" 3323 source = "registry+https://github.com/rust-lang/crates.io-index" 3324 checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" 3325 dependencies = [ 3326 "getrandom 0.2.17", 3327 "libredox", 3328 "thiserror 2.0.18", 3329 ] 3330 3331 [[package]] 3332 name = "regex" 3333 version = "1.12.3" 3334 source = "registry+https://github.com/rust-lang/crates.io-index" 3335 checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" 3336 dependencies = [ 3337 "aho-corasick", 3338 "memchr", 3339 "regex-automata", 3340 "regex-syntax", 3341 ] 3342 3343 [[package]] 3344 name = "regex-automata" 3345 version = "0.4.14" 3346 source = "registry+https://github.com/rust-lang/crates.io-index" 3347 checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 3348 dependencies = [ 3349 "aho-corasick", 3350 "memchr", 3351 "regex-syntax", 3352 ] 3353 3354 [[package]] 3355 name = "regex-syntax" 3356 version = "0.8.10" 3357 source = "registry+https://github.com/rust-lang/crates.io-index" 3358 checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" 3359 3360 [[package]] 3361 name = "renderdoc-sys" 3362 version = "1.1.0" 3363 source = "registry+https://github.com/rust-lang/crates.io-index" 3364 checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" 3365 3366 [[package]] 3367 name = "reqwest" 3368 version = "0.13.2" 3369 source = "registry+https://github.com/rust-lang/crates.io-index" 3370 checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801" 3371 dependencies = [ 3372 "base64 0.22.1", 3373 "bytes", 3374 "futures-channel", 3375 "futures-core", 3376 "futures-util", 3377 "http", 3378 "http-body", 3379 "http-body-util", 3380 "hyper", 3381 "hyper-rustls", 3382 "hyper-util", 3383 "js-sys", 3384 "log", 3385 "percent-encoding", 3386 "pin-project-lite", 3387 "quinn", 3388 "rustls", 3389 "rustls-pki-types", 3390 "rustls-platform-verifier", 3391 "sync_wrapper", 3392 "tokio", 3393 "tokio-rustls", 3394 "tower", 3395 "tower-http", 3396 "tower-service", 3397 "url", 3398 "wasm-bindgen", 3399 "wasm-bindgen-futures", 3400 "web-sys", 3401 ] 3402 3403 [[package]] 3404 name = "rfd" 3405 version = "0.17.2" 3406 source = "registry+https://github.com/rust-lang/crates.io-index" 3407 checksum = "20dafead71c16a34e1ff357ddefc8afc11e7d51d6d2b9fbd07eaa48e3e540220" 3408 dependencies = [ 3409 "block2 0.6.2", 3410 "dispatch2", 3411 "js-sys", 3412 "libc", 3413 "log", 3414 "objc2 0.6.4", 3415 "objc2-app-kit 0.3.2", 3416 "objc2-core-foundation", 3417 "objc2-foundation 0.3.2", 3418 "percent-encoding", 3419 "pollster", 3420 "raw-window-handle", 3421 "wasm-bindgen", 3422 "wasm-bindgen-futures", 3423 "wayland-backend", 3424 "wayland-client", 3425 "wayland-protocols", 3426 "web-sys", 3427 "windows-sys 0.61.2", 3428 ] 3429 3430 [[package]] 3431 name = "ring" 3432 version = "0.17.14" 3433 source = "registry+https://github.com/rust-lang/crates.io-index" 3434 checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 3435 dependencies = [ 3436 "cc", 3437 "cfg-if", 3438 "getrandom 0.2.17", 3439 "libc", 3440 "untrusted", 3441 "windows-sys 0.52.0", 3442 ] 3443 3444 [[package]] 3445 name = "rustc-hash" 3446 version = "1.1.0" 3447 source = "registry+https://github.com/rust-lang/crates.io-index" 3448 checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 3449 3450 [[package]] 3451 name = "rustc-hash" 3452 version = "2.1.1" 3453 source = "registry+https://github.com/rust-lang/crates.io-index" 3454 checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 3455 3456 [[package]] 3457 name = "rustc_version" 3458 version = "0.4.1" 3459 source = "registry+https://github.com/rust-lang/crates.io-index" 3460 checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 3461 dependencies = [ 3462 "semver", 3463 ] 3464 3465 [[package]] 3466 name = "rustix" 3467 version = "0.38.44" 3468 source = "registry+https://github.com/rust-lang/crates.io-index" 3469 checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 3470 dependencies = [ 3471 "bitflags 2.11.0", 3472 "errno", 3473 "libc", 3474 "linux-raw-sys 0.4.15", 3475 "windows-sys 0.59.0", 3476 ] 3477 3478 [[package]] 3479 name = "rustix" 3480 version = "1.1.4" 3481 source = "registry+https://github.com/rust-lang/crates.io-index" 3482 checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" 3483 dependencies = [ 3484 "bitflags 2.11.0", 3485 "errno", 3486 "libc", 3487 "linux-raw-sys 0.12.1", 3488 "windows-sys 0.61.2", 3489 ] 3490 3491 [[package]] 3492 name = "rustls" 3493 version = "0.23.37" 3494 source = "registry+https://github.com/rust-lang/crates.io-index" 3495 checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4" 3496 dependencies = [ 3497 "aws-lc-rs", 3498 "log", 3499 "once_cell", 3500 "ring", 3501 "rustls-pki-types", 3502 "rustls-webpki", 3503 "subtle", 3504 "zeroize", 3505 ] 3506 3507 [[package]] 3508 name = "rustls-native-certs" 3509 version = "0.8.3" 3510 source = "registry+https://github.com/rust-lang/crates.io-index" 3511 checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63" 3512 dependencies = [ 3513 "openssl-probe", 3514 "rustls-pki-types", 3515 "schannel", 3516 "security-framework", 3517 ] 3518 3519 [[package]] 3520 name = "rustls-pki-types" 3521 version = "1.14.0" 3522 source = "registry+https://github.com/rust-lang/crates.io-index" 3523 checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" 3524 dependencies = [ 3525 "web-time", 3526 "zeroize", 3527 ] 3528 3529 [[package]] 3530 name = "rustls-platform-verifier" 3531 version = "0.6.2" 3532 source = "registry+https://github.com/rust-lang/crates.io-index" 3533 checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784" 3534 dependencies = [ 3535 "core-foundation 0.10.1", 3536 "core-foundation-sys", 3537 "jni 0.21.1", 3538 "log", 3539 "once_cell", 3540 "rustls", 3541 "rustls-native-certs", 3542 "rustls-platform-verifier-android", 3543 "rustls-webpki", 3544 "security-framework", 3545 "security-framework-sys", 3546 "webpki-root-certs", 3547 "windows-sys 0.61.2", 3548 ] 3549 3550 [[package]] 3551 name = "rustls-platform-verifier-android" 3552 version = "0.1.1" 3553 source = "registry+https://github.com/rust-lang/crates.io-index" 3554 checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" 3555 3556 [[package]] 3557 name = "rustls-webpki" 3558 version = "0.103.9" 3559 source = "registry+https://github.com/rust-lang/crates.io-index" 3560 checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53" 3561 dependencies = [ 3562 "aws-lc-rs", 3563 "ring", 3564 "rustls-pki-types", 3565 "untrusted", 3566 ] 3567 3568 [[package]] 3569 name = "rustversion" 3570 version = "1.0.22" 3571 source = "registry+https://github.com/rust-lang/crates.io-index" 3572 checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 3573 3574 [[package]] 3575 name = "ryu" 3576 version = "1.0.23" 3577 source = "registry+https://github.com/rust-lang/crates.io-index" 3578 checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 3579 3580 [[package]] 3581 name = "same-file" 3582 version = "1.0.6" 3583 source = "registry+https://github.com/rust-lang/crates.io-index" 3584 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 3585 dependencies = [ 3586 "winapi-util", 3587 ] 3588 3589 [[package]] 3590 name = "schannel" 3591 version = "0.1.29" 3592 source = "registry+https://github.com/rust-lang/crates.io-index" 3593 checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" 3594 dependencies = [ 3595 "windows-sys 0.61.2", 3596 ] 3597 3598 [[package]] 3599 name = "scoped-tls" 3600 version = "1.0.1" 3601 source = "registry+https://github.com/rust-lang/crates.io-index" 3602 checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 3603 3604 [[package]] 3605 name = "scopeguard" 3606 version = "1.2.0" 3607 source = "registry+https://github.com/rust-lang/crates.io-index" 3608 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 3609 3610 [[package]] 3611 name = "sctk-adwaita" 3612 version = "0.10.1" 3613 source = "registry+https://github.com/rust-lang/crates.io-index" 3614 checksum = "b6277f0217056f77f1d8f49f2950ac6c278c0d607c45f5ee99328d792ede24ec" 3615 dependencies = [ 3616 "ab_glyph", 3617 "log", 3618 "memmap2", 3619 "smithay-client-toolkit 0.19.2", 3620 "tiny-skia", 3621 ] 3622 3623 [[package]] 3624 name = "security-framework" 3625 version = "3.7.0" 3626 source = "registry+https://github.com/rust-lang/crates.io-index" 3627 checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" 3628 dependencies = [ 3629 "bitflags 2.11.0", 3630 "core-foundation 0.10.1", 3631 "core-foundation-sys", 3632 "libc", 3633 "security-framework-sys", 3634 ] 3635 3636 [[package]] 3637 name = "security-framework-sys" 3638 version = "2.17.0" 3639 source = "registry+https://github.com/rust-lang/crates.io-index" 3640 checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" 3641 dependencies = [ 3642 "core-foundation-sys", 3643 "libc", 3644 ] 3645 3646 [[package]] 3647 name = "semver" 3648 version = "1.0.27" 3649 source = "registry+https://github.com/rust-lang/crates.io-index" 3650 checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 3651 3652 [[package]] 3653 name = "serde" 3654 version = "1.0.228" 3655 source = "registry+https://github.com/rust-lang/crates.io-index" 3656 checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 3657 dependencies = [ 3658 "serde_core", 3659 "serde_derive", 3660 ] 3661 3662 [[package]] 3663 name = "serde_core" 3664 version = "1.0.228" 3665 source = "registry+https://github.com/rust-lang/crates.io-index" 3666 checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 3667 dependencies = [ 3668 "serde_derive", 3669 ] 3670 3671 [[package]] 3672 name = "serde_derive" 3673 version = "1.0.228" 3674 source = "registry+https://github.com/rust-lang/crates.io-index" 3675 checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 3676 dependencies = [ 3677 "proc-macro2", 3678 "quote", 3679 "syn", 3680 ] 3681 3682 [[package]] 3683 name = "serde_json" 3684 version = "1.0.149" 3685 source = "registry+https://github.com/rust-lang/crates.io-index" 3686 checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 3687 dependencies = [ 3688 "itoa", 3689 "memchr", 3690 "serde", 3691 "serde_core", 3692 "zmij", 3693 ] 3694 3695 [[package]] 3696 name = "serde_repr" 3697 version = "0.1.20" 3698 source = "registry+https://github.com/rust-lang/crates.io-index" 3699 checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 3700 dependencies = [ 3701 "proc-macro2", 3702 "quote", 3703 "syn", 3704 ] 3705 3706 [[package]] 3707 name = "shlex" 3708 version = "1.3.0" 3709 source = "registry+https://github.com/rust-lang/crates.io-index" 3710 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 3711 3712 [[package]] 3713 name = "signal-hook-registry" 3714 version = "1.4.8" 3715 source = "registry+https://github.com/rust-lang/crates.io-index" 3716 checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 3717 dependencies = [ 3718 "errno", 3719 "libc", 3720 ] 3721 3722 [[package]] 3723 name = "simd-adler32" 3724 version = "0.3.8" 3725 source = "registry+https://github.com/rust-lang/crates.io-index" 3726 checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" 3727 3728 [[package]] 3729 name = "simd_cesu8" 3730 version = "1.1.1" 3731 source = "registry+https://github.com/rust-lang/crates.io-index" 3732 checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33" 3733 dependencies = [ 3734 "rustc_version", 3735 "simdutf8", 3736 ] 3737 3738 [[package]] 3739 name = "simdutf8" 3740 version = "0.1.5" 3741 source = "registry+https://github.com/rust-lang/crates.io-index" 3742 checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" 3743 3744 [[package]] 3745 name = "slab" 3746 version = "0.4.12" 3747 source = "registry+https://github.com/rust-lang/crates.io-index" 3748 checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 3749 3750 [[package]] 3751 name = "slotmap" 3752 version = "1.1.1" 3753 source = "registry+https://github.com/rust-lang/crates.io-index" 3754 checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038" 3755 dependencies = [ 3756 "version_check", 3757 ] 3758 3759 [[package]] 3760 name = "smallvec" 3761 version = "1.15.1" 3762 source = "registry+https://github.com/rust-lang/crates.io-index" 3763 checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 3764 3765 [[package]] 3766 name = "smithay-client-toolkit" 3767 version = "0.19.2" 3768 source = "registry+https://github.com/rust-lang/crates.io-index" 3769 checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016" 3770 dependencies = [ 3771 "bitflags 2.11.0", 3772 "calloop 0.13.0", 3773 "calloop-wayland-source 0.3.0", 3774 "cursor-icon", 3775 "libc", 3776 "log", 3777 "memmap2", 3778 "rustix 0.38.44", 3779 "thiserror 1.0.69", 3780 "wayland-backend", 3781 "wayland-client", 3782 "wayland-csd-frame", 3783 "wayland-cursor", 3784 "wayland-protocols", 3785 "wayland-protocols-wlr", 3786 "wayland-scanner", 3787 "xkeysym", 3788 ] 3789 3790 [[package]] 3791 name = "smithay-client-toolkit" 3792 version = "0.20.0" 3793 source = "registry+https://github.com/rust-lang/crates.io-index" 3794 checksum = "0512da38f5e2b31201a93524adb8d3136276fa4fe4aafab4e1f727a82b534cc0" 3795 dependencies = [ 3796 "bitflags 2.11.0", 3797 "calloop 0.14.4", 3798 "calloop-wayland-source 0.4.1", 3799 "cursor-icon", 3800 "libc", 3801 "log", 3802 "memmap2", 3803 "rustix 1.1.4", 3804 "thiserror 2.0.18", 3805 "wayland-backend", 3806 "wayland-client", 3807 "wayland-csd-frame", 3808 "wayland-cursor", 3809 "wayland-protocols", 3810 "wayland-protocols-experimental", 3811 "wayland-protocols-misc", 3812 "wayland-protocols-wlr", 3813 "wayland-scanner", 3814 "xkeysym", 3815 ] 3816 3817 [[package]] 3818 name = "smithay-clipboard" 3819 version = "0.7.3" 3820 source = "registry+https://github.com/rust-lang/crates.io-index" 3821 checksum = "71704c03f739f7745053bde45fa203a46c58d25bc5c4efba1d9a60e9dba81226" 3822 dependencies = [ 3823 "libc", 3824 "smithay-client-toolkit 0.20.0", 3825 "wayland-backend", 3826 ] 3827 3828 [[package]] 3829 name = "smol_str" 3830 version = "0.2.2" 3831 source = "registry+https://github.com/rust-lang/crates.io-index" 3832 checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead" 3833 dependencies = [ 3834 "serde", 3835 ] 3836 3837 [[package]] 3838 name = "socket2" 3839 version = "0.6.3" 3840 source = "registry+https://github.com/rust-lang/crates.io-index" 3841 checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" 3842 dependencies = [ 3843 "libc", 3844 "windows-sys 0.61.2", 3845 ] 3846 3847 [[package]] 3848 name = "socks" 3849 version = "0.3.4" 3850 source = "registry+https://github.com/rust-lang/crates.io-index" 3851 checksum = "f0c3dbbd9ae980613c6dd8e28a9407b50509d3803b57624d5dfe8315218cd58b" 3852 dependencies = [ 3853 "byteorder", 3854 "libc", 3855 "winapi", 3856 ] 3857 3858 [[package]] 3859 name = "spirv" 3860 version = "0.3.0+sdk-1.3.268.0" 3861 source = "registry+https://github.com/rust-lang/crates.io-index" 3862 checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" 3863 dependencies = [ 3864 "bitflags 2.11.0", 3865 ] 3866 3867 [[package]] 3868 name = "spm_precompiled" 3869 version = "0.1.4" 3870 source = "registry+https://github.com/rust-lang/crates.io-index" 3871 checksum = "5851699c4033c63636f7ea4cf7b7c1f1bf06d0cc03cfb42e711de5a5c46cf326" 3872 dependencies = [ 3873 "base64 0.13.1", 3874 "nom", 3875 "serde", 3876 "unicode-segmentation", 3877 ] 3878 3879 [[package]] 3880 name = "stable_deref_trait" 3881 version = "1.2.1" 3882 source = "registry+https://github.com/rust-lang/crates.io-index" 3883 checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 3884 3885 [[package]] 3886 name = "static_assertions" 3887 version = "1.1.0" 3888 source = "registry+https://github.com/rust-lang/crates.io-index" 3889 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 3890 3891 [[package]] 3892 name = "strict-num" 3893 version = "0.1.1" 3894 source = "registry+https://github.com/rust-lang/crates.io-index" 3895 checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" 3896 3897 [[package]] 3898 name = "strsim" 3899 version = "0.11.1" 3900 source = "registry+https://github.com/rust-lang/crates.io-index" 3901 checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 3902 3903 [[package]] 3904 name = "subtle" 3905 version = "2.6.1" 3906 source = "registry+https://github.com/rust-lang/crates.io-index" 3907 checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 3908 3909 [[package]] 3910 name = "syn" 3911 version = "2.0.117" 3912 source = "registry+https://github.com/rust-lang/crates.io-index" 3913 checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" 3914 dependencies = [ 3915 "proc-macro2", 3916 "quote", 3917 "unicode-ident", 3918 ] 3919 3920 [[package]] 3921 name = "sync_wrapper" 3922 version = "1.0.2" 3923 source = "registry+https://github.com/rust-lang/crates.io-index" 3924 checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 3925 dependencies = [ 3926 "futures-core", 3927 ] 3928 3929 [[package]] 3930 name = "synstructure" 3931 version = "0.13.2" 3932 source = "registry+https://github.com/rust-lang/crates.io-index" 3933 checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 3934 dependencies = [ 3935 "proc-macro2", 3936 "quote", 3937 "syn", 3938 ] 3939 3940 [[package]] 3941 name = "tempfile" 3942 version = "3.27.0" 3943 source = "registry+https://github.com/rust-lang/crates.io-index" 3944 checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" 3945 dependencies = [ 3946 "fastrand", 3947 "getrandom 0.4.2", 3948 "once_cell", 3949 "rustix 1.1.4", 3950 "windows-sys 0.61.2", 3951 ] 3952 3953 [[package]] 3954 name = "termcolor" 3955 version = "1.4.1" 3956 source = "registry+https://github.com/rust-lang/crates.io-index" 3957 checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 3958 dependencies = [ 3959 "winapi-util", 3960 ] 3961 3962 [[package]] 3963 name = "thiserror" 3964 version = "1.0.69" 3965 source = "registry+https://github.com/rust-lang/crates.io-index" 3966 checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 3967 dependencies = [ 3968 "thiserror-impl 1.0.69", 3969 ] 3970 3971 [[package]] 3972 name = "thiserror" 3973 version = "2.0.18" 3974 source = "registry+https://github.com/rust-lang/crates.io-index" 3975 checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 3976 dependencies = [ 3977 "thiserror-impl 2.0.18", 3978 ] 3979 3980 [[package]] 3981 name = "thiserror-impl" 3982 version = "1.0.69" 3983 source = "registry+https://github.com/rust-lang/crates.io-index" 3984 checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 3985 dependencies = [ 3986 "proc-macro2", 3987 "quote", 3988 "syn", 3989 ] 3990 3991 [[package]] 3992 name = "thiserror-impl" 3993 version = "2.0.18" 3994 source = "registry+https://github.com/rust-lang/crates.io-index" 3995 checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 3996 dependencies = [ 3997 "proc-macro2", 3998 "quote", 3999 "syn", 4000 ] 4001 4002 [[package]] 4003 name = "tiff" 4004 version = "0.11.3" 4005 source = "registry+https://github.com/rust-lang/crates.io-index" 4006 checksum = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52" 4007 dependencies = [ 4008 "fax", 4009 "flate2", 4010 "half", 4011 "quick-error", 4012 "weezl", 4013 "zune-jpeg", 4014 ] 4015 4016 [[package]] 4017 name = "tiny-skia" 4018 version = "0.11.4" 4019 source = "registry+https://github.com/rust-lang/crates.io-index" 4020 checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab" 4021 dependencies = [ 4022 "arrayref", 4023 "arrayvec", 4024 "bytemuck", 4025 "cfg-if", 4026 "log", 4027 "tiny-skia-path", 4028 ] 4029 4030 [[package]] 4031 name = "tiny-skia-path" 4032 version = "0.11.4" 4033 source = "registry+https://github.com/rust-lang/crates.io-index" 4034 checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93" 4035 dependencies = [ 4036 "arrayref", 4037 "bytemuck", 4038 "strict-num", 4039 ] 4040 4041 [[package]] 4042 name = "tinystr" 4043 version = "0.8.2" 4044 source = "registry+https://github.com/rust-lang/crates.io-index" 4045 checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" 4046 dependencies = [ 4047 "displaydoc", 4048 "zerovec", 4049 ] 4050 4051 [[package]] 4052 name = "tinyvec" 4053 version = "1.11.0" 4054 source = "registry+https://github.com/rust-lang/crates.io-index" 4055 checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" 4056 dependencies = [ 4057 "tinyvec_macros", 4058 ] 4059 4060 [[package]] 4061 name = "tinyvec_macros" 4062 version = "0.1.1" 4063 source = "registry+https://github.com/rust-lang/crates.io-index" 4064 checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 4065 4066 [[package]] 4067 name = "tokenizers" 4068 version = "0.22.2" 4069 source = "registry+https://github.com/rust-lang/crates.io-index" 4070 checksum = "b238e22d44a15349529690fb07bd645cf58149a1b1e44d6cb5bd1641ff1a6223" 4071 dependencies = [ 4072 "ahash", 4073 "aho-corasick", 4074 "compact_str", 4075 "dary_heap", 4076 "derive_builder", 4077 "esaxx-rs", 4078 "fancy-regex", 4079 "getrandom 0.3.4", 4080 "itertools", 4081 "log", 4082 "macro_rules_attribute", 4083 "monostate", 4084 "paste", 4085 "rand 0.9.2", 4086 "rayon", 4087 "rayon-cond", 4088 "regex", 4089 "regex-syntax", 4090 "serde", 4091 "serde_json", 4092 "spm_precompiled", 4093 "thiserror 2.0.18", 4094 "unicode-normalization-alignments", 4095 "unicode-segmentation", 4096 "unicode_categories", 4097 ] 4098 4099 [[package]] 4100 name = "tokio" 4101 version = "1.50.0" 4102 source = "registry+https://github.com/rust-lang/crates.io-index" 4103 checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" 4104 dependencies = [ 4105 "bytes", 4106 "libc", 4107 "mio", 4108 "pin-project-lite", 4109 "socket2", 4110 "windows-sys 0.61.2", 4111 ] 4112 4113 [[package]] 4114 name = "tokio-rustls" 4115 version = "0.26.4" 4116 source = "registry+https://github.com/rust-lang/crates.io-index" 4117 checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 4118 dependencies = [ 4119 "rustls", 4120 "tokio", 4121 ] 4122 4123 [[package]] 4124 name = "toml_datetime" 4125 version = "1.0.1+spec-1.1.0" 4126 source = "registry+https://github.com/rust-lang/crates.io-index" 4127 checksum = "9b320e741db58cac564e26c607d3cc1fdc4a88fd36c879568c07856ed83ff3e9" 4128 dependencies = [ 4129 "serde_core", 4130 ] 4131 4132 [[package]] 4133 name = "toml_edit" 4134 version = "0.25.5+spec-1.1.0" 4135 source = "registry+https://github.com/rust-lang/crates.io-index" 4136 checksum = "8ca1a40644a28bce036923f6a431df0b34236949d111cc07cb6dca830c9ef2e1" 4137 dependencies = [ 4138 "indexmap", 4139 "toml_datetime", 4140 "toml_parser", 4141 "winnow 1.0.0", 4142 ] 4143 4144 [[package]] 4145 name = "toml_parser" 4146 version = "1.0.10+spec-1.1.0" 4147 source = "registry+https://github.com/rust-lang/crates.io-index" 4148 checksum = "7df25b4befd31c4816df190124375d5a20c6b6921e2cad937316de3fccd63420" 4149 dependencies = [ 4150 "winnow 1.0.0", 4151 ] 4152 4153 [[package]] 4154 name = "tower" 4155 version = "0.5.3" 4156 source = "registry+https://github.com/rust-lang/crates.io-index" 4157 checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" 4158 dependencies = [ 4159 "futures-core", 4160 "futures-util", 4161 "pin-project-lite", 4162 "sync_wrapper", 4163 "tokio", 4164 "tower-layer", 4165 "tower-service", 4166 ] 4167 4168 [[package]] 4169 name = "tower-http" 4170 version = "0.6.8" 4171 source = "registry+https://github.com/rust-lang/crates.io-index" 4172 checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" 4173 dependencies = [ 4174 "bitflags 2.11.0", 4175 "bytes", 4176 "futures-util", 4177 "http", 4178 "http-body", 4179 "iri-string", 4180 "pin-project-lite", 4181 "tower", 4182 "tower-layer", 4183 "tower-service", 4184 ] 4185 4186 [[package]] 4187 name = "tower-layer" 4188 version = "0.3.3" 4189 source = "registry+https://github.com/rust-lang/crates.io-index" 4190 checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 4191 4192 [[package]] 4193 name = "tower-service" 4194 version = "0.3.3" 4195 source = "registry+https://github.com/rust-lang/crates.io-index" 4196 checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 4197 4198 [[package]] 4199 name = "tracing" 4200 version = "0.1.44" 4201 source = "registry+https://github.com/rust-lang/crates.io-index" 4202 checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 4203 dependencies = [ 4204 "log", 4205 "pin-project-lite", 4206 "tracing-attributes", 4207 "tracing-core", 4208 ] 4209 4210 [[package]] 4211 name = "tracing-attributes" 4212 version = "0.1.31" 4213 source = "registry+https://github.com/rust-lang/crates.io-index" 4214 checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 4215 dependencies = [ 4216 "proc-macro2", 4217 "quote", 4218 "syn", 4219 ] 4220 4221 [[package]] 4222 name = "tracing-core" 4223 version = "0.1.36" 4224 source = "registry+https://github.com/rust-lang/crates.io-index" 4225 checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 4226 dependencies = [ 4227 "once_cell", 4228 ] 4229 4230 [[package]] 4231 name = "try-lock" 4232 version = "0.2.5" 4233 source = "registry+https://github.com/rust-lang/crates.io-index" 4234 checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 4235 4236 [[package]] 4237 name = "ttf-parser" 4238 version = "0.25.1" 4239 source = "registry+https://github.com/rust-lang/crates.io-index" 4240 checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31" 4241 4242 [[package]] 4243 name = "type-map" 4244 version = "0.5.1" 4245 source = "registry+https://github.com/rust-lang/crates.io-index" 4246 checksum = "cb30dbbd9036155e74adad6812e9898d03ec374946234fbcebd5dfc7b9187b90" 4247 dependencies = [ 4248 "rustc-hash 2.1.1", 4249 ] 4250 4251 [[package]] 4252 name = "uds_windows" 4253 version = "1.2.1" 4254 source = "registry+https://github.com/rust-lang/crates.io-index" 4255 checksum = "f2f6fb2847f6742cd76af783a2a2c49e9375d0a111c7bef6f71cd9e738c72d6e" 4256 dependencies = [ 4257 "memoffset", 4258 "tempfile", 4259 "windows-sys 0.61.2", 4260 ] 4261 4262 [[package]] 4263 name = "unicode-ident" 4264 version = "1.0.24" 4265 source = "registry+https://github.com/rust-lang/crates.io-index" 4266 checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 4267 4268 [[package]] 4269 name = "unicode-normalization-alignments" 4270 version = "0.1.12" 4271 source = "registry+https://github.com/rust-lang/crates.io-index" 4272 checksum = "43f613e4fa046e69818dd287fdc4bc78175ff20331479dab6e1b0f98d57062de" 4273 dependencies = [ 4274 "smallvec", 4275 ] 4276 4277 [[package]] 4278 name = "unicode-segmentation" 4279 version = "1.12.0" 4280 source = "registry+https://github.com/rust-lang/crates.io-index" 4281 checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 4282 4283 [[package]] 4284 name = "unicode-width" 4285 version = "0.2.2" 4286 source = "registry+https://github.com/rust-lang/crates.io-index" 4287 checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" 4288 4289 [[package]] 4290 name = "unicode-xid" 4291 version = "0.2.6" 4292 source = "registry+https://github.com/rust-lang/crates.io-index" 4293 checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 4294 4295 [[package]] 4296 name = "unicode_categories" 4297 version = "0.1.1" 4298 source = "registry+https://github.com/rust-lang/crates.io-index" 4299 checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" 4300 4301 [[package]] 4302 name = "untrusted" 4303 version = "0.9.0" 4304 source = "registry+https://github.com/rust-lang/crates.io-index" 4305 checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 4306 4307 [[package]] 4308 name = "ureq" 4309 version = "3.2.0" 4310 source = "registry+https://github.com/rust-lang/crates.io-index" 4311 checksum = "fdc97a28575b85cfedf2a7e7d3cc64b3e11bd8ac766666318003abbacc7a21fc" 4312 dependencies = [ 4313 "base64 0.22.1", 4314 "log", 4315 "percent-encoding", 4316 "rustls", 4317 "rustls-pki-types", 4318 "socks", 4319 "ureq-proto", 4320 "utf-8", 4321 "webpki-roots", 4322 ] 4323 4324 [[package]] 4325 name = "ureq-proto" 4326 version = "0.5.3" 4327 source = "registry+https://github.com/rust-lang/crates.io-index" 4328 checksum = "d81f9efa9df032be5934a46a068815a10a042b494b6a58cb0a1a97bb5467ed6f" 4329 dependencies = [ 4330 "base64 0.22.1", 4331 "http", 4332 "httparse", 4333 "log", 4334 ] 4335 4336 [[package]] 4337 name = "url" 4338 version = "2.5.8" 4339 source = "registry+https://github.com/rust-lang/crates.io-index" 4340 checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 4341 dependencies = [ 4342 "form_urlencoded", 4343 "idna", 4344 "percent-encoding", 4345 "serde", 4346 ] 4347 4348 [[package]] 4349 name = "utf-8" 4350 version = "0.7.6" 4351 source = "registry+https://github.com/rust-lang/crates.io-index" 4352 checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 4353 4354 [[package]] 4355 name = "utf8_iter" 4356 version = "1.0.4" 4357 source = "registry+https://github.com/rust-lang/crates.io-index" 4358 checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 4359 4360 [[package]] 4361 name = "uuid" 4362 version = "1.22.0" 4363 source = "registry+https://github.com/rust-lang/crates.io-index" 4364 checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37" 4365 dependencies = [ 4366 "js-sys", 4367 "serde_core", 4368 "wasm-bindgen", 4369 ] 4370 4371 [[package]] 4372 name = "version_check" 4373 version = "0.9.5" 4374 source = "registry+https://github.com/rust-lang/crates.io-index" 4375 checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 4376 4377 [[package]] 4378 name = "walkdir" 4379 version = "2.5.0" 4380 source = "registry+https://github.com/rust-lang/crates.io-index" 4381 checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 4382 dependencies = [ 4383 "same-file", 4384 "winapi-util", 4385 ] 4386 4387 [[package]] 4388 name = "want" 4389 version = "0.3.1" 4390 source = "registry+https://github.com/rust-lang/crates.io-index" 4391 checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 4392 dependencies = [ 4393 "try-lock", 4394 ] 4395 4396 [[package]] 4397 name = "wasi" 4398 version = "0.11.1+wasi-snapshot-preview1" 4399 source = "registry+https://github.com/rust-lang/crates.io-index" 4400 checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 4401 4402 [[package]] 4403 name = "wasip2" 4404 version = "1.0.2+wasi-0.2.9" 4405 source = "registry+https://github.com/rust-lang/crates.io-index" 4406 checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" 4407 dependencies = [ 4408 "wit-bindgen", 4409 ] 4410 4411 [[package]] 4412 name = "wasip3" 4413 version = "0.4.0+wasi-0.3.0-rc-2026-01-06" 4414 source = "registry+https://github.com/rust-lang/crates.io-index" 4415 checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" 4416 dependencies = [ 4417 "wit-bindgen", 4418 ] 4419 4420 [[package]] 4421 name = "wasm-bindgen" 4422 version = "0.2.114" 4423 source = "registry+https://github.com/rust-lang/crates.io-index" 4424 checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e" 4425 dependencies = [ 4426 "cfg-if", 4427 "once_cell", 4428 "rustversion", 4429 "wasm-bindgen-macro", 4430 "wasm-bindgen-shared", 4431 ] 4432 4433 [[package]] 4434 name = "wasm-bindgen-futures" 4435 version = "0.4.64" 4436 source = "registry+https://github.com/rust-lang/crates.io-index" 4437 checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8" 4438 dependencies = [ 4439 "cfg-if", 4440 "futures-util", 4441 "js-sys", 4442 "once_cell", 4443 "wasm-bindgen", 4444 "web-sys", 4445 ] 4446 4447 [[package]] 4448 name = "wasm-bindgen-macro" 4449 version = "0.2.114" 4450 source = "registry+https://github.com/rust-lang/crates.io-index" 4451 checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6" 4452 dependencies = [ 4453 "quote", 4454 "wasm-bindgen-macro-support", 4455 ] 4456 4457 [[package]] 4458 name = "wasm-bindgen-macro-support" 4459 version = "0.2.114" 4460 source = "registry+https://github.com/rust-lang/crates.io-index" 4461 checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3" 4462 dependencies = [ 4463 "bumpalo", 4464 "proc-macro2", 4465 "quote", 4466 "syn", 4467 "wasm-bindgen-shared", 4468 ] 4469 4470 [[package]] 4471 name = "wasm-bindgen-shared" 4472 version = "0.2.114" 4473 source = "registry+https://github.com/rust-lang/crates.io-index" 4474 checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16" 4475 dependencies = [ 4476 "unicode-ident", 4477 ] 4478 4479 [[package]] 4480 name = "wasm-encoder" 4481 version = "0.244.0" 4482 source = "registry+https://github.com/rust-lang/crates.io-index" 4483 checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" 4484 dependencies = [ 4485 "leb128fmt", 4486 "wasmparser", 4487 ] 4488 4489 [[package]] 4490 name = "wasm-metadata" 4491 version = "0.244.0" 4492 source = "registry+https://github.com/rust-lang/crates.io-index" 4493 checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" 4494 dependencies = [ 4495 "anyhow", 4496 "indexmap", 4497 "wasm-encoder", 4498 "wasmparser", 4499 ] 4500 4501 [[package]] 4502 name = "wasmparser" 4503 version = "0.244.0" 4504 source = "registry+https://github.com/rust-lang/crates.io-index" 4505 checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" 4506 dependencies = [ 4507 "bitflags 2.11.0", 4508 "hashbrown 0.15.5", 4509 "indexmap", 4510 "semver", 4511 ] 4512 4513 [[package]] 4514 name = "wayland-backend" 4515 version = "0.3.14" 4516 source = "registry+https://github.com/rust-lang/crates.io-index" 4517 checksum = "aa75f400b7f719bcd68b3f47cd939ba654cedeef690f486db71331eec4c6a406" 4518 dependencies = [ 4519 "cc", 4520 "downcast-rs", 4521 "rustix 1.1.4", 4522 "scoped-tls", 4523 "smallvec", 4524 "wayland-sys", 4525 ] 4526 4527 [[package]] 4528 name = "wayland-client" 4529 version = "0.31.13" 4530 source = "registry+https://github.com/rust-lang/crates.io-index" 4531 checksum = "ab51d9f7c071abeee76007e2b742499e535148035bb835f97aaed1338cf516c3" 4532 dependencies = [ 4533 "bitflags 2.11.0", 4534 "rustix 1.1.4", 4535 "wayland-backend", 4536 "wayland-scanner", 4537 ] 4538 4539 [[package]] 4540 name = "wayland-csd-frame" 4541 version = "0.3.0" 4542 source = "registry+https://github.com/rust-lang/crates.io-index" 4543 checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" 4544 dependencies = [ 4545 "bitflags 2.11.0", 4546 "cursor-icon", 4547 "wayland-backend", 4548 ] 4549 4550 [[package]] 4551 name = "wayland-cursor" 4552 version = "0.31.13" 4553 source = "registry+https://github.com/rust-lang/crates.io-index" 4554 checksum = "4b3298683470fbdc6ca40151dfc48c8f2fd4c41a26e13042f801f85002384091" 4555 dependencies = [ 4556 "rustix 1.1.4", 4557 "wayland-client", 4558 "xcursor", 4559 ] 4560 4561 [[package]] 4562 name = "wayland-protocols" 4563 version = "0.32.11" 4564 source = "registry+https://github.com/rust-lang/crates.io-index" 4565 checksum = "b23b5df31ceff1328f06ac607591d5ba360cf58f90c8fad4ac8d3a55a3c4aec7" 4566 dependencies = [ 4567 "bitflags 2.11.0", 4568 "wayland-backend", 4569 "wayland-client", 4570 "wayland-scanner", 4571 ] 4572 4573 [[package]] 4574 name = "wayland-protocols-experimental" 4575 version = "20250721.0.1" 4576 source = "registry+https://github.com/rust-lang/crates.io-index" 4577 checksum = "40a1f863128dcaaec790d7b4b396cc9b9a7a079e878e18c47e6c2d2c5a8dcbb1" 4578 dependencies = [ 4579 "bitflags 2.11.0", 4580 "wayland-backend", 4581 "wayland-client", 4582 "wayland-protocols", 4583 "wayland-scanner", 4584 ] 4585 4586 [[package]] 4587 name = "wayland-protocols-misc" 4588 version = "0.3.11" 4589 source = "registry+https://github.com/rust-lang/crates.io-index" 4590 checksum = "429b99200febaf95d4f4e46deff6fe4382bcff3280ee16a41cf887b3c3364984" 4591 dependencies = [ 4592 "bitflags 2.11.0", 4593 "wayland-backend", 4594 "wayland-client", 4595 "wayland-protocols", 4596 "wayland-scanner", 4597 ] 4598 4599 [[package]] 4600 name = "wayland-protocols-plasma" 4601 version = "0.3.11" 4602 source = "registry+https://github.com/rust-lang/crates.io-index" 4603 checksum = "d392fc283a87774afc9beefcd6f931582bb97fe0e6ced0b306a62cb1d026527c" 4604 dependencies = [ 4605 "bitflags 2.11.0", 4606 "wayland-backend", 4607 "wayland-client", 4608 "wayland-protocols", 4609 "wayland-scanner", 4610 ] 4611 4612 [[package]] 4613 name = "wayland-protocols-wlr" 4614 version = "0.3.11" 4615 source = "registry+https://github.com/rust-lang/crates.io-index" 4616 checksum = "78248e4cc0eff8163370ba5c158630dcae1f3497a586b826eca2ef5f348d6235" 4617 dependencies = [ 4618 "bitflags 2.11.0", 4619 "wayland-backend", 4620 "wayland-client", 4621 "wayland-protocols", 4622 "wayland-scanner", 4623 ] 4624 4625 [[package]] 4626 name = "wayland-scanner" 4627 version = "0.31.9" 4628 source = "registry+https://github.com/rust-lang/crates.io-index" 4629 checksum = "c86287151a309799b821ca709b7345a048a2956af05957c89cb824ab919fa4e3" 4630 dependencies = [ 4631 "proc-macro2", 4632 "quick-xml 0.39.2", 4633 "quote", 4634 ] 4635 4636 [[package]] 4637 name = "wayland-sys" 4638 version = "0.31.10" 4639 source = "registry+https://github.com/rust-lang/crates.io-index" 4640 checksum = "374f6b70e8e0d6bf9461a32988fd553b59ff630964924dad6e4a4eb6bd538d17" 4641 dependencies = [ 4642 "dlib", 4643 "log", 4644 "once_cell", 4645 "pkg-config", 4646 ] 4647 4648 [[package]] 4649 name = "web-sys" 4650 version = "0.3.91" 4651 source = "registry+https://github.com/rust-lang/crates.io-index" 4652 checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9" 4653 dependencies = [ 4654 "js-sys", 4655 "wasm-bindgen", 4656 ] 4657 4658 [[package]] 4659 name = "web-time" 4660 version = "1.1.0" 4661 source = "registry+https://github.com/rust-lang/crates.io-index" 4662 checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 4663 dependencies = [ 4664 "js-sys", 4665 "wasm-bindgen", 4666 ] 4667 4668 [[package]] 4669 name = "webbrowser" 4670 version = "1.2.0" 4671 source = "registry+https://github.com/rust-lang/crates.io-index" 4672 checksum = "fe985f41e291eecef5e5c0770a18d28390addb03331c043964d9e916453d6f16" 4673 dependencies = [ 4674 "core-foundation 0.10.1", 4675 "jni 0.22.4", 4676 "log", 4677 "ndk-context", 4678 "objc2 0.6.4", 4679 "objc2-foundation 0.3.2", 4680 "url", 4681 "web-sys", 4682 ] 4683 4684 [[package]] 4685 name = "webpki-root-certs" 4686 version = "1.0.6" 4687 source = "registry+https://github.com/rust-lang/crates.io-index" 4688 checksum = "804f18a4ac2676ffb4e8b5b5fa9ae38af06df08162314f96a68d2a363e21a8ca" 4689 dependencies = [ 4690 "rustls-pki-types", 4691 ] 4692 4693 [[package]] 4694 name = "webpki-roots" 4695 version = "1.0.6" 4696 source = "registry+https://github.com/rust-lang/crates.io-index" 4697 checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed" 4698 dependencies = [ 4699 "rustls-pki-types", 4700 ] 4701 4702 [[package]] 4703 name = "weezl" 4704 version = "0.1.12" 4705 source = "registry+https://github.com/rust-lang/crates.io-index" 4706 checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" 4707 4708 [[package]] 4709 name = "wgpu" 4710 version = "27.0.1" 4711 source = "registry+https://github.com/rust-lang/crates.io-index" 4712 checksum = "bfe68bac7cde125de7a731c3400723cadaaf1703795ad3f4805f187459cd7a77" 4713 dependencies = [ 4714 "arrayvec", 4715 "bitflags 2.11.0", 4716 "cfg-if", 4717 "cfg_aliases", 4718 "document-features", 4719 "hashbrown 0.16.1", 4720 "js-sys", 4721 "log", 4722 "naga", 4723 "parking_lot", 4724 "portable-atomic", 4725 "profiling", 4726 "raw-window-handle", 4727 "smallvec", 4728 "static_assertions", 4729 "wasm-bindgen", 4730 "wasm-bindgen-futures", 4731 "web-sys", 4732 "wgpu-core", 4733 "wgpu-hal", 4734 "wgpu-types", 4735 ] 4736 4737 [[package]] 4738 name = "wgpu-core" 4739 version = "27.0.3" 4740 source = "registry+https://github.com/rust-lang/crates.io-index" 4741 checksum = "27a75de515543b1897b26119f93731b385a19aea165a1ec5f0e3acecc229cae7" 4742 dependencies = [ 4743 "arrayvec", 4744 "bit-set", 4745 "bit-vec", 4746 "bitflags 2.11.0", 4747 "bytemuck", 4748 "cfg_aliases", 4749 "document-features", 4750 "hashbrown 0.16.1", 4751 "indexmap", 4752 "log", 4753 "naga", 4754 "once_cell", 4755 "parking_lot", 4756 "portable-atomic", 4757 "profiling", 4758 "raw-window-handle", 4759 "rustc-hash 1.1.0", 4760 "smallvec", 4761 "thiserror 2.0.18", 4762 "wgpu-core-deps-apple", 4763 "wgpu-core-deps-emscripten", 4764 "wgpu-core-deps-windows-linux-android", 4765 "wgpu-hal", 4766 "wgpu-types", 4767 ] 4768 4769 [[package]] 4770 name = "wgpu-core-deps-apple" 4771 version = "27.0.0" 4772 source = "registry+https://github.com/rust-lang/crates.io-index" 4773 checksum = "0772ae958e9be0c729561d5e3fd9a19679bcdfb945b8b1a1969d9bfe8056d233" 4774 dependencies = [ 4775 "wgpu-hal", 4776 ] 4777 4778 [[package]] 4779 name = "wgpu-core-deps-emscripten" 4780 version = "27.0.0" 4781 source = "registry+https://github.com/rust-lang/crates.io-index" 4782 checksum = "b06ac3444a95b0813ecfd81ddb2774b66220b264b3e2031152a4a29fda4da6b5" 4783 dependencies = [ 4784 "wgpu-hal", 4785 ] 4786 4787 [[package]] 4788 name = "wgpu-core-deps-windows-linux-android" 4789 version = "27.0.0" 4790 source = "registry+https://github.com/rust-lang/crates.io-index" 4791 checksum = "71197027d61a71748e4120f05a9242b2ad142e3c01f8c1b47707945a879a03c3" 4792 dependencies = [ 4793 "wgpu-hal", 4794 ] 4795 4796 [[package]] 4797 name = "wgpu-hal" 4798 version = "27.0.4" 4799 source = "registry+https://github.com/rust-lang/crates.io-index" 4800 checksum = "5b21cb61c57ee198bc4aff71aeadff4cbb80b927beb912506af9c780d64313ce" 4801 dependencies = [ 4802 "android_system_properties", 4803 "arrayvec", 4804 "ash", 4805 "bit-set", 4806 "bitflags 2.11.0", 4807 "block", 4808 "bytemuck", 4809 "cfg-if", 4810 "cfg_aliases", 4811 "core-graphics-types 0.2.0", 4812 "glow", 4813 "glutin_wgl_sys", 4814 "gpu-alloc", 4815 "gpu-allocator", 4816 "gpu-descriptor", 4817 "hashbrown 0.16.1", 4818 "js-sys", 4819 "khronos-egl", 4820 "libc", 4821 "libloading 0.8.9", 4822 "log", 4823 "metal", 4824 "naga", 4825 "ndk-sys", 4826 "objc", 4827 "once_cell", 4828 "ordered-float", 4829 "parking_lot", 4830 "portable-atomic", 4831 "portable-atomic-util", 4832 "profiling", 4833 "range-alloc", 4834 "raw-window-handle", 4835 "renderdoc-sys", 4836 "smallvec", 4837 "thiserror 2.0.18", 4838 "wasm-bindgen", 4839 "web-sys", 4840 "wgpu-types", 4841 "windows 0.58.0", 4842 "windows-core 0.58.0", 4843 ] 4844 4845 [[package]] 4846 name = "wgpu-types" 4847 version = "27.0.1" 4848 source = "registry+https://github.com/rust-lang/crates.io-index" 4849 checksum = "afdcf84c395990db737f2dd91628706cb31e86d72e53482320d368e52b5da5eb" 4850 dependencies = [ 4851 "bitflags 2.11.0", 4852 "bytemuck", 4853 "js-sys", 4854 "log", 4855 "thiserror 2.0.18", 4856 "web-sys", 4857 ] 4858 4859 [[package]] 4860 name = "winapi" 4861 version = "0.3.9" 4862 source = "registry+https://github.com/rust-lang/crates.io-index" 4863 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 4864 dependencies = [ 4865 "winapi-i686-pc-windows-gnu", 4866 "winapi-x86_64-pc-windows-gnu", 4867 ] 4868 4869 [[package]] 4870 name = "winapi-i686-pc-windows-gnu" 4871 version = "0.4.0" 4872 source = "registry+https://github.com/rust-lang/crates.io-index" 4873 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 4874 4875 [[package]] 4876 name = "winapi-util" 4877 version = "0.1.11" 4878 source = "registry+https://github.com/rust-lang/crates.io-index" 4879 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 4880 dependencies = [ 4881 "windows-sys 0.61.2", 4882 ] 4883 4884 [[package]] 4885 name = "winapi-x86_64-pc-windows-gnu" 4886 version = "0.4.0" 4887 source = "registry+https://github.com/rust-lang/crates.io-index" 4888 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4889 4890 [[package]] 4891 name = "windows" 4892 version = "0.58.0" 4893 source = "registry+https://github.com/rust-lang/crates.io-index" 4894 checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" 4895 dependencies = [ 4896 "windows-core 0.58.0", 4897 "windows-targets 0.52.6", 4898 ] 4899 4900 [[package]] 4901 name = "windows" 4902 version = "0.61.3" 4903 source = "registry+https://github.com/rust-lang/crates.io-index" 4904 checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 4905 dependencies = [ 4906 "windows-collections", 4907 "windows-core 0.61.2", 4908 "windows-future", 4909 "windows-link 0.1.3", 4910 "windows-numerics", 4911 ] 4912 4913 [[package]] 4914 name = "windows-collections" 4915 version = "0.2.0" 4916 source = "registry+https://github.com/rust-lang/crates.io-index" 4917 checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 4918 dependencies = [ 4919 "windows-core 0.61.2", 4920 ] 4921 4922 [[package]] 4923 name = "windows-core" 4924 version = "0.58.0" 4925 source = "registry+https://github.com/rust-lang/crates.io-index" 4926 checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" 4927 dependencies = [ 4928 "windows-implement 0.58.0", 4929 "windows-interface 0.58.0", 4930 "windows-result 0.2.0", 4931 "windows-strings 0.1.0", 4932 "windows-targets 0.52.6", 4933 ] 4934 4935 [[package]] 4936 name = "windows-core" 4937 version = "0.61.2" 4938 source = "registry+https://github.com/rust-lang/crates.io-index" 4939 checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 4940 dependencies = [ 4941 "windows-implement 0.60.2", 4942 "windows-interface 0.59.3", 4943 "windows-link 0.1.3", 4944 "windows-result 0.3.4", 4945 "windows-strings 0.4.2", 4946 ] 4947 4948 [[package]] 4949 name = "windows-future" 4950 version = "0.2.1" 4951 source = "registry+https://github.com/rust-lang/crates.io-index" 4952 checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 4953 dependencies = [ 4954 "windows-core 0.61.2", 4955 "windows-link 0.1.3", 4956 "windows-threading", 4957 ] 4958 4959 [[package]] 4960 name = "windows-implement" 4961 version = "0.58.0" 4962 source = "registry+https://github.com/rust-lang/crates.io-index" 4963 checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" 4964 dependencies = [ 4965 "proc-macro2", 4966 "quote", 4967 "syn", 4968 ] 4969 4970 [[package]] 4971 name = "windows-implement" 4972 version = "0.60.2" 4973 source = "registry+https://github.com/rust-lang/crates.io-index" 4974 checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 4975 dependencies = [ 4976 "proc-macro2", 4977 "quote", 4978 "syn", 4979 ] 4980 4981 [[package]] 4982 name = "windows-interface" 4983 version = "0.58.0" 4984 source = "registry+https://github.com/rust-lang/crates.io-index" 4985 checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" 4986 dependencies = [ 4987 "proc-macro2", 4988 "quote", 4989 "syn", 4990 ] 4991 4992 [[package]] 4993 name = "windows-interface" 4994 version = "0.59.3" 4995 source = "registry+https://github.com/rust-lang/crates.io-index" 4996 checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 4997 dependencies = [ 4998 "proc-macro2", 4999 "quote", 5000 "syn", 5001 ] 5002 5003 [[package]] 5004 name = "windows-link" 5005 version = "0.1.3" 5006 source = "registry+https://github.com/rust-lang/crates.io-index" 5007 checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 5008 5009 [[package]] 5010 name = "windows-link" 5011 version = "0.2.1" 5012 source = "registry+https://github.com/rust-lang/crates.io-index" 5013 checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 5014 5015 [[package]] 5016 name = "windows-numerics" 5017 version = "0.2.0" 5018 source = "registry+https://github.com/rust-lang/crates.io-index" 5019 checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 5020 dependencies = [ 5021 "windows-core 0.61.2", 5022 "windows-link 0.1.3", 5023 ] 5024 5025 [[package]] 5026 name = "windows-result" 5027 version = "0.2.0" 5028 source = "registry+https://github.com/rust-lang/crates.io-index" 5029 checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" 5030 dependencies = [ 5031 "windows-targets 0.52.6", 5032 ] 5033 5034 [[package]] 5035 name = "windows-result" 5036 version = "0.3.4" 5037 source = "registry+https://github.com/rust-lang/crates.io-index" 5038 checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 5039 dependencies = [ 5040 "windows-link 0.1.3", 5041 ] 5042 5043 [[package]] 5044 name = "windows-strings" 5045 version = "0.1.0" 5046 source = "registry+https://github.com/rust-lang/crates.io-index" 5047 checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" 5048 dependencies = [ 5049 "windows-result 0.2.0", 5050 "windows-targets 0.52.6", 5051 ] 5052 5053 [[package]] 5054 name = "windows-strings" 5055 version = "0.4.2" 5056 source = "registry+https://github.com/rust-lang/crates.io-index" 5057 checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 5058 dependencies = [ 5059 "windows-link 0.1.3", 5060 ] 5061 5062 [[package]] 5063 name = "windows-sys" 5064 version = "0.45.0" 5065 source = "registry+https://github.com/rust-lang/crates.io-index" 5066 checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 5067 dependencies = [ 5068 "windows-targets 0.42.2", 5069 ] 5070 5071 [[package]] 5072 name = "windows-sys" 5073 version = "0.52.0" 5074 source = "registry+https://github.com/rust-lang/crates.io-index" 5075 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 5076 dependencies = [ 5077 "windows-targets 0.52.6", 5078 ] 5079 5080 [[package]] 5081 name = "windows-sys" 5082 version = "0.59.0" 5083 source = "registry+https://github.com/rust-lang/crates.io-index" 5084 checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 5085 dependencies = [ 5086 "windows-targets 0.52.6", 5087 ] 5088 5089 [[package]] 5090 name = "windows-sys" 5091 version = "0.60.2" 5092 source = "registry+https://github.com/rust-lang/crates.io-index" 5093 checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 5094 dependencies = [ 5095 "windows-targets 0.53.5", 5096 ] 5097 5098 [[package]] 5099 name = "windows-sys" 5100 version = "0.61.2" 5101 source = "registry+https://github.com/rust-lang/crates.io-index" 5102 checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 5103 dependencies = [ 5104 "windows-link 0.2.1", 5105 ] 5106 5107 [[package]] 5108 name = "windows-targets" 5109 version = "0.42.2" 5110 source = "registry+https://github.com/rust-lang/crates.io-index" 5111 checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 5112 dependencies = [ 5113 "windows_aarch64_gnullvm 0.42.2", 5114 "windows_aarch64_msvc 0.42.2", 5115 "windows_i686_gnu 0.42.2", 5116 "windows_i686_msvc 0.42.2", 5117 "windows_x86_64_gnu 0.42.2", 5118 "windows_x86_64_gnullvm 0.42.2", 5119 "windows_x86_64_msvc 0.42.2", 5120 ] 5121 5122 [[package]] 5123 name = "windows-targets" 5124 version = "0.52.6" 5125 source = "registry+https://github.com/rust-lang/crates.io-index" 5126 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 5127 dependencies = [ 5128 "windows_aarch64_gnullvm 0.52.6", 5129 "windows_aarch64_msvc 0.52.6", 5130 "windows_i686_gnu 0.52.6", 5131 "windows_i686_gnullvm 0.52.6", 5132 "windows_i686_msvc 0.52.6", 5133 "windows_x86_64_gnu 0.52.6", 5134 "windows_x86_64_gnullvm 0.52.6", 5135 "windows_x86_64_msvc 0.52.6", 5136 ] 5137 5138 [[package]] 5139 name = "windows-targets" 5140 version = "0.53.5" 5141 source = "registry+https://github.com/rust-lang/crates.io-index" 5142 checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 5143 dependencies = [ 5144 "windows-link 0.2.1", 5145 "windows_aarch64_gnullvm 0.53.1", 5146 "windows_aarch64_msvc 0.53.1", 5147 "windows_i686_gnu 0.53.1", 5148 "windows_i686_gnullvm 0.53.1", 5149 "windows_i686_msvc 0.53.1", 5150 "windows_x86_64_gnu 0.53.1", 5151 "windows_x86_64_gnullvm 0.53.1", 5152 "windows_x86_64_msvc 0.53.1", 5153 ] 5154 5155 [[package]] 5156 name = "windows-threading" 5157 version = "0.1.0" 5158 source = "registry+https://github.com/rust-lang/crates.io-index" 5159 checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" 5160 dependencies = [ 5161 "windows-link 0.1.3", 5162 ] 5163 5164 [[package]] 5165 name = "windows_aarch64_gnullvm" 5166 version = "0.42.2" 5167 source = "registry+https://github.com/rust-lang/crates.io-index" 5168 checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 5169 5170 [[package]] 5171 name = "windows_aarch64_gnullvm" 5172 version = "0.52.6" 5173 source = "registry+https://github.com/rust-lang/crates.io-index" 5174 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 5175 5176 [[package]] 5177 name = "windows_aarch64_gnullvm" 5178 version = "0.53.1" 5179 source = "registry+https://github.com/rust-lang/crates.io-index" 5180 checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 5181 5182 [[package]] 5183 name = "windows_aarch64_msvc" 5184 version = "0.42.2" 5185 source = "registry+https://github.com/rust-lang/crates.io-index" 5186 checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 5187 5188 [[package]] 5189 name = "windows_aarch64_msvc" 5190 version = "0.52.6" 5191 source = "registry+https://github.com/rust-lang/crates.io-index" 5192 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 5193 5194 [[package]] 5195 name = "windows_aarch64_msvc" 5196 version = "0.53.1" 5197 source = "registry+https://github.com/rust-lang/crates.io-index" 5198 checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 5199 5200 [[package]] 5201 name = "windows_i686_gnu" 5202 version = "0.42.2" 5203 source = "registry+https://github.com/rust-lang/crates.io-index" 5204 checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 5205 5206 [[package]] 5207 name = "windows_i686_gnu" 5208 version = "0.52.6" 5209 source = "registry+https://github.com/rust-lang/crates.io-index" 5210 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 5211 5212 [[package]] 5213 name = "windows_i686_gnu" 5214 version = "0.53.1" 5215 source = "registry+https://github.com/rust-lang/crates.io-index" 5216 checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 5217 5218 [[package]] 5219 name = "windows_i686_gnullvm" 5220 version = "0.52.6" 5221 source = "registry+https://github.com/rust-lang/crates.io-index" 5222 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 5223 5224 [[package]] 5225 name = "windows_i686_gnullvm" 5226 version = "0.53.1" 5227 source = "registry+https://github.com/rust-lang/crates.io-index" 5228 checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 5229 5230 [[package]] 5231 name = "windows_i686_msvc" 5232 version = "0.42.2" 5233 source = "registry+https://github.com/rust-lang/crates.io-index" 5234 checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 5235 5236 [[package]] 5237 name = "windows_i686_msvc" 5238 version = "0.52.6" 5239 source = "registry+https://github.com/rust-lang/crates.io-index" 5240 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 5241 5242 [[package]] 5243 name = "windows_i686_msvc" 5244 version = "0.53.1" 5245 source = "registry+https://github.com/rust-lang/crates.io-index" 5246 checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 5247 5248 [[package]] 5249 name = "windows_x86_64_gnu" 5250 version = "0.42.2" 5251 source = "registry+https://github.com/rust-lang/crates.io-index" 5252 checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 5253 5254 [[package]] 5255 name = "windows_x86_64_gnu" 5256 version = "0.52.6" 5257 source = "registry+https://github.com/rust-lang/crates.io-index" 5258 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 5259 5260 [[package]] 5261 name = "windows_x86_64_gnu" 5262 version = "0.53.1" 5263 source = "registry+https://github.com/rust-lang/crates.io-index" 5264 checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 5265 5266 [[package]] 5267 name = "windows_x86_64_gnullvm" 5268 version = "0.42.2" 5269 source = "registry+https://github.com/rust-lang/crates.io-index" 5270 checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 5271 5272 [[package]] 5273 name = "windows_x86_64_gnullvm" 5274 version = "0.52.6" 5275 source = "registry+https://github.com/rust-lang/crates.io-index" 5276 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 5277 5278 [[package]] 5279 name = "windows_x86_64_gnullvm" 5280 version = "0.53.1" 5281 source = "registry+https://github.com/rust-lang/crates.io-index" 5282 checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 5283 5284 [[package]] 5285 name = "windows_x86_64_msvc" 5286 version = "0.42.2" 5287 source = "registry+https://github.com/rust-lang/crates.io-index" 5288 checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 5289 5290 [[package]] 5291 name = "windows_x86_64_msvc" 5292 version = "0.52.6" 5293 source = "registry+https://github.com/rust-lang/crates.io-index" 5294 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 5295 5296 [[package]] 5297 name = "windows_x86_64_msvc" 5298 version = "0.53.1" 5299 source = "registry+https://github.com/rust-lang/crates.io-index" 5300 checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 5301 5302 [[package]] 5303 name = "winit" 5304 version = "0.30.13" 5305 source = "registry+https://github.com/rust-lang/crates.io-index" 5306 checksum = "a6755fa58a9f8350bd1e472d4c3fcc25f824ec358933bba33306d0b63df5978d" 5307 dependencies = [ 5308 "ahash", 5309 "android-activity", 5310 "atomic-waker", 5311 "bitflags 2.11.0", 5312 "block2 0.5.1", 5313 "bytemuck", 5314 "calloop 0.13.0", 5315 "cfg_aliases", 5316 "concurrent-queue", 5317 "core-foundation 0.9.4", 5318 "core-graphics", 5319 "cursor-icon", 5320 "dpi", 5321 "js-sys", 5322 "libc", 5323 "memmap2", 5324 "ndk", 5325 "objc2 0.5.2", 5326 "objc2-app-kit 0.2.2", 5327 "objc2-foundation 0.2.2", 5328 "objc2-ui-kit", 5329 "orbclient", 5330 "percent-encoding", 5331 "pin-project", 5332 "raw-window-handle", 5333 "redox_syscall 0.4.1", 5334 "rustix 0.38.44", 5335 "sctk-adwaita", 5336 "smithay-client-toolkit 0.19.2", 5337 "smol_str", 5338 "tracing", 5339 "unicode-segmentation", 5340 "wasm-bindgen", 5341 "wasm-bindgen-futures", 5342 "wayland-backend", 5343 "wayland-client", 5344 "wayland-protocols", 5345 "wayland-protocols-plasma", 5346 "web-sys", 5347 "web-time", 5348 "windows-sys 0.52.0", 5349 "x11-dl", 5350 "x11rb", 5351 "xkbcommon-dl", 5352 ] 5353 5354 [[package]] 5355 name = "winnow" 5356 version = "0.7.15" 5357 source = "registry+https://github.com/rust-lang/crates.io-index" 5358 checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" 5359 dependencies = [ 5360 "memchr", 5361 ] 5362 5363 [[package]] 5364 name = "winnow" 5365 version = "1.0.0" 5366 source = "registry+https://github.com/rust-lang/crates.io-index" 5367 checksum = "a90e88e4667264a994d34e6d1ab2d26d398dcdca8b7f52bec8668957517fc7d8" 5368 dependencies = [ 5369 "memchr", 5370 ] 5371 5372 [[package]] 5373 name = "wit-bindgen" 5374 version = "0.51.0" 5375 source = "registry+https://github.com/rust-lang/crates.io-index" 5376 checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 5377 dependencies = [ 5378 "wit-bindgen-rust-macro", 5379 ] 5380 5381 [[package]] 5382 name = "wit-bindgen-core" 5383 version = "0.51.0" 5384 source = "registry+https://github.com/rust-lang/crates.io-index" 5385 checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" 5386 dependencies = [ 5387 "anyhow", 5388 "heck", 5389 "wit-parser", 5390 ] 5391 5392 [[package]] 5393 name = "wit-bindgen-rust" 5394 version = "0.51.0" 5395 source = "registry+https://github.com/rust-lang/crates.io-index" 5396 checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" 5397 dependencies = [ 5398 "anyhow", 5399 "heck", 5400 "indexmap", 5401 "prettyplease", 5402 "syn", 5403 "wasm-metadata", 5404 "wit-bindgen-core", 5405 "wit-component", 5406 ] 5407 5408 [[package]] 5409 name = "wit-bindgen-rust-macro" 5410 version = "0.51.0" 5411 source = "registry+https://github.com/rust-lang/crates.io-index" 5412 checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" 5413 dependencies = [ 5414 "anyhow", 5415 "prettyplease", 5416 "proc-macro2", 5417 "quote", 5418 "syn", 5419 "wit-bindgen-core", 5420 "wit-bindgen-rust", 5421 ] 5422 5423 [[package]] 5424 name = "wit-component" 5425 version = "0.244.0" 5426 source = "registry+https://github.com/rust-lang/crates.io-index" 5427 checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" 5428 dependencies = [ 5429 "anyhow", 5430 "bitflags 2.11.0", 5431 "indexmap", 5432 "log", 5433 "serde", 5434 "serde_derive", 5435 "serde_json", 5436 "wasm-encoder", 5437 "wasm-metadata", 5438 "wasmparser", 5439 "wit-parser", 5440 ] 5441 5442 [[package]] 5443 name = "wit-parser" 5444 version = "0.244.0" 5445 source = "registry+https://github.com/rust-lang/crates.io-index" 5446 checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" 5447 dependencies = [ 5448 "anyhow", 5449 "id-arena", 5450 "indexmap", 5451 "log", 5452 "semver", 5453 "serde", 5454 "serde_derive", 5455 "serde_json", 5456 "unicode-xid", 5457 "wasmparser", 5458 ] 5459 5460 [[package]] 5461 name = "writeable" 5462 version = "0.6.2" 5463 source = "registry+https://github.com/rust-lang/crates.io-index" 5464 checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" 5465 5466 [[package]] 5467 name = "x11-dl" 5468 version = "2.21.0" 5469 source = "registry+https://github.com/rust-lang/crates.io-index" 5470 checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 5471 dependencies = [ 5472 "libc", 5473 "once_cell", 5474 "pkg-config", 5475 ] 5476 5477 [[package]] 5478 name = "x11rb" 5479 version = "0.13.2" 5480 source = "registry+https://github.com/rust-lang/crates.io-index" 5481 checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414" 5482 dependencies = [ 5483 "as-raw-xcb-connection", 5484 "gethostname", 5485 "libc", 5486 "libloading 0.8.9", 5487 "once_cell", 5488 "rustix 1.1.4", 5489 "x11rb-protocol", 5490 ] 5491 5492 [[package]] 5493 name = "x11rb-protocol" 5494 version = "0.13.2" 5495 source = "registry+https://github.com/rust-lang/crates.io-index" 5496 checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd" 5497 5498 [[package]] 5499 name = "xcursor" 5500 version = "0.3.10" 5501 source = "registry+https://github.com/rust-lang/crates.io-index" 5502 checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b" 5503 5504 [[package]] 5505 name = "xkbcommon-dl" 5506 version = "0.4.2" 5507 source = "registry+https://github.com/rust-lang/crates.io-index" 5508 checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" 5509 dependencies = [ 5510 "bitflags 2.11.0", 5511 "dlib", 5512 "log", 5513 "once_cell", 5514 "xkeysym", 5515 ] 5516 5517 [[package]] 5518 name = "xkeysym" 5519 version = "0.2.1" 5520 source = "registry+https://github.com/rust-lang/crates.io-index" 5521 checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" 5522 5523 [[package]] 5524 name = "xml-rs" 5525 version = "0.8.28" 5526 source = "registry+https://github.com/rust-lang/crates.io-index" 5527 checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f" 5528 5529 [[package]] 5530 name = "yoke" 5531 version = "0.8.1" 5532 source = "registry+https://github.com/rust-lang/crates.io-index" 5533 checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" 5534 dependencies = [ 5535 "stable_deref_trait", 5536 "yoke-derive", 5537 "zerofrom", 5538 ] 5539 5540 [[package]] 5541 name = "yoke-derive" 5542 version = "0.8.1" 5543 source = "registry+https://github.com/rust-lang/crates.io-index" 5544 checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" 5545 dependencies = [ 5546 "proc-macro2", 5547 "quote", 5548 "syn", 5549 "synstructure", 5550 ] 5551 5552 [[package]] 5553 name = "zbus" 5554 version = "5.14.0" 5555 source = "registry+https://github.com/rust-lang/crates.io-index" 5556 checksum = "ca82f95dbd3943a40a53cfded6c2d0a2ca26192011846a1810c4256ef92c60bc" 5557 dependencies = [ 5558 "async-broadcast", 5559 "async-executor", 5560 "async-io", 5561 "async-lock", 5562 "async-process", 5563 "async-recursion", 5564 "async-task", 5565 "async-trait", 5566 "blocking", 5567 "enumflags2", 5568 "event-listener", 5569 "futures-core", 5570 "futures-lite", 5571 "hex", 5572 "libc", 5573 "ordered-stream", 5574 "rustix 1.1.4", 5575 "serde", 5576 "serde_repr", 5577 "tracing", 5578 "uds_windows", 5579 "uuid", 5580 "windows-sys 0.61.2", 5581 "winnow 0.7.15", 5582 "zbus_macros", 5583 "zbus_names", 5584 "zvariant", 5585 ] 5586 5587 [[package]] 5588 name = "zbus-lockstep" 5589 version = "0.5.2" 5590 source = "registry+https://github.com/rust-lang/crates.io-index" 5591 checksum = "6998de05217a084b7578728a9443d04ea4cd80f2a0839b8d78770b76ccd45863" 5592 dependencies = [ 5593 "zbus_xml", 5594 "zvariant", 5595 ] 5596 5597 [[package]] 5598 name = "zbus-lockstep-macros" 5599 version = "0.5.2" 5600 source = "registry+https://github.com/rust-lang/crates.io-index" 5601 checksum = "10da05367f3a7b7553c8cdf8fa91aee6b64afebe32b51c95177957efc47ca3a0" 5602 dependencies = [ 5603 "proc-macro2", 5604 "quote", 5605 "syn", 5606 "zbus-lockstep", 5607 "zbus_xml", 5608 "zvariant", 5609 ] 5610 5611 [[package]] 5612 name = "zbus_macros" 5613 version = "5.14.0" 5614 source = "registry+https://github.com/rust-lang/crates.io-index" 5615 checksum = "897e79616e84aac4b2c46e9132a4f63b93105d54fe8c0e8f6bffc21fa8d49222" 5616 dependencies = [ 5617 "proc-macro-crate", 5618 "proc-macro2", 5619 "quote", 5620 "syn", 5621 "zbus_names", 5622 "zvariant", 5623 "zvariant_utils", 5624 ] 5625 5626 [[package]] 5627 name = "zbus_names" 5628 version = "4.3.1" 5629 source = "registry+https://github.com/rust-lang/crates.io-index" 5630 checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f" 5631 dependencies = [ 5632 "serde", 5633 "winnow 0.7.15", 5634 "zvariant", 5635 ] 5636 5637 [[package]] 5638 name = "zbus_xml" 5639 version = "5.1.0" 5640 source = "registry+https://github.com/rust-lang/crates.io-index" 5641 checksum = "441a0064125265655bccc3a6af6bef56814d9277ac83fce48b1cd7e160b80eac" 5642 dependencies = [ 5643 "quick-xml 0.38.4", 5644 "serde", 5645 "zbus_names", 5646 "zvariant", 5647 ] 5648 5649 [[package]] 5650 name = "zerocopy" 5651 version = "0.8.47" 5652 source = "registry+https://github.com/rust-lang/crates.io-index" 5653 checksum = "efbb2a062be311f2ba113ce66f697a4dc589f85e78a4aea276200804cea0ed87" 5654 dependencies = [ 5655 "zerocopy-derive", 5656 ] 5657 5658 [[package]] 5659 name = "zerocopy-derive" 5660 version = "0.8.47" 5661 source = "registry+https://github.com/rust-lang/crates.io-index" 5662 checksum = "0e8bc7269b54418e7aeeef514aa68f8690b8c0489a06b0136e5f57c4c5ccab89" 5663 dependencies = [ 5664 "proc-macro2", 5665 "quote", 5666 "syn", 5667 ] 5668 5669 [[package]] 5670 name = "zerofrom" 5671 version = "0.1.6" 5672 source = "registry+https://github.com/rust-lang/crates.io-index" 5673 checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 5674 dependencies = [ 5675 "zerofrom-derive", 5676 ] 5677 5678 [[package]] 5679 name = "zerofrom-derive" 5680 version = "0.1.6" 5681 source = "registry+https://github.com/rust-lang/crates.io-index" 5682 checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 5683 dependencies = [ 5684 "proc-macro2", 5685 "quote", 5686 "syn", 5687 "synstructure", 5688 ] 5689 5690 [[package]] 5691 name = "zeroize" 5692 version = "1.8.2" 5693 source = "registry+https://github.com/rust-lang/crates.io-index" 5694 checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 5695 5696 [[package]] 5697 name = "zerotrie" 5698 version = "0.2.3" 5699 source = "registry+https://github.com/rust-lang/crates.io-index" 5700 checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" 5701 dependencies = [ 5702 "displaydoc", 5703 "yoke", 5704 "zerofrom", 5705 ] 5706 5707 [[package]] 5708 name = "zerovec" 5709 version = "0.11.5" 5710 source = "registry+https://github.com/rust-lang/crates.io-index" 5711 checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" 5712 dependencies = [ 5713 "yoke", 5714 "zerofrom", 5715 "zerovec-derive", 5716 ] 5717 5718 [[package]] 5719 name = "zerovec-derive" 5720 version = "0.11.2" 5721 source = "registry+https://github.com/rust-lang/crates.io-index" 5722 checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" 5723 dependencies = [ 5724 "proc-macro2", 5725 "quote", 5726 "syn", 5727 ] 5728 5729 [[package]] 5730 name = "zmij" 5731 version = "1.0.21" 5732 source = "registry+https://github.com/rust-lang/crates.io-index" 5733 checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" 5734 5735 [[package]] 5736 name = "zune-core" 5737 version = "0.5.1" 5738 source = "registry+https://github.com/rust-lang/crates.io-index" 5739 checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9" 5740 5741 [[package]] 5742 name = "zune-jpeg" 5743 version = "0.5.13" 5744 source = "registry+https://github.com/rust-lang/crates.io-index" 5745 checksum = "ec5f41c76397b7da451efd19915684f727d7e1d516384ca6bd0ec43ec94de23c" 5746 dependencies = [ 5747 "zune-core", 5748 ] 5749 5750 [[package]] 5751 name = "zvariant" 5752 version = "5.10.0" 5753 source = "registry+https://github.com/rust-lang/crates.io-index" 5754 checksum = "5708299b21903bbe348e94729f22c49c55d04720a004aa350f1f9c122fd2540b" 5755 dependencies = [ 5756 "endi", 5757 "enumflags2", 5758 "serde", 5759 "winnow 0.7.15", 5760 "zvariant_derive", 5761 "zvariant_utils", 5762 ] 5763 5764 [[package]] 5765 name = "zvariant_derive" 5766 version = "5.10.0" 5767 source = "registry+https://github.com/rust-lang/crates.io-index" 5768 checksum = "5b59b012ebe9c46656f9cc08d8da8b4c726510aef12559da3e5f1bf72780752c" 5769 dependencies = [ 5770 "proc-macro-crate", 5771 "proc-macro2", 5772 "quote", 5773 "syn", 5774 "zvariant_utils", 5775 ] 5776 5777 [[package]] 5778 name = "zvariant_utils" 5779 version = "3.3.0" 5780 source = "registry+https://github.com/rust-lang/crates.io-index" 5781 checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9" 5782 dependencies = [ 5783 "proc-macro2", 5784 "quote", 5785 "serde", 5786 "syn", 5787 "winnow 0.7.15", 5788 ]