Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

ukmm: use fetchCargoVendor

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