surfer: use fetchCargoVendor

authored by TomaSajt and committed by Masum Reza 1870772d 8c5b761f

+2 -6579
-6571
pkgs/by-name/su/surfer/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "ab_glyph" 7 - version = "0.2.29" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "ec3672c180e71eeaaac3a541fbbc5f5ad4def8b747c595ad30d674e43049f7b0" 10 - dependencies = [ 11 - "ab_glyph_rasterizer", 12 - "owned_ttf_parser", 13 - ] 14 - 15 - [[package]] 16 - name = "ab_glyph_rasterizer" 17 - version = "0.1.8" 18 - source = "registry+https://github.com/rust-lang/crates.io-index" 19 - checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046" 20 - 21 - [[package]] 22 - name = "accesskit" 23 - version = "0.17.1" 24 - source = "registry+https://github.com/rust-lang/crates.io-index" 25 - checksum = "d3d3b8f9bae46a948369bc4a03e815d4ed6d616bd00de4051133a5019dc31c5a" 26 - dependencies = [ 27 - "enumn", 28 - "serde", 29 - ] 30 - 31 - [[package]] 32 - name = "accesskit_atspi_common" 33 - version = "0.10.1" 34 - source = "registry+https://github.com/rust-lang/crates.io-index" 35 - checksum = "7c5dd55e6e94949498698daf4d48fb5659e824d7abec0d394089656ceaf99d4f" 36 - dependencies = [ 37 - "accesskit", 38 - "accesskit_consumer", 39 - "atspi-common", 40 - "serde", 41 - "thiserror 1.0.65", 42 - "zvariant 4.2.0", 43 - ] 44 - 45 - [[package]] 46 - name = "accesskit_consumer" 47 - version = "0.26.0" 48 - source = "registry+https://github.com/rust-lang/crates.io-index" 49 - checksum = "f47983a1084940ba9a39c077a8c63e55c619388be5476ac04c804cfbd1e63459" 50 - dependencies = [ 51 - "accesskit", 52 - "hashbrown 0.15.0", 53 - "immutable-chunkmap", 54 - ] 55 - 56 - [[package]] 57 - name = "accesskit_macos" 58 - version = "0.18.1" 59 - source = "registry+https://github.com/rust-lang/crates.io-index" 60 - checksum = "7329821f3bd1101e03a7d2e03bd339e3ac0dc64c70b4c9f9ae1949e3ba8dece1" 61 - dependencies = [ 62 - "accesskit", 63 - "accesskit_consumer", 64 - "hashbrown 0.15.0", 65 - "objc2", 66 - "objc2-app-kit", 67 - "objc2-foundation", 68 - ] 69 - 70 - [[package]] 71 - name = "accesskit_unix" 72 - version = "0.13.1" 73 - source = "registry+https://github.com/rust-lang/crates.io-index" 74 - checksum = "fcee751cc20d88678c33edaf9c07e8b693cd02819fe89053776f5313492273f5" 75 - dependencies = [ 76 - "accesskit", 77 - "accesskit_atspi_common", 78 - "async-channel", 79 - "async-executor", 80 - "async-task", 81 - "atspi", 82 - "futures-lite", 83 - "futures-util", 84 - "serde", 85 - "zbus 4.4.0", 86 - ] 87 - 88 - [[package]] 89 - name = "accesskit_windows" 90 - version = "0.24.1" 91 - source = "registry+https://github.com/rust-lang/crates.io-index" 92 - checksum = "24fcd5d23d70670992b823e735e859374d694a3d12bfd8dd32bd3bd8bedb5d81" 93 - dependencies = [ 94 - "accesskit", 95 - "accesskit_consumer", 96 - "hashbrown 0.15.0", 97 - "paste", 98 - "static_assertions", 99 - "windows", 100 - "windows-core 0.58.0", 101 - ] 102 - 103 - [[package]] 104 - name = "accesskit_winit" 105 - version = "0.23.1" 106 - source = "registry+https://github.com/rust-lang/crates.io-index" 107 - checksum = "6a6a48dad5530b6deb9fc7a52cc6c3bf72cdd9eb8157ac9d32d69f2427a5e879" 108 - dependencies = [ 109 - "accesskit", 110 - "accesskit_macos", 111 - "accesskit_unix", 112 - "accesskit_windows", 113 - "raw-window-handle", 114 - "winit", 115 - ] 116 - 117 - [[package]] 118 - name = "addr2line" 119 - version = "0.21.0" 120 - source = "registry+https://github.com/rust-lang/crates.io-index" 121 - checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" 122 - dependencies = [ 123 - "gimli", 124 - ] 125 - 126 - [[package]] 127 - name = "adler" 128 - version = "1.0.2" 129 - source = "registry+https://github.com/rust-lang/crates.io-index" 130 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 131 - 132 - [[package]] 133 - name = "adler2" 134 - version = "2.0.0" 135 - source = "registry+https://github.com/rust-lang/crates.io-index" 136 - checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 137 - 138 - [[package]] 139 - name = "ahash" 140 - version = "0.8.11" 141 - source = "registry+https://github.com/rust-lang/crates.io-index" 142 - checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 143 - dependencies = [ 144 - "cfg-if", 145 - "getrandom", 146 - "once_cell", 147 - "serde", 148 - "version_check", 149 - "zerocopy", 150 - ] 151 - 152 - [[package]] 153 - name = "aho-corasick" 154 - version = "1.1.3" 155 - source = "registry+https://github.com/rust-lang/crates.io-index" 156 - checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 157 - dependencies = [ 158 - "memchr", 159 - ] 160 - 161 - [[package]] 162 - name = "allocator-api2" 163 - version = "0.2.20" 164 - source = "registry+https://github.com/rust-lang/crates.io-index" 165 - checksum = "45862d1c77f2228b9e10bc609d5bc203d86ebc9b87ad8d5d5167a6c9abf739d9" 166 - 167 - [[package]] 168 - name = "android-activity" 169 - version = "0.6.0" 170 - source = "registry+https://github.com/rust-lang/crates.io-index" 171 - checksum = "ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046" 172 - dependencies = [ 173 - "android-properties", 174 - "bitflags 2.6.0", 175 - "cc", 176 - "cesu8", 177 - "jni", 178 - "jni-sys", 179 - "libc", 180 - "log", 181 - "ndk", 182 - "ndk-context", 183 - "ndk-sys 0.6.0+11769913", 184 - "num_enum", 185 - "thiserror 1.0.65", 186 - ] 187 - 188 - [[package]] 189 - name = "android-properties" 190 - version = "0.2.2" 191 - source = "registry+https://github.com/rust-lang/crates.io-index" 192 - checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" 193 - 194 - [[package]] 195 - name = "android-tzdata" 196 - version = "0.1.1" 197 - source = "registry+https://github.com/rust-lang/crates.io-index" 198 - checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 199 - 200 - [[package]] 201 - name = "android_system_properties" 202 - version = "0.1.5" 203 - source = "registry+https://github.com/rust-lang/crates.io-index" 204 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 205 - dependencies = [ 206 - "libc", 207 - ] 208 - 209 - [[package]] 210 - name = "anstream" 211 - version = "0.6.17" 212 - source = "registry+https://github.com/rust-lang/crates.io-index" 213 - checksum = "23a1e53f0f5d86382dafe1cf314783b2044280f406e7e1506368220ad11b1338" 214 - dependencies = [ 215 - "anstyle", 216 - "anstyle-parse", 217 - "anstyle-query", 218 - "anstyle-wincon", 219 - "colorchoice", 220 - "is_terminal_polyfill", 221 - "utf8parse", 222 - ] 223 - 224 - [[package]] 225 - name = "anstyle" 226 - version = "1.0.9" 227 - source = "registry+https://github.com/rust-lang/crates.io-index" 228 - checksum = "8365de52b16c035ff4fcafe0092ba9390540e3e352870ac09933bebcaa2c8c56" 229 - 230 - [[package]] 231 - name = "anstyle-parse" 232 - version = "0.2.6" 233 - source = "registry+https://github.com/rust-lang/crates.io-index" 234 - checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" 235 - dependencies = [ 236 - "utf8parse", 237 - ] 238 - 239 - [[package]] 240 - name = "anstyle-query" 241 - version = "1.1.2" 242 - source = "registry+https://github.com/rust-lang/crates.io-index" 243 - checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" 244 - dependencies = [ 245 - "windows-sys 0.59.0", 246 - ] 247 - 248 - [[package]] 249 - name = "anstyle-wincon" 250 - version = "3.0.6" 251 - source = "registry+https://github.com/rust-lang/crates.io-index" 252 - checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125" 253 - dependencies = [ 254 - "anstyle", 255 - "windows-sys 0.59.0", 256 - ] 257 - 258 - [[package]] 259 - name = "anyhow" 260 - version = "1.0.93" 261 - source = "registry+https://github.com/rust-lang/crates.io-index" 262 - checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" 263 - 264 - [[package]] 265 - name = "arboard" 266 - version = "3.4.1" 267 - source = "registry+https://github.com/rust-lang/crates.io-index" 268 - checksum = "df099ccb16cd014ff054ac1bf392c67feeef57164b05c42f037cd40f5d4357f4" 269 - dependencies = [ 270 - "clipboard-win", 271 - "log", 272 - "objc2", 273 - "objc2-app-kit", 274 - "objc2-foundation", 275 - "parking_lot", 276 - "x11rb", 277 - ] 278 - 279 - [[package]] 280 - name = "arrayvec" 281 - version = "0.7.6" 282 - source = "registry+https://github.com/rust-lang/crates.io-index" 283 - checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 284 - 285 - [[package]] 286 - name = "as-raw-xcb-connection" 287 - version = "1.0.1" 288 - source = "registry+https://github.com/rust-lang/crates.io-index" 289 - checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" 290 - 291 - [[package]] 292 - name = "ash" 293 - version = "0.38.0+1.3.281" 294 - source = "registry+https://github.com/rust-lang/crates.io-index" 295 - checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f" 296 - dependencies = [ 297 - "libloading", 298 - ] 299 - 300 - [[package]] 301 - name = "ashpd" 302 - version = "0.10.2" 303 - source = "registry+https://github.com/rust-lang/crates.io-index" 304 - checksum = "e9c39d707614dbcc6bed00015539f488d8e3fe3e66ed60961efc0c90f4b380b3" 305 - dependencies = [ 306 - "enumflags2", 307 - "futures-channel", 308 - "futures-util", 309 - "rand", 310 - "raw-window-handle", 311 - "serde", 312 - "serde_repr", 313 - "tokio", 314 - "url", 315 - "wayland-backend", 316 - "wayland-client", 317 - "wayland-protocols", 318 - "zbus 5.2.0", 319 - ] 320 - 321 - [[package]] 322 - name = "async-broadcast" 323 - version = "0.7.1" 324 - source = "registry+https://github.com/rust-lang/crates.io-index" 325 - checksum = "20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e" 326 - dependencies = [ 327 - "event-listener", 328 - "event-listener-strategy", 329 - "futures-core", 330 - "pin-project-lite", 331 - ] 332 - 333 - [[package]] 334 - name = "async-channel" 335 - version = "2.3.1" 336 - source = "registry+https://github.com/rust-lang/crates.io-index" 337 - checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" 338 - dependencies = [ 339 - "concurrent-queue", 340 - "event-listener-strategy", 341 - "futures-core", 342 - "pin-project-lite", 343 - ] 344 - 345 - [[package]] 346 - name = "async-executor" 347 - version = "1.13.1" 348 - source = "registry+https://github.com/rust-lang/crates.io-index" 349 - checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec" 350 - dependencies = [ 351 - "async-task", 352 - "concurrent-queue", 353 - "fastrand", 354 - "futures-lite", 355 - "slab", 356 - ] 357 - 358 - [[package]] 359 - name = "async-fs" 360 - version = "2.1.2" 361 - source = "registry+https://github.com/rust-lang/crates.io-index" 362 - checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a" 363 - dependencies = [ 364 - "async-lock", 365 - "blocking", 366 - "futures-lite", 367 - ] 368 - 369 - [[package]] 370 - name = "async-io" 371 - version = "2.4.0" 372 - source = "registry+https://github.com/rust-lang/crates.io-index" 373 - checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059" 374 - dependencies = [ 375 - "async-lock", 376 - "cfg-if", 377 - "concurrent-queue", 378 - "futures-io", 379 - "futures-lite", 380 - "parking", 381 - "polling", 382 - "rustix", 383 - "slab", 384 - "tracing", 385 - "windows-sys 0.59.0", 386 - ] 387 - 388 - [[package]] 389 - name = "async-lock" 390 - version = "3.4.0" 391 - source = "registry+https://github.com/rust-lang/crates.io-index" 392 - checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" 393 - dependencies = [ 394 - "event-listener", 395 - "event-listener-strategy", 396 - "pin-project-lite", 397 - ] 398 - 399 - [[package]] 400 - name = "async-process" 401 - version = "2.3.0" 402 - source = "registry+https://github.com/rust-lang/crates.io-index" 403 - checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb" 404 - dependencies = [ 405 - "async-channel", 406 - "async-io", 407 - "async-lock", 408 - "async-signal", 409 - "async-task", 410 - "blocking", 411 - "cfg-if", 412 - "event-listener", 413 - "futures-lite", 414 - "rustix", 415 - "tracing", 416 - ] 417 - 418 - [[package]] 419 - name = "async-recursion" 420 - version = "1.1.1" 421 - source = "registry+https://github.com/rust-lang/crates.io-index" 422 - checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" 423 - dependencies = [ 424 - "proc-macro2", 425 - "quote", 426 - "syn", 427 - ] 428 - 429 - [[package]] 430 - name = "async-signal" 431 - version = "0.2.10" 432 - source = "registry+https://github.com/rust-lang/crates.io-index" 433 - checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3" 434 - dependencies = [ 435 - "async-io", 436 - "async-lock", 437 - "atomic-waker", 438 - "cfg-if", 439 - "futures-core", 440 - "futures-io", 441 - "rustix", 442 - "signal-hook-registry", 443 - "slab", 444 - "windows-sys 0.59.0", 445 - ] 446 - 447 - [[package]] 448 - name = "async-task" 449 - version = "4.7.1" 450 - source = "registry+https://github.com/rust-lang/crates.io-index" 451 - checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 452 - 453 - [[package]] 454 - name = "async-trait" 455 - version = "0.1.83" 456 - source = "registry+https://github.com/rust-lang/crates.io-index" 457 - checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" 458 - dependencies = [ 459 - "proc-macro2", 460 - "quote", 461 - "syn", 462 - ] 463 - 464 - [[package]] 465 - name = "atomic-waker" 466 - version = "1.1.2" 467 - source = "registry+https://github.com/rust-lang/crates.io-index" 468 - checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 469 - 470 - [[package]] 471 - name = "atspi" 472 - version = "0.22.0" 473 - source = "registry+https://github.com/rust-lang/crates.io-index" 474 - checksum = "be534b16650e35237bb1ed189ba2aab86ce65e88cc84c66f4935ba38575cecbf" 475 - dependencies = [ 476 - "atspi-common", 477 - "atspi-connection", 478 - "atspi-proxies", 479 - ] 480 - 481 - [[package]] 482 - name = "atspi-common" 483 - version = "0.6.0" 484 - source = "registry+https://github.com/rust-lang/crates.io-index" 485 - checksum = "1909ed2dc01d0a17505d89311d192518507e8a056a48148e3598fef5e7bb6ba7" 486 - dependencies = [ 487 - "enumflags2", 488 - "serde", 489 - "static_assertions", 490 - "zbus 4.4.0", 491 - "zbus-lockstep", 492 - "zbus-lockstep-macros", 493 - "zbus_names 3.0.0", 494 - "zvariant 4.2.0", 495 - ] 496 - 497 - [[package]] 498 - name = "atspi-connection" 499 - version = "0.6.0" 500 - source = "registry+https://github.com/rust-lang/crates.io-index" 501 - checksum = "430c5960624a4baaa511c9c0fcc2218e3b58f5dbcc47e6190cafee344b873333" 502 - dependencies = [ 503 - "atspi-common", 504 - "atspi-proxies", 505 - "futures-lite", 506 - "zbus 4.4.0", 507 - ] 508 - 509 - [[package]] 510 - name = "atspi-proxies" 511 - version = "0.6.0" 512 - source = "registry+https://github.com/rust-lang/crates.io-index" 513 - checksum = "a5e6c5de3e524cf967569722446bcd458d5032348554d9a17d7d72b041ab7496" 514 - dependencies = [ 515 - "atspi-common", 516 - "serde", 517 - "zbus 4.4.0", 518 - "zvariant 4.2.0", 519 - ] 520 - 521 - [[package]] 522 - name = "autocfg" 523 - version = "1.4.0" 524 - source = "registry+https://github.com/rust-lang/crates.io-index" 525 - checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 526 - 527 - [[package]] 528 - name = "backtrace" 529 - version = "0.3.71" 530 - source = "registry+https://github.com/rust-lang/crates.io-index" 531 - checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" 532 - dependencies = [ 533 - "addr2line", 534 - "cc", 535 - "cfg-if", 536 - "libc", 537 - "miniz_oxide 0.7.4", 538 - "object", 539 - "rustc-demangle", 540 - ] 541 - 542 - [[package]] 543 - name = "base64" 544 - version = "0.21.7" 545 - source = "registry+https://github.com/rust-lang/crates.io-index" 546 - checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 547 - 548 - [[package]] 549 - name = "base64" 550 - version = "0.22.1" 551 - source = "registry+https://github.com/rust-lang/crates.io-index" 552 - checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 553 - 554 - [[package]] 555 - name = "beef" 556 - version = "0.5.2" 557 - source = "registry+https://github.com/rust-lang/crates.io-index" 558 - checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1" 559 - 560 - [[package]] 561 - name = "bincode" 562 - version = "1.3.3" 563 - source = "registry+https://github.com/rust-lang/crates.io-index" 564 - checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 565 - dependencies = [ 566 - "serde", 567 - ] 568 - 569 - [[package]] 570 - name = "bindgen" 571 - version = "0.70.1" 572 - source = "registry+https://github.com/rust-lang/crates.io-index" 573 - checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f" 574 - dependencies = [ 575 - "bitflags 2.6.0", 576 - "cexpr", 577 - "clang-sys", 578 - "itertools 0.13.0", 579 - "log", 580 - "prettyplease", 581 - "proc-macro2", 582 - "quote", 583 - "regex", 584 - "rustc-hash 1.1.0", 585 - "shlex", 586 - "syn", 587 - ] 588 - 589 - [[package]] 590 - name = "bit-set" 591 - version = "0.8.0" 592 - source = "registry+https://github.com/rust-lang/crates.io-index" 593 - checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" 594 - dependencies = [ 595 - "bit-vec", 596 - ] 597 - 598 - [[package]] 599 - name = "bit-vec" 600 - version = "0.8.0" 601 - source = "registry+https://github.com/rust-lang/crates.io-index" 602 - checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" 603 - 604 - [[package]] 605 - name = "bitflags" 606 - version = "1.3.2" 607 - source = "registry+https://github.com/rust-lang/crates.io-index" 608 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 609 - 610 - [[package]] 611 - name = "bitflags" 612 - version = "2.6.0" 613 - source = "registry+https://github.com/rust-lang/crates.io-index" 614 - checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 615 - dependencies = [ 616 - "serde", 617 - ] 618 - 619 - [[package]] 620 - name = "block" 621 - version = "0.1.6" 622 - source = "registry+https://github.com/rust-lang/crates.io-index" 623 - checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 624 - 625 - [[package]] 626 - name = "block-buffer" 627 - version = "0.10.4" 628 - source = "registry+https://github.com/rust-lang/crates.io-index" 629 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 630 - dependencies = [ 631 - "generic-array", 632 - ] 633 - 634 - [[package]] 635 - name = "block2" 636 - version = "0.5.1" 637 - source = "registry+https://github.com/rust-lang/crates.io-index" 638 - checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f" 639 - dependencies = [ 640 - "objc2", 641 - ] 642 - 643 - [[package]] 644 - name = "blocking" 645 - version = "1.6.1" 646 - source = "registry+https://github.com/rust-lang/crates.io-index" 647 - checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" 648 - dependencies = [ 649 - "async-channel", 650 - "async-task", 651 - "futures-io", 652 - "futures-lite", 653 - "piper", 654 - ] 655 - 656 - [[package]] 657 - name = "bumpalo" 658 - version = "3.16.0" 659 - source = "registry+https://github.com/rust-lang/crates.io-index" 660 - checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 661 - 662 - [[package]] 663 - name = "bytemuck" 664 - version = "1.20.0" 665 - source = "registry+https://github.com/rust-lang/crates.io-index" 666 - checksum = "8b37c88a63ffd85d15b406896cc343916d7cf57838a847b3a6f2ca5d39a5695a" 667 - dependencies = [ 668 - "bytemuck_derive", 669 - ] 670 - 671 - [[package]] 672 - name = "bytemuck_derive" 673 - version = "1.8.0" 674 - source = "registry+https://github.com/rust-lang/crates.io-index" 675 - checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec" 676 - dependencies = [ 677 - "proc-macro2", 678 - "quote", 679 - "syn", 680 - ] 681 - 682 - [[package]] 683 - name = "byteorder" 684 - version = "1.5.0" 685 - source = "registry+https://github.com/rust-lang/crates.io-index" 686 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 687 - 688 - [[package]] 689 - name = "byteorder-lite" 690 - version = "0.1.0" 691 - source = "registry+https://github.com/rust-lang/crates.io-index" 692 - checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" 693 - 694 - [[package]] 695 - name = "bytes" 696 - version = "1.8.0" 697 - source = "registry+https://github.com/rust-lang/crates.io-index" 698 - checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" 699 - 700 - [[package]] 701 - name = "bytesize" 702 - version = "1.3.0" 703 - source = "registry+https://github.com/rust-lang/crates.io-index" 704 - checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc" 705 - 706 - [[package]] 707 - name = "calloop" 708 - version = "0.13.0" 709 - source = "registry+https://github.com/rust-lang/crates.io-index" 710 - checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec" 711 - dependencies = [ 712 - "bitflags 2.6.0", 713 - "log", 714 - "polling", 715 - "rustix", 716 - "slab", 717 - "thiserror 1.0.65", 718 - ] 719 - 720 - [[package]] 721 - name = "calloop-wayland-source" 722 - version = "0.3.0" 723 - source = "registry+https://github.com/rust-lang/crates.io-index" 724 - checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20" 725 - dependencies = [ 726 - "calloop", 727 - "rustix", 728 - "wayland-backend", 729 - "wayland-client", 730 - ] 731 - 732 - [[package]] 733 - name = "camino" 734 - version = "1.1.9" 735 - source = "registry+https://github.com/rust-lang/crates.io-index" 736 - checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" 737 - dependencies = [ 738 - "serde", 739 - ] 740 - 741 - [[package]] 742 - name = "cc" 743 - version = "1.1.31" 744 - source = "registry+https://github.com/rust-lang/crates.io-index" 745 - checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f" 746 - dependencies = [ 747 - "jobserver", 748 - "libc", 749 - "shlex", 750 - ] 751 - 752 - [[package]] 753 - name = "cesu8" 754 - version = "1.1.0" 755 - source = "registry+https://github.com/rust-lang/crates.io-index" 756 - checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 757 - 758 - [[package]] 759 - name = "cexpr" 760 - version = "0.6.0" 761 - source = "registry+https://github.com/rust-lang/crates.io-index" 762 - checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 763 - dependencies = [ 764 - "nom", 765 - ] 766 - 767 - [[package]] 768 - name = "cfg-if" 769 - version = "1.0.0" 770 - source = "registry+https://github.com/rust-lang/crates.io-index" 771 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 772 - 773 - [[package]] 774 - name = "cfg_aliases" 775 - version = "0.1.1" 776 - source = "registry+https://github.com/rust-lang/crates.io-index" 777 - checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 778 - 779 - [[package]] 780 - name = "cfg_aliases" 781 - version = "0.2.1" 782 - source = "registry+https://github.com/rust-lang/crates.io-index" 783 - checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 784 - 785 - [[package]] 786 - name = "cgl" 787 - version = "0.3.2" 788 - source = "registry+https://github.com/rust-lang/crates.io-index" 789 - checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff" 790 - dependencies = [ 791 - "libc", 792 - ] 793 - 794 - [[package]] 795 - name = "chrono" 796 - version = "0.4.38" 797 - source = "registry+https://github.com/rust-lang/crates.io-index" 798 - checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 799 - dependencies = [ 800 - "android-tzdata", 801 - "iana-time-zone", 802 - "js-sys", 803 - "num-traits", 804 - "wasm-bindgen", 805 - "windows-targets 0.52.6", 806 - ] 807 - 808 - [[package]] 809 - name = "clang-sys" 810 - version = "1.8.1" 811 - source = "registry+https://github.com/rust-lang/crates.io-index" 812 - checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" 813 - dependencies = [ 814 - "glob", 815 - "libc", 816 - "libloading", 817 - ] 818 - 819 - [[package]] 820 - name = "clap" 821 - version = "4.5.20" 822 - source = "registry+https://github.com/rust-lang/crates.io-index" 823 - checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8" 824 - dependencies = [ 825 - "clap_builder", 826 - "clap_derive", 827 - ] 828 - 829 - [[package]] 830 - name = "clap_builder" 831 - version = "4.5.20" 832 - source = "registry+https://github.com/rust-lang/crates.io-index" 833 - checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54" 834 - dependencies = [ 835 - "anstream", 836 - "anstyle", 837 - "clap_lex", 838 - "strsim", 839 - ] 840 - 841 - [[package]] 842 - name = "clap_derive" 843 - version = "4.5.18" 844 - source = "registry+https://github.com/rust-lang/crates.io-index" 845 - checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" 846 - dependencies = [ 847 - "heck 0.5.0", 848 - "proc-macro2", 849 - "quote", 850 - "syn", 851 - ] 852 - 853 - [[package]] 854 - name = "clap_lex" 855 - version = "0.7.2" 856 - source = "registry+https://github.com/rust-lang/crates.io-index" 857 - checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" 858 - 859 - [[package]] 860 - name = "clipboard-win" 861 - version = "5.4.0" 862 - source = "registry+https://github.com/rust-lang/crates.io-index" 863 - checksum = "15efe7a882b08f34e38556b14f2fb3daa98769d06c7f0c1b076dfd0d983bc892" 864 - dependencies = [ 865 - "error-code", 866 - ] 867 - 868 - [[package]] 869 - name = "codespan" 870 - version = "0.12.0" 871 - source = "git+https://gitlab.com/spade-lang/codespan.git?branch=master#a5656af9ed33460258fd1921bc6bede1ba0fb00e" 872 - dependencies = [ 873 - "codespan-reporting 0.12.0", 874 - "serde", 875 - ] 876 - 877 - [[package]] 878 - name = "codespan-reporting" 879 - version = "0.11.1" 880 - source = "registry+https://github.com/rust-lang/crates.io-index" 881 - checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 882 - dependencies = [ 883 - "termcolor", 884 - "unicode-width", 885 - ] 886 - 887 - [[package]] 888 - name = "codespan-reporting" 889 - version = "0.12.0" 890 - source = "git+https://gitlab.com/spade-lang/codespan.git?branch=master#a5656af9ed33460258fd1921bc6bede1ba0fb00e" 891 - dependencies = [ 892 - "serde", 893 - "termcolor", 894 - "unicode-width", 895 - ] 896 - 897 - [[package]] 898 - name = "color-eyre" 899 - version = "0.6.3" 900 - source = "registry+https://github.com/rust-lang/crates.io-index" 901 - checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5" 902 - dependencies = [ 903 - "backtrace", 904 - "color-spantrace", 905 - "eyre", 906 - "indenter", 907 - "once_cell", 908 - "owo-colors", 909 - "tracing-error", 910 - ] 911 - 912 - [[package]] 913 - name = "color-spantrace" 914 - version = "0.2.1" 915 - source = "registry+https://github.com/rust-lang/crates.io-index" 916 - checksum = "cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2" 917 - dependencies = [ 918 - "once_cell", 919 - "owo-colors", 920 - "tracing-core", 921 - "tracing-error", 922 - ] 923 - 924 - [[package]] 925 - name = "colorchoice" 926 - version = "1.0.3" 927 - source = "registry+https://github.com/rust-lang/crates.io-index" 928 - checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" 929 - 930 - [[package]] 931 - name = "colored" 932 - version = "2.1.0" 933 - source = "registry+https://github.com/rust-lang/crates.io-index" 934 - checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" 935 - dependencies = [ 936 - "lazy_static", 937 - "windows-sys 0.48.0", 938 - ] 939 - 940 - [[package]] 941 - name = "combine" 942 - version = "4.6.7" 943 - source = "registry+https://github.com/rust-lang/crates.io-index" 944 - checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 945 - dependencies = [ 946 - "bytes", 947 - "memchr", 948 - ] 949 - 950 - [[package]] 951 - name = "concurrent-queue" 952 - version = "2.5.0" 953 - source = "registry+https://github.com/rust-lang/crates.io-index" 954 - checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 955 - dependencies = [ 956 - "crossbeam-utils", 957 - ] 958 - 959 - [[package]] 960 - name = "config" 961 - version = "0.15.0" 962 - source = "registry+https://github.com/rust-lang/crates.io-index" 963 - checksum = "a734575233f9bf1bbbd6fa1e0dc5dda4afc61658d28b30b8e07d492e40b4d03b" 964 - dependencies = [ 965 - "pathdiff", 966 - "serde", 967 - "toml", 968 - "winnow", 969 - ] 970 - 971 - [[package]] 972 - name = "core-foundation" 973 - version = "0.9.4" 974 - source = "registry+https://github.com/rust-lang/crates.io-index" 975 - checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 976 - dependencies = [ 977 - "core-foundation-sys", 978 - "libc", 979 - ] 980 - 981 - [[package]] 982 - name = "core-foundation" 983 - version = "0.10.0" 984 - source = "registry+https://github.com/rust-lang/crates.io-index" 985 - checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63" 986 - dependencies = [ 987 - "core-foundation-sys", 988 - "libc", 989 - ] 990 - 991 - [[package]] 992 - name = "core-foundation-sys" 993 - version = "0.8.7" 994 - source = "registry+https://github.com/rust-lang/crates.io-index" 995 - checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 996 - 997 - [[package]] 998 - name = "core-graphics" 999 - version = "0.23.2" 1000 - source = "registry+https://github.com/rust-lang/crates.io-index" 1001 - checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" 1002 - dependencies = [ 1003 - "bitflags 1.3.2", 1004 - "core-foundation 0.9.4", 1005 - "core-graphics-types", 1006 - "foreign-types 0.5.0", 1007 - "libc", 1008 - ] 1009 - 1010 - [[package]] 1011 - name = "core-graphics-types" 1012 - version = "0.1.3" 1013 - source = "registry+https://github.com/rust-lang/crates.io-index" 1014 - checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 1015 - dependencies = [ 1016 - "bitflags 1.3.2", 1017 - "core-foundation 0.9.4", 1018 - "libc", 1019 - ] 1020 - 1021 - [[package]] 1022 - name = "cpufeatures" 1023 - version = "0.2.16" 1024 - source = "registry+https://github.com/rust-lang/crates.io-index" 1025 - checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3" 1026 - dependencies = [ 1027 - "libc", 1028 - ] 1029 - 1030 - [[package]] 1031 - name = "crc32fast" 1032 - version = "1.4.2" 1033 - source = "registry+https://github.com/rust-lang/crates.io-index" 1034 - checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 1035 - dependencies = [ 1036 - "cfg-if", 1037 - ] 1038 - 1039 - [[package]] 1040 - name = "crossbeam-deque" 1041 - version = "0.8.5" 1042 - source = "registry+https://github.com/rust-lang/crates.io-index" 1043 - checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 1044 - dependencies = [ 1045 - "crossbeam-epoch", 1046 - "crossbeam-utils", 1047 - ] 1048 - 1049 - [[package]] 1050 - name = "crossbeam-epoch" 1051 - version = "0.9.18" 1052 - source = "registry+https://github.com/rust-lang/crates.io-index" 1053 - checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 1054 - dependencies = [ 1055 - "crossbeam-utils", 1056 - ] 1057 - 1058 - [[package]] 1059 - name = "crossbeam-utils" 1060 - version = "0.8.20" 1061 - source = "registry+https://github.com/rust-lang/crates.io-index" 1062 - checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 1063 - 1064 - [[package]] 1065 - name = "crunchy" 1066 - version = "0.2.2" 1067 - source = "registry+https://github.com/rust-lang/crates.io-index" 1068 - checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 1069 - 1070 - [[package]] 1071 - name = "crypto-common" 1072 - version = "0.1.6" 1073 - source = "registry+https://github.com/rust-lang/crates.io-index" 1074 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 1075 - dependencies = [ 1076 - "generic-array", 1077 - "typenum", 1078 - ] 1079 - 1080 - [[package]] 1081 - name = "cursor-icon" 1082 - version = "1.1.0" 1083 - source = "registry+https://github.com/rust-lang/crates.io-index" 1084 - checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991" 1085 - 1086 - [[package]] 1087 - name = "darling" 1088 - version = "0.20.10" 1089 - source = "registry+https://github.com/rust-lang/crates.io-index" 1090 - checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" 1091 - dependencies = [ 1092 - "darling_core", 1093 - "darling_macro", 1094 - ] 1095 - 1096 - [[package]] 1097 - name = "darling_core" 1098 - version = "0.20.10" 1099 - source = "registry+https://github.com/rust-lang/crates.io-index" 1100 - checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" 1101 - dependencies = [ 1102 - "fnv", 1103 - "ident_case", 1104 - "proc-macro2", 1105 - "quote", 1106 - "strsim", 1107 - "syn", 1108 - ] 1109 - 1110 - [[package]] 1111 - name = "darling_macro" 1112 - version = "0.20.10" 1113 - source = "registry+https://github.com/rust-lang/crates.io-index" 1114 - checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" 1115 - dependencies = [ 1116 - "darling_core", 1117 - "quote", 1118 - "syn", 1119 - ] 1120 - 1121 - [[package]] 1122 - name = "deranged" 1123 - version = "0.3.11" 1124 - source = "registry+https://github.com/rust-lang/crates.io-index" 1125 - checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 1126 - dependencies = [ 1127 - "powerfmt", 1128 - ] 1129 - 1130 - [[package]] 1131 - name = "derive-where" 1132 - version = "1.2.7" 1133 - source = "registry+https://github.com/rust-lang/crates.io-index" 1134 - checksum = "62d671cc41a825ebabc75757b62d3d168c577f9149b2d49ece1dad1f72119d25" 1135 - dependencies = [ 1136 - "proc-macro2", 1137 - "quote", 1138 - "syn", 1139 - ] 1140 - 1141 - [[package]] 1142 - name = "derive_builder" 1143 - version = "0.20.2" 1144 - source = "registry+https://github.com/rust-lang/crates.io-index" 1145 - checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" 1146 - dependencies = [ 1147 - "derive_builder_macro", 1148 - ] 1149 - 1150 - [[package]] 1151 - name = "derive_builder_core" 1152 - version = "0.20.2" 1153 - source = "registry+https://github.com/rust-lang/crates.io-index" 1154 - checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" 1155 - dependencies = [ 1156 - "darling", 1157 - "proc-macro2", 1158 - "quote", 1159 - "syn", 1160 - ] 1161 - 1162 - [[package]] 1163 - name = "derive_builder_macro" 1164 - version = "0.20.2" 1165 - source = "registry+https://github.com/rust-lang/crates.io-index" 1166 - checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" 1167 - dependencies = [ 1168 - "derive_builder_core", 1169 - "syn", 1170 - ] 1171 - 1172 - [[package]] 1173 - name = "derive_more" 1174 - version = "1.0.0" 1175 - source = "registry+https://github.com/rust-lang/crates.io-index" 1176 - checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05" 1177 - dependencies = [ 1178 - "derive_more-impl", 1179 - ] 1180 - 1181 - [[package]] 1182 - name = "derive_more-impl" 1183 - version = "1.0.0" 1184 - source = "registry+https://github.com/rust-lang/crates.io-index" 1185 - checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" 1186 - dependencies = [ 1187 - "proc-macro2", 1188 - "quote", 1189 - "syn", 1190 - "unicode-xid", 1191 - ] 1192 - 1193 - [[package]] 1194 - name = "digest" 1195 - version = "0.10.7" 1196 - source = "registry+https://github.com/rust-lang/crates.io-index" 1197 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1198 - dependencies = [ 1199 - "block-buffer", 1200 - "crypto-common", 1201 - ] 1202 - 1203 - [[package]] 1204 - name = "directories" 1205 - version = "5.0.1" 1206 - source = "registry+https://github.com/rust-lang/crates.io-index" 1207 - checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" 1208 - dependencies = [ 1209 - "dirs-sys", 1210 - ] 1211 - 1212 - [[package]] 1213 - name = "dirs-sys" 1214 - version = "0.4.1" 1215 - source = "registry+https://github.com/rust-lang/crates.io-index" 1216 - checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 1217 - dependencies = [ 1218 - "libc", 1219 - "option-ext", 1220 - "redox_users", 1221 - "windows-sys 0.48.0", 1222 - ] 1223 - 1224 - [[package]] 1225 - name = "dispatch" 1226 - version = "0.2.0" 1227 - source = "registry+https://github.com/rust-lang/crates.io-index" 1228 - checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 1229 - 1230 - [[package]] 1231 - name = "displaydoc" 1232 - version = "0.2.5" 1233 - source = "registry+https://github.com/rust-lang/crates.io-index" 1234 - checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 1235 - dependencies = [ 1236 - "proc-macro2", 1237 - "quote", 1238 - "syn", 1239 - ] 1240 - 1241 - [[package]] 1242 - name = "dlib" 1243 - version = "0.5.2" 1244 - source = "registry+https://github.com/rust-lang/crates.io-index" 1245 - checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" 1246 - dependencies = [ 1247 - "libloading", 1248 - ] 1249 - 1250 - [[package]] 1251 - name = "document-features" 1252 - version = "0.2.10" 1253 - source = "registry+https://github.com/rust-lang/crates.io-index" 1254 - checksum = "cb6969eaabd2421f8a2775cfd2471a2b634372b4a25d41e3bd647b79912850a0" 1255 - dependencies = [ 1256 - "litrs", 1257 - ] 1258 - 1259 - [[package]] 1260 - name = "downcast-rs" 1261 - version = "1.2.1" 1262 - source = "registry+https://github.com/rust-lang/crates.io-index" 1263 - checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" 1264 - 1265 - [[package]] 1266 - name = "dpi" 1267 - version = "0.1.1" 1268 - source = "registry+https://github.com/rust-lang/crates.io-index" 1269 - checksum = "f25c0e292a7ca6d6498557ff1df68f32c99850012b6ea401cf8daf771f22ff53" 1270 - 1271 - [[package]] 1272 - name = "ecolor" 1273 - version = "0.30.0" 1274 - source = "registry+https://github.com/rust-lang/crates.io-index" 1275 - checksum = "7d72e9c39f6e11a2e922d04a34ec5e7ef522ea3f5a1acfca7a19d16ad5fe50f5" 1276 - dependencies = [ 1277 - "bytemuck", 1278 - "emath", 1279 - "serde", 1280 - ] 1281 - 1282 - [[package]] 1283 - name = "eframe" 1284 - version = "0.30.0" 1285 - source = "registry+https://github.com/rust-lang/crates.io-index" 1286 - checksum = "b2f2d9e7ea2d11ec9e98a8683b6eb99f9d7d0448394ef6e0d6d91bd4eb817220" 1287 - dependencies = [ 1288 - "ahash", 1289 - "bytemuck", 1290 - "document-features", 1291 - "egui", 1292 - "egui-wgpu", 1293 - "egui-winit", 1294 - "egui_glow", 1295 - "glow 0.16.0", 1296 - "glutin", 1297 - "glutin-winit", 1298 - "image", 1299 - "js-sys", 1300 - "log", 1301 - "objc2", 1302 - "objc2-app-kit", 1303 - "objc2-foundation", 1304 - "parking_lot", 1305 - "percent-encoding", 1306 - "profiling", 1307 - "raw-window-handle", 1308 - "static_assertions", 1309 - "wasm-bindgen", 1310 - "wasm-bindgen-futures", 1311 - "web-sys", 1312 - "web-time", 1313 - "winapi", 1314 - "windows-sys 0.59.0", 1315 - "winit", 1316 - ] 1317 - 1318 - [[package]] 1319 - name = "egui" 1320 - version = "0.30.0" 1321 - source = "registry+https://github.com/rust-lang/crates.io-index" 1322 - checksum = "252d52224d35be1535d7fd1d6139ce071fb42c9097773e79f7665604f5596b5e" 1323 - dependencies = [ 1324 - "accesskit", 1325 - "ahash", 1326 - "emath", 1327 - "epaint", 1328 - "log", 1329 - "nohash-hasher", 1330 - "profiling", 1331 - "serde", 1332 - ] 1333 - 1334 - [[package]] 1335 - name = "egui-remixicon" 1336 - version = "0.29.1" 1337 - source = "registry+https://github.com/rust-lang/crates.io-index" 1338 - checksum = "4a463c133d92f2ea65465464437aeb3ebd134a5e583379c5f73121727dd0e2d6" 1339 - 1340 - [[package]] 1341 - name = "egui-wgpu" 1342 - version = "0.30.0" 1343 - source = "registry+https://github.com/rust-lang/crates.io-index" 1344 - checksum = "26c1e821d2d8921ef6ce98b258c7e24d9d6aab2ca1f9cdf374eca997e7f67f59" 1345 - dependencies = [ 1346 - "ahash", 1347 - "bytemuck", 1348 - "document-features", 1349 - "egui", 1350 - "epaint", 1351 - "log", 1352 - "profiling", 1353 - "thiserror 1.0.65", 1354 - "type-map", 1355 - "web-time", 1356 - "wgpu", 1357 - "winit", 1358 - ] 1359 - 1360 - [[package]] 1361 - name = "egui-winit" 1362 - version = "0.30.0" 1363 - source = "registry+https://github.com/rust-lang/crates.io-index" 1364 - checksum = "1e84c2919cd9f3a38a91e8f84ac6a245c19251fd95226ed9fae61d5ea564fce3" 1365 - dependencies = [ 1366 - "accesskit_winit", 1367 - "ahash", 1368 - "arboard", 1369 - "egui", 1370 - "log", 1371 - "profiling", 1372 - "raw-window-handle", 1373 - "smithay-clipboard", 1374 - "web-time", 1375 - "webbrowser", 1376 - "winit", 1377 - ] 1378 - 1379 - [[package]] 1380 - name = "egui_extras" 1381 - version = "0.30.0" 1382 - source = "registry+https://github.com/rust-lang/crates.io-index" 1383 - checksum = "3d7a8198c088b1007108cb2d403bc99a5e370999b200db4f14559610d7330126" 1384 - dependencies = [ 1385 - "ahash", 1386 - "egui", 1387 - "enum-map", 1388 - "log", 1389 - "profiling", 1390 - ] 1391 - 1392 - [[package]] 1393 - name = "egui_glow" 1394 - version = "0.30.0" 1395 - source = "registry+https://github.com/rust-lang/crates.io-index" 1396 - checksum = "3eaf6264cc7608e3e69a7d57a6175f438275f1b3889c1a551b418277721c95e6" 1397 - dependencies = [ 1398 - "ahash", 1399 - "bytemuck", 1400 - "egui", 1401 - "glow 0.16.0", 1402 - "log", 1403 - "memoffset", 1404 - "profiling", 1405 - "wasm-bindgen", 1406 - "web-sys", 1407 - "winit", 1408 - ] 1409 - 1410 - [[package]] 1411 - name = "egui_plot" 1412 - version = "0.30.0" 1413 - source = "registry+https://github.com/rust-lang/crates.io-index" 1414 - checksum = "c226cae80a6ee10c4d3aaf9e33bd9e9b2f1c0116b6036bdc2a1cfc9d2d0dcc10" 1415 - dependencies = [ 1416 - "ahash", 1417 - "egui", 1418 - "emath", 1419 - ] 1420 - 1421 - [[package]] 1422 - name = "egui_skia_renderer" 1423 - version = "0.2.0" 1424 - source = "git+https://gitlab.com/sornas/egui_skia_renderer?rev=3dab1450627f1368b2639c9c6c3f438dbd5db507#3dab1450627f1368b2639c9c6c3f438dbd5db507" 1425 - dependencies = [ 1426 - "egui", 1427 - "skia-safe", 1428 - ] 1429 - 1430 - [[package]] 1431 - name = "either" 1432 - version = "1.13.0" 1433 - source = "registry+https://github.com/rust-lang/crates.io-index" 1434 - checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 1435 - 1436 - [[package]] 1437 - name = "emath" 1438 - version = "0.30.0" 1439 - source = "registry+https://github.com/rust-lang/crates.io-index" 1440 - checksum = "c4fe73c1207b864ee40aa0b0c038d6092af1030744678c60188a05c28553515d" 1441 - dependencies = [ 1442 - "bytemuck", 1443 - "serde", 1444 - ] 1445 - 1446 - [[package]] 1447 - name = "encoding_rs" 1448 - version = "0.8.35" 1449 - source = "registry+https://github.com/rust-lang/crates.io-index" 1450 - checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 1451 - dependencies = [ 1452 - "cfg-if", 1453 - ] 1454 - 1455 - [[package]] 1456 - name = "endi" 1457 - version = "1.1.0" 1458 - source = "registry+https://github.com/rust-lang/crates.io-index" 1459 - checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf" 1460 - 1461 - [[package]] 1462 - name = "enum-iterator" 1463 - version = "2.1.0" 1464 - source = "registry+https://github.com/rust-lang/crates.io-index" 1465 - checksum = "c280b9e6b3ae19e152d8e31cf47f18389781e119d4013a2a2bb0180e5facc635" 1466 - dependencies = [ 1467 - "enum-iterator-derive", 1468 - ] 1469 - 1470 - [[package]] 1471 - name = "enum-iterator-derive" 1472 - version = "1.4.0" 1473 - source = "registry+https://github.com/rust-lang/crates.io-index" 1474 - checksum = "a1ab991c1362ac86c61ab6f556cff143daa22e5a15e4e189df818b2fd19fe65b" 1475 - dependencies = [ 1476 - "proc-macro2", 1477 - "quote", 1478 - "syn", 1479 - ] 1480 - 1481 - [[package]] 1482 - name = "enum-map" 1483 - version = "2.7.3" 1484 - source = "registry+https://github.com/rust-lang/crates.io-index" 1485 - checksum = "6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9" 1486 - dependencies = [ 1487 - "enum-map-derive", 1488 - "serde", 1489 - ] 1490 - 1491 - [[package]] 1492 - name = "enum-map-derive" 1493 - version = "0.17.0" 1494 - source = "registry+https://github.com/rust-lang/crates.io-index" 1495 - checksum = "f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb" 1496 - dependencies = [ 1497 - "proc-macro2", 1498 - "quote", 1499 - "syn", 1500 - ] 1501 - 1502 - [[package]] 1503 - name = "enumflags2" 1504 - version = "0.7.10" 1505 - source = "registry+https://github.com/rust-lang/crates.io-index" 1506 - checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d" 1507 - dependencies = [ 1508 - "enumflags2_derive", 1509 - "serde", 1510 - ] 1511 - 1512 - [[package]] 1513 - name = "enumflags2_derive" 1514 - version = "0.7.10" 1515 - source = "registry+https://github.com/rust-lang/crates.io-index" 1516 - checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8" 1517 - dependencies = [ 1518 - "proc-macro2", 1519 - "quote", 1520 - "syn", 1521 - ] 1522 - 1523 - [[package]] 1524 - name = "enumn" 1525 - version = "0.1.14" 1526 - source = "registry+https://github.com/rust-lang/crates.io-index" 1527 - checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" 1528 - dependencies = [ 1529 - "proc-macro2", 1530 - "quote", 1531 - "syn", 1532 - ] 1533 - 1534 - [[package]] 1535 - name = "env_filter" 1536 - version = "0.1.2" 1537 - source = "registry+https://github.com/rust-lang/crates.io-index" 1538 - checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab" 1539 - dependencies = [ 1540 - "log", 1541 - ] 1542 - 1543 - [[package]] 1544 - name = "env_logger" 1545 - version = "0.11.5" 1546 - source = "registry+https://github.com/rust-lang/crates.io-index" 1547 - checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" 1548 - dependencies = [ 1549 - "anstream", 1550 - "anstyle", 1551 - "env_filter", 1552 - "log", 1553 - ] 1554 - 1555 - [[package]] 1556 - name = "epaint" 1557 - version = "0.30.0" 1558 - source = "registry+https://github.com/rust-lang/crates.io-index" 1559 - checksum = "5666f8d25236293c966fbb3635eac18b04ad1914e3bab55bc7d44b9980cafcac" 1560 - dependencies = [ 1561 - "ab_glyph", 1562 - "ahash", 1563 - "bytemuck", 1564 - "ecolor", 1565 - "emath", 1566 - "epaint_default_fonts", 1567 - "log", 1568 - "nohash-hasher", 1569 - "parking_lot", 1570 - "profiling", 1571 - "serde", 1572 - ] 1573 - 1574 - [[package]] 1575 - name = "epaint_default_fonts" 1576 - version = "0.30.0" 1577 - source = "registry+https://github.com/rust-lang/crates.io-index" 1578 - checksum = "66f6ddac3e6ac6fd4c3d48bb8b1943472f8da0f43a4303bcd8a18aa594401c80" 1579 - 1580 - [[package]] 1581 - name = "equivalent" 1582 - version = "1.0.1" 1583 - source = "registry+https://github.com/rust-lang/crates.io-index" 1584 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 1585 - 1586 - [[package]] 1587 - name = "errno" 1588 - version = "0.3.9" 1589 - source = "registry+https://github.com/rust-lang/crates.io-index" 1590 - checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 1591 - dependencies = [ 1592 - "libc", 1593 - "windows-sys 0.52.0", 1594 - ] 1595 - 1596 - [[package]] 1597 - name = "error-code" 1598 - version = "3.3.1" 1599 - source = "registry+https://github.com/rust-lang/crates.io-index" 1600 - checksum = "a5d9305ccc6942a704f4335694ecd3de2ea531b114ac2d51f5f843750787a92f" 1601 - 1602 - [[package]] 1603 - name = "event-listener" 1604 - version = "5.3.1" 1605 - source = "registry+https://github.com/rust-lang/crates.io-index" 1606 - checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" 1607 - dependencies = [ 1608 - "concurrent-queue", 1609 - "parking", 1610 - "pin-project-lite", 1611 - ] 1612 - 1613 - [[package]] 1614 - name = "event-listener-strategy" 1615 - version = "0.5.2" 1616 - source = "registry+https://github.com/rust-lang/crates.io-index" 1617 - checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" 1618 - dependencies = [ 1619 - "event-listener", 1620 - "pin-project-lite", 1621 - ] 1622 - 1623 - [[package]] 1624 - name = "eyre" 1625 - version = "0.6.12" 1626 - source = "registry+https://github.com/rust-lang/crates.io-index" 1627 - checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" 1628 - dependencies = [ 1629 - "indenter", 1630 - "once_cell", 1631 - ] 1632 - 1633 - [[package]] 1634 - name = "f128" 1635 - version = "0.2.9" 1636 - dependencies = [ 1637 - "f128_input", 1638 - "f128_internal", 1639 - "libc", 1640 - "num-traits", 1641 - ] 1642 - 1643 - [[package]] 1644 - name = "f128_input" 1645 - version = "0.2.1" 1646 - dependencies = [ 1647 - "f128_internal", 1648 - ] 1649 - 1650 - [[package]] 1651 - name = "f128_internal" 1652 - version = "0.2.2" 1653 - dependencies = [ 1654 - "cc", 1655 - "libc", 1656 - "num-traits", 1657 - ] 1658 - 1659 - [[package]] 1660 - name = "fastrand" 1661 - version = "2.1.1" 1662 - source = "registry+https://github.com/rust-lang/crates.io-index" 1663 - checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" 1664 - 1665 - [[package]] 1666 - name = "fdeflate" 1667 - version = "0.3.6" 1668 - source = "registry+https://github.com/rust-lang/crates.io-index" 1669 - checksum = "07c6f4c64c1d33a3111c4466f7365ebdcc37c5bd1ea0d62aae2e3d722aacbedb" 1670 - dependencies = [ 1671 - "simd-adler32", 1672 - ] 1673 - 1674 - [[package]] 1675 - name = "fern" 1676 - version = "0.7.1" 1677 - source = "registry+https://github.com/rust-lang/crates.io-index" 1678 - checksum = "4316185f709b23713e41e3195f90edef7fb00c3ed4adc79769cf09cc762a3b29" 1679 - dependencies = [ 1680 - "colored", 1681 - "log", 1682 - ] 1683 - 1684 - [[package]] 1685 - name = "filetime" 1686 - version = "0.2.25" 1687 - source = "registry+https://github.com/rust-lang/crates.io-index" 1688 - checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" 1689 - dependencies = [ 1690 - "cfg-if", 1691 - "libc", 1692 - "libredox", 1693 - "windows-sys 0.59.0", 1694 - ] 1695 - 1696 - [[package]] 1697 - name = "flate2" 1698 - version = "1.0.34" 1699 - source = "registry+https://github.com/rust-lang/crates.io-index" 1700 - checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0" 1701 - dependencies = [ 1702 - "crc32fast", 1703 - "miniz_oxide 0.8.0", 1704 - ] 1705 - 1706 - [[package]] 1707 - name = "fnv" 1708 - version = "1.0.7" 1709 - source = "registry+https://github.com/rust-lang/crates.io-index" 1710 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1711 - 1712 - [[package]] 1713 - name = "foldhash" 1714 - version = "0.1.3" 1715 - source = "registry+https://github.com/rust-lang/crates.io-index" 1716 - checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2" 1717 - 1718 - [[package]] 1719 - name = "foreign-types" 1720 - version = "0.3.2" 1721 - source = "registry+https://github.com/rust-lang/crates.io-index" 1722 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1723 - dependencies = [ 1724 - "foreign-types-shared 0.1.1", 1725 - ] 1726 - 1727 - [[package]] 1728 - name = "foreign-types" 1729 - version = "0.5.0" 1730 - source = "registry+https://github.com/rust-lang/crates.io-index" 1731 - checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 1732 - dependencies = [ 1733 - "foreign-types-macros", 1734 - "foreign-types-shared 0.3.1", 1735 - ] 1736 - 1737 - [[package]] 1738 - name = "foreign-types-macros" 1739 - version = "0.2.3" 1740 - source = "registry+https://github.com/rust-lang/crates.io-index" 1741 - checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 1742 - dependencies = [ 1743 - "proc-macro2", 1744 - "quote", 1745 - "syn", 1746 - ] 1747 - 1748 - [[package]] 1749 - name = "foreign-types-shared" 1750 - version = "0.1.1" 1751 - source = "registry+https://github.com/rust-lang/crates.io-index" 1752 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1753 - 1754 - [[package]] 1755 - name = "foreign-types-shared" 1756 - version = "0.3.1" 1757 - source = "registry+https://github.com/rust-lang/crates.io-index" 1758 - checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 1759 - 1760 - [[package]] 1761 - name = "form_urlencoded" 1762 - version = "1.2.1" 1763 - source = "registry+https://github.com/rust-lang/crates.io-index" 1764 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 1765 - dependencies = [ 1766 - "percent-encoding", 1767 - ] 1768 - 1769 - [[package]] 1770 - name = "fsevent-sys" 1771 - version = "4.1.0" 1772 - source = "registry+https://github.com/rust-lang/crates.io-index" 1773 - checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" 1774 - dependencies = [ 1775 - "libc", 1776 - ] 1777 - 1778 - [[package]] 1779 - name = "fst-reader" 1780 - version = "0.9.0" 1781 - source = "registry+https://github.com/rust-lang/crates.io-index" 1782 - checksum = "d2b40f847d17920196d6a9f6e1ed034acf900aadf22843268475c22a32035af6" 1783 - dependencies = [ 1784 - "flate2", 1785 - "lz4_flex", 1786 - "num_enum", 1787 - "thiserror 2.0.8", 1788 - ] 1789 - 1790 - [[package]] 1791 - name = "ftr_parser" 1792 - version = "0.1.2" 1793 - source = "registry+https://github.com/rust-lang/crates.io-index" 1794 - checksum = "2c8909e98a576214ade8cf80131eb4910a7d4033c8f7a47764698a53c5e35c8c" 1795 - dependencies = [ 1796 - "color-eyre", 1797 - "lz4_flex", 1798 - "num-bigint", 1799 - "serde", 1800 - ] 1801 - 1802 - [[package]] 1803 - name = "futures" 1804 - version = "0.3.31" 1805 - source = "registry+https://github.com/rust-lang/crates.io-index" 1806 - checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 1807 - dependencies = [ 1808 - "futures-channel", 1809 - "futures-core", 1810 - "futures-executor", 1811 - "futures-io", 1812 - "futures-sink", 1813 - "futures-task", 1814 - "futures-util", 1815 - ] 1816 - 1817 - [[package]] 1818 - name = "futures-channel" 1819 - version = "0.3.31" 1820 - source = "registry+https://github.com/rust-lang/crates.io-index" 1821 - checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 1822 - dependencies = [ 1823 - "futures-core", 1824 - "futures-sink", 1825 - ] 1826 - 1827 - [[package]] 1828 - name = "futures-core" 1829 - version = "0.3.31" 1830 - source = "registry+https://github.com/rust-lang/crates.io-index" 1831 - checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 1832 - 1833 - [[package]] 1834 - name = "futures-executor" 1835 - version = "0.3.31" 1836 - source = "registry+https://github.com/rust-lang/crates.io-index" 1837 - checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 1838 - dependencies = [ 1839 - "futures-core", 1840 - "futures-task", 1841 - "futures-util", 1842 - ] 1843 - 1844 - [[package]] 1845 - name = "futures-io" 1846 - version = "0.3.31" 1847 - source = "registry+https://github.com/rust-lang/crates.io-index" 1848 - checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 1849 - 1850 - [[package]] 1851 - name = "futures-lite" 1852 - version = "2.5.0" 1853 - source = "registry+https://github.com/rust-lang/crates.io-index" 1854 - checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1" 1855 - dependencies = [ 1856 - "fastrand", 1857 - "futures-core", 1858 - "futures-io", 1859 - "parking", 1860 - "pin-project-lite", 1861 - ] 1862 - 1863 - [[package]] 1864 - name = "futures-macro" 1865 - version = "0.3.31" 1866 - source = "registry+https://github.com/rust-lang/crates.io-index" 1867 - checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 1868 - dependencies = [ 1869 - "proc-macro2", 1870 - "quote", 1871 - "syn", 1872 - ] 1873 - 1874 - [[package]] 1875 - name = "futures-sink" 1876 - version = "0.3.31" 1877 - source = "registry+https://github.com/rust-lang/crates.io-index" 1878 - checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 1879 - 1880 - [[package]] 1881 - name = "futures-task" 1882 - version = "0.3.31" 1883 - source = "registry+https://github.com/rust-lang/crates.io-index" 1884 - checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 1885 - 1886 - [[package]] 1887 - name = "futures-util" 1888 - version = "0.3.31" 1889 - source = "registry+https://github.com/rust-lang/crates.io-index" 1890 - checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 1891 - dependencies = [ 1892 - "futures-channel", 1893 - "futures-core", 1894 - "futures-io", 1895 - "futures-macro", 1896 - "futures-sink", 1897 - "futures-task", 1898 - "memchr", 1899 - "pin-project-lite", 1900 - "pin-utils", 1901 - "slab", 1902 - ] 1903 - 1904 - [[package]] 1905 - name = "fuzzy-matcher" 1906 - version = "0.3.7" 1907 - source = "registry+https://github.com/rust-lang/crates.io-index" 1908 - checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94" 1909 - dependencies = [ 1910 - "thread_local", 1911 - ] 1912 - 1913 - [[package]] 1914 - name = "fzcmd" 1915 - version = "0.1.0" 1916 - dependencies = [ 1917 - "fuzzy-matcher", 1918 - "lazy_static", 1919 - "regex", 1920 - ] 1921 - 1922 - [[package]] 1923 - name = "generic-array" 1924 - version = "0.14.7" 1925 - source = "registry+https://github.com/rust-lang/crates.io-index" 1926 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1927 - dependencies = [ 1928 - "typenum", 1929 - "version_check", 1930 - ] 1931 - 1932 - [[package]] 1933 - name = "gethostname" 1934 - version = "0.4.3" 1935 - source = "registry+https://github.com/rust-lang/crates.io-index" 1936 - checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818" 1937 - dependencies = [ 1938 - "libc", 1939 - "windows-targets 0.48.5", 1940 - ] 1941 - 1942 - [[package]] 1943 - name = "getrandom" 1944 - version = "0.2.15" 1945 - source = "registry+https://github.com/rust-lang/crates.io-index" 1946 - checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 1947 - dependencies = [ 1948 - "cfg-if", 1949 - "libc", 1950 - "wasi", 1951 - ] 1952 - 1953 - [[package]] 1954 - name = "gimli" 1955 - version = "0.28.1" 1956 - source = "registry+https://github.com/rust-lang/crates.io-index" 1957 - checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" 1958 - 1959 - [[package]] 1960 - name = "gl_generator" 1961 - version = "0.14.0" 1962 - source = "registry+https://github.com/rust-lang/crates.io-index" 1963 - checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" 1964 - dependencies = [ 1965 - "khronos_api", 1966 - "log", 1967 - "xml-rs", 1968 - ] 1969 - 1970 - [[package]] 1971 - name = "glob" 1972 - version = "0.3.1" 1973 - source = "registry+https://github.com/rust-lang/crates.io-index" 1974 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 1975 - 1976 - [[package]] 1977 - name = "glow" 1978 - version = "0.14.2" 1979 - source = "registry+https://github.com/rust-lang/crates.io-index" 1980 - checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483" 1981 - dependencies = [ 1982 - "js-sys", 1983 - "slotmap", 1984 - "wasm-bindgen", 1985 - "web-sys", 1986 - ] 1987 - 1988 - [[package]] 1989 - name = "glow" 1990 - version = "0.16.0" 1991 - source = "registry+https://github.com/rust-lang/crates.io-index" 1992 - checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08" 1993 - dependencies = [ 1994 - "js-sys", 1995 - "slotmap", 1996 - "wasm-bindgen", 1997 - "web-sys", 1998 - ] 1999 - 2000 - [[package]] 2001 - name = "glutin" 2002 - version = "0.32.1" 2003 - source = "registry+https://github.com/rust-lang/crates.io-index" 2004 - checksum = "ec69412a0bf07ea7607e638b415447857a808846c2b685a43c8aa18bc6d5e499" 2005 - dependencies = [ 2006 - "bitflags 2.6.0", 2007 - "cfg_aliases 0.2.1", 2008 - "cgl", 2009 - "core-foundation 0.9.4", 2010 - "dispatch", 2011 - "glutin_egl_sys", 2012 - "glutin_glx_sys", 2013 - "glutin_wgl_sys", 2014 - "libloading", 2015 - "objc2", 2016 - "objc2-app-kit", 2017 - "objc2-foundation", 2018 - "once_cell", 2019 - "raw-window-handle", 2020 - "wayland-sys", 2021 - "windows-sys 0.52.0", 2022 - "x11-dl", 2023 - ] 2024 - 2025 - [[package]] 2026 - name = "glutin-winit" 2027 - version = "0.5.0" 2028 - source = "registry+https://github.com/rust-lang/crates.io-index" 2029 - checksum = "85edca7075f8fc728f28cb8fbb111a96c3b89e930574369e3e9c27eb75d3788f" 2030 - dependencies = [ 2031 - "cfg_aliases 0.2.1", 2032 - "glutin", 2033 - "raw-window-handle", 2034 - "winit", 2035 - ] 2036 - 2037 - [[package]] 2038 - name = "glutin_egl_sys" 2039 - version = "0.7.0" 2040 - source = "registry+https://github.com/rust-lang/crates.io-index" 2041 - checksum = "cae99fff4d2850dbe6fb8c1fa8e4fead5525bab715beaacfccf3fb994e01c827" 2042 - dependencies = [ 2043 - "gl_generator", 2044 - "windows-sys 0.52.0", 2045 - ] 2046 - 2047 - [[package]] 2048 - name = "glutin_glx_sys" 2049 - version = "0.6.0" 2050 - source = "registry+https://github.com/rust-lang/crates.io-index" 2051 - checksum = "9c2b2d3918e76e18e08796b55eb64e8fe6ec67d5a6b2e2a7e2edce224ad24c63" 2052 - dependencies = [ 2053 - "gl_generator", 2054 - "x11-dl", 2055 - ] 2056 - 2057 - [[package]] 2058 - name = "glutin_wgl_sys" 2059 - version = "0.6.0" 2060 - source = "registry+https://github.com/rust-lang/crates.io-index" 2061 - checksum = "0a4e1951bbd9434a81aa496fe59ccc2235af3820d27b85f9314e279609211e2c" 2062 - dependencies = [ 2063 - "gl_generator", 2064 - ] 2065 - 2066 - [[package]] 2067 - name = "gpu-alloc" 2068 - version = "0.6.0" 2069 - source = "registry+https://github.com/rust-lang/crates.io-index" 2070 - checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171" 2071 - dependencies = [ 2072 - "bitflags 2.6.0", 2073 - "gpu-alloc-types", 2074 - ] 2075 - 2076 - [[package]] 2077 - name = "gpu-alloc-types" 2078 - version = "0.3.0" 2079 - source = "registry+https://github.com/rust-lang/crates.io-index" 2080 - checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4" 2081 - dependencies = [ 2082 - "bitflags 2.6.0", 2083 - ] 2084 - 2085 - [[package]] 2086 - name = "gpu-descriptor" 2087 - version = "0.3.0" 2088 - source = "registry+https://github.com/rust-lang/crates.io-index" 2089 - checksum = "9c08c1f623a8d0b722b8b99f821eb0ba672a1618f0d3b16ddbee1cedd2dd8557" 2090 - dependencies = [ 2091 - "bitflags 2.6.0", 2092 - "gpu-descriptor-types", 2093 - "hashbrown 0.14.5", 2094 - ] 2095 - 2096 - [[package]] 2097 - name = "gpu-descriptor-types" 2098 - version = "0.2.0" 2099 - source = "registry+https://github.com/rust-lang/crates.io-index" 2100 - checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91" 2101 - dependencies = [ 2102 - "bitflags 2.6.0", 2103 - ] 2104 - 2105 - [[package]] 2106 - name = "h2" 2107 - version = "0.4.7" 2108 - source = "registry+https://github.com/rust-lang/crates.io-index" 2109 - checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e" 2110 - dependencies = [ 2111 - "atomic-waker", 2112 - "bytes", 2113 - "fnv", 2114 - "futures-core", 2115 - "futures-sink", 2116 - "http", 2117 - "indexmap", 2118 - "slab", 2119 - "tokio", 2120 - "tokio-util", 2121 - "tracing", 2122 - ] 2123 - 2124 - [[package]] 2125 - name = "half" 2126 - version = "2.4.1" 2127 - source = "registry+https://github.com/rust-lang/crates.io-index" 2128 - checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" 2129 - dependencies = [ 2130 - "cfg-if", 2131 - "crunchy", 2132 - ] 2133 - 2134 - [[package]] 2135 - name = "hashbrown" 2136 - version = "0.14.5" 2137 - source = "registry+https://github.com/rust-lang/crates.io-index" 2138 - checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 2139 - dependencies = [ 2140 - "ahash", 2141 - "allocator-api2", 2142 - ] 2143 - 2144 - [[package]] 2145 - name = "hashbrown" 2146 - version = "0.15.0" 2147 - source = "registry+https://github.com/rust-lang/crates.io-index" 2148 - checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" 2149 - dependencies = [ 2150 - "foldhash", 2151 - ] 2152 - 2153 - [[package]] 2154 - name = "heck" 2155 - version = "0.4.1" 2156 - source = "registry+https://github.com/rust-lang/crates.io-index" 2157 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 2158 - 2159 - [[package]] 2160 - name = "heck" 2161 - version = "0.5.0" 2162 - source = "registry+https://github.com/rust-lang/crates.io-index" 2163 - checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 2164 - 2165 - [[package]] 2166 - name = "hermit-abi" 2167 - version = "0.3.9" 2168 - source = "registry+https://github.com/rust-lang/crates.io-index" 2169 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 2170 - 2171 - [[package]] 2172 - name = "hermit-abi" 2173 - version = "0.4.0" 2174 - source = "registry+https://github.com/rust-lang/crates.io-index" 2175 - checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" 2176 - 2177 - [[package]] 2178 - name = "hex" 2179 - version = "0.4.3" 2180 - source = "registry+https://github.com/rust-lang/crates.io-index" 2181 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 2182 - 2183 - [[package]] 2184 - name = "hexf-parse" 2185 - version = "0.2.1" 2186 - source = "registry+https://github.com/rust-lang/crates.io-index" 2187 - checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" 2188 - 2189 - [[package]] 2190 - name = "home" 2191 - version = "0.5.9" 2192 - source = "registry+https://github.com/rust-lang/crates.io-index" 2193 - checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 2194 - dependencies = [ 2195 - "windows-sys 0.52.0", 2196 - ] 2197 - 2198 - [[package]] 2199 - name = "http" 2200 - version = "1.1.0" 2201 - source = "registry+https://github.com/rust-lang/crates.io-index" 2202 - checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 2203 - dependencies = [ 2204 - "bytes", 2205 - "fnv", 2206 - "itoa", 2207 - ] 2208 - 2209 - [[package]] 2210 - name = "http-body" 2211 - version = "1.0.1" 2212 - source = "registry+https://github.com/rust-lang/crates.io-index" 2213 - checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 2214 - dependencies = [ 2215 - "bytes", 2216 - "http", 2217 - ] 2218 - 2219 - [[package]] 2220 - name = "http-body-util" 2221 - version = "0.1.2" 2222 - source = "registry+https://github.com/rust-lang/crates.io-index" 2223 - checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" 2224 - dependencies = [ 2225 - "bytes", 2226 - "futures-util", 2227 - "http", 2228 - "http-body", 2229 - "pin-project-lite", 2230 - ] 2231 - 2232 - [[package]] 2233 - name = "httparse" 2234 - version = "1.9.5" 2235 - source = "registry+https://github.com/rust-lang/crates.io-index" 2236 - checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" 2237 - 2238 - [[package]] 2239 - name = "httpdate" 2240 - version = "1.0.3" 2241 - source = "registry+https://github.com/rust-lang/crates.io-index" 2242 - checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 2243 - 2244 - [[package]] 2245 - name = "hyper" 2246 - version = "1.5.0" 2247 - source = "registry+https://github.com/rust-lang/crates.io-index" 2248 - checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" 2249 - dependencies = [ 2250 - "bytes", 2251 - "futures-channel", 2252 - "futures-util", 2253 - "h2", 2254 - "http", 2255 - "http-body", 2256 - "httparse", 2257 - "httpdate", 2258 - "itoa", 2259 - "pin-project-lite", 2260 - "smallvec", 2261 - "tokio", 2262 - "want", 2263 - ] 2264 - 2265 - [[package]] 2266 - name = "hyper-rustls" 2267 - version = "0.27.3" 2268 - source = "registry+https://github.com/rust-lang/crates.io-index" 2269 - checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" 2270 - dependencies = [ 2271 - "futures-util", 2272 - "http", 2273 - "hyper", 2274 - "hyper-util", 2275 - "rustls", 2276 - "rustls-pki-types", 2277 - "tokio", 2278 - "tokio-rustls", 2279 - "tower-service", 2280 - ] 2281 - 2282 - [[package]] 2283 - name = "hyper-tls" 2284 - version = "0.6.0" 2285 - source = "registry+https://github.com/rust-lang/crates.io-index" 2286 - checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 2287 - dependencies = [ 2288 - "bytes", 2289 - "http-body-util", 2290 - "hyper", 2291 - "hyper-util", 2292 - "native-tls", 2293 - "tokio", 2294 - "tokio-native-tls", 2295 - "tower-service", 2296 - ] 2297 - 2298 - [[package]] 2299 - name = "hyper-util" 2300 - version = "0.1.9" 2301 - source = "registry+https://github.com/rust-lang/crates.io-index" 2302 - checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b" 2303 - dependencies = [ 2304 - "bytes", 2305 - "futures-channel", 2306 - "futures-util", 2307 - "http", 2308 - "http-body", 2309 - "hyper", 2310 - "pin-project-lite", 2311 - "socket2", 2312 - "tokio", 2313 - "tower-service", 2314 - "tracing", 2315 - ] 2316 - 2317 - [[package]] 2318 - name = "iana-time-zone" 2319 - version = "0.1.61" 2320 - source = "registry+https://github.com/rust-lang/crates.io-index" 2321 - checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" 2322 - dependencies = [ 2323 - "android_system_properties", 2324 - "core-foundation-sys", 2325 - "iana-time-zone-haiku", 2326 - "js-sys", 2327 - "wasm-bindgen", 2328 - "windows-core 0.52.0", 2329 - ] 2330 - 2331 - [[package]] 2332 - name = "iana-time-zone-haiku" 2333 - version = "0.1.2" 2334 - source = "registry+https://github.com/rust-lang/crates.io-index" 2335 - checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 2336 - dependencies = [ 2337 - "cc", 2338 - ] 2339 - 2340 - [[package]] 2341 - name = "icu_collections" 2342 - version = "1.5.0" 2343 - source = "registry+https://github.com/rust-lang/crates.io-index" 2344 - checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 2345 - dependencies = [ 2346 - "displaydoc", 2347 - "yoke", 2348 - "zerofrom", 2349 - "zerovec", 2350 - ] 2351 - 2352 - [[package]] 2353 - name = "icu_locid" 2354 - version = "1.5.0" 2355 - source = "registry+https://github.com/rust-lang/crates.io-index" 2356 - checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 2357 - dependencies = [ 2358 - "displaydoc", 2359 - "litemap", 2360 - "tinystr", 2361 - "writeable", 2362 - "zerovec", 2363 - ] 2364 - 2365 - [[package]] 2366 - name = "icu_locid_transform" 2367 - version = "1.5.0" 2368 - source = "registry+https://github.com/rust-lang/crates.io-index" 2369 - checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 2370 - dependencies = [ 2371 - "displaydoc", 2372 - "icu_locid", 2373 - "icu_locid_transform_data", 2374 - "icu_provider", 2375 - "tinystr", 2376 - "zerovec", 2377 - ] 2378 - 2379 - [[package]] 2380 - name = "icu_locid_transform_data" 2381 - version = "1.5.0" 2382 - source = "registry+https://github.com/rust-lang/crates.io-index" 2383 - checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" 2384 - 2385 - [[package]] 2386 - name = "icu_normalizer" 2387 - version = "1.5.0" 2388 - source = "registry+https://github.com/rust-lang/crates.io-index" 2389 - checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 2390 - dependencies = [ 2391 - "displaydoc", 2392 - "icu_collections", 2393 - "icu_normalizer_data", 2394 - "icu_properties", 2395 - "icu_provider", 2396 - "smallvec", 2397 - "utf16_iter", 2398 - "utf8_iter", 2399 - "write16", 2400 - "zerovec", 2401 - ] 2402 - 2403 - [[package]] 2404 - name = "icu_normalizer_data" 2405 - version = "1.5.0" 2406 - source = "registry+https://github.com/rust-lang/crates.io-index" 2407 - checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" 2408 - 2409 - [[package]] 2410 - name = "icu_properties" 2411 - version = "1.5.1" 2412 - source = "registry+https://github.com/rust-lang/crates.io-index" 2413 - checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" 2414 - dependencies = [ 2415 - "displaydoc", 2416 - "icu_collections", 2417 - "icu_locid_transform", 2418 - "icu_properties_data", 2419 - "icu_provider", 2420 - "tinystr", 2421 - "zerovec", 2422 - ] 2423 - 2424 - [[package]] 2425 - name = "icu_properties_data" 2426 - version = "1.5.0" 2427 - source = "registry+https://github.com/rust-lang/crates.io-index" 2428 - checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" 2429 - 2430 - [[package]] 2431 - name = "icu_provider" 2432 - version = "1.5.0" 2433 - source = "registry+https://github.com/rust-lang/crates.io-index" 2434 - checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 2435 - dependencies = [ 2436 - "displaydoc", 2437 - "icu_locid", 2438 - "icu_provider_macros", 2439 - "stable_deref_trait", 2440 - "tinystr", 2441 - "writeable", 2442 - "yoke", 2443 - "zerofrom", 2444 - "zerovec", 2445 - ] 2446 - 2447 - [[package]] 2448 - name = "icu_provider_macros" 2449 - version = "1.5.0" 2450 - source = "registry+https://github.com/rust-lang/crates.io-index" 2451 - checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 2452 - dependencies = [ 2453 - "proc-macro2", 2454 - "quote", 2455 - "syn", 2456 - ] 2457 - 2458 - [[package]] 2459 - name = "ident_case" 2460 - version = "1.0.1" 2461 - source = "registry+https://github.com/rust-lang/crates.io-index" 2462 - checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 2463 - 2464 - [[package]] 2465 - name = "idna" 2466 - version = "1.0.3" 2467 - source = "registry+https://github.com/rust-lang/crates.io-index" 2468 - checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 2469 - dependencies = [ 2470 - "idna_adapter", 2471 - "smallvec", 2472 - "utf8_iter", 2473 - ] 2474 - 2475 - [[package]] 2476 - name = "idna_adapter" 2477 - version = "1.2.0" 2478 - source = "registry+https://github.com/rust-lang/crates.io-index" 2479 - checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" 2480 - dependencies = [ 2481 - "icu_normalizer", 2482 - "icu_properties", 2483 - ] 2484 - 2485 - [[package]] 2486 - name = "image" 2487 - version = "0.25.5" 2488 - source = "registry+https://github.com/rust-lang/crates.io-index" 2489 - checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b" 2490 - dependencies = [ 2491 - "bytemuck", 2492 - "byteorder-lite", 2493 - "num-traits", 2494 - "png", 2495 - ] 2496 - 2497 - [[package]] 2498 - name = "image-compare" 2499 - version = "0.4.1" 2500 - source = "registry+https://github.com/rust-lang/crates.io-index" 2501 - checksum = "96cd73af13ae2e7220a1c02fe7d6bb53be50612ba7fabbb5c88e7753645f1f3c" 2502 - dependencies = [ 2503 - "image", 2504 - "itertools 0.12.1", 2505 - "rayon", 2506 - "thiserror 1.0.65", 2507 - ] 2508 - 2509 - [[package]] 2510 - name = "immutable-chunkmap" 2511 - version = "2.0.6" 2512 - source = "registry+https://github.com/rust-lang/crates.io-index" 2513 - checksum = "12f97096f508d54f8f8ab8957862eee2ccd628847b6217af1a335e1c44dee578" 2514 - dependencies = [ 2515 - "arrayvec", 2516 - ] 2517 - 2518 - [[package]] 2519 - name = "indenter" 2520 - version = "0.3.3" 2521 - source = "registry+https://github.com/rust-lang/crates.io-index" 2522 - checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" 2523 - 2524 - [[package]] 2525 - name = "indexmap" 2526 - version = "2.6.0" 2527 - source = "registry+https://github.com/rust-lang/crates.io-index" 2528 - checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" 2529 - dependencies = [ 2530 - "equivalent", 2531 - "hashbrown 0.15.0", 2532 - ] 2533 - 2534 - [[package]] 2535 - name = "indoc" 2536 - version = "2.0.5" 2537 - source = "registry+https://github.com/rust-lang/crates.io-index" 2538 - checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" 2539 - 2540 - [[package]] 2541 - name = "inotify" 2542 - version = "0.10.2" 2543 - source = "registry+https://github.com/rust-lang/crates.io-index" 2544 - checksum = "fdd168d97690d0b8c412d6b6c10360277f4d7ee495c5d0d5d5fe0854923255cc" 2545 - dependencies = [ 2546 - "bitflags 1.3.2", 2547 - "inotify-sys", 2548 - "libc", 2549 - ] 2550 - 2551 - [[package]] 2552 - name = "inotify-sys" 2553 - version = "0.1.5" 2554 - source = "registry+https://github.com/rust-lang/crates.io-index" 2555 - checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 2556 - dependencies = [ 2557 - "libc", 2558 - ] 2559 - 2560 - [[package]] 2561 - name = "instant" 2562 - version = "0.1.13" 2563 - source = "registry+https://github.com/rust-lang/crates.io-index" 2564 - checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 2565 - dependencies = [ 2566 - "cfg-if", 2567 - ] 2568 - 2569 - [[package]] 2570 - name = "instruction-decoder" 2571 - version = "0.1.0" 2572 - dependencies = [ 2573 - "toml", 2574 - ] 2575 - 2576 - [[package]] 2577 - name = "ipnet" 2578 - version = "2.10.1" 2579 - source = "registry+https://github.com/rust-lang/crates.io-index" 2580 - checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" 2581 - 2582 - [[package]] 2583 - name = "is_terminal_polyfill" 2584 - version = "1.70.1" 2585 - source = "registry+https://github.com/rust-lang/crates.io-index" 2586 - checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 2587 - 2588 - [[package]] 2589 - name = "itertools" 2590 - version = "0.12.1" 2591 - source = "registry+https://github.com/rust-lang/crates.io-index" 2592 - checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 2593 - dependencies = [ 2594 - "either", 2595 - ] 2596 - 2597 - [[package]] 2598 - name = "itertools" 2599 - version = "0.13.0" 2600 - source = "registry+https://github.com/rust-lang/crates.io-index" 2601 - checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 2602 - dependencies = [ 2603 - "either", 2604 - ] 2605 - 2606 - [[package]] 2607 - name = "itoa" 2608 - version = "1.0.11" 2609 - source = "registry+https://github.com/rust-lang/crates.io-index" 2610 - checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 2611 - 2612 - [[package]] 2613 - name = "jni" 2614 - version = "0.21.1" 2615 - source = "registry+https://github.com/rust-lang/crates.io-index" 2616 - checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 2617 - dependencies = [ 2618 - "cesu8", 2619 - "cfg-if", 2620 - "combine", 2621 - "jni-sys", 2622 - "log", 2623 - "thiserror 1.0.65", 2624 - "walkdir", 2625 - "windows-sys 0.45.0", 2626 - ] 2627 - 2628 - [[package]] 2629 - name = "jni-sys" 2630 - version = "0.3.0" 2631 - source = "registry+https://github.com/rust-lang/crates.io-index" 2632 - checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2633 - 2634 - [[package]] 2635 - name = "jobserver" 2636 - version = "0.1.32" 2637 - source = "registry+https://github.com/rust-lang/crates.io-index" 2638 - checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" 2639 - dependencies = [ 2640 - "libc", 2641 - ] 2642 - 2643 - [[package]] 2644 - name = "js-sys" 2645 - version = "0.3.72" 2646 - source = "registry+https://github.com/rust-lang/crates.io-index" 2647 - checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9" 2648 - dependencies = [ 2649 - "wasm-bindgen", 2650 - ] 2651 - 2652 - [[package]] 2653 - name = "khronos-egl" 2654 - version = "6.0.0" 2655 - source = "registry+https://github.com/rust-lang/crates.io-index" 2656 - checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" 2657 - dependencies = [ 2658 - "libc", 2659 - "libloading", 2660 - "pkg-config", 2661 - ] 2662 - 2663 - [[package]] 2664 - name = "khronos_api" 2665 - version = "3.1.0" 2666 - source = "registry+https://github.com/rust-lang/crates.io-index" 2667 - checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" 2668 - 2669 - [[package]] 2670 - name = "kqueue" 2671 - version = "1.0.8" 2672 - source = "registry+https://github.com/rust-lang/crates.io-index" 2673 - checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c" 2674 - dependencies = [ 2675 - "kqueue-sys", 2676 - "libc", 2677 - ] 2678 - 2679 - [[package]] 2680 - name = "kqueue-sys" 2681 - version = "1.0.4" 2682 - source = "registry+https://github.com/rust-lang/crates.io-index" 2683 - checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" 2684 - dependencies = [ 2685 - "bitflags 1.3.2", 2686 - "libc", 2687 - ] 2688 - 2689 - [[package]] 2690 - name = "lazy_static" 2691 - version = "1.5.0" 2692 - source = "registry+https://github.com/rust-lang/crates.io-index" 2693 - checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 2694 - 2695 - [[package]] 2696 - name = "leb128" 2697 - version = "0.2.5" 2698 - source = "registry+https://github.com/rust-lang/crates.io-index" 2699 - checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" 2700 - 2701 - [[package]] 2702 - name = "libc" 2703 - version = "0.2.161" 2704 - source = "registry+https://github.com/rust-lang/crates.io-index" 2705 - checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" 2706 - 2707 - [[package]] 2708 - name = "libloading" 2709 - version = "0.8.5" 2710 - source = "registry+https://github.com/rust-lang/crates.io-index" 2711 - checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" 2712 - dependencies = [ 2713 - "cfg-if", 2714 - "windows-targets 0.52.6", 2715 - ] 2716 - 2717 - [[package]] 2718 - name = "libredox" 2719 - version = "0.1.3" 2720 - source = "registry+https://github.com/rust-lang/crates.io-index" 2721 - checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 2722 - dependencies = [ 2723 - "bitflags 2.6.0", 2724 - "libc", 2725 - "redox_syscall 0.5.7", 2726 - ] 2727 - 2728 - [[package]] 2729 - name = "libsurfer" 2730 - version = "0.3.0" 2731 - dependencies = [ 2732 - "base64 0.22.1", 2733 - "bincode", 2734 - "bytes", 2735 - "bytesize", 2736 - "camino", 2737 - "chrono", 2738 - "color-eyre", 2739 - "config", 2740 - "derive_more", 2741 - "directories", 2742 - "ecolor", 2743 - "eframe", 2744 - "egui", 2745 - "egui-remixicon", 2746 - "egui_extras", 2747 - "egui_plot", 2748 - "egui_skia_renderer", 2749 - "emath", 2750 - "enum-iterator", 2751 - "epaint", 2752 - "f128", 2753 - "fern", 2754 - "ftr_parser", 2755 - "futures", 2756 - "futures-core", 2757 - "futures-util", 2758 - "fuzzy-matcher", 2759 - "fzcmd", 2760 - "half", 2761 - "image", 2762 - "image-compare", 2763 - "instruction-decoder", 2764 - "itertools 0.13.0", 2765 - "lazy_static", 2766 - "local-impl", 2767 - "log", 2768 - "lz4_flex", 2769 - "notify", 2770 - "num", 2771 - "numeric-sort", 2772 - "project-root", 2773 - "pure-rust-locales", 2774 - "pyo3", 2775 - "rayon", 2776 - "regex", 2777 - "reqwest", 2778 - "rfd", 2779 - "ron", 2780 - "serde", 2781 - "serde_json", 2782 - "serde_stacker", 2783 - "skia-safe", 2784 - "softposit", 2785 - "spade", 2786 - "spade-common", 2787 - "spade-hir-lowering", 2788 - "spade-types", 2789 - "surfer-translation-types", 2790 - "surver", 2791 - "sys-locale", 2792 - "tempfile", 2793 - "test-log", 2794 - "tokio", 2795 - "toml", 2796 - "vergen-gitcl", 2797 - "wasm-bindgen", 2798 - "wasm-bindgen-futures", 2799 - "web-sys", 2800 - "web-time", 2801 - "wellen", 2802 - ] 2803 - 2804 - [[package]] 2805 - name = "linux-raw-sys" 2806 - version = "0.4.14" 2807 - source = "registry+https://github.com/rust-lang/crates.io-index" 2808 - checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 2809 - 2810 - [[package]] 2811 - name = "litemap" 2812 - version = "0.7.4" 2813 - source = "registry+https://github.com/rust-lang/crates.io-index" 2814 - checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" 2815 - 2816 - [[package]] 2817 - name = "litrs" 2818 - version = "0.4.1" 2819 - source = "registry+https://github.com/rust-lang/crates.io-index" 2820 - checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5" 2821 - 2822 - [[package]] 2823 - name = "local-impl" 2824 - version = "0.1.2" 2825 - source = "registry+https://github.com/rust-lang/crates.io-index" 2826 - checksum = "5e36d656622c9ac5c84be07696931c71e483d27daf86914d7011d0fa6370418b" 2827 - dependencies = [ 2828 - "proc-macro2", 2829 - "quote", 2830 - "syn", 2831 - ] 2832 - 2833 - [[package]] 2834 - name = "lock_api" 2835 - version = "0.4.12" 2836 - source = "registry+https://github.com/rust-lang/crates.io-index" 2837 - checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 2838 - dependencies = [ 2839 - "autocfg", 2840 - "scopeguard", 2841 - ] 2842 - 2843 - [[package]] 2844 - name = "log" 2845 - version = "0.4.22" 2846 - source = "registry+https://github.com/rust-lang/crates.io-index" 2847 - checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 2848 - 2849 - [[package]] 2850 - name = "logos" 2851 - version = "0.14.2" 2852 - source = "registry+https://github.com/rust-lang/crates.io-index" 2853 - checksum = "1c6b6e02facda28ca5fb8dbe4b152496ba3b1bd5a4b40bb2b1b2d8ad74e0f39b" 2854 - dependencies = [ 2855 - "logos-derive", 2856 - ] 2857 - 2858 - [[package]] 2859 - name = "logos-codegen" 2860 - version = "0.14.2" 2861 - source = "registry+https://github.com/rust-lang/crates.io-index" 2862 - checksum = "b32eb6b5f26efacd015b000bfc562186472cd9b34bdba3f6b264e2a052676d10" 2863 - dependencies = [ 2864 - "beef", 2865 - "fnv", 2866 - "lazy_static", 2867 - "proc-macro2", 2868 - "quote", 2869 - "regex-syntax 0.8.5", 2870 - "syn", 2871 - ] 2872 - 2873 - [[package]] 2874 - name = "logos-derive" 2875 - version = "0.14.2" 2876 - source = "registry+https://github.com/rust-lang/crates.io-index" 2877 - checksum = "3e5d0c5463c911ef55624739fc353238b4e310f0144be1f875dc42fec6bfd5ec" 2878 - dependencies = [ 2879 - "logos-codegen", 2880 - ] 2881 - 2882 - [[package]] 2883 - name = "lz4_flex" 2884 - version = "0.11.3" 2885 - source = "registry+https://github.com/rust-lang/crates.io-index" 2886 - checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5" 2887 - dependencies = [ 2888 - "twox-hash", 2889 - ] 2890 - 2891 - [[package]] 2892 - name = "malloc_buf" 2893 - version = "0.0.6" 2894 - source = "registry+https://github.com/rust-lang/crates.io-index" 2895 - checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 2896 - dependencies = [ 2897 - "libc", 2898 - ] 2899 - 2900 - [[package]] 2901 - name = "matchers" 2902 - version = "0.1.0" 2903 - source = "registry+https://github.com/rust-lang/crates.io-index" 2904 - checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 2905 - dependencies = [ 2906 - "regex-automata 0.1.10", 2907 - ] 2908 - 2909 - [[package]] 2910 - name = "memchr" 2911 - version = "2.7.4" 2912 - source = "registry+https://github.com/rust-lang/crates.io-index" 2913 - checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 2914 - 2915 - [[package]] 2916 - name = "memmap2" 2917 - version = "0.9.5" 2918 - source = "registry+https://github.com/rust-lang/crates.io-index" 2919 - checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" 2920 - dependencies = [ 2921 - "libc", 2922 - ] 2923 - 2924 - [[package]] 2925 - name = "memoffset" 2926 - version = "0.9.1" 2927 - source = "registry+https://github.com/rust-lang/crates.io-index" 2928 - checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 2929 - dependencies = [ 2930 - "autocfg", 2931 - ] 2932 - 2933 - [[package]] 2934 - name = "metal" 2935 - version = "0.29.0" 2936 - source = "registry+https://github.com/rust-lang/crates.io-index" 2937 - checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21" 2938 - dependencies = [ 2939 - "bitflags 2.6.0", 2940 - "block", 2941 - "core-graphics-types", 2942 - "foreign-types 0.5.0", 2943 - "log", 2944 - "objc", 2945 - "paste", 2946 - ] 2947 - 2948 - [[package]] 2949 - name = "mime" 2950 - version = "0.3.17" 2951 - source = "registry+https://github.com/rust-lang/crates.io-index" 2952 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 2953 - 2954 - [[package]] 2955 - name = "minimal-lexical" 2956 - version = "0.2.1" 2957 - source = "registry+https://github.com/rust-lang/crates.io-index" 2958 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2959 - 2960 - [[package]] 2961 - name = "miniz_oxide" 2962 - version = "0.7.4" 2963 - source = "registry+https://github.com/rust-lang/crates.io-index" 2964 - checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" 2965 - dependencies = [ 2966 - "adler", 2967 - ] 2968 - 2969 - [[package]] 2970 - name = "miniz_oxide" 2971 - version = "0.8.0" 2972 - source = "registry+https://github.com/rust-lang/crates.io-index" 2973 - checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" 2974 - dependencies = [ 2975 - "adler2", 2976 - "simd-adler32", 2977 - ] 2978 - 2979 - [[package]] 2980 - name = "mio" 2981 - version = "1.0.2" 2982 - source = "registry+https://github.com/rust-lang/crates.io-index" 2983 - checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" 2984 - dependencies = [ 2985 - "hermit-abi 0.3.9", 2986 - "libc", 2987 - "log", 2988 - "wasi", 2989 - "windows-sys 0.52.0", 2990 - ] 2991 - 2992 - [[package]] 2993 - name = "naga" 2994 - version = "23.1.0" 2995 - source = "registry+https://github.com/rust-lang/crates.io-index" 2996 - checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f" 2997 - dependencies = [ 2998 - "arrayvec", 2999 - "bit-set", 3000 - "bitflags 2.6.0", 3001 - "cfg_aliases 0.1.1", 3002 - "codespan-reporting 0.11.1", 3003 - "hexf-parse", 3004 - "indexmap", 3005 - "log", 3006 - "rustc-hash 1.1.0", 3007 - "spirv", 3008 - "termcolor", 3009 - "thiserror 1.0.65", 3010 - "unicode-xid", 3011 - ] 3012 - 3013 - [[package]] 3014 - name = "native-tls" 3015 - version = "0.2.12" 3016 - source = "registry+https://github.com/rust-lang/crates.io-index" 3017 - checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" 3018 - dependencies = [ 3019 - "libc", 3020 - "log", 3021 - "openssl", 3022 - "openssl-probe", 3023 - "openssl-sys", 3024 - "schannel", 3025 - "security-framework", 3026 - "security-framework-sys", 3027 - "tempfile", 3028 - ] 3029 - 3030 - [[package]] 3031 - name = "ndk" 3032 - version = "0.9.0" 3033 - source = "registry+https://github.com/rust-lang/crates.io-index" 3034 - checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" 3035 - dependencies = [ 3036 - "bitflags 2.6.0", 3037 - "jni-sys", 3038 - "log", 3039 - "ndk-sys 0.6.0+11769913", 3040 - "num_enum", 3041 - "raw-window-handle", 3042 - "thiserror 1.0.65", 3043 - ] 3044 - 3045 - [[package]] 3046 - name = "ndk-context" 3047 - version = "0.1.1" 3048 - source = "registry+https://github.com/rust-lang/crates.io-index" 3049 - checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 3050 - 3051 - [[package]] 3052 - name = "ndk-sys" 3053 - version = "0.5.0+25.2.9519653" 3054 - source = "registry+https://github.com/rust-lang/crates.io-index" 3055 - checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691" 3056 - dependencies = [ 3057 - "jni-sys", 3058 - ] 3059 - 3060 - [[package]] 3061 - name = "ndk-sys" 3062 - version = "0.6.0+11769913" 3063 - source = "registry+https://github.com/rust-lang/crates.io-index" 3064 - checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873" 3065 - dependencies = [ 3066 - "jni-sys", 3067 - ] 3068 - 3069 - [[package]] 3070 - name = "nesty" 3071 - version = "0.2.0" 3072 - source = "registry+https://github.com/rust-lang/crates.io-index" 3073 - checksum = "dac700f47763ee1984f0034c1b606e84fb00002cd2fbaabdd5a5473cf9e90ef5" 3074 - 3075 - [[package]] 3076 - name = "nix" 3077 - version = "0.29.0" 3078 - source = "registry+https://github.com/rust-lang/crates.io-index" 3079 - checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" 3080 - dependencies = [ 3081 - "bitflags 2.6.0", 3082 - "cfg-if", 3083 - "cfg_aliases 0.2.1", 3084 - "libc", 3085 - "memoffset", 3086 - ] 3087 - 3088 - [[package]] 3089 - name = "nohash-hasher" 3090 - version = "0.2.0" 3091 - source = "registry+https://github.com/rust-lang/crates.io-index" 3092 - checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" 3093 - 3094 - [[package]] 3095 - name = "nom" 3096 - version = "7.1.3" 3097 - source = "registry+https://github.com/rust-lang/crates.io-index" 3098 - checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 3099 - dependencies = [ 3100 - "memchr", 3101 - "minimal-lexical", 3102 - ] 3103 - 3104 - [[package]] 3105 - name = "notify" 3106 - version = "7.0.0" 3107 - source = "registry+https://github.com/rust-lang/crates.io-index" 3108 - checksum = "c533b4c39709f9ba5005d8002048266593c1cfaf3c5f0739d5b8ab0c6c504009" 3109 - dependencies = [ 3110 - "bitflags 2.6.0", 3111 - "filetime", 3112 - "fsevent-sys", 3113 - "inotify", 3114 - "kqueue", 3115 - "libc", 3116 - "log", 3117 - "mio", 3118 - "notify-types", 3119 - "walkdir", 3120 - "windows-sys 0.52.0", 3121 - ] 3122 - 3123 - [[package]] 3124 - name = "notify-types" 3125 - version = "1.0.1" 3126 - source = "registry+https://github.com/rust-lang/crates.io-index" 3127 - checksum = "585d3cb5e12e01aed9e8a1f70d5c6b5e86fe2a6e48fc8cd0b3e0b8df6f6eb174" 3128 - dependencies = [ 3129 - "instant", 3130 - ] 3131 - 3132 - [[package]] 3133 - name = "nu-ansi-term" 3134 - version = "0.46.0" 3135 - source = "registry+https://github.com/rust-lang/crates.io-index" 3136 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 3137 - dependencies = [ 3138 - "overload", 3139 - "winapi", 3140 - ] 3141 - 3142 - [[package]] 3143 - name = "nu-ansi-term" 3144 - version = "0.50.1" 3145 - source = "registry+https://github.com/rust-lang/crates.io-index" 3146 - checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399" 3147 - dependencies = [ 3148 - "windows-sys 0.52.0", 3149 - ] 3150 - 3151 - [[package]] 3152 - name = "num" 3153 - version = "0.4.3" 3154 - source = "registry+https://github.com/rust-lang/crates.io-index" 3155 - checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" 3156 - dependencies = [ 3157 - "num-bigint", 3158 - "num-complex", 3159 - "num-integer", 3160 - "num-iter", 3161 - "num-rational", 3162 - "num-traits", 3163 - ] 3164 - 3165 - [[package]] 3166 - name = "num-bigint" 3167 - version = "0.4.6" 3168 - source = "registry+https://github.com/rust-lang/crates.io-index" 3169 - checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 3170 - dependencies = [ 3171 - "num-integer", 3172 - "num-traits", 3173 - "serde", 3174 - ] 3175 - 3176 - [[package]] 3177 - name = "num-complex" 3178 - version = "0.4.6" 3179 - source = "registry+https://github.com/rust-lang/crates.io-index" 3180 - checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" 3181 - dependencies = [ 3182 - "num-traits", 3183 - "serde", 3184 - ] 3185 - 3186 - [[package]] 3187 - name = "num-conv" 3188 - version = "0.1.0" 3189 - source = "registry+https://github.com/rust-lang/crates.io-index" 3190 - checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 3191 - 3192 - [[package]] 3193 - name = "num-integer" 3194 - version = "0.1.46" 3195 - source = "registry+https://github.com/rust-lang/crates.io-index" 3196 - checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 3197 - dependencies = [ 3198 - "num-traits", 3199 - ] 3200 - 3201 - [[package]] 3202 - name = "num-iter" 3203 - version = "0.1.45" 3204 - source = "registry+https://github.com/rust-lang/crates.io-index" 3205 - checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 3206 - dependencies = [ 3207 - "autocfg", 3208 - "num-integer", 3209 - "num-traits", 3210 - ] 3211 - 3212 - [[package]] 3213 - name = "num-rational" 3214 - version = "0.4.2" 3215 - source = "registry+https://github.com/rust-lang/crates.io-index" 3216 - checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" 3217 - dependencies = [ 3218 - "num-bigint", 3219 - "num-integer", 3220 - "num-traits", 3221 - "serde", 3222 - ] 3223 - 3224 - [[package]] 3225 - name = "num-traits" 3226 - version = "0.2.19" 3227 - source = "registry+https://github.com/rust-lang/crates.io-index" 3228 - checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 3229 - dependencies = [ 3230 - "autocfg", 3231 - ] 3232 - 3233 - [[package]] 3234 - name = "num_enum" 3235 - version = "0.7.3" 3236 - source = "registry+https://github.com/rust-lang/crates.io-index" 3237 - checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" 3238 - dependencies = [ 3239 - "num_enum_derive", 3240 - ] 3241 - 3242 - [[package]] 3243 - name = "num_enum_derive" 3244 - version = "0.7.3" 3245 - source = "registry+https://github.com/rust-lang/crates.io-index" 3246 - checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" 3247 - dependencies = [ 3248 - "proc-macro-crate", 3249 - "proc-macro2", 3250 - "quote", 3251 - "syn", 3252 - ] 3253 - 3254 - [[package]] 3255 - name = "num_threads" 3256 - version = "0.1.7" 3257 - source = "registry+https://github.com/rust-lang/crates.io-index" 3258 - checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" 3259 - dependencies = [ 3260 - "libc", 3261 - ] 3262 - 3263 - [[package]] 3264 - name = "numeric-sort" 3265 - version = "0.1.4" 3266 - source = "registry+https://github.com/rust-lang/crates.io-index" 3267 - checksum = "1f218700a47ff14f06bb676b97e63a6fb2fd25db3bf05d6f369971188e303f7f" 3268 - 3269 - [[package]] 3270 - name = "objc" 3271 - version = "0.2.7" 3272 - source = "registry+https://github.com/rust-lang/crates.io-index" 3273 - checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 3274 - dependencies = [ 3275 - "malloc_buf", 3276 - ] 3277 - 3278 - [[package]] 3279 - name = "objc-sys" 3280 - version = "0.3.5" 3281 - source = "registry+https://github.com/rust-lang/crates.io-index" 3282 - checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310" 3283 - 3284 - [[package]] 3285 - name = "objc2" 3286 - version = "0.5.2" 3287 - source = "registry+https://github.com/rust-lang/crates.io-index" 3288 - checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804" 3289 - dependencies = [ 3290 - "objc-sys", 3291 - "objc2-encode", 3292 - ] 3293 - 3294 - [[package]] 3295 - name = "objc2-app-kit" 3296 - version = "0.2.2" 3297 - source = "registry+https://github.com/rust-lang/crates.io-index" 3298 - checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff" 3299 - dependencies = [ 3300 - "bitflags 2.6.0", 3301 - "block2", 3302 - "libc", 3303 - "objc2", 3304 - "objc2-core-data", 3305 - "objc2-core-image", 3306 - "objc2-foundation", 3307 - "objc2-quartz-core", 3308 - ] 3309 - 3310 - [[package]] 3311 - name = "objc2-cloud-kit" 3312 - version = "0.2.2" 3313 - source = "registry+https://github.com/rust-lang/crates.io-index" 3314 - checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009" 3315 - dependencies = [ 3316 - "bitflags 2.6.0", 3317 - "block2", 3318 - "objc2", 3319 - "objc2-core-location", 3320 - "objc2-foundation", 3321 - ] 3322 - 3323 - [[package]] 3324 - name = "objc2-contacts" 3325 - version = "0.2.2" 3326 - source = "registry+https://github.com/rust-lang/crates.io-index" 3327 - checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889" 3328 - dependencies = [ 3329 - "block2", 3330 - "objc2", 3331 - "objc2-foundation", 3332 - ] 3333 - 3334 - [[package]] 3335 - name = "objc2-core-data" 3336 - version = "0.2.2" 3337 - source = "registry+https://github.com/rust-lang/crates.io-index" 3338 - checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef" 3339 - dependencies = [ 3340 - "bitflags 2.6.0", 3341 - "block2", 3342 - "objc2", 3343 - "objc2-foundation", 3344 - ] 3345 - 3346 - [[package]] 3347 - name = "objc2-core-image" 3348 - version = "0.2.2" 3349 - source = "registry+https://github.com/rust-lang/crates.io-index" 3350 - checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80" 3351 - dependencies = [ 3352 - "block2", 3353 - "objc2", 3354 - "objc2-foundation", 3355 - "objc2-metal", 3356 - ] 3357 - 3358 - [[package]] 3359 - name = "objc2-core-location" 3360 - version = "0.2.2" 3361 - source = "registry+https://github.com/rust-lang/crates.io-index" 3362 - checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781" 3363 - dependencies = [ 3364 - "block2", 3365 - "objc2", 3366 - "objc2-contacts", 3367 - "objc2-foundation", 3368 - ] 3369 - 3370 - [[package]] 3371 - name = "objc2-encode" 3372 - version = "4.0.3" 3373 - source = "registry+https://github.com/rust-lang/crates.io-index" 3374 - checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8" 3375 - 3376 - [[package]] 3377 - name = "objc2-foundation" 3378 - version = "0.2.2" 3379 - source = "registry+https://github.com/rust-lang/crates.io-index" 3380 - checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8" 3381 - dependencies = [ 3382 - "bitflags 2.6.0", 3383 - "block2", 3384 - "dispatch", 3385 - "libc", 3386 - "objc2", 3387 - ] 3388 - 3389 - [[package]] 3390 - name = "objc2-link-presentation" 3391 - version = "0.2.2" 3392 - source = "registry+https://github.com/rust-lang/crates.io-index" 3393 - checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398" 3394 - dependencies = [ 3395 - "block2", 3396 - "objc2", 3397 - "objc2-app-kit", 3398 - "objc2-foundation", 3399 - ] 3400 - 3401 - [[package]] 3402 - name = "objc2-metal" 3403 - version = "0.2.2" 3404 - source = "registry+https://github.com/rust-lang/crates.io-index" 3405 - checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6" 3406 - dependencies = [ 3407 - "bitflags 2.6.0", 3408 - "block2", 3409 - "objc2", 3410 - "objc2-foundation", 3411 - ] 3412 - 3413 - [[package]] 3414 - name = "objc2-quartz-core" 3415 - version = "0.2.2" 3416 - source = "registry+https://github.com/rust-lang/crates.io-index" 3417 - checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a" 3418 - dependencies = [ 3419 - "bitflags 2.6.0", 3420 - "block2", 3421 - "objc2", 3422 - "objc2-foundation", 3423 - "objc2-metal", 3424 - ] 3425 - 3426 - [[package]] 3427 - name = "objc2-symbols" 3428 - version = "0.2.2" 3429 - source = "registry+https://github.com/rust-lang/crates.io-index" 3430 - checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc" 3431 - dependencies = [ 3432 - "objc2", 3433 - "objc2-foundation", 3434 - ] 3435 - 3436 - [[package]] 3437 - name = "objc2-ui-kit" 3438 - version = "0.2.2" 3439 - source = "registry+https://github.com/rust-lang/crates.io-index" 3440 - checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f" 3441 - dependencies = [ 3442 - "bitflags 2.6.0", 3443 - "block2", 3444 - "objc2", 3445 - "objc2-cloud-kit", 3446 - "objc2-core-data", 3447 - "objc2-core-image", 3448 - "objc2-core-location", 3449 - "objc2-foundation", 3450 - "objc2-link-presentation", 3451 - "objc2-quartz-core", 3452 - "objc2-symbols", 3453 - "objc2-uniform-type-identifiers", 3454 - "objc2-user-notifications", 3455 - ] 3456 - 3457 - [[package]] 3458 - name = "objc2-uniform-type-identifiers" 3459 - version = "0.2.2" 3460 - source = "registry+https://github.com/rust-lang/crates.io-index" 3461 - checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe" 3462 - dependencies = [ 3463 - "block2", 3464 - "objc2", 3465 - "objc2-foundation", 3466 - ] 3467 - 3468 - [[package]] 3469 - name = "objc2-user-notifications" 3470 - version = "0.2.2" 3471 - source = "registry+https://github.com/rust-lang/crates.io-index" 3472 - checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3" 3473 - dependencies = [ 3474 - "bitflags 2.6.0", 3475 - "block2", 3476 - "objc2", 3477 - "objc2-core-location", 3478 - "objc2-foundation", 3479 - ] 3480 - 3481 - [[package]] 3482 - name = "object" 3483 - version = "0.32.2" 3484 - source = "registry+https://github.com/rust-lang/crates.io-index" 3485 - checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" 3486 - dependencies = [ 3487 - "memchr", 3488 - ] 3489 - 3490 - [[package]] 3491 - name = "once_cell" 3492 - version = "1.20.2" 3493 - source = "registry+https://github.com/rust-lang/crates.io-index" 3494 - checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" 3495 - 3496 - [[package]] 3497 - name = "openssl" 3498 - version = "0.10.68" 3499 - source = "registry+https://github.com/rust-lang/crates.io-index" 3500 - checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" 3501 - dependencies = [ 3502 - "bitflags 2.6.0", 3503 - "cfg-if", 3504 - "foreign-types 0.3.2", 3505 - "libc", 3506 - "once_cell", 3507 - "openssl-macros", 3508 - "openssl-sys", 3509 - ] 3510 - 3511 - [[package]] 3512 - name = "openssl-macros" 3513 - version = "0.1.1" 3514 - source = "registry+https://github.com/rust-lang/crates.io-index" 3515 - checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 3516 - dependencies = [ 3517 - "proc-macro2", 3518 - "quote", 3519 - "syn", 3520 - ] 3521 - 3522 - [[package]] 3523 - name = "openssl-probe" 3524 - version = "0.1.5" 3525 - source = "registry+https://github.com/rust-lang/crates.io-index" 3526 - checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 3527 - 3528 - [[package]] 3529 - name = "openssl-sys" 3530 - version = "0.9.104" 3531 - source = "registry+https://github.com/rust-lang/crates.io-index" 3532 - checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" 3533 - dependencies = [ 3534 - "cc", 3535 - "libc", 3536 - "pkg-config", 3537 - "vcpkg", 3538 - ] 3539 - 3540 - [[package]] 3541 - name = "option-ext" 3542 - version = "0.2.0" 3543 - source = "registry+https://github.com/rust-lang/crates.io-index" 3544 - checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 3545 - 3546 - [[package]] 3547 - name = "orbclient" 3548 - version = "0.3.48" 3549 - source = "registry+https://github.com/rust-lang/crates.io-index" 3550 - checksum = "ba0b26cec2e24f08ed8bb31519a9333140a6599b867dac464bb150bdb796fd43" 3551 - dependencies = [ 3552 - "libredox", 3553 - ] 3554 - 3555 - [[package]] 3556 - name = "ordered-stream" 3557 - version = "0.2.0" 3558 - source = "registry+https://github.com/rust-lang/crates.io-index" 3559 - checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" 3560 - dependencies = [ 3561 - "futures-core", 3562 - "pin-project-lite", 3563 - ] 3564 - 3565 - [[package]] 3566 - name = "overload" 3567 - version = "0.1.1" 3568 - source = "registry+https://github.com/rust-lang/crates.io-index" 3569 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 3570 - 3571 - [[package]] 3572 - name = "owned_ttf_parser" 3573 - version = "0.25.0" 3574 - source = "registry+https://github.com/rust-lang/crates.io-index" 3575 - checksum = "22ec719bbf3b2a81c109a4e20b1f129b5566b7dce654bc3872f6a05abf82b2c4" 3576 - dependencies = [ 3577 - "ttf-parser", 3578 - ] 3579 - 3580 - [[package]] 3581 - name = "owo-colors" 3582 - version = "3.5.0" 3583 - source = "registry+https://github.com/rust-lang/crates.io-index" 3584 - checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" 3585 - 3586 - [[package]] 3587 - name = "parking" 3588 - version = "2.2.1" 3589 - source = "registry+https://github.com/rust-lang/crates.io-index" 3590 - checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 3591 - 3592 - [[package]] 3593 - name = "parking_lot" 3594 - version = "0.12.3" 3595 - source = "registry+https://github.com/rust-lang/crates.io-index" 3596 - checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 3597 - dependencies = [ 3598 - "lock_api", 3599 - "parking_lot_core", 3600 - ] 3601 - 3602 - [[package]] 3603 - name = "parking_lot_core" 3604 - version = "0.9.10" 3605 - source = "registry+https://github.com/rust-lang/crates.io-index" 3606 - checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 3607 - dependencies = [ 3608 - "cfg-if", 3609 - "libc", 3610 - "redox_syscall 0.5.7", 3611 - "smallvec", 3612 - "windows-targets 0.52.6", 3613 - ] 3614 - 3615 - [[package]] 3616 - name = "paste" 3617 - version = "1.0.15" 3618 - source = "registry+https://github.com/rust-lang/crates.io-index" 3619 - checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 3620 - 3621 - [[package]] 3622 - name = "pathdiff" 3623 - version = "0.2.3" 3624 - source = "registry+https://github.com/rust-lang/crates.io-index" 3625 - checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" 3626 - 3627 - [[package]] 3628 - name = "percent-encoding" 3629 - version = "2.3.1" 3630 - source = "registry+https://github.com/rust-lang/crates.io-index" 3631 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 3632 - 3633 - [[package]] 3634 - name = "pin-project" 3635 - version = "1.1.7" 3636 - source = "registry+https://github.com/rust-lang/crates.io-index" 3637 - checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95" 3638 - dependencies = [ 3639 - "pin-project-internal", 3640 - ] 3641 - 3642 - [[package]] 3643 - name = "pin-project-internal" 3644 - version = "1.1.7" 3645 - source = "registry+https://github.com/rust-lang/crates.io-index" 3646 - checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c" 3647 - dependencies = [ 3648 - "proc-macro2", 3649 - "quote", 3650 - "syn", 3651 - ] 3652 - 3653 - [[package]] 3654 - name = "pin-project-lite" 3655 - version = "0.2.15" 3656 - source = "registry+https://github.com/rust-lang/crates.io-index" 3657 - checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" 3658 - 3659 - [[package]] 3660 - name = "pin-utils" 3661 - version = "0.1.0" 3662 - source = "registry+https://github.com/rust-lang/crates.io-index" 3663 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 3664 - 3665 - [[package]] 3666 - name = "piper" 3667 - version = "0.2.4" 3668 - source = "registry+https://github.com/rust-lang/crates.io-index" 3669 - checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" 3670 - dependencies = [ 3671 - "atomic-waker", 3672 - "fastrand", 3673 - "futures-io", 3674 - ] 3675 - 3676 - [[package]] 3677 - name = "pkg-config" 3678 - version = "0.3.31" 3679 - source = "registry+https://github.com/rust-lang/crates.io-index" 3680 - checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" 3681 - 3682 - [[package]] 3683 - name = "png" 3684 - version = "0.17.14" 3685 - source = "registry+https://github.com/rust-lang/crates.io-index" 3686 - checksum = "52f9d46a34a05a6a57566bc2bfae066ef07585a6e3fa30fbbdff5936380623f0" 3687 - dependencies = [ 3688 - "bitflags 1.3.2", 3689 - "crc32fast", 3690 - "fdeflate", 3691 - "flate2", 3692 - "miniz_oxide 0.8.0", 3693 - ] 3694 - 3695 - [[package]] 3696 - name = "polling" 3697 - version = "3.7.4" 3698 - source = "registry+https://github.com/rust-lang/crates.io-index" 3699 - checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f" 3700 - dependencies = [ 3701 - "cfg-if", 3702 - "concurrent-queue", 3703 - "hermit-abi 0.4.0", 3704 - "pin-project-lite", 3705 - "rustix", 3706 - "tracing", 3707 - "windows-sys 0.59.0", 3708 - ] 3709 - 3710 - [[package]] 3711 - name = "pollster" 3712 - version = "0.3.0" 3713 - source = "registry+https://github.com/rust-lang/crates.io-index" 3714 - checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2" 3715 - 3716 - [[package]] 3717 - name = "portable-atomic" 3718 - version = "1.9.0" 3719 - source = "registry+https://github.com/rust-lang/crates.io-index" 3720 - checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" 3721 - 3722 - [[package]] 3723 - name = "powerfmt" 3724 - version = "0.2.0" 3725 - source = "registry+https://github.com/rust-lang/crates.io-index" 3726 - checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 3727 - 3728 - [[package]] 3729 - name = "ppv-lite86" 3730 - version = "0.2.20" 3731 - source = "registry+https://github.com/rust-lang/crates.io-index" 3732 - checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" 3733 - dependencies = [ 3734 - "zerocopy", 3735 - ] 3736 - 3737 - [[package]] 3738 - name = "prettyplease" 3739 - version = "0.2.25" 3740 - source = "registry+https://github.com/rust-lang/crates.io-index" 3741 - checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033" 3742 - dependencies = [ 3743 - "proc-macro2", 3744 - "syn", 3745 - ] 3746 - 3747 - [[package]] 3748 - name = "proc-macro-crate" 3749 - version = "3.2.0" 3750 - source = "registry+https://github.com/rust-lang/crates.io-index" 3751 - checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" 3752 - dependencies = [ 3753 - "toml_edit", 3754 - ] 3755 - 3756 - [[package]] 3757 - name = "proc-macro2" 3758 - version = "1.0.92" 3759 - source = "registry+https://github.com/rust-lang/crates.io-index" 3760 - checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" 3761 - dependencies = [ 3762 - "unicode-ident", 3763 - ] 3764 - 3765 - [[package]] 3766 - name = "profiling" 3767 - version = "1.0.16" 3768 - source = "registry+https://github.com/rust-lang/crates.io-index" 3769 - checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d" 3770 - 3771 - [[package]] 3772 - name = "project-root" 3773 - version = "0.2.2" 3774 - source = "registry+https://github.com/rust-lang/crates.io-index" 3775 - checksum = "8bccbff07d5ed689c4087d20d7307a52ab6141edeedf487c3876a55b86cf63df" 3776 - 3777 - [[package]] 3778 - name = "psm" 3779 - version = "0.1.24" 3780 - source = "registry+https://github.com/rust-lang/crates.io-index" 3781 - checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810" 3782 - dependencies = [ 3783 - "cc", 3784 - ] 3785 - 3786 - [[package]] 3787 - name = "pure-rust-locales" 3788 - version = "0.8.1" 3789 - source = "registry+https://github.com/rust-lang/crates.io-index" 3790 - checksum = "1190fd18ae6ce9e137184f207593877e70f39b015040156b1e05081cdfe3733a" 3791 - 3792 - [[package]] 3793 - name = "pyo3" 3794 - version = "0.21.2" 3795 - source = "registry+https://github.com/rust-lang/crates.io-index" 3796 - checksum = "a5e00b96a521718e08e03b1a622f01c8a8deb50719335de3f60b3b3950f069d8" 3797 - dependencies = [ 3798 - "cfg-if", 3799 - "indoc", 3800 - "libc", 3801 - "memoffset", 3802 - "parking_lot", 3803 - "portable-atomic", 3804 - "pyo3-build-config", 3805 - "pyo3-ffi", 3806 - "pyo3-macros", 3807 - "unindent", 3808 - ] 3809 - 3810 - [[package]] 3811 - name = "pyo3-build-config" 3812 - version = "0.21.2" 3813 - source = "registry+https://github.com/rust-lang/crates.io-index" 3814 - checksum = "7883df5835fafdad87c0d888b266c8ec0f4c9ca48a5bed6bbb592e8dedee1b50" 3815 - dependencies = [ 3816 - "once_cell", 3817 - "target-lexicon", 3818 - ] 3819 - 3820 - [[package]] 3821 - name = "pyo3-ffi" 3822 - version = "0.21.2" 3823 - source = "registry+https://github.com/rust-lang/crates.io-index" 3824 - checksum = "01be5843dc60b916ab4dad1dca6d20b9b4e6ddc8e15f50c47fe6d85f1fb97403" 3825 - dependencies = [ 3826 - "libc", 3827 - "pyo3-build-config", 3828 - ] 3829 - 3830 - [[package]] 3831 - name = "pyo3-macros" 3832 - version = "0.21.2" 3833 - source = "registry+https://github.com/rust-lang/crates.io-index" 3834 - checksum = "77b34069fc0682e11b31dbd10321cbf94808394c56fd996796ce45217dfac53c" 3835 - dependencies = [ 3836 - "proc-macro2", 3837 - "pyo3-macros-backend", 3838 - "quote", 3839 - "syn", 3840 - ] 3841 - 3842 - [[package]] 3843 - name = "pyo3-macros-backend" 3844 - version = "0.21.2" 3845 - source = "registry+https://github.com/rust-lang/crates.io-index" 3846 - checksum = "08260721f32db5e1a5beae69a55553f56b99bd0e1c3e6e0a5e8851a9d0f5a85c" 3847 - dependencies = [ 3848 - "heck 0.4.1", 3849 - "proc-macro2", 3850 - "pyo3-build-config", 3851 - "quote", 3852 - "syn", 3853 - ] 3854 - 3855 - [[package]] 3856 - name = "quick-xml" 3857 - version = "0.30.0" 3858 - source = "registry+https://github.com/rust-lang/crates.io-index" 3859 - checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956" 3860 - dependencies = [ 3861 - "memchr", 3862 - "serde", 3863 - ] 3864 - 3865 - [[package]] 3866 - name = "quick-xml" 3867 - version = "0.36.2" 3868 - source = "registry+https://github.com/rust-lang/crates.io-index" 3869 - checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe" 3870 - dependencies = [ 3871 - "memchr", 3872 - ] 3873 - 3874 - [[package]] 3875 - name = "quote" 3876 - version = "1.0.37" 3877 - source = "registry+https://github.com/rust-lang/crates.io-index" 3878 - checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" 3879 - dependencies = [ 3880 - "proc-macro2", 3881 - ] 3882 - 3883 - [[package]] 3884 - name = "rand" 3885 - version = "0.8.5" 3886 - source = "registry+https://github.com/rust-lang/crates.io-index" 3887 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 3888 - dependencies = [ 3889 - "libc", 3890 - "rand_chacha", 3891 - "rand_core", 3892 - ] 3893 - 3894 - [[package]] 3895 - name = "rand_chacha" 3896 - version = "0.3.1" 3897 - source = "registry+https://github.com/rust-lang/crates.io-index" 3898 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 3899 - dependencies = [ 3900 - "ppv-lite86", 3901 - "rand_core", 3902 - ] 3903 - 3904 - [[package]] 3905 - name = "rand_core" 3906 - version = "0.6.4" 3907 - source = "registry+https://github.com/rust-lang/crates.io-index" 3908 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 3909 - dependencies = [ 3910 - "getrandom", 3911 - ] 3912 - 3913 - [[package]] 3914 - name = "raw-window-handle" 3915 - version = "0.6.2" 3916 - source = "registry+https://github.com/rust-lang/crates.io-index" 3917 - checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" 3918 - 3919 - [[package]] 3920 - name = "rayon" 3921 - version = "1.10.0" 3922 - source = "registry+https://github.com/rust-lang/crates.io-index" 3923 - checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 3924 - dependencies = [ 3925 - "either", 3926 - "rayon-core", 3927 - ] 3928 - 3929 - [[package]] 3930 - name = "rayon-core" 3931 - version = "1.12.1" 3932 - source = "registry+https://github.com/rust-lang/crates.io-index" 3933 - checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 3934 - dependencies = [ 3935 - "crossbeam-deque", 3936 - "crossbeam-utils", 3937 - ] 3938 - 3939 - [[package]] 3940 - name = "redox_syscall" 3941 - version = "0.4.1" 3942 - source = "registry+https://github.com/rust-lang/crates.io-index" 3943 - checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 3944 - dependencies = [ 3945 - "bitflags 1.3.2", 3946 - ] 3947 - 3948 - [[package]] 3949 - name = "redox_syscall" 3950 - version = "0.5.7" 3951 - source = "registry+https://github.com/rust-lang/crates.io-index" 3952 - checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" 3953 - dependencies = [ 3954 - "bitflags 2.6.0", 3955 - ] 3956 - 3957 - [[package]] 3958 - name = "redox_users" 3959 - version = "0.4.6" 3960 - source = "registry+https://github.com/rust-lang/crates.io-index" 3961 - checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" 3962 - dependencies = [ 3963 - "getrandom", 3964 - "libredox", 3965 - "thiserror 1.0.65", 3966 - ] 3967 - 3968 - [[package]] 3969 - name = "regex" 3970 - version = "1.11.1" 3971 - source = "registry+https://github.com/rust-lang/crates.io-index" 3972 - checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 3973 - dependencies = [ 3974 - "aho-corasick", 3975 - "memchr", 3976 - "regex-automata 0.4.9", 3977 - "regex-syntax 0.8.5", 3978 - ] 3979 - 3980 - [[package]] 3981 - name = "regex-automata" 3982 - version = "0.1.10" 3983 - source = "registry+https://github.com/rust-lang/crates.io-index" 3984 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 3985 - dependencies = [ 3986 - "regex-syntax 0.6.29", 3987 - ] 3988 - 3989 - [[package]] 3990 - name = "regex-automata" 3991 - version = "0.4.9" 3992 - source = "registry+https://github.com/rust-lang/crates.io-index" 3993 - checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 3994 - dependencies = [ 3995 - "aho-corasick", 3996 - "memchr", 3997 - "regex-syntax 0.8.5", 3998 - ] 3999 - 4000 - [[package]] 4001 - name = "regex-syntax" 4002 - version = "0.6.29" 4003 - source = "registry+https://github.com/rust-lang/crates.io-index" 4004 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 4005 - 4006 - [[package]] 4007 - name = "regex-syntax" 4008 - version = "0.8.5" 4009 - source = "registry+https://github.com/rust-lang/crates.io-index" 4010 - checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 4011 - 4012 - [[package]] 4013 - name = "renderdoc-sys" 4014 - version = "1.1.0" 4015 - source = "registry+https://github.com/rust-lang/crates.io-index" 4016 - checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" 4017 - 4018 - [[package]] 4019 - name = "reqwest" 4020 - version = "0.12.9" 4021 - source = "registry+https://github.com/rust-lang/crates.io-index" 4022 - checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f" 4023 - dependencies = [ 4024 - "base64 0.22.1", 4025 - "bytes", 4026 - "encoding_rs", 4027 - "futures-core", 4028 - "futures-util", 4029 - "h2", 4030 - "http", 4031 - "http-body", 4032 - "http-body-util", 4033 - "hyper", 4034 - "hyper-rustls", 4035 - "hyper-tls", 4036 - "hyper-util", 4037 - "ipnet", 4038 - "js-sys", 4039 - "log", 4040 - "mime", 4041 - "native-tls", 4042 - "once_cell", 4043 - "percent-encoding", 4044 - "pin-project-lite", 4045 - "rustls-pemfile", 4046 - "serde", 4047 - "serde_json", 4048 - "serde_urlencoded", 4049 - "sync_wrapper", 4050 - "system-configuration", 4051 - "tokio", 4052 - "tokio-native-tls", 4053 - "tokio-util", 4054 - "tower-service", 4055 - "url", 4056 - "wasm-bindgen", 4057 - "wasm-bindgen-futures", 4058 - "wasm-streams", 4059 - "web-sys", 4060 - "windows-registry", 4061 - ] 4062 - 4063 - [[package]] 4064 - name = "rfd" 4065 - version = "0.15.1" 4066 - source = "registry+https://github.com/rust-lang/crates.io-index" 4067 - checksum = "46f6f80a9b882647d9014673ca9925d30ffc9750f2eed2b4490e189eaebd01e8" 4068 - dependencies = [ 4069 - "ashpd", 4070 - "block2", 4071 - "js-sys", 4072 - "log", 4073 - "objc2", 4074 - "objc2-app-kit", 4075 - "objc2-foundation", 4076 - "pollster", 4077 - "raw-window-handle", 4078 - "urlencoding", 4079 - "wasm-bindgen", 4080 - "wasm-bindgen-futures", 4081 - "web-sys", 4082 - "windows-sys 0.48.0", 4083 - ] 4084 - 4085 - [[package]] 4086 - name = "ring" 4087 - version = "0.17.8" 4088 - source = "registry+https://github.com/rust-lang/crates.io-index" 4089 - checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 4090 - dependencies = [ 4091 - "cc", 4092 - "cfg-if", 4093 - "getrandom", 4094 - "libc", 4095 - "spin", 4096 - "untrusted", 4097 - "windows-sys 0.52.0", 4098 - ] 4099 - 4100 - [[package]] 4101 - name = "ron" 4102 - version = "0.8.1" 4103 - source = "registry+https://github.com/rust-lang/crates.io-index" 4104 - checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94" 4105 - dependencies = [ 4106 - "base64 0.21.7", 4107 - "bitflags 2.6.0", 4108 - "serde", 4109 - "serde_derive", 4110 - ] 4111 - 4112 - [[package]] 4113 - name = "rustc-demangle" 4114 - version = "0.1.24" 4115 - source = "registry+https://github.com/rust-lang/crates.io-index" 4116 - checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 4117 - 4118 - [[package]] 4119 - name = "rustc-hash" 4120 - version = "1.1.0" 4121 - source = "registry+https://github.com/rust-lang/crates.io-index" 4122 - checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 4123 - 4124 - [[package]] 4125 - name = "rustc-hash" 4126 - version = "2.1.0" 4127 - source = "registry+https://github.com/rust-lang/crates.io-index" 4128 - checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497" 4129 - 4130 - [[package]] 4131 - name = "rustix" 4132 - version = "0.38.38" 4133 - source = "registry+https://github.com/rust-lang/crates.io-index" 4134 - checksum = "aa260229e6538e52293eeb577aabd09945a09d6d9cc0fc550ed7529056c2e32a" 4135 - dependencies = [ 4136 - "bitflags 2.6.0", 4137 - "errno", 4138 - "libc", 4139 - "linux-raw-sys", 4140 - "windows-sys 0.52.0", 4141 - ] 4142 - 4143 - [[package]] 4144 - name = "rustls" 4145 - version = "0.23.18" 4146 - source = "registry+https://github.com/rust-lang/crates.io-index" 4147 - checksum = "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" 4148 - dependencies = [ 4149 - "once_cell", 4150 - "rustls-pki-types", 4151 - "rustls-webpki", 4152 - "subtle", 4153 - "zeroize", 4154 - ] 4155 - 4156 - [[package]] 4157 - name = "rustls-pemfile" 4158 - version = "2.2.0" 4159 - source = "registry+https://github.com/rust-lang/crates.io-index" 4160 - checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" 4161 - dependencies = [ 4162 - "rustls-pki-types", 4163 - ] 4164 - 4165 - [[package]] 4166 - name = "rustls-pki-types" 4167 - version = "1.10.0" 4168 - source = "registry+https://github.com/rust-lang/crates.io-index" 4169 - checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b" 4170 - 4171 - [[package]] 4172 - name = "rustls-webpki" 4173 - version = "0.102.8" 4174 - source = "registry+https://github.com/rust-lang/crates.io-index" 4175 - checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" 4176 - dependencies = [ 4177 - "ring", 4178 - "rustls-pki-types", 4179 - "untrusted", 4180 - ] 4181 - 4182 - [[package]] 4183 - name = "rustversion" 4184 - version = "1.0.18" 4185 - source = "registry+https://github.com/rust-lang/crates.io-index" 4186 - checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248" 4187 - 4188 - [[package]] 4189 - name = "ryu" 4190 - version = "1.0.18" 4191 - source = "registry+https://github.com/rust-lang/crates.io-index" 4192 - checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 4193 - 4194 - [[package]] 4195 - name = "same-file" 4196 - version = "1.0.6" 4197 - source = "registry+https://github.com/rust-lang/crates.io-index" 4198 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 4199 - dependencies = [ 4200 - "winapi-util", 4201 - ] 4202 - 4203 - [[package]] 4204 - name = "schannel" 4205 - version = "0.1.27" 4206 - source = "registry+https://github.com/rust-lang/crates.io-index" 4207 - checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" 4208 - dependencies = [ 4209 - "windows-sys 0.59.0", 4210 - ] 4211 - 4212 - [[package]] 4213 - name = "scoped-tls" 4214 - version = "1.0.1" 4215 - source = "registry+https://github.com/rust-lang/crates.io-index" 4216 - checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 4217 - 4218 - [[package]] 4219 - name = "scopeguard" 4220 - version = "1.2.0" 4221 - source = "registry+https://github.com/rust-lang/crates.io-index" 4222 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 4223 - 4224 - [[package]] 4225 - name = "security-framework" 4226 - version = "2.11.1" 4227 - source = "registry+https://github.com/rust-lang/crates.io-index" 4228 - checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 4229 - dependencies = [ 4230 - "bitflags 2.6.0", 4231 - "core-foundation 0.9.4", 4232 - "core-foundation-sys", 4233 - "libc", 4234 - "security-framework-sys", 4235 - ] 4236 - 4237 - [[package]] 4238 - name = "security-framework-sys" 4239 - version = "2.12.1" 4240 - source = "registry+https://github.com/rust-lang/crates.io-index" 4241 - checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2" 4242 - dependencies = [ 4243 - "core-foundation-sys", 4244 - "libc", 4245 - ] 4246 - 4247 - [[package]] 4248 - name = "serde" 4249 - version = "1.0.213" 4250 - source = "registry+https://github.com/rust-lang/crates.io-index" 4251 - checksum = "3ea7893ff5e2466df8d720bb615088341b295f849602c6956047f8f80f0e9bc1" 4252 - dependencies = [ 4253 - "serde_derive", 4254 - ] 4255 - 4256 - [[package]] 4257 - name = "serde_derive" 4258 - version = "1.0.213" 4259 - source = "registry+https://github.com/rust-lang/crates.io-index" 4260 - checksum = "7e85ad2009c50b58e87caa8cd6dac16bdf511bbfb7af6c33df902396aa480fa5" 4261 - dependencies = [ 4262 - "proc-macro2", 4263 - "quote", 4264 - "syn", 4265 - ] 4266 - 4267 - [[package]] 4268 - name = "serde_json" 4269 - version = "1.0.132" 4270 - source = "registry+https://github.com/rust-lang/crates.io-index" 4271 - checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" 4272 - dependencies = [ 4273 - "itoa", 4274 - "memchr", 4275 - "ryu", 4276 - "serde", 4277 - ] 4278 - 4279 - [[package]] 4280 - name = "serde_repr" 4281 - version = "0.1.19" 4282 - source = "registry+https://github.com/rust-lang/crates.io-index" 4283 - checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" 4284 - dependencies = [ 4285 - "proc-macro2", 4286 - "quote", 4287 - "syn", 4288 - ] 4289 - 4290 - [[package]] 4291 - name = "serde_spanned" 4292 - version = "0.6.8" 4293 - source = "registry+https://github.com/rust-lang/crates.io-index" 4294 - checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" 4295 - dependencies = [ 4296 - "serde", 4297 - ] 4298 - 4299 - [[package]] 4300 - name = "serde_stacker" 4301 - version = "0.1.11" 4302 - source = "registry+https://github.com/rust-lang/crates.io-index" 4303 - checksum = "babfccff5773ff80657f0ecf553c7c516bdc2eb16389c0918b36b73e7015276e" 4304 - dependencies = [ 4305 - "serde", 4306 - "stacker", 4307 - ] 4308 - 4309 - [[package]] 4310 - name = "serde_urlencoded" 4311 - version = "0.7.1" 4312 - source = "registry+https://github.com/rust-lang/crates.io-index" 4313 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 4314 - dependencies = [ 4315 - "form_urlencoded", 4316 - "itoa", 4317 - "ryu", 4318 - "serde", 4319 - ] 4320 - 4321 - [[package]] 4322 - name = "sha1" 4323 - version = "0.10.6" 4324 - source = "registry+https://github.com/rust-lang/crates.io-index" 4325 - checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 4326 - dependencies = [ 4327 - "cfg-if", 4328 - "cpufeatures", 4329 - "digest", 4330 - ] 4331 - 4332 - [[package]] 4333 - name = "sharded-slab" 4334 - version = "0.1.7" 4335 - source = "registry+https://github.com/rust-lang/crates.io-index" 4336 - checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 4337 - dependencies = [ 4338 - "lazy_static", 4339 - ] 4340 - 4341 - [[package]] 4342 - name = "shlex" 4343 - version = "1.3.0" 4344 - source = "registry+https://github.com/rust-lang/crates.io-index" 4345 - checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 4346 - 4347 - [[package]] 4348 - name = "signal-hook-registry" 4349 - version = "1.4.2" 4350 - source = "registry+https://github.com/rust-lang/crates.io-index" 4351 - checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 4352 - dependencies = [ 4353 - "libc", 4354 - ] 4355 - 4356 - [[package]] 4357 - name = "simd-adler32" 4358 - version = "0.3.7" 4359 - source = "registry+https://github.com/rust-lang/crates.io-index" 4360 - checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 4361 - 4362 - [[package]] 4363 - name = "skia-bindings" 4364 - version = "0.80.0" 4365 - source = "registry+https://github.com/rust-lang/crates.io-index" 4366 - checksum = "179ebe08aee2634b22ef4d2a1a9370aaa39dfe619a702fc0793d491a26c05cbb" 4367 - dependencies = [ 4368 - "bindgen", 4369 - "cc", 4370 - "flate2", 4371 - "heck 0.5.0", 4372 - "lazy_static", 4373 - "regex", 4374 - "serde_json", 4375 - "tar", 4376 - "toml", 4377 - ] 4378 - 4379 - [[package]] 4380 - name = "skia-safe" 4381 - version = "0.80.1" 4382 - source = "registry+https://github.com/rust-lang/crates.io-index" 4383 - checksum = "41f1a96bec5198699d49e9c6a46aea27033958521c971d9186ae015a0dbecb7b" 4384 - dependencies = [ 4385 - "bitflags 2.6.0", 4386 - "lazy_static", 4387 - "skia-bindings", 4388 - ] 4389 - 4390 - [[package]] 4391 - name = "slab" 4392 - version = "0.4.9" 4393 - source = "registry+https://github.com/rust-lang/crates.io-index" 4394 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 4395 - dependencies = [ 4396 - "autocfg", 4397 - ] 4398 - 4399 - [[package]] 4400 - name = "slotmap" 4401 - version = "1.0.7" 4402 - source = "registry+https://github.com/rust-lang/crates.io-index" 4403 - checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a" 4404 - dependencies = [ 4405 - "version_check", 4406 - ] 4407 - 4408 - [[package]] 4409 - name = "smallvec" 4410 - version = "1.13.2" 4411 - source = "registry+https://github.com/rust-lang/crates.io-index" 4412 - checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 4413 - 4414 - [[package]] 4415 - name = "smithay-client-toolkit" 4416 - version = "0.19.2" 4417 - source = "registry+https://github.com/rust-lang/crates.io-index" 4418 - checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016" 4419 - dependencies = [ 4420 - "bitflags 2.6.0", 4421 - "calloop", 4422 - "calloop-wayland-source", 4423 - "cursor-icon", 4424 - "libc", 4425 - "log", 4426 - "memmap2", 4427 - "rustix", 4428 - "thiserror 1.0.65", 4429 - "wayland-backend", 4430 - "wayland-client", 4431 - "wayland-csd-frame", 4432 - "wayland-cursor", 4433 - "wayland-protocols", 4434 - "wayland-protocols-wlr", 4435 - "wayland-scanner", 4436 - "xkeysym", 4437 - ] 4438 - 4439 - [[package]] 4440 - name = "smithay-clipboard" 4441 - version = "0.7.2" 4442 - source = "registry+https://github.com/rust-lang/crates.io-index" 4443 - checksum = "cc8216eec463674a0e90f29e0ae41a4db573ec5b56b1c6c1c71615d249b6d846" 4444 - dependencies = [ 4445 - "libc", 4446 - "smithay-client-toolkit", 4447 - "wayland-backend", 4448 - ] 4449 - 4450 - [[package]] 4451 - name = "smol_str" 4452 - version = "0.2.2" 4453 - source = "registry+https://github.com/rust-lang/crates.io-index" 4454 - checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead" 4455 - dependencies = [ 4456 - "serde", 4457 - ] 4458 - 4459 - [[package]] 4460 - name = "socket2" 4461 - version = "0.5.7" 4462 - source = "registry+https://github.com/rust-lang/crates.io-index" 4463 - checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 4464 - dependencies = [ 4465 - "libc", 4466 - "windows-sys 0.52.0", 4467 - ] 4468 - 4469 - [[package]] 4470 - name = "softposit" 4471 - version = "0.4.0" 4472 - source = "registry+https://github.com/rust-lang/crates.io-index" 4473 - checksum = "8091c9c836e6d8cd1d510e65c4b8e7eb42b9ad876d95723cd35982e5c38f7ee1" 4474 - dependencies = [ 4475 - "num-traits", 4476 - ] 4477 - 4478 - [[package]] 4479 - name = "spade" 4480 - version = "0.10.0" 4481 - source = "git+https://gitlab.com/spade-lang/spade?rev=84f6e75016f40d9b3f82d8085e9b08393c56db95#84f6e75016f40d9b3f82d8085e9b08393c56db95" 4482 - dependencies = [ 4483 - "clap", 4484 - "codespan", 4485 - "codespan-reporting 0.12.0", 4486 - "color-eyre", 4487 - "colored", 4488 - "indoc", 4489 - "itertools 0.13.0", 4490 - "logos", 4491 - "ron", 4492 - "serde", 4493 - "serde_json", 4494 - "spade-ast", 4495 - "spade-ast-lowering", 4496 - "spade-common", 4497 - "spade-diagnostics", 4498 - "spade-hir", 4499 - "spade-hir-lowering", 4500 - "spade-macros", 4501 - "spade-mir", 4502 - "spade-parser", 4503 - "spade-typeinference", 4504 - "spade-types", 4505 - "spade-wordlength-inference", 4506 - "tracing", 4507 - "tracing-subscriber", 4508 - "tracing-tree", 4509 - ] 4510 - 4511 - [[package]] 4512 - name = "spade-ast" 4513 - version = "0.10.0" 4514 - source = "git+https://gitlab.com/spade-lang/spade?rev=84f6e75016f40d9b3f82d8085e9b08393c56db95#84f6e75016f40d9b3f82d8085e9b08393c56db95" 4515 - dependencies = [ 4516 - "itertools 0.13.0", 4517 - "num", 4518 - "spade-common", 4519 - ] 4520 - 4521 - [[package]] 4522 - name = "spade-ast-lowering" 4523 - version = "0.10.0" 4524 - source = "git+https://gitlab.com/spade-lang/spade?rev=84f6e75016f40d9b3f82d8085e9b08393c56db95#84f6e75016f40d9b3f82d8085e9b08393c56db95" 4525 - dependencies = [ 4526 - "itertools 0.13.0", 4527 - "local-impl", 4528 - "num", 4529 - "spade-ast", 4530 - "spade-common", 4531 - "spade-diagnostics", 4532 - "spade-hir", 4533 - "spade-macros", 4534 - "spade-types", 4535 - "tracing", 4536 - ] 4537 - 4538 - [[package]] 4539 - name = "spade-common" 4540 - version = "0.10.0" 4541 - source = "git+https://gitlab.com/spade-lang/spade?rev=84f6e75016f40d9b3f82d8085e9b08393c56db95#84f6e75016f40d9b3f82d8085e9b08393c56db95" 4542 - dependencies = [ 4543 - "codespan", 4544 - "codespan-reporting 0.12.0", 4545 - "logos", 4546 - "num", 4547 - "serde", 4548 - ] 4549 - 4550 - [[package]] 4551 - name = "spade-diagnostics" 4552 - version = "0.10.0" 4553 - source = "git+https://gitlab.com/spade-lang/spade?rev=84f6e75016f40d9b3f82d8085e9b08393c56db95#84f6e75016f40d9b3f82d8085e9b08393c56db95" 4554 - dependencies = [ 4555 - "codespan", 4556 - "codespan-reporting 0.12.0", 4557 - "itertools 0.13.0", 4558 - "spade-common", 4559 - ] 4560 - 4561 - [[package]] 4562 - name = "spade-hir" 4563 - version = "0.10.0" 4564 - source = "git+https://gitlab.com/spade-lang/spade?rev=84f6e75016f40d9b3f82d8085e9b08393c56db95#84f6e75016f40d9b3f82d8085e9b08393c56db95" 4565 - dependencies = [ 4566 - "colored", 4567 - "itertools 0.13.0", 4568 - "num", 4569 - "serde", 4570 - "spade-common", 4571 - "spade-diagnostics", 4572 - "spade-types", 4573 - "tap", 4574 - "thiserror 1.0.65", 4575 - "tracing", 4576 - ] 4577 - 4578 - [[package]] 4579 - name = "spade-hir-lowering" 4580 - version = "0.10.0" 4581 - source = "git+https://gitlab.com/spade-lang/spade?rev=84f6e75016f40d9b3f82d8085e9b08393c56db95#84f6e75016f40d9b3f82d8085e9b08393c56db95" 4582 - dependencies = [ 4583 - "itertools 0.13.0", 4584 - "local-impl", 4585 - "num", 4586 - "serde", 4587 - "spade-common", 4588 - "spade-diagnostics", 4589 - "spade-hir", 4590 - "spade-mir", 4591 - "spade-typeinference", 4592 - "spade-types", 4593 - "spade-wordlength-inference", 4594 - "tracing", 4595 - ] 4596 - 4597 - [[package]] 4598 - name = "spade-macros" 4599 - version = "0.10.0" 4600 - source = "git+https://gitlab.com/spade-lang/spade?rev=84f6e75016f40d9b3f82d8085e9b08393c56db95#84f6e75016f40d9b3f82d8085e9b08393c56db95" 4601 - dependencies = [ 4602 - "proc-macro2", 4603 - "quote", 4604 - "syn", 4605 - ] 4606 - 4607 - [[package]] 4608 - name = "spade-mir" 4609 - version = "0.10.0" 4610 - source = "git+https://gitlab.com/spade-lang/spade?rev=84f6e75016f40d9b3f82d8085e9b08393c56db95#84f6e75016f40d9b3f82d8085e9b08393c56db95" 4611 - dependencies = [ 4612 - "codespan-reporting 0.12.0", 4613 - "derive-where", 4614 - "indoc", 4615 - "itertools 0.13.0", 4616 - "nesty", 4617 - "num", 4618 - "serde", 4619 - "spade-common", 4620 - "spade-diagnostics", 4621 - ] 4622 - 4623 - [[package]] 4624 - name = "spade-parser" 4625 - version = "0.10.0" 4626 - source = "git+https://gitlab.com/spade-lang/spade?rev=84f6e75016f40d9b3f82d8085e9b08393c56db95#84f6e75016f40d9b3f82d8085e9b08393c56db95" 4627 - dependencies = [ 4628 - "codespan", 4629 - "colored", 4630 - "itertools 0.13.0", 4631 - "local-impl", 4632 - "logos", 4633 - "num", 4634 - "spade-ast", 4635 - "spade-common", 4636 - "spade-diagnostics", 4637 - "spade-macros", 4638 - "thiserror 1.0.65", 4639 - "tracing", 4640 - ] 4641 - 4642 - [[package]] 4643 - name = "spade-typeinference" 4644 - version = "0.10.0" 4645 - source = "git+https://gitlab.com/spade-lang/spade?rev=84f6e75016f40d9b3f82d8085e9b08393c56db95#84f6e75016f40d9b3f82d8085e9b08393c56db95" 4646 - dependencies = [ 4647 - "colored", 4648 - "itertools 0.13.0", 4649 - "num", 4650 - "serde", 4651 - "spade-common", 4652 - "spade-diagnostics", 4653 - "spade-hir", 4654 - "spade-macros", 4655 - "spade-types", 4656 - "thiserror 1.0.65", 4657 - "tracing", 4658 - ] 4659 - 4660 - [[package]] 4661 - name = "spade-types" 4662 - version = "0.10.0" 4663 - source = "git+https://gitlab.com/spade-lang/spade?rev=84f6e75016f40d9b3f82d8085e9b08393c56db95#84f6e75016f40d9b3f82d8085e9b08393c56db95" 4664 - dependencies = [ 4665 - "num", 4666 - "serde", 4667 - "spade-common", 4668 - ] 4669 - 4670 - [[package]] 4671 - name = "spade-wordlength-inference" 4672 - version = "0.10.0" 4673 - source = "git+https://gitlab.com/spade-lang/spade?rev=84f6e75016f40d9b3f82d8085e9b08393c56db95#84f6e75016f40d9b3f82d8085e9b08393c56db95" 4674 - dependencies = [ 4675 - "num", 4676 - "spade-common", 4677 - "spade-diagnostics", 4678 - "spade-hir", 4679 - "spade-macros", 4680 - "spade-typeinference", 4681 - "spade-types", 4682 - ] 4683 - 4684 - [[package]] 4685 - name = "spin" 4686 - version = "0.9.8" 4687 - source = "registry+https://github.com/rust-lang/crates.io-index" 4688 - checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 4689 - 4690 - [[package]] 4691 - name = "spirv" 4692 - version = "0.3.0+sdk-1.3.268.0" 4693 - source = "registry+https://github.com/rust-lang/crates.io-index" 4694 - checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" 4695 - dependencies = [ 4696 - "bitflags 2.6.0", 4697 - ] 4698 - 4699 - [[package]] 4700 - name = "stable_deref_trait" 4701 - version = "1.2.0" 4702 - source = "registry+https://github.com/rust-lang/crates.io-index" 4703 - checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 4704 - 4705 - [[package]] 4706 - name = "stacker" 4707 - version = "0.1.17" 4708 - source = "registry+https://github.com/rust-lang/crates.io-index" 4709 - checksum = "799c883d55abdb5e98af1a7b3f23b9b6de8ecada0ecac058672d7635eb48ca7b" 4710 - dependencies = [ 4711 - "cc", 4712 - "cfg-if", 4713 - "libc", 4714 - "psm", 4715 - "windows-sys 0.59.0", 4716 - ] 4717 - 4718 - [[package]] 4719 - name = "static_assertions" 4720 - version = "1.1.0" 4721 - source = "registry+https://github.com/rust-lang/crates.io-index" 4722 - checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 4723 - 4724 - [[package]] 4725 - name = "strsim" 4726 - version = "0.11.1" 4727 - source = "registry+https://github.com/rust-lang/crates.io-index" 4728 - checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 4729 - 4730 - [[package]] 4731 - name = "subtle" 4732 - version = "2.6.1" 4733 - source = "registry+https://github.com/rust-lang/crates.io-index" 4734 - checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 4735 - 4736 - [[package]] 4737 - name = "surfer" 4738 - version = "0.3.0" 4739 - dependencies = [ 4740 - "camino", 4741 - "clap", 4742 - "color-eyre", 4743 - "eframe", 4744 - "egui", 4745 - "libsurfer", 4746 - "log", 4747 - "ron", 4748 - "surver", 4749 - "tokio", 4750 - "wasm-bindgen-futures", 4751 - ] 4752 - 4753 - [[package]] 4754 - name = "surfer-translation-types" 4755 - version = "0.3.0" 4756 - dependencies = [ 4757 - "color-eyre", 4758 - "derive_more", 4759 - "ecolor", 4760 - "num", 4761 - "pyo3", 4762 - "serde", 4763 - ] 4764 - 4765 - [[package]] 4766 - name = "surver" 4767 - version = "0.3.0" 4768 - dependencies = [ 4769 - "bincode", 4770 - "bytesize", 4771 - "clap", 4772 - "color-eyre", 4773 - "fern", 4774 - "http-body-util", 4775 - "hyper", 4776 - "hyper-util", 4777 - "lazy_static", 4778 - "log", 4779 - "lz4_flex", 4780 - "rand", 4781 - "serde", 4782 - "serde_json", 4783 - "tokio", 4784 - "web-time", 4785 - "wellen", 4786 - "whoami", 4787 - ] 4788 - 4789 - [[package]] 4790 - name = "syn" 4791 - version = "2.0.90" 4792 - source = "registry+https://github.com/rust-lang/crates.io-index" 4793 - checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31" 4794 - dependencies = [ 4795 - "proc-macro2", 4796 - "quote", 4797 - "unicode-ident", 4798 - ] 4799 - 4800 - [[package]] 4801 - name = "sync_wrapper" 4802 - version = "1.0.2" 4803 - source = "registry+https://github.com/rust-lang/crates.io-index" 4804 - checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 4805 - dependencies = [ 4806 - "futures-core", 4807 - ] 4808 - 4809 - [[package]] 4810 - name = "synstructure" 4811 - version = "0.13.1" 4812 - source = "registry+https://github.com/rust-lang/crates.io-index" 4813 - checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 4814 - dependencies = [ 4815 - "proc-macro2", 4816 - "quote", 4817 - "syn", 4818 - ] 4819 - 4820 - [[package]] 4821 - name = "sys-locale" 4822 - version = "0.3.2" 4823 - source = "registry+https://github.com/rust-lang/crates.io-index" 4824 - checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4" 4825 - dependencies = [ 4826 - "libc", 4827 - ] 4828 - 4829 - [[package]] 4830 - name = "system-configuration" 4831 - version = "0.6.1" 4832 - source = "registry+https://github.com/rust-lang/crates.io-index" 4833 - checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 4834 - dependencies = [ 4835 - "bitflags 2.6.0", 4836 - "core-foundation 0.9.4", 4837 - "system-configuration-sys", 4838 - ] 4839 - 4840 - [[package]] 4841 - name = "system-configuration-sys" 4842 - version = "0.6.0" 4843 - source = "registry+https://github.com/rust-lang/crates.io-index" 4844 - checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 4845 - dependencies = [ 4846 - "core-foundation-sys", 4847 - "libc", 4848 - ] 4849 - 4850 - [[package]] 4851 - name = "tap" 4852 - version = "1.0.1" 4853 - source = "registry+https://github.com/rust-lang/crates.io-index" 4854 - checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 4855 - 4856 - [[package]] 4857 - name = "tar" 4858 - version = "0.4.43" 4859 - source = "registry+https://github.com/rust-lang/crates.io-index" 4860 - checksum = "c65998313f8e17d0d553d28f91a0df93e4dbbbf770279c7bc21ca0f09ea1a1f6" 4861 - dependencies = [ 4862 - "filetime", 4863 - "libc", 4864 - "xattr", 4865 - ] 4866 - 4867 - [[package]] 4868 - name = "target-lexicon" 4869 - version = "0.12.16" 4870 - source = "registry+https://github.com/rust-lang/crates.io-index" 4871 - checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" 4872 - 4873 - [[package]] 4874 - name = "tempfile" 4875 - version = "3.13.0" 4876 - source = "registry+https://github.com/rust-lang/crates.io-index" 4877 - checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b" 4878 - dependencies = [ 4879 - "cfg-if", 4880 - "fastrand", 4881 - "once_cell", 4882 - "rustix", 4883 - "windows-sys 0.59.0", 4884 - ] 4885 - 4886 - [[package]] 4887 - name = "termcolor" 4888 - version = "1.4.1" 4889 - source = "registry+https://github.com/rust-lang/crates.io-index" 4890 - checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 4891 - dependencies = [ 4892 - "winapi-util", 4893 - ] 4894 - 4895 - [[package]] 4896 - name = "test-log" 4897 - version = "0.2.16" 4898 - source = "registry+https://github.com/rust-lang/crates.io-index" 4899 - checksum = "3dffced63c2b5c7be278154d76b479f9f9920ed34e7574201407f0b14e2bbb93" 4900 - dependencies = [ 4901 - "env_logger", 4902 - "test-log-macros", 4903 - "tracing-subscriber", 4904 - ] 4905 - 4906 - [[package]] 4907 - name = "test-log-macros" 4908 - version = "0.2.16" 4909 - source = "registry+https://github.com/rust-lang/crates.io-index" 4910 - checksum = "5999e24eaa32083191ba4e425deb75cdf25efefabe5aaccb7446dd0d4122a3f5" 4911 - dependencies = [ 4912 - "proc-macro2", 4913 - "quote", 4914 - "syn", 4915 - ] 4916 - 4917 - [[package]] 4918 - name = "thiserror" 4919 - version = "1.0.65" 4920 - source = "registry+https://github.com/rust-lang/crates.io-index" 4921 - checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5" 4922 - dependencies = [ 4923 - "thiserror-impl 1.0.65", 4924 - ] 4925 - 4926 - [[package]] 4927 - name = "thiserror" 4928 - version = "2.0.8" 4929 - source = "registry+https://github.com/rust-lang/crates.io-index" 4930 - checksum = "08f5383f3e0071702bf93ab5ee99b52d26936be9dedd9413067cbdcddcb6141a" 4931 - dependencies = [ 4932 - "thiserror-impl 2.0.8", 4933 - ] 4934 - 4935 - [[package]] 4936 - name = "thiserror-impl" 4937 - version = "1.0.65" 4938 - source = "registry+https://github.com/rust-lang/crates.io-index" 4939 - checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602" 4940 - dependencies = [ 4941 - "proc-macro2", 4942 - "quote", 4943 - "syn", 4944 - ] 4945 - 4946 - [[package]] 4947 - name = "thiserror-impl" 4948 - version = "2.0.8" 4949 - source = "registry+https://github.com/rust-lang/crates.io-index" 4950 - checksum = "f2f357fcec90b3caef6623a099691be676d033b40a058ac95d2a6ade6fa0c943" 4951 - dependencies = [ 4952 - "proc-macro2", 4953 - "quote", 4954 - "syn", 4955 - ] 4956 - 4957 - [[package]] 4958 - name = "thread_local" 4959 - version = "1.1.8" 4960 - source = "registry+https://github.com/rust-lang/crates.io-index" 4961 - checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 4962 - dependencies = [ 4963 - "cfg-if", 4964 - "once_cell", 4965 - ] 4966 - 4967 - [[package]] 4968 - name = "time" 4969 - version = "0.3.36" 4970 - source = "registry+https://github.com/rust-lang/crates.io-index" 4971 - checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 4972 - dependencies = [ 4973 - "deranged", 4974 - "itoa", 4975 - "libc", 4976 - "num-conv", 4977 - "num_threads", 4978 - "powerfmt", 4979 - "serde", 4980 - "time-core", 4981 - "time-macros", 4982 - ] 4983 - 4984 - [[package]] 4985 - name = "time-core" 4986 - version = "0.1.2" 4987 - source = "registry+https://github.com/rust-lang/crates.io-index" 4988 - checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 4989 - 4990 - [[package]] 4991 - name = "time-macros" 4992 - version = "0.2.18" 4993 - source = "registry+https://github.com/rust-lang/crates.io-index" 4994 - checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 4995 - dependencies = [ 4996 - "num-conv", 4997 - "time-core", 4998 - ] 4999 - 5000 - [[package]] 5001 - name = "tinystr" 5002 - version = "0.7.6" 5003 - source = "registry+https://github.com/rust-lang/crates.io-index" 5004 - checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 5005 - dependencies = [ 5006 - "displaydoc", 5007 - "zerovec", 5008 - ] 5009 - 5010 - [[package]] 5011 - name = "tokio" 5012 - version = "1.41.0" 5013 - source = "registry+https://github.com/rust-lang/crates.io-index" 5014 - checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" 5015 - dependencies = [ 5016 - "backtrace", 5017 - "bytes", 5018 - "libc", 5019 - "mio", 5020 - "pin-project-lite", 5021 - "signal-hook-registry", 5022 - "socket2", 5023 - "tokio-macros", 5024 - "tracing", 5025 - "windows-sys 0.52.0", 5026 - ] 5027 - 5028 - [[package]] 5029 - name = "tokio-macros" 5030 - version = "2.4.0" 5031 - source = "registry+https://github.com/rust-lang/crates.io-index" 5032 - checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" 5033 - dependencies = [ 5034 - "proc-macro2", 5035 - "quote", 5036 - "syn", 5037 - ] 5038 - 5039 - [[package]] 5040 - name = "tokio-native-tls" 5041 - version = "0.3.1" 5042 - source = "registry+https://github.com/rust-lang/crates.io-index" 5043 - checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 5044 - dependencies = [ 5045 - "native-tls", 5046 - "tokio", 5047 - ] 5048 - 5049 - [[package]] 5050 - name = "tokio-rustls" 5051 - version = "0.26.0" 5052 - source = "registry+https://github.com/rust-lang/crates.io-index" 5053 - checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" 5054 - dependencies = [ 5055 - "rustls", 5056 - "rustls-pki-types", 5057 - "tokio", 5058 - ] 5059 - 5060 - [[package]] 5061 - name = "tokio-util" 5062 - version = "0.7.12" 5063 - source = "registry+https://github.com/rust-lang/crates.io-index" 5064 - checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" 5065 - dependencies = [ 5066 - "bytes", 5067 - "futures-core", 5068 - "futures-sink", 5069 - "pin-project-lite", 5070 - "tokio", 5071 - ] 5072 - 5073 - [[package]] 5074 - name = "toml" 5075 - version = "0.8.19" 5076 - source = "registry+https://github.com/rust-lang/crates.io-index" 5077 - checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" 5078 - dependencies = [ 5079 - "serde", 5080 - "serde_spanned", 5081 - "toml_datetime", 5082 - "toml_edit", 5083 - ] 5084 - 5085 - [[package]] 5086 - name = "toml_datetime" 5087 - version = "0.6.8" 5088 - source = "registry+https://github.com/rust-lang/crates.io-index" 5089 - checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" 5090 - dependencies = [ 5091 - "serde", 5092 - ] 5093 - 5094 - [[package]] 5095 - name = "toml_edit" 5096 - version = "0.22.22" 5097 - source = "registry+https://github.com/rust-lang/crates.io-index" 5098 - checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" 5099 - dependencies = [ 5100 - "indexmap", 5101 - "serde", 5102 - "serde_spanned", 5103 - "toml_datetime", 5104 - "winnow", 5105 - ] 5106 - 5107 - [[package]] 5108 - name = "tower-service" 5109 - version = "0.3.3" 5110 - source = "registry+https://github.com/rust-lang/crates.io-index" 5111 - checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 5112 - 5113 - [[package]] 5114 - name = "tracing" 5115 - version = "0.1.40" 5116 - source = "registry+https://github.com/rust-lang/crates.io-index" 5117 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 5118 - dependencies = [ 5119 - "pin-project-lite", 5120 - "tracing-attributes", 5121 - "tracing-core", 5122 - ] 5123 - 5124 - [[package]] 5125 - name = "tracing-attributes" 5126 - version = "0.1.28" 5127 - source = "registry+https://github.com/rust-lang/crates.io-index" 5128 - checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" 5129 - dependencies = [ 5130 - "proc-macro2", 5131 - "quote", 5132 - "syn", 5133 - ] 5134 - 5135 - [[package]] 5136 - name = "tracing-core" 5137 - version = "0.1.32" 5138 - source = "registry+https://github.com/rust-lang/crates.io-index" 5139 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 5140 - dependencies = [ 5141 - "once_cell", 5142 - "valuable", 5143 - ] 5144 - 5145 - [[package]] 5146 - name = "tracing-error" 5147 - version = "0.2.0" 5148 - source = "registry+https://github.com/rust-lang/crates.io-index" 5149 - checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e" 5150 - dependencies = [ 5151 - "tracing", 5152 - "tracing-subscriber", 5153 - ] 5154 - 5155 - [[package]] 5156 - name = "tracing-log" 5157 - version = "0.2.0" 5158 - source = "registry+https://github.com/rust-lang/crates.io-index" 5159 - checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 5160 - dependencies = [ 5161 - "log", 5162 - "once_cell", 5163 - "tracing-core", 5164 - ] 5165 - 5166 - [[package]] 5167 - name = "tracing-subscriber" 5168 - version = "0.3.18" 5169 - source = "registry+https://github.com/rust-lang/crates.io-index" 5170 - checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 5171 - dependencies = [ 5172 - "matchers", 5173 - "nu-ansi-term 0.46.0", 5174 - "once_cell", 5175 - "regex", 5176 - "sharded-slab", 5177 - "smallvec", 5178 - "thread_local", 5179 - "tracing", 5180 - "tracing-core", 5181 - "tracing-log", 5182 - ] 5183 - 5184 - [[package]] 5185 - name = "tracing-tree" 5186 - version = "0.4.0" 5187 - source = "registry+https://github.com/rust-lang/crates.io-index" 5188 - checksum = "f459ca79f1b0d5f71c54ddfde6debfc59c8b6eeb46808ae492077f739dc7b49c" 5189 - dependencies = [ 5190 - "nu-ansi-term 0.50.1", 5191 - "tracing-core", 5192 - "tracing-log", 5193 - "tracing-subscriber", 5194 - ] 5195 - 5196 - [[package]] 5197 - name = "try-lock" 5198 - version = "0.2.5" 5199 - source = "registry+https://github.com/rust-lang/crates.io-index" 5200 - checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 5201 - 5202 - [[package]] 5203 - name = "ttf-parser" 5204 - version = "0.25.0" 5205 - source = "registry+https://github.com/rust-lang/crates.io-index" 5206 - checksum = "5902c5d130972a0000f60860bfbf46f7ca3db5391eddfedd1b8728bd9dc96c0e" 5207 - 5208 - [[package]] 5209 - name = "twox-hash" 5210 - version = "1.6.3" 5211 - source = "registry+https://github.com/rust-lang/crates.io-index" 5212 - checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" 5213 - dependencies = [ 5214 - "cfg-if", 5215 - "static_assertions", 5216 - ] 5217 - 5218 - [[package]] 5219 - name = "type-map" 5220 - version = "0.5.0" 5221 - source = "registry+https://github.com/rust-lang/crates.io-index" 5222 - checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f" 5223 - dependencies = [ 5224 - "rustc-hash 1.1.0", 5225 - ] 5226 - 5227 - [[package]] 5228 - name = "typenum" 5229 - version = "1.17.0" 5230 - source = "registry+https://github.com/rust-lang/crates.io-index" 5231 - checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 5232 - 5233 - [[package]] 5234 - name = "uds_windows" 5235 - version = "1.1.0" 5236 - source = "registry+https://github.com/rust-lang/crates.io-index" 5237 - checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9" 5238 - dependencies = [ 5239 - "memoffset", 5240 - "tempfile", 5241 - "winapi", 5242 - ] 5243 - 5244 - [[package]] 5245 - name = "unicode-ident" 5246 - version = "1.0.13" 5247 - source = "registry+https://github.com/rust-lang/crates.io-index" 5248 - checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" 5249 - 5250 - [[package]] 5251 - name = "unicode-segmentation" 5252 - version = "1.12.0" 5253 - source = "registry+https://github.com/rust-lang/crates.io-index" 5254 - checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 5255 - 5256 - [[package]] 5257 - name = "unicode-width" 5258 - version = "0.1.14" 5259 - source = "registry+https://github.com/rust-lang/crates.io-index" 5260 - checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 5261 - 5262 - [[package]] 5263 - name = "unicode-xid" 5264 - version = "0.2.6" 5265 - source = "registry+https://github.com/rust-lang/crates.io-index" 5266 - checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 5267 - 5268 - [[package]] 5269 - name = "unindent" 5270 - version = "0.2.3" 5271 - source = "registry+https://github.com/rust-lang/crates.io-index" 5272 - checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce" 5273 - 5274 - [[package]] 5275 - name = "untrusted" 5276 - version = "0.9.0" 5277 - source = "registry+https://github.com/rust-lang/crates.io-index" 5278 - checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 5279 - 5280 - [[package]] 5281 - name = "url" 5282 - version = "2.5.4" 5283 - source = "registry+https://github.com/rust-lang/crates.io-index" 5284 - checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 5285 - dependencies = [ 5286 - "form_urlencoded", 5287 - "idna", 5288 - "percent-encoding", 5289 - "serde", 5290 - ] 5291 - 5292 - [[package]] 5293 - name = "urlencoding" 5294 - version = "2.1.3" 5295 - source = "registry+https://github.com/rust-lang/crates.io-index" 5296 - checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 5297 - 5298 - [[package]] 5299 - name = "utf16_iter" 5300 - version = "1.0.5" 5301 - source = "registry+https://github.com/rust-lang/crates.io-index" 5302 - checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 5303 - 5304 - [[package]] 5305 - name = "utf8_iter" 5306 - version = "1.0.4" 5307 - source = "registry+https://github.com/rust-lang/crates.io-index" 5308 - checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 5309 - 5310 - [[package]] 5311 - name = "utf8parse" 5312 - version = "0.2.2" 5313 - source = "registry+https://github.com/rust-lang/crates.io-index" 5314 - checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 5315 - 5316 - [[package]] 5317 - name = "valuable" 5318 - version = "0.1.0" 5319 - source = "registry+https://github.com/rust-lang/crates.io-index" 5320 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 5321 - 5322 - [[package]] 5323 - name = "vcpkg" 5324 - version = "0.2.15" 5325 - source = "registry+https://github.com/rust-lang/crates.io-index" 5326 - checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 5327 - 5328 - [[package]] 5329 - name = "vergen" 5330 - version = "9.0.2" 5331 - source = "registry+https://github.com/rust-lang/crates.io-index" 5332 - checksum = "31f25fc8f8f05df455c7941e87f093ad22522a9ff33d7a027774815acf6f0639" 5333 - dependencies = [ 5334 - "anyhow", 5335 - "derive_builder", 5336 - "rustversion", 5337 - "time", 5338 - "vergen-lib", 5339 - ] 5340 - 5341 - [[package]] 5342 - name = "vergen-gitcl" 5343 - version = "1.0.2" 5344 - source = "registry+https://github.com/rust-lang/crates.io-index" 5345 - checksum = "0227006d09f98ab00ea69e9a5e055e676a813cfbed4232986176c86a6080b997" 5346 - dependencies = [ 5347 - "anyhow", 5348 - "derive_builder", 5349 - "rustversion", 5350 - "time", 5351 - "vergen", 5352 - "vergen-lib", 5353 - ] 5354 - 5355 - [[package]] 5356 - name = "vergen-lib" 5357 - version = "0.1.5" 5358 - source = "registry+https://github.com/rust-lang/crates.io-index" 5359 - checksum = "c0c767e6751c09fc85cde58722cf2f1007e80e4c8d5a4321fc90d83dc54ca147" 5360 - dependencies = [ 5361 - "anyhow", 5362 - "derive_builder", 5363 - "rustversion", 5364 - ] 5365 - 5366 - [[package]] 5367 - name = "version_check" 5368 - version = "0.9.5" 5369 - source = "registry+https://github.com/rust-lang/crates.io-index" 5370 - checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 5371 - 5372 - [[package]] 5373 - name = "walkdir" 5374 - version = "2.5.0" 5375 - source = "registry+https://github.com/rust-lang/crates.io-index" 5376 - checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 5377 - dependencies = [ 5378 - "same-file", 5379 - "winapi-util", 5380 - ] 5381 - 5382 - [[package]] 5383 - name = "want" 5384 - version = "0.3.1" 5385 - source = "registry+https://github.com/rust-lang/crates.io-index" 5386 - checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 5387 - dependencies = [ 5388 - "try-lock", 5389 - ] 5390 - 5391 - [[package]] 5392 - name = "wasi" 5393 - version = "0.11.0+wasi-snapshot-preview1" 5394 - source = "registry+https://github.com/rust-lang/crates.io-index" 5395 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 5396 - 5397 - [[package]] 5398 - name = "wasite" 5399 - version = "0.1.0" 5400 - source = "registry+https://github.com/rust-lang/crates.io-index" 5401 - checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" 5402 - 5403 - [[package]] 5404 - name = "wasm-bindgen" 5405 - version = "0.2.95" 5406 - source = "registry+https://github.com/rust-lang/crates.io-index" 5407 - checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e" 5408 - dependencies = [ 5409 - "cfg-if", 5410 - "once_cell", 5411 - "wasm-bindgen-macro", 5412 - ] 5413 - 5414 - [[package]] 5415 - name = "wasm-bindgen-backend" 5416 - version = "0.2.95" 5417 - source = "registry+https://github.com/rust-lang/crates.io-index" 5418 - checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358" 5419 - dependencies = [ 5420 - "bumpalo", 5421 - "log", 5422 - "once_cell", 5423 - "proc-macro2", 5424 - "quote", 5425 - "syn", 5426 - "wasm-bindgen-shared", 5427 - ] 5428 - 5429 - [[package]] 5430 - name = "wasm-bindgen-futures" 5431 - version = "0.4.45" 5432 - source = "registry+https://github.com/rust-lang/crates.io-index" 5433 - checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b" 5434 - dependencies = [ 5435 - "cfg-if", 5436 - "js-sys", 5437 - "wasm-bindgen", 5438 - "web-sys", 5439 - ] 5440 - 5441 - [[package]] 5442 - name = "wasm-bindgen-macro" 5443 - version = "0.2.95" 5444 - source = "registry+https://github.com/rust-lang/crates.io-index" 5445 - checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56" 5446 - dependencies = [ 5447 - "quote", 5448 - "wasm-bindgen-macro-support", 5449 - ] 5450 - 5451 - [[package]] 5452 - name = "wasm-bindgen-macro-support" 5453 - version = "0.2.95" 5454 - source = "registry+https://github.com/rust-lang/crates.io-index" 5455 - checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68" 5456 - dependencies = [ 5457 - "proc-macro2", 5458 - "quote", 5459 - "syn", 5460 - "wasm-bindgen-backend", 5461 - "wasm-bindgen-shared", 5462 - ] 5463 - 5464 - [[package]] 5465 - name = "wasm-bindgen-shared" 5466 - version = "0.2.95" 5467 - source = "registry+https://github.com/rust-lang/crates.io-index" 5468 - checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d" 5469 - 5470 - [[package]] 5471 - name = "wasm-streams" 5472 - version = "0.4.2" 5473 - source = "registry+https://github.com/rust-lang/crates.io-index" 5474 - checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" 5475 - dependencies = [ 5476 - "futures-util", 5477 - "js-sys", 5478 - "wasm-bindgen", 5479 - "wasm-bindgen-futures", 5480 - "web-sys", 5481 - ] 5482 - 5483 - [[package]] 5484 - name = "wayland-backend" 5485 - version = "0.3.7" 5486 - source = "registry+https://github.com/rust-lang/crates.io-index" 5487 - checksum = "056535ced7a150d45159d3a8dc30f91a2e2d588ca0b23f70e56033622b8016f6" 5488 - dependencies = [ 5489 - "cc", 5490 - "downcast-rs", 5491 - "rustix", 5492 - "scoped-tls", 5493 - "smallvec", 5494 - "wayland-sys", 5495 - ] 5496 - 5497 - [[package]] 5498 - name = "wayland-client" 5499 - version = "0.31.7" 5500 - source = "registry+https://github.com/rust-lang/crates.io-index" 5501 - checksum = "b66249d3fc69f76fd74c82cc319300faa554e9d865dab1f7cd66cc20db10b280" 5502 - dependencies = [ 5503 - "bitflags 2.6.0", 5504 - "rustix", 5505 - "wayland-backend", 5506 - "wayland-scanner", 5507 - ] 5508 - 5509 - [[package]] 5510 - name = "wayland-csd-frame" 5511 - version = "0.3.0" 5512 - source = "registry+https://github.com/rust-lang/crates.io-index" 5513 - checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" 5514 - dependencies = [ 5515 - "bitflags 2.6.0", 5516 - "cursor-icon", 5517 - "wayland-backend", 5518 - ] 5519 - 5520 - [[package]] 5521 - name = "wayland-cursor" 5522 - version = "0.31.7" 5523 - source = "registry+https://github.com/rust-lang/crates.io-index" 5524 - checksum = "32b08bc3aafdb0035e7fe0fdf17ba0c09c268732707dca4ae098f60cb28c9e4c" 5525 - dependencies = [ 5526 - "rustix", 5527 - "wayland-client", 5528 - "xcursor", 5529 - ] 5530 - 5531 - [[package]] 5532 - name = "wayland-protocols" 5533 - version = "0.32.5" 5534 - source = "registry+https://github.com/rust-lang/crates.io-index" 5535 - checksum = "7cd0ade57c4e6e9a8952741325c30bf82f4246885dca8bf561898b86d0c1f58e" 5536 - dependencies = [ 5537 - "bitflags 2.6.0", 5538 - "wayland-backend", 5539 - "wayland-client", 5540 - "wayland-scanner", 5541 - ] 5542 - 5543 - [[package]] 5544 - name = "wayland-protocols-plasma" 5545 - version = "0.3.5" 5546 - source = "registry+https://github.com/rust-lang/crates.io-index" 5547 - checksum = "9b31cab548ee68c7eb155517f2212049dc151f7cd7910c2b66abfd31c3ee12bd" 5548 - dependencies = [ 5549 - "bitflags 2.6.0", 5550 - "wayland-backend", 5551 - "wayland-client", 5552 - "wayland-protocols", 5553 - "wayland-scanner", 5554 - ] 5555 - 5556 - [[package]] 5557 - name = "wayland-protocols-wlr" 5558 - version = "0.3.5" 5559 - source = "registry+https://github.com/rust-lang/crates.io-index" 5560 - checksum = "782e12f6cd923c3c316130d56205ebab53f55d6666b7faddfad36cecaeeb4022" 5561 - dependencies = [ 5562 - "bitflags 2.6.0", 5563 - "wayland-backend", 5564 - "wayland-client", 5565 - "wayland-protocols", 5566 - "wayland-scanner", 5567 - ] 5568 - 5569 - [[package]] 5570 - name = "wayland-scanner" 5571 - version = "0.31.5" 5572 - source = "registry+https://github.com/rust-lang/crates.io-index" 5573 - checksum = "597f2001b2e5fc1121e3d5b9791d3e78f05ba6bfa4641053846248e3a13661c3" 5574 - dependencies = [ 5575 - "proc-macro2", 5576 - "quick-xml 0.36.2", 5577 - "quote", 5578 - ] 5579 - 5580 - [[package]] 5581 - name = "wayland-sys" 5582 - version = "0.31.5" 5583 - source = "registry+https://github.com/rust-lang/crates.io-index" 5584 - checksum = "efa8ac0d8e8ed3e3b5c9fc92c7881406a268e11555abe36493efabe649a29e09" 5585 - dependencies = [ 5586 - "dlib", 5587 - "log", 5588 - "once_cell", 5589 - "pkg-config", 5590 - ] 5591 - 5592 - [[package]] 5593 - name = "web-sys" 5594 - version = "0.3.72" 5595 - source = "registry+https://github.com/rust-lang/crates.io-index" 5596 - checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112" 5597 - dependencies = [ 5598 - "js-sys", 5599 - "wasm-bindgen", 5600 - ] 5601 - 5602 - [[package]] 5603 - name = "web-time" 5604 - version = "1.1.0" 5605 - source = "registry+https://github.com/rust-lang/crates.io-index" 5606 - checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 5607 - dependencies = [ 5608 - "js-sys", 5609 - "wasm-bindgen", 5610 - ] 5611 - 5612 - [[package]] 5613 - name = "webbrowser" 5614 - version = "1.0.2" 5615 - source = "registry+https://github.com/rust-lang/crates.io-index" 5616 - checksum = "2e5f07fb9bc8de2ddfe6b24a71a75430673fd679e568c48b52716cef1cfae923" 5617 - dependencies = [ 5618 - "block2", 5619 - "core-foundation 0.10.0", 5620 - "home", 5621 - "jni", 5622 - "log", 5623 - "ndk-context", 5624 - "objc2", 5625 - "objc2-foundation", 5626 - "url", 5627 - "web-sys", 5628 - ] 5629 - 5630 - [[package]] 5631 - name = "wellen" 5632 - version = "0.13.6" 5633 - source = "registry+https://github.com/rust-lang/crates.io-index" 5634 - checksum = "b5555ad40d4dd0b071588b09bf07a214213c4f259dca1fd9c8940a78dbc385b7" 5635 - dependencies = [ 5636 - "fst-reader", 5637 - "leb128", 5638 - "lz4_flex", 5639 - "memmap2", 5640 - "num_enum", 5641 - "rayon", 5642 - "rustc-hash 2.1.0", 5643 - "serde", 5644 - "thiserror 2.0.8", 5645 - ] 5646 - 5647 - [[package]] 5648 - name = "wgpu" 5649 - version = "23.0.1" 5650 - source = "registry+https://github.com/rust-lang/crates.io-index" 5651 - checksum = "80f70000db37c469ea9d67defdc13024ddf9a5f1b89cb2941b812ad7cde1735a" 5652 - dependencies = [ 5653 - "arrayvec", 5654 - "cfg_aliases 0.1.1", 5655 - "document-features", 5656 - "js-sys", 5657 - "log", 5658 - "parking_lot", 5659 - "profiling", 5660 - "raw-window-handle", 5661 - "smallvec", 5662 - "static_assertions", 5663 - "wasm-bindgen", 5664 - "wasm-bindgen-futures", 5665 - "web-sys", 5666 - "wgpu-core", 5667 - "wgpu-hal", 5668 - "wgpu-types", 5669 - ] 5670 - 5671 - [[package]] 5672 - name = "wgpu-core" 5673 - version = "23.0.1" 5674 - source = "registry+https://github.com/rust-lang/crates.io-index" 5675 - checksum = "d63c3c478de8e7e01786479919c8769f62a22eec16788d8c2ac77ce2c132778a" 5676 - dependencies = [ 5677 - "arrayvec", 5678 - "bit-vec", 5679 - "bitflags 2.6.0", 5680 - "cfg_aliases 0.1.1", 5681 - "document-features", 5682 - "indexmap", 5683 - "log", 5684 - "naga", 5685 - "once_cell", 5686 - "parking_lot", 5687 - "profiling", 5688 - "raw-window-handle", 5689 - "rustc-hash 1.1.0", 5690 - "smallvec", 5691 - "thiserror 1.0.65", 5692 - "wgpu-hal", 5693 - "wgpu-types", 5694 - ] 5695 - 5696 - [[package]] 5697 - name = "wgpu-hal" 5698 - version = "23.0.1" 5699 - source = "registry+https://github.com/rust-lang/crates.io-index" 5700 - checksum = "89364b8a0b211adc7b16aeaf1bd5ad4a919c1154b44c9ce27838213ba05fd821" 5701 - dependencies = [ 5702 - "android_system_properties", 5703 - "arrayvec", 5704 - "ash", 5705 - "bitflags 2.6.0", 5706 - "bytemuck", 5707 - "cfg_aliases 0.1.1", 5708 - "core-graphics-types", 5709 - "glow 0.14.2", 5710 - "glutin_wgl_sys", 5711 - "gpu-alloc", 5712 - "gpu-descriptor", 5713 - "js-sys", 5714 - "khronos-egl", 5715 - "libc", 5716 - "libloading", 5717 - "log", 5718 - "metal", 5719 - "naga", 5720 - "ndk-sys 0.5.0+25.2.9519653", 5721 - "objc", 5722 - "once_cell", 5723 - "parking_lot", 5724 - "profiling", 5725 - "raw-window-handle", 5726 - "renderdoc-sys", 5727 - "rustc-hash 1.1.0", 5728 - "smallvec", 5729 - "thiserror 1.0.65", 5730 - "wasm-bindgen", 5731 - "web-sys", 5732 - "wgpu-types", 5733 - "windows", 5734 - ] 5735 - 5736 - [[package]] 5737 - name = "wgpu-types" 5738 - version = "23.0.0" 5739 - source = "registry+https://github.com/rust-lang/crates.io-index" 5740 - checksum = "610f6ff27778148c31093f3b03abc4840f9636d58d597ca2f5977433acfe0068" 5741 - dependencies = [ 5742 - "bitflags 2.6.0", 5743 - "js-sys", 5744 - "web-sys", 5745 - ] 5746 - 5747 - [[package]] 5748 - name = "whoami" 5749 - version = "1.5.2" 5750 - source = "registry+https://github.com/rust-lang/crates.io-index" 5751 - checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d" 5752 - dependencies = [ 5753 - "redox_syscall 0.5.7", 5754 - "wasite", 5755 - "web-sys", 5756 - ] 5757 - 5758 - [[package]] 5759 - name = "winapi" 5760 - version = "0.3.9" 5761 - source = "registry+https://github.com/rust-lang/crates.io-index" 5762 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 5763 - dependencies = [ 5764 - "winapi-i686-pc-windows-gnu", 5765 - "winapi-x86_64-pc-windows-gnu", 5766 - ] 5767 - 5768 - [[package]] 5769 - name = "winapi-i686-pc-windows-gnu" 5770 - version = "0.4.0" 5771 - source = "registry+https://github.com/rust-lang/crates.io-index" 5772 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 5773 - 5774 - [[package]] 5775 - name = "winapi-util" 5776 - version = "0.1.9" 5777 - source = "registry+https://github.com/rust-lang/crates.io-index" 5778 - checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 5779 - dependencies = [ 5780 - "windows-sys 0.59.0", 5781 - ] 5782 - 5783 - [[package]] 5784 - name = "winapi-x86_64-pc-windows-gnu" 5785 - version = "0.4.0" 5786 - source = "registry+https://github.com/rust-lang/crates.io-index" 5787 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 5788 - 5789 - [[package]] 5790 - name = "windows" 5791 - version = "0.58.0" 5792 - source = "registry+https://github.com/rust-lang/crates.io-index" 5793 - checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" 5794 - dependencies = [ 5795 - "windows-core 0.58.0", 5796 - "windows-targets 0.52.6", 5797 - ] 5798 - 5799 - [[package]] 5800 - name = "windows-core" 5801 - version = "0.52.0" 5802 - source = "registry+https://github.com/rust-lang/crates.io-index" 5803 - checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 5804 - dependencies = [ 5805 - "windows-targets 0.52.6", 5806 - ] 5807 - 5808 - [[package]] 5809 - name = "windows-core" 5810 - version = "0.58.0" 5811 - source = "registry+https://github.com/rust-lang/crates.io-index" 5812 - checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" 5813 - dependencies = [ 5814 - "windows-implement", 5815 - "windows-interface", 5816 - "windows-result", 5817 - "windows-strings", 5818 - "windows-targets 0.52.6", 5819 - ] 5820 - 5821 - [[package]] 5822 - name = "windows-implement" 5823 - version = "0.58.0" 5824 - source = "registry+https://github.com/rust-lang/crates.io-index" 5825 - checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" 5826 - dependencies = [ 5827 - "proc-macro2", 5828 - "quote", 5829 - "syn", 5830 - ] 5831 - 5832 - [[package]] 5833 - name = "windows-interface" 5834 - version = "0.58.0" 5835 - source = "registry+https://github.com/rust-lang/crates.io-index" 5836 - checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" 5837 - dependencies = [ 5838 - "proc-macro2", 5839 - "quote", 5840 - "syn", 5841 - ] 5842 - 5843 - [[package]] 5844 - name = "windows-registry" 5845 - version = "0.2.0" 5846 - source = "registry+https://github.com/rust-lang/crates.io-index" 5847 - checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" 5848 - dependencies = [ 5849 - "windows-result", 5850 - "windows-strings", 5851 - "windows-targets 0.52.6", 5852 - ] 5853 - 5854 - [[package]] 5855 - name = "windows-result" 5856 - version = "0.2.0" 5857 - source = "registry+https://github.com/rust-lang/crates.io-index" 5858 - checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" 5859 - dependencies = [ 5860 - "windows-targets 0.52.6", 5861 - ] 5862 - 5863 - [[package]] 5864 - name = "windows-strings" 5865 - version = "0.1.0" 5866 - source = "registry+https://github.com/rust-lang/crates.io-index" 5867 - checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" 5868 - dependencies = [ 5869 - "windows-result", 5870 - "windows-targets 0.52.6", 5871 - ] 5872 - 5873 - [[package]] 5874 - name = "windows-sys" 5875 - version = "0.45.0" 5876 - source = "registry+https://github.com/rust-lang/crates.io-index" 5877 - checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 5878 - dependencies = [ 5879 - "windows-targets 0.42.2", 5880 - ] 5881 - 5882 - [[package]] 5883 - name = "windows-sys" 5884 - version = "0.48.0" 5885 - source = "registry+https://github.com/rust-lang/crates.io-index" 5886 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 5887 - dependencies = [ 5888 - "windows-targets 0.48.5", 5889 - ] 5890 - 5891 - [[package]] 5892 - name = "windows-sys" 5893 - version = "0.52.0" 5894 - source = "registry+https://github.com/rust-lang/crates.io-index" 5895 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 5896 - dependencies = [ 5897 - "windows-targets 0.52.6", 5898 - ] 5899 - 5900 - [[package]] 5901 - name = "windows-sys" 5902 - version = "0.59.0" 5903 - source = "registry+https://github.com/rust-lang/crates.io-index" 5904 - checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 5905 - dependencies = [ 5906 - "windows-targets 0.52.6", 5907 - ] 5908 - 5909 - [[package]] 5910 - name = "windows-targets" 5911 - version = "0.42.2" 5912 - source = "registry+https://github.com/rust-lang/crates.io-index" 5913 - checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 5914 - dependencies = [ 5915 - "windows_aarch64_gnullvm 0.42.2", 5916 - "windows_aarch64_msvc 0.42.2", 5917 - "windows_i686_gnu 0.42.2", 5918 - "windows_i686_msvc 0.42.2", 5919 - "windows_x86_64_gnu 0.42.2", 5920 - "windows_x86_64_gnullvm 0.42.2", 5921 - "windows_x86_64_msvc 0.42.2", 5922 - ] 5923 - 5924 - [[package]] 5925 - name = "windows-targets" 5926 - version = "0.48.5" 5927 - source = "registry+https://github.com/rust-lang/crates.io-index" 5928 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 5929 - dependencies = [ 5930 - "windows_aarch64_gnullvm 0.48.5", 5931 - "windows_aarch64_msvc 0.48.5", 5932 - "windows_i686_gnu 0.48.5", 5933 - "windows_i686_msvc 0.48.5", 5934 - "windows_x86_64_gnu 0.48.5", 5935 - "windows_x86_64_gnullvm 0.48.5", 5936 - "windows_x86_64_msvc 0.48.5", 5937 - ] 5938 - 5939 - [[package]] 5940 - name = "windows-targets" 5941 - version = "0.52.6" 5942 - source = "registry+https://github.com/rust-lang/crates.io-index" 5943 - checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 5944 - dependencies = [ 5945 - "windows_aarch64_gnullvm 0.52.6", 5946 - "windows_aarch64_msvc 0.52.6", 5947 - "windows_i686_gnu 0.52.6", 5948 - "windows_i686_gnullvm", 5949 - "windows_i686_msvc 0.52.6", 5950 - "windows_x86_64_gnu 0.52.6", 5951 - "windows_x86_64_gnullvm 0.52.6", 5952 - "windows_x86_64_msvc 0.52.6", 5953 - ] 5954 - 5955 - [[package]] 5956 - name = "windows_aarch64_gnullvm" 5957 - version = "0.42.2" 5958 - source = "registry+https://github.com/rust-lang/crates.io-index" 5959 - checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 5960 - 5961 - [[package]] 5962 - name = "windows_aarch64_gnullvm" 5963 - version = "0.48.5" 5964 - source = "registry+https://github.com/rust-lang/crates.io-index" 5965 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 5966 - 5967 - [[package]] 5968 - name = "windows_aarch64_gnullvm" 5969 - version = "0.52.6" 5970 - source = "registry+https://github.com/rust-lang/crates.io-index" 5971 - checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 5972 - 5973 - [[package]] 5974 - name = "windows_aarch64_msvc" 5975 - version = "0.42.2" 5976 - source = "registry+https://github.com/rust-lang/crates.io-index" 5977 - checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 5978 - 5979 - [[package]] 5980 - name = "windows_aarch64_msvc" 5981 - version = "0.48.5" 5982 - source = "registry+https://github.com/rust-lang/crates.io-index" 5983 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 5984 - 5985 - [[package]] 5986 - name = "windows_aarch64_msvc" 5987 - version = "0.52.6" 5988 - source = "registry+https://github.com/rust-lang/crates.io-index" 5989 - checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 5990 - 5991 - [[package]] 5992 - name = "windows_i686_gnu" 5993 - version = "0.42.2" 5994 - source = "registry+https://github.com/rust-lang/crates.io-index" 5995 - checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 5996 - 5997 - [[package]] 5998 - name = "windows_i686_gnu" 5999 - version = "0.48.5" 6000 - source = "registry+https://github.com/rust-lang/crates.io-index" 6001 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 6002 - 6003 - [[package]] 6004 - name = "windows_i686_gnu" 6005 - version = "0.52.6" 6006 - source = "registry+https://github.com/rust-lang/crates.io-index" 6007 - checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 6008 - 6009 - [[package]] 6010 - name = "windows_i686_gnullvm" 6011 - version = "0.52.6" 6012 - source = "registry+https://github.com/rust-lang/crates.io-index" 6013 - checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 6014 - 6015 - [[package]] 6016 - name = "windows_i686_msvc" 6017 - version = "0.42.2" 6018 - source = "registry+https://github.com/rust-lang/crates.io-index" 6019 - checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 6020 - 6021 - [[package]] 6022 - name = "windows_i686_msvc" 6023 - version = "0.48.5" 6024 - source = "registry+https://github.com/rust-lang/crates.io-index" 6025 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 6026 - 6027 - [[package]] 6028 - name = "windows_i686_msvc" 6029 - version = "0.52.6" 6030 - source = "registry+https://github.com/rust-lang/crates.io-index" 6031 - checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 6032 - 6033 - [[package]] 6034 - name = "windows_x86_64_gnu" 6035 - version = "0.42.2" 6036 - source = "registry+https://github.com/rust-lang/crates.io-index" 6037 - checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 6038 - 6039 - [[package]] 6040 - name = "windows_x86_64_gnu" 6041 - version = "0.48.5" 6042 - source = "registry+https://github.com/rust-lang/crates.io-index" 6043 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 6044 - 6045 - [[package]] 6046 - name = "windows_x86_64_gnu" 6047 - version = "0.52.6" 6048 - source = "registry+https://github.com/rust-lang/crates.io-index" 6049 - checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 6050 - 6051 - [[package]] 6052 - name = "windows_x86_64_gnullvm" 6053 - version = "0.42.2" 6054 - source = "registry+https://github.com/rust-lang/crates.io-index" 6055 - checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 6056 - 6057 - [[package]] 6058 - name = "windows_x86_64_gnullvm" 6059 - version = "0.48.5" 6060 - source = "registry+https://github.com/rust-lang/crates.io-index" 6061 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 6062 - 6063 - [[package]] 6064 - name = "windows_x86_64_gnullvm" 6065 - version = "0.52.6" 6066 - source = "registry+https://github.com/rust-lang/crates.io-index" 6067 - checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 6068 - 6069 - [[package]] 6070 - name = "windows_x86_64_msvc" 6071 - version = "0.42.2" 6072 - source = "registry+https://github.com/rust-lang/crates.io-index" 6073 - checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 6074 - 6075 - [[package]] 6076 - name = "windows_x86_64_msvc" 6077 - version = "0.48.5" 6078 - source = "registry+https://github.com/rust-lang/crates.io-index" 6079 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 6080 - 6081 - [[package]] 6082 - name = "windows_x86_64_msvc" 6083 - version = "0.52.6" 6084 - source = "registry+https://github.com/rust-lang/crates.io-index" 6085 - checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 6086 - 6087 - [[package]] 6088 - name = "winit" 6089 - version = "0.30.5" 6090 - source = "registry+https://github.com/rust-lang/crates.io-index" 6091 - checksum = "0be9e76a1f1077e04a411f0b989cbd3c93339e1771cb41e71ac4aee95bfd2c67" 6092 - dependencies = [ 6093 - "ahash", 6094 - "android-activity", 6095 - "atomic-waker", 6096 - "bitflags 2.6.0", 6097 - "block2", 6098 - "bytemuck", 6099 - "calloop", 6100 - "cfg_aliases 0.2.1", 6101 - "concurrent-queue", 6102 - "core-foundation 0.9.4", 6103 - "core-graphics", 6104 - "cursor-icon", 6105 - "dpi", 6106 - "js-sys", 6107 - "libc", 6108 - "memmap2", 6109 - "ndk", 6110 - "objc2", 6111 - "objc2-app-kit", 6112 - "objc2-foundation", 6113 - "objc2-ui-kit", 6114 - "orbclient", 6115 - "percent-encoding", 6116 - "pin-project", 6117 - "raw-window-handle", 6118 - "redox_syscall 0.4.1", 6119 - "rustix", 6120 - "smithay-client-toolkit", 6121 - "smol_str", 6122 - "tracing", 6123 - "unicode-segmentation", 6124 - "wasm-bindgen", 6125 - "wasm-bindgen-futures", 6126 - "wayland-backend", 6127 - "wayland-client", 6128 - "wayland-protocols", 6129 - "wayland-protocols-plasma", 6130 - "web-sys", 6131 - "web-time", 6132 - "windows-sys 0.52.0", 6133 - "x11-dl", 6134 - "x11rb", 6135 - "xkbcommon-dl", 6136 - ] 6137 - 6138 - [[package]] 6139 - name = "winnow" 6140 - version = "0.6.20" 6141 - source = "registry+https://github.com/rust-lang/crates.io-index" 6142 - checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" 6143 - dependencies = [ 6144 - "memchr", 6145 - ] 6146 - 6147 - [[package]] 6148 - name = "write16" 6149 - version = "1.0.0" 6150 - source = "registry+https://github.com/rust-lang/crates.io-index" 6151 - checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 6152 - 6153 - [[package]] 6154 - name = "writeable" 6155 - version = "0.5.5" 6156 - source = "registry+https://github.com/rust-lang/crates.io-index" 6157 - checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 6158 - 6159 - [[package]] 6160 - name = "x11-dl" 6161 - version = "2.21.0" 6162 - source = "registry+https://github.com/rust-lang/crates.io-index" 6163 - checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 6164 - dependencies = [ 6165 - "libc", 6166 - "once_cell", 6167 - "pkg-config", 6168 - ] 6169 - 6170 - [[package]] 6171 - name = "x11rb" 6172 - version = "0.13.1" 6173 - source = "registry+https://github.com/rust-lang/crates.io-index" 6174 - checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12" 6175 - dependencies = [ 6176 - "as-raw-xcb-connection", 6177 - "gethostname", 6178 - "libc", 6179 - "libloading", 6180 - "once_cell", 6181 - "rustix", 6182 - "x11rb-protocol", 6183 - ] 6184 - 6185 - [[package]] 6186 - name = "x11rb-protocol" 6187 - version = "0.13.1" 6188 - source = "registry+https://github.com/rust-lang/crates.io-index" 6189 - checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d" 6190 - 6191 - [[package]] 6192 - name = "xattr" 6193 - version = "1.3.1" 6194 - source = "registry+https://github.com/rust-lang/crates.io-index" 6195 - checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" 6196 - dependencies = [ 6197 - "libc", 6198 - "linux-raw-sys", 6199 - "rustix", 6200 - ] 6201 - 6202 - [[package]] 6203 - name = "xcursor" 6204 - version = "0.3.8" 6205 - source = "registry+https://github.com/rust-lang/crates.io-index" 6206 - checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61" 6207 - 6208 - [[package]] 6209 - name = "xdg-home" 6210 - version = "1.3.0" 6211 - source = "registry+https://github.com/rust-lang/crates.io-index" 6212 - checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6" 6213 - dependencies = [ 6214 - "libc", 6215 - "windows-sys 0.59.0", 6216 - ] 6217 - 6218 - [[package]] 6219 - name = "xkbcommon-dl" 6220 - version = "0.4.2" 6221 - source = "registry+https://github.com/rust-lang/crates.io-index" 6222 - checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" 6223 - dependencies = [ 6224 - "bitflags 2.6.0", 6225 - "dlib", 6226 - "log", 6227 - "once_cell", 6228 - "xkeysym", 6229 - ] 6230 - 6231 - [[package]] 6232 - name = "xkeysym" 6233 - version = "0.2.1" 6234 - source = "registry+https://github.com/rust-lang/crates.io-index" 6235 - checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" 6236 - 6237 - [[package]] 6238 - name = "xml-rs" 6239 - version = "0.8.23" 6240 - source = "registry+https://github.com/rust-lang/crates.io-index" 6241 - checksum = "af310deaae937e48a26602b730250b4949e125f468f11e6990be3e5304ddd96f" 6242 - 6243 - [[package]] 6244 - name = "yoke" 6245 - version = "0.7.5" 6246 - source = "registry+https://github.com/rust-lang/crates.io-index" 6247 - checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" 6248 - dependencies = [ 6249 - "serde", 6250 - "stable_deref_trait", 6251 - "yoke-derive", 6252 - "zerofrom", 6253 - ] 6254 - 6255 - [[package]] 6256 - name = "yoke-derive" 6257 - version = "0.7.5" 6258 - source = "registry+https://github.com/rust-lang/crates.io-index" 6259 - checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" 6260 - dependencies = [ 6261 - "proc-macro2", 6262 - "quote", 6263 - "syn", 6264 - "synstructure", 6265 - ] 6266 - 6267 - [[package]] 6268 - name = "zbus" 6269 - version = "4.4.0" 6270 - source = "registry+https://github.com/rust-lang/crates.io-index" 6271 - checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725" 6272 - dependencies = [ 6273 - "async-broadcast", 6274 - "async-executor", 6275 - "async-fs", 6276 - "async-io", 6277 - "async-lock", 6278 - "async-process", 6279 - "async-recursion", 6280 - "async-task", 6281 - "async-trait", 6282 - "blocking", 6283 - "enumflags2", 6284 - "event-listener", 6285 - "futures-core", 6286 - "futures-sink", 6287 - "futures-util", 6288 - "hex", 6289 - "nix", 6290 - "ordered-stream", 6291 - "rand", 6292 - "serde", 6293 - "serde_repr", 6294 - "sha1", 6295 - "static_assertions", 6296 - "tracing", 6297 - "uds_windows", 6298 - "windows-sys 0.52.0", 6299 - "xdg-home", 6300 - "zbus_macros 4.4.0", 6301 - "zbus_names 3.0.0", 6302 - "zvariant 4.2.0", 6303 - ] 6304 - 6305 - [[package]] 6306 - name = "zbus" 6307 - version = "5.2.0" 6308 - source = "registry+https://github.com/rust-lang/crates.io-index" 6309 - checksum = "fb67eadba43784b6fb14857eba0d8fc518686d3ee537066eb6086dc318e2c8a1" 6310 - dependencies = [ 6311 - "async-broadcast", 6312 - "async-recursion", 6313 - "async-trait", 6314 - "enumflags2", 6315 - "event-listener", 6316 - "futures-core", 6317 - "futures-util", 6318 - "hex", 6319 - "nix", 6320 - "ordered-stream", 6321 - "serde", 6322 - "serde_repr", 6323 - "static_assertions", 6324 - "tokio", 6325 - "tracing", 6326 - "uds_windows", 6327 - "windows-sys 0.59.0", 6328 - "winnow", 6329 - "xdg-home", 6330 - "zbus_macros 5.2.0", 6331 - "zbus_names 4.1.0", 6332 - "zvariant 5.1.0", 6333 - ] 6334 - 6335 - [[package]] 6336 - name = "zbus-lockstep" 6337 - version = "0.4.4" 6338 - source = "registry+https://github.com/rust-lang/crates.io-index" 6339 - checksum = "4ca2c5dceb099bddaade154055c926bb8ae507a18756ba1d8963fd7b51d8ed1d" 6340 - dependencies = [ 6341 - "zbus_xml", 6342 - "zvariant 4.2.0", 6343 - ] 6344 - 6345 - [[package]] 6346 - name = "zbus-lockstep-macros" 6347 - version = "0.4.4" 6348 - source = "registry+https://github.com/rust-lang/crates.io-index" 6349 - checksum = "709ab20fc57cb22af85be7b360239563209258430bccf38d8b979c5a2ae3ecce" 6350 - dependencies = [ 6351 - "proc-macro2", 6352 - "quote", 6353 - "syn", 6354 - "zbus-lockstep", 6355 - "zbus_xml", 6356 - "zvariant 4.2.0", 6357 - ] 6358 - 6359 - [[package]] 6360 - name = "zbus_macros" 6361 - version = "4.4.0" 6362 - source = "registry+https://github.com/rust-lang/crates.io-index" 6363 - checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e" 6364 - dependencies = [ 6365 - "proc-macro-crate", 6366 - "proc-macro2", 6367 - "quote", 6368 - "syn", 6369 - "zvariant_utils 2.1.0", 6370 - ] 6371 - 6372 - [[package]] 6373 - name = "zbus_macros" 6374 - version = "5.2.0" 6375 - source = "registry+https://github.com/rust-lang/crates.io-index" 6376 - checksum = "2c9d49ebc960ceb660f2abe40a5904da975de6986f2af0d7884b39eec6528c57" 6377 - dependencies = [ 6378 - "proc-macro-crate", 6379 - "proc-macro2", 6380 - "quote", 6381 - "syn", 6382 - "zbus_names 4.1.0", 6383 - "zvariant 5.1.0", 6384 - "zvariant_utils 3.0.2", 6385 - ] 6386 - 6387 - [[package]] 6388 - name = "zbus_names" 6389 - version = "3.0.0" 6390 - source = "registry+https://github.com/rust-lang/crates.io-index" 6391 - checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c" 6392 - dependencies = [ 6393 - "serde", 6394 - "static_assertions", 6395 - "zvariant 4.2.0", 6396 - ] 6397 - 6398 - [[package]] 6399 - name = "zbus_names" 6400 - version = "4.1.0" 6401 - source = "registry+https://github.com/rust-lang/crates.io-index" 6402 - checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b" 6403 - dependencies = [ 6404 - "serde", 6405 - "static_assertions", 6406 - "winnow", 6407 - "zvariant 5.1.0", 6408 - ] 6409 - 6410 - [[package]] 6411 - name = "zbus_xml" 6412 - version = "4.0.0" 6413 - source = "registry+https://github.com/rust-lang/crates.io-index" 6414 - checksum = "ab3f374552b954f6abb4bd6ce979e6c9b38fb9d0cd7cc68a7d796e70c9f3a233" 6415 - dependencies = [ 6416 - "quick-xml 0.30.0", 6417 - "serde", 6418 - "static_assertions", 6419 - "zbus_names 3.0.0", 6420 - "zvariant 4.2.0", 6421 - ] 6422 - 6423 - [[package]] 6424 - name = "zerocopy" 6425 - version = "0.7.35" 6426 - source = "registry+https://github.com/rust-lang/crates.io-index" 6427 - checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 6428 - dependencies = [ 6429 - "byteorder", 6430 - "zerocopy-derive", 6431 - ] 6432 - 6433 - [[package]] 6434 - name = "zerocopy-derive" 6435 - version = "0.7.35" 6436 - source = "registry+https://github.com/rust-lang/crates.io-index" 6437 - checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 6438 - dependencies = [ 6439 - "proc-macro2", 6440 - "quote", 6441 - "syn", 6442 - ] 6443 - 6444 - [[package]] 6445 - name = "zerofrom" 6446 - version = "0.1.5" 6447 - source = "registry+https://github.com/rust-lang/crates.io-index" 6448 - checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" 6449 - dependencies = [ 6450 - "zerofrom-derive", 6451 - ] 6452 - 6453 - [[package]] 6454 - name = "zerofrom-derive" 6455 - version = "0.1.5" 6456 - source = "registry+https://github.com/rust-lang/crates.io-index" 6457 - checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" 6458 - dependencies = [ 6459 - "proc-macro2", 6460 - "quote", 6461 - "syn", 6462 - "synstructure", 6463 - ] 6464 - 6465 - [[package]] 6466 - name = "zeroize" 6467 - version = "1.8.1" 6468 - source = "registry+https://github.com/rust-lang/crates.io-index" 6469 - checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 6470 - 6471 - [[package]] 6472 - name = "zerovec" 6473 - version = "0.10.4" 6474 - source = "registry+https://github.com/rust-lang/crates.io-index" 6475 - checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 6476 - dependencies = [ 6477 - "yoke", 6478 - "zerofrom", 6479 - "zerovec-derive", 6480 - ] 6481 - 6482 - [[package]] 6483 - name = "zerovec-derive" 6484 - version = "0.10.3" 6485 - source = "registry+https://github.com/rust-lang/crates.io-index" 6486 - checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 6487 - dependencies = [ 6488 - "proc-macro2", 6489 - "quote", 6490 - "syn", 6491 - ] 6492 - 6493 - [[package]] 6494 - name = "zvariant" 6495 - version = "4.2.0" 6496 - source = "registry+https://github.com/rust-lang/crates.io-index" 6497 - checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe" 6498 - dependencies = [ 6499 - "endi", 6500 - "enumflags2", 6501 - "serde", 6502 - "static_assertions", 6503 - "zvariant_derive 4.2.0", 6504 - ] 6505 - 6506 - [[package]] 6507 - name = "zvariant" 6508 - version = "5.1.0" 6509 - source = "registry+https://github.com/rust-lang/crates.io-index" 6510 - checksum = "a1200ee6ac32f1e5a312e455a949a4794855515d34f9909f4a3e082d14e1a56f" 6511 - dependencies = [ 6512 - "endi", 6513 - "enumflags2", 6514 - "serde", 6515 - "static_assertions", 6516 - "url", 6517 - "winnow", 6518 - "zvariant_derive 5.1.0", 6519 - "zvariant_utils 3.0.2", 6520 - ] 6521 - 6522 - [[package]] 6523 - name = "zvariant_derive" 6524 - version = "4.2.0" 6525 - source = "registry+https://github.com/rust-lang/crates.io-index" 6526 - checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449" 6527 - dependencies = [ 6528 - "proc-macro-crate", 6529 - "proc-macro2", 6530 - "quote", 6531 - "syn", 6532 - "zvariant_utils 2.1.0", 6533 - ] 6534 - 6535 - [[package]] 6536 - name = "zvariant_derive" 6537 - version = "5.1.0" 6538 - source = "registry+https://github.com/rust-lang/crates.io-index" 6539 - checksum = "687e3b97fae6c9104fbbd36c73d27d149abf04fb874e2efbd84838763daa8916" 6540 - dependencies = [ 6541 - "proc-macro-crate", 6542 - "proc-macro2", 6543 - "quote", 6544 - "syn", 6545 - "zvariant_utils 3.0.2", 6546 - ] 6547 - 6548 - [[package]] 6549 - name = "zvariant_utils" 6550 - version = "2.1.0" 6551 - source = "registry+https://github.com/rust-lang/crates.io-index" 6552 - checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340" 6553 - dependencies = [ 6554 - "proc-macro2", 6555 - "quote", 6556 - "syn", 6557 - ] 6558 - 6559 - [[package]] 6560 - name = "zvariant_utils" 6561 - version = "3.0.2" 6562 - source = "registry+https://github.com/rust-lang/crates.io-index" 6563 - checksum = "20d1d011a38f12360e5fcccceeff5e2c42a8eb7f27f0dcba97a0862ede05c9c6" 6564 - dependencies = [ 6565 - "proc-macro2", 6566 - "quote", 6567 - "serde", 6568 - "static_assertions", 6569 - "syn", 6570 - "winnow", 6571 - ]
···
+2 -8
pkgs/by-name/su/surfer/package.nix
··· 51 libXi 52 ]; 53 54 - cargoLock = { 55 - lockFile = ./Cargo.lock; 56 - outputHashes = { 57 - "codespan-0.12.0" = "sha256-3F2006BR3hyhxcUTaQiOjzTEuRECKJKjIDyXonS/lrE="; 58 - "egui_skia_renderer-0.2.0" = "sha256-1l8iluTHDYZGRkKWnurRMj4iHljogPWs26pzkUtIGwY="; 59 - "spade-0.10.0" = "sha256-nl9MsrV68mE7hVEBFF/WdasUXCJoUazCFg4xG+2MOEY="; 60 - }; 61 - }; 62 63 # Avoid the network attempt from skia. See: https://github.com/cargo2nix/cargo2nix/issues/318 64 doCheck = false;
··· 51 libXi 52 ]; 53 54 + useFetchCargoVendor = true; 55 + cargoHash = "sha256-89pkHS0YQ77PmQfT8epdu2tPRNAenYGgtoiJVuuVYiI="; 56 57 # Avoid the network attempt from skia. See: https://github.com/cargo2nix/cargo2nix/issues/318 58 doCheck = false;