Merge pull request #222020 from nagy/oculante

oculante: 0.6.41 -> 0.6.58

authored by Nick Cao and committed by GitHub e1f91fd4 7c656856

+5448 -3
+5443
pkgs/applications/graphics/oculante/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.20" 8 + source = "registry+https://github.com/rust-lang/crates.io-index" 9 + checksum = "fe21446ad43aa56417a767f3e2f3d7c4ca522904de1dd640529a76e9c5c3b33c" 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 = "adler" 23 + version = "1.0.2" 24 + source = "registry+https://github.com/rust-lang/crates.io-index" 25 + checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 26 + 27 + [[package]] 28 + name = "ahash" 29 + version = "0.8.3" 30 + source = "registry+https://github.com/rust-lang/crates.io-index" 31 + checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" 32 + dependencies = [ 33 + "cfg-if 1.0.0", 34 + "once_cell", 35 + "version_check", 36 + ] 37 + 38 + [[package]] 39 + name = "aho-corasick" 40 + version = "0.7.20" 41 + source = "registry+https://github.com/rust-lang/crates.io-index" 42 + checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 43 + dependencies = [ 44 + "memchr", 45 + ] 46 + 47 + [[package]] 48 + name = "any_ascii" 49 + version = "0.1.7" 50 + source = "registry+https://github.com/rust-lang/crates.io-index" 51 + checksum = "70033777eb8b5124a81a1889416543dddef2de240019b674c81285a2635a7e1e" 52 + 53 + [[package]] 54 + name = "anyhow" 55 + version = "1.0.70" 56 + source = "registry+https://github.com/rust-lang/crates.io-index" 57 + checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" 58 + 59 + [[package]] 60 + name = "aom-decode" 61 + version = "0.2.5" 62 + source = "registry+https://github.com/rust-lang/crates.io-index" 63 + checksum = "f9dc16c84c3c946412a813b77c39e920e75aed10f9ca652a32dd59ca300e6adb" 64 + dependencies = [ 65 + "avif-parse", 66 + "imgref", 67 + "libaom-sys", 68 + "quick-error", 69 + "yuv", 70 + ] 71 + 72 + [[package]] 73 + name = "approx" 74 + version = "0.5.1" 75 + source = "registry+https://github.com/rust-lang/crates.io-index" 76 + checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" 77 + dependencies = [ 78 + "num-traits 0.2.15", 79 + ] 80 + 81 + [[package]] 82 + name = "arbitrary" 83 + version = "0.4.7" 84 + source = "registry+https://github.com/rust-lang/crates.io-index" 85 + checksum = "db55d72333851e17d572bec876e390cd3b11eb1ef53ae821dd9f3b653d2b4569" 86 + 87 + [[package]] 88 + name = "arboard" 89 + version = "3.2.0" 90 + source = "registry+https://github.com/rust-lang/crates.io-index" 91 + checksum = "d6041616acea41d67c4a984709ddab1587fd0b10efe5cc563fee954d2f011854" 92 + dependencies = [ 93 + "clipboard-win", 94 + "core-graphics", 95 + "image", 96 + "log", 97 + "objc", 98 + "objc-foundation", 99 + "objc_id", 100 + "once_cell", 101 + "parking_lot", 102 + "thiserror", 103 + "winapi", 104 + "x11rb", 105 + ] 106 + 107 + [[package]] 108 + name = "arg_enum_proc_macro" 109 + version = "0.3.2" 110 + source = "registry+https://github.com/rust-lang/crates.io-index" 111 + checksum = "d7c29b43ee8654590587cd033b3eca2f9c4f8cdff945ec0e6ee91ceb057d87f3" 112 + dependencies = [ 113 + "proc-macro2", 114 + "quote", 115 + "syn 1.0.109", 116 + ] 117 + 118 + [[package]] 119 + name = "arrayref" 120 + version = "0.3.7" 121 + source = "registry+https://github.com/rust-lang/crates.io-index" 122 + checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" 123 + 124 + [[package]] 125 + name = "arrayvec" 126 + version = "0.5.2" 127 + source = "registry+https://github.com/rust-lang/crates.io-index" 128 + checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" 129 + 130 + [[package]] 131 + name = "arrayvec" 132 + version = "0.7.2" 133 + source = "registry+https://github.com/rust-lang/crates.io-index" 134 + checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" 135 + dependencies = [ 136 + "serde", 137 + ] 138 + 139 + [[package]] 140 + name = "async-io" 141 + version = "1.13.0" 142 + source = "registry+https://github.com/rust-lang/crates.io-index" 143 + checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" 144 + dependencies = [ 145 + "async-lock", 146 + "autocfg", 147 + "cfg-if 1.0.0", 148 + "concurrent-queue", 149 + "futures-lite", 150 + "log", 151 + "parking", 152 + "polling", 153 + "rustix", 154 + "slab", 155 + "socket2", 156 + "waker-fn", 157 + ] 158 + 159 + [[package]] 160 + name = "async-lock" 161 + version = "2.7.0" 162 + source = "registry+https://github.com/rust-lang/crates.io-index" 163 + checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7" 164 + dependencies = [ 165 + "event-listener", 166 + ] 167 + 168 + [[package]] 169 + name = "atk-sys" 170 + version = "0.16.0" 171 + source = "registry+https://github.com/rust-lang/crates.io-index" 172 + checksum = "11ad703eb64dc058024f0e57ccfa069e15a413b98dbd50a1a950e743b7f11148" 173 + dependencies = [ 174 + "glib-sys", 175 + "gobject-sys", 176 + "libc", 177 + "system-deps", 178 + ] 179 + 180 + [[package]] 181 + name = "atomic_refcell" 182 + version = "0.1.9" 183 + source = "registry+https://github.com/rust-lang/crates.io-index" 184 + checksum = "857253367827bd9d0fd973f0ef15506a96e79e41b0ad7aa691203a4e3214f6c8" 185 + 186 + [[package]] 187 + name = "atty" 188 + version = "0.2.14" 189 + source = "registry+https://github.com/rust-lang/crates.io-index" 190 + checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 191 + dependencies = [ 192 + "hermit-abi 0.1.19", 193 + "libc", 194 + "winapi", 195 + ] 196 + 197 + [[package]] 198 + name = "autocfg" 199 + version = "1.1.0" 200 + source = "registry+https://github.com/rust-lang/crates.io-index" 201 + checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 202 + 203 + [[package]] 204 + name = "av1-grain" 205 + version = "0.2.2" 206 + source = "registry+https://github.com/rust-lang/crates.io-index" 207 + checksum = "6f6ca6f0c18c02c2fbfc119df551b8aeb8a385f6d5980f1475ba0255f1e97f1e" 208 + dependencies = [ 209 + "anyhow", 210 + "arrayvec 0.7.2", 211 + "itertools", 212 + "log", 213 + "nom", 214 + "num-rational", 215 + "serde", 216 + "v_frame", 217 + ] 218 + 219 + [[package]] 220 + name = "avif-decode" 221 + version = "0.2.2" 222 + source = "registry+https://github.com/rust-lang/crates.io-index" 223 + checksum = "ae93bf69733ae4162fa44e49ad06febe3747c0ae85c0c8f930a0ebd8f669d4e9" 224 + dependencies = [ 225 + "aom-decode", 226 + "avif-parse", 227 + "imgref", 228 + "lodepng", 229 + "num_cpus", 230 + "owning_ref", 231 + "quick-error", 232 + "rgb", 233 + "yuv", 234 + ] 235 + 236 + [[package]] 237 + name = "avif-parse" 238 + version = "1.0.0" 239 + source = "registry+https://github.com/rust-lang/crates.io-index" 240 + checksum = "87fb3f9afbbb9f71ae53da13771284895f51c6acc77cfb3571ab966780250dee" 241 + dependencies = [ 242 + "bitreader", 243 + "byteorder", 244 + "fallible_collections", 245 + "log", 246 + "static_assertions", 247 + ] 248 + 249 + [[package]] 250 + name = "base64" 251 + version = "0.21.0" 252 + source = "registry+https://github.com/rust-lang/crates.io-index" 253 + checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" 254 + 255 + [[package]] 256 + name = "bincode" 257 + version = "0.8.0" 258 + source = "registry+https://github.com/rust-lang/crates.io-index" 259 + checksum = "e103c8b299b28a9c6990458b7013dc4a8356a9b854c51b9883241f5866fac36e" 260 + dependencies = [ 261 + "byteorder", 262 + "num-traits 0.1.43", 263 + "serde", 264 + ] 265 + 266 + [[package]] 267 + name = "bit_field" 268 + version = "0.10.2" 269 + source = "registry+https://github.com/rust-lang/crates.io-index" 270 + checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61" 271 + 272 + [[package]] 273 + name = "bitflags" 274 + version = "1.3.2" 275 + source = "registry+https://github.com/rust-lang/crates.io-index" 276 + checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 277 + 278 + [[package]] 279 + name = "bitreader" 280 + version = "0.3.6" 281 + source = "registry+https://github.com/rust-lang/crates.io-index" 282 + checksum = "d84ea71c85d1fe98fe67a9b9988b1695bc24c0b0d3bfb18d4c510f44b4b09941" 283 + dependencies = [ 284 + "cfg-if 1.0.0", 285 + ] 286 + 287 + [[package]] 288 + name = "bitstream-io" 289 + version = "1.6.0" 290 + source = "registry+https://github.com/rust-lang/crates.io-index" 291 + checksum = "9d28070975aaf4ef1fd0bd1f29b739c06c2cdd9972e090617fb6dca3b2cb564e" 292 + 293 + [[package]] 294 + name = "block" 295 + version = "0.1.6" 296 + source = "registry+https://github.com/rust-lang/crates.io-index" 297 + checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 298 + 299 + [[package]] 300 + name = "block-buffer" 301 + version = "0.3.3" 302 + source = "registry+https://github.com/rust-lang/crates.io-index" 303 + checksum = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab" 304 + dependencies = [ 305 + "arrayref", 306 + "byte-tools", 307 + ] 308 + 309 + [[package]] 310 + name = "block-sys" 311 + version = "0.1.0-beta.1" 312 + source = "registry+https://github.com/rust-lang/crates.io-index" 313 + checksum = "0fa55741ee90902547802152aaf3f8e5248aab7e21468089560d4c8840561146" 314 + dependencies = [ 315 + "objc-sys", 316 + ] 317 + 318 + [[package]] 319 + name = "block2" 320 + version = "0.2.0-alpha.6" 321 + source = "registry+https://github.com/rust-lang/crates.io-index" 322 + checksum = "8dd9e63c1744f755c2f60332b88de39d341e5e86239014ad839bd71c106dec42" 323 + dependencies = [ 324 + "block-sys", 325 + "objc2-encode", 326 + ] 327 + 328 + [[package]] 329 + name = "built" 330 + version = "0.5.2" 331 + source = "registry+https://github.com/rust-lang/crates.io-index" 332 + checksum = "5b9c056b9ed43aee5e064b683aa1ec783e19c6acec7559e3ae931b7490472fbe" 333 + dependencies = [ 334 + "cargo-lock", 335 + ] 336 + 337 + [[package]] 338 + name = "bumpalo" 339 + version = "3.12.0" 340 + source = "registry+https://github.com/rust-lang/crates.io-index" 341 + checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" 342 + 343 + [[package]] 344 + name = "byte-tools" 345 + version = "0.2.0" 346 + source = "registry+https://github.com/rust-lang/crates.io-index" 347 + checksum = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" 348 + 349 + [[package]] 350 + name = "bytemuck" 351 + version = "1.13.1" 352 + source = "registry+https://github.com/rust-lang/crates.io-index" 353 + checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea" 354 + dependencies = [ 355 + "bytemuck_derive", 356 + ] 357 + 358 + [[package]] 359 + name = "bytemuck_derive" 360 + version = "1.4.1" 361 + source = "registry+https://github.com/rust-lang/crates.io-index" 362 + checksum = "fdde5c9cd29ebd706ce1b35600920a33550e402fc998a2e53ad3b42c3c47a192" 363 + dependencies = [ 364 + "proc-macro2", 365 + "quote", 366 + "syn 2.0.12", 367 + ] 368 + 369 + [[package]] 370 + name = "byteorder" 371 + version = "1.4.3" 372 + source = "registry+https://github.com/rust-lang/crates.io-index" 373 + checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 374 + 375 + [[package]] 376 + name = "bytes" 377 + version = "1.4.0" 378 + source = "registry+https://github.com/rust-lang/crates.io-index" 379 + checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 380 + 381 + [[package]] 382 + name = "cairo-sys-rs" 383 + version = "0.16.3" 384 + source = "registry+https://github.com/rust-lang/crates.io-index" 385 + checksum = "7c48f4af05fabdcfa9658178e1326efa061853f040ce7d72e33af6885196f421" 386 + dependencies = [ 387 + "libc", 388 + "system-deps", 389 + ] 390 + 391 + [[package]] 392 + name = "calloop" 393 + version = "0.10.5" 394 + source = "registry+https://github.com/rust-lang/crates.io-index" 395 + checksum = "1a59225be45a478d772ce015d9743e49e92798ece9e34eda9a6aa2a6a7f40192" 396 + dependencies = [ 397 + "log", 398 + "nix 0.25.1", 399 + "slotmap", 400 + "thiserror", 401 + "vec_map", 402 + ] 403 + 404 + [[package]] 405 + name = "cargo-lock" 406 + version = "8.0.3" 407 + source = "registry+https://github.com/rust-lang/crates.io-index" 408 + checksum = "031718ddb8f78aa5def78a09e90defe30151d1f6c672f937af4dd916429ed996" 409 + dependencies = [ 410 + "semver", 411 + "serde", 412 + "toml 0.5.11", 413 + "url", 414 + ] 415 + 416 + [[package]] 417 + name = "cc" 418 + version = "1.0.79" 419 + source = "registry+https://github.com/rust-lang/crates.io-index" 420 + checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 421 + dependencies = [ 422 + "jobserver", 423 + ] 424 + 425 + [[package]] 426 + name = "cesu8" 427 + version = "1.1.0" 428 + source = "registry+https://github.com/rust-lang/crates.io-index" 429 + checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 430 + 431 + [[package]] 432 + name = "cfg-expr" 433 + version = "0.14.0" 434 + source = "registry+https://github.com/rust-lang/crates.io-index" 435 + checksum = "a35b255461940a32985c627ce82900867c61db1659764d3675ea81963f72a4c6" 436 + dependencies = [ 437 + "smallvec", 438 + ] 439 + 440 + [[package]] 441 + name = "cfg-if" 442 + version = "0.1.10" 443 + source = "registry+https://github.com/rust-lang/crates.io-index" 444 + checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 445 + 446 + [[package]] 447 + name = "cfg-if" 448 + version = "1.0.0" 449 + source = "registry+https://github.com/rust-lang/crates.io-index" 450 + checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 451 + 452 + [[package]] 453 + name = "cfg_aliases" 454 + version = "0.1.1" 455 + source = "registry+https://github.com/rust-lang/crates.io-index" 456 + checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 457 + 458 + [[package]] 459 + name = "cgl" 460 + version = "0.3.2" 461 + source = "registry+https://github.com/rust-lang/crates.io-index" 462 + checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff" 463 + dependencies = [ 464 + "libc", 465 + ] 466 + 467 + [[package]] 468 + name = "clap" 469 + version = "3.2.23" 470 + source = "registry+https://github.com/rust-lang/crates.io-index" 471 + checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5" 472 + dependencies = [ 473 + "atty", 474 + "bitflags", 475 + "clap_lex", 476 + "indexmap", 477 + "strsim", 478 + "termcolor", 479 + "textwrap", 480 + ] 481 + 482 + [[package]] 483 + name = "clap_lex" 484 + version = "0.2.4" 485 + source = "registry+https://github.com/rust-lang/crates.io-index" 486 + checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" 487 + dependencies = [ 488 + "os_str_bytes", 489 + ] 490 + 491 + [[package]] 492 + name = "clipboard-win" 493 + version = "4.5.0" 494 + source = "registry+https://github.com/rust-lang/crates.io-index" 495 + checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362" 496 + dependencies = [ 497 + "error-code", 498 + "str-buf", 499 + "winapi", 500 + ] 501 + 502 + [[package]] 503 + name = "cmake" 504 + version = "0.1.50" 505 + source = "registry+https://github.com/rust-lang/crates.io-index" 506 + checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130" 507 + dependencies = [ 508 + "cc", 509 + ] 510 + 511 + [[package]] 512 + name = "cmd_lib" 513 + version = "1.3.0" 514 + source = "registry+https://github.com/rust-lang/crates.io-index" 515 + checksum = "0ba0f413777386d37f85afa5242f277a7b461905254c1af3c339d4af06800f62" 516 + dependencies = [ 517 + "cmd_lib_macros", 518 + "faccess", 519 + "lazy_static", 520 + "log", 521 + "os_pipe", 522 + ] 523 + 524 + [[package]] 525 + name = "cmd_lib_macros" 526 + version = "1.3.0" 527 + source = "registry+https://github.com/rust-lang/crates.io-index" 528 + checksum = "9e66605092ff6c6e37e0246601ae6c3f62dc1880e0599359b5f303497c112dc0" 529 + dependencies = [ 530 + "proc-macro-error", 531 + "proc-macro2", 532 + "quote", 533 + "syn 1.0.109", 534 + ] 535 + 536 + [[package]] 537 + name = "cocoa" 538 + version = "0.24.1" 539 + source = "registry+https://github.com/rust-lang/crates.io-index" 540 + checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a" 541 + dependencies = [ 542 + "bitflags", 543 + "block", 544 + "cocoa-foundation", 545 + "core-foundation", 546 + "core-graphics", 547 + "foreign-types 0.3.2", 548 + "libc", 549 + "objc", 550 + ] 551 + 552 + [[package]] 553 + name = "cocoa-foundation" 554 + version = "0.1.1" 555 + source = "registry+https://github.com/rust-lang/crates.io-index" 556 + checksum = "931d3837c286f56e3c58423ce4eba12d08db2374461a785c86f672b08b5650d6" 557 + dependencies = [ 558 + "bitflags", 559 + "block", 560 + "core-foundation", 561 + "core-graphics-types", 562 + "foreign-types 0.3.2", 563 + "libc", 564 + "objc", 565 + ] 566 + 567 + [[package]] 568 + name = "color_quant" 569 + version = "1.1.0" 570 + source = "registry+https://github.com/rust-lang/crates.io-index" 571 + checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 572 + 573 + [[package]] 574 + name = "combine" 575 + version = "4.6.6" 576 + source = "registry+https://github.com/rust-lang/crates.io-index" 577 + checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4" 578 + dependencies = [ 579 + "bytes", 580 + "memchr", 581 + ] 582 + 583 + [[package]] 584 + name = "concat-string" 585 + version = "1.0.1" 586 + source = "registry+https://github.com/rust-lang/crates.io-index" 587 + checksum = "7439becb5fafc780b6f4de382b1a7a3e70234afe783854a4702ee8adbb838609" 588 + 589 + [[package]] 590 + name = "concurrent-queue" 591 + version = "2.1.0" 592 + source = "registry+https://github.com/rust-lang/crates.io-index" 593 + checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e" 594 + dependencies = [ 595 + "crossbeam-utils", 596 + ] 597 + 598 + [[package]] 599 + name = "console" 600 + version = "0.15.5" 601 + source = "registry+https://github.com/rust-lang/crates.io-index" 602 + checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60" 603 + dependencies = [ 604 + "encode_unicode", 605 + "lazy_static", 606 + "libc", 607 + "unicode-width", 608 + "windows-sys 0.42.0", 609 + ] 610 + 611 + [[package]] 612 + name = "console_error_panic_hook" 613 + version = "0.1.7" 614 + source = "registry+https://github.com/rust-lang/crates.io-index" 615 + checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" 616 + dependencies = [ 617 + "cfg-if 1.0.0", 618 + "wasm-bindgen", 619 + ] 620 + 621 + [[package]] 622 + name = "const_fn_assert" 623 + version = "0.1.2" 624 + source = "registry+https://github.com/rust-lang/crates.io-index" 625 + checksum = "27d614f23f34f7b5165a77dc1591f497e2518f9cec4b4f4b92bfc4dc6cf7a190" 626 + 627 + [[package]] 628 + name = "core-foundation" 629 + version = "0.9.3" 630 + source = "registry+https://github.com/rust-lang/crates.io-index" 631 + checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 632 + dependencies = [ 633 + "core-foundation-sys", 634 + "libc", 635 + ] 636 + 637 + [[package]] 638 + name = "core-foundation-sys" 639 + version = "0.8.3" 640 + source = "registry+https://github.com/rust-lang/crates.io-index" 641 + checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 642 + 643 + [[package]] 644 + name = "core-graphics" 645 + version = "0.22.3" 646 + source = "registry+https://github.com/rust-lang/crates.io-index" 647 + checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb" 648 + dependencies = [ 649 + "bitflags", 650 + "core-foundation", 651 + "core-graphics-types", 652 + "foreign-types 0.3.2", 653 + "libc", 654 + ] 655 + 656 + [[package]] 657 + name = "core-graphics-types" 658 + version = "0.1.1" 659 + source = "registry+https://github.com/rust-lang/crates.io-index" 660 + checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b" 661 + dependencies = [ 662 + "bitflags", 663 + "core-foundation", 664 + "foreign-types 0.3.2", 665 + "libc", 666 + ] 667 + 668 + [[package]] 669 + name = "core-text" 670 + version = "19.2.0" 671 + source = "registry+https://github.com/rust-lang/crates.io-index" 672 + checksum = "99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25" 673 + dependencies = [ 674 + "core-foundation", 675 + "core-graphics", 676 + "foreign-types 0.3.2", 677 + "libc", 678 + ] 679 + 680 + [[package]] 681 + name = "crc32fast" 682 + version = "1.3.2" 683 + source = "registry+https://github.com/rust-lang/crates.io-index" 684 + checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 685 + dependencies = [ 686 + "cfg-if 1.0.0", 687 + ] 688 + 689 + [[package]] 690 + name = "crossbeam-channel" 691 + version = "0.5.7" 692 + source = "registry+https://github.com/rust-lang/crates.io-index" 693 + checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c" 694 + dependencies = [ 695 + "cfg-if 1.0.0", 696 + "crossbeam-utils", 697 + ] 698 + 699 + [[package]] 700 + name = "crossbeam-deque" 701 + version = "0.8.3" 702 + source = "registry+https://github.com/rust-lang/crates.io-index" 703 + checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 704 + dependencies = [ 705 + "cfg-if 1.0.0", 706 + "crossbeam-epoch", 707 + "crossbeam-utils", 708 + ] 709 + 710 + [[package]] 711 + name = "crossbeam-epoch" 712 + version = "0.9.14" 713 + source = "registry+https://github.com/rust-lang/crates.io-index" 714 + checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" 715 + dependencies = [ 716 + "autocfg", 717 + "cfg-if 1.0.0", 718 + "crossbeam-utils", 719 + "memoffset 0.8.0", 720 + "scopeguard", 721 + ] 722 + 723 + [[package]] 724 + name = "crossbeam-utils" 725 + version = "0.8.15" 726 + source = "registry+https://github.com/rust-lang/crates.io-index" 727 + checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 728 + dependencies = [ 729 + "cfg-if 1.0.0", 730 + ] 731 + 732 + [[package]] 733 + name = "crossfont" 734 + version = "0.5.1" 735 + source = "registry+https://github.com/rust-lang/crates.io-index" 736 + checksum = "21fd3add36ea31aba1520aa5288714dd63be506106753226d0eb387a93bc9c45" 737 + dependencies = [ 738 + "cocoa", 739 + "core-foundation", 740 + "core-foundation-sys", 741 + "core-graphics", 742 + "core-text", 743 + "dwrote", 744 + "foreign-types 0.5.0", 745 + "freetype-rs", 746 + "libc", 747 + "log", 748 + "objc", 749 + "once_cell", 750 + "pkg-config", 751 + "servo-fontconfig", 752 + "winapi", 753 + ] 754 + 755 + [[package]] 756 + name = "crunchy" 757 + version = "0.2.2" 758 + source = "registry+https://github.com/rust-lang/crates.io-index" 759 + checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 760 + 761 + [[package]] 762 + name = "cty" 763 + version = "0.2.2" 764 + source = "registry+https://github.com/rust-lang/crates.io-index" 765 + checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35" 766 + 767 + [[package]] 768 + name = "darling" 769 + version = "0.13.4" 770 + source = "registry+https://github.com/rust-lang/crates.io-index" 771 + checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c" 772 + dependencies = [ 773 + "darling_core 0.13.4", 774 + "darling_macro 0.13.4", 775 + ] 776 + 777 + [[package]] 778 + name = "darling" 779 + version = "0.14.4" 780 + source = "registry+https://github.com/rust-lang/crates.io-index" 781 + checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" 782 + dependencies = [ 783 + "darling_core 0.14.4", 784 + "darling_macro 0.14.4", 785 + ] 786 + 787 + [[package]] 788 + name = "darling_core" 789 + version = "0.13.4" 790 + source = "registry+https://github.com/rust-lang/crates.io-index" 791 + checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610" 792 + dependencies = [ 793 + "fnv", 794 + "ident_case", 795 + "proc-macro2", 796 + "quote", 797 + "strsim", 798 + "syn 1.0.109", 799 + ] 800 + 801 + [[package]] 802 + name = "darling_core" 803 + version = "0.14.4" 804 + source = "registry+https://github.com/rust-lang/crates.io-index" 805 + checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" 806 + dependencies = [ 807 + "fnv", 808 + "ident_case", 809 + "proc-macro2", 810 + "quote", 811 + "strsim", 812 + "syn 1.0.109", 813 + ] 814 + 815 + [[package]] 816 + name = "darling_macro" 817 + version = "0.13.4" 818 + source = "registry+https://github.com/rust-lang/crates.io-index" 819 + checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835" 820 + dependencies = [ 821 + "darling_core 0.13.4", 822 + "quote", 823 + "syn 1.0.109", 824 + ] 825 + 826 + [[package]] 827 + name = "darling_macro" 828 + version = "0.14.4" 829 + source = "registry+https://github.com/rust-lang/crates.io-index" 830 + checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" 831 + dependencies = [ 832 + "darling_core 0.14.4", 833 + "quote", 834 + "syn 1.0.109", 835 + ] 836 + 837 + [[package]] 838 + name = "data-url" 839 + version = "0.2.0" 840 + source = "registry+https://github.com/rust-lang/crates.io-index" 841 + checksum = "8d7439c3735f405729d52c3fbbe4de140eaf938a1fe47d227c27f8254d4302a5" 842 + 843 + [[package]] 844 + name = "dds-rs" 845 + version = "0.7.0" 846 + source = "registry+https://github.com/rust-lang/crates.io-index" 847 + checksum = "4c293f2e4ae9760641b1b5faf1c05c63d2ff1755763f87853217c8774afa55a1" 848 + dependencies = [ 849 + "bincode", 850 + "rgb", 851 + "serde", 852 + "serde_derive", 853 + ] 854 + 855 + [[package]] 856 + name = "derive_builder" 857 + version = "0.12.0" 858 + source = "registry+https://github.com/rust-lang/crates.io-index" 859 + checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8" 860 + dependencies = [ 861 + "derive_builder_macro", 862 + ] 863 + 864 + [[package]] 865 + name = "derive_builder_core" 866 + version = "0.12.0" 867 + source = "registry+https://github.com/rust-lang/crates.io-index" 868 + checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f" 869 + dependencies = [ 870 + "darling 0.14.4", 871 + "proc-macro2", 872 + "quote", 873 + "syn 1.0.109", 874 + ] 875 + 876 + [[package]] 877 + name = "derive_builder_macro" 878 + version = "0.12.0" 879 + source = "registry+https://github.com/rust-lang/crates.io-index" 880 + checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e" 881 + dependencies = [ 882 + "derive_builder_core", 883 + "syn 1.0.109", 884 + ] 885 + 886 + [[package]] 887 + name = "digest" 888 + version = "0.7.6" 889 + source = "registry+https://github.com/rust-lang/crates.io-index" 890 + checksum = "03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90" 891 + dependencies = [ 892 + "generic-array", 893 + ] 894 + 895 + [[package]] 896 + name = "dirs" 897 + version = "2.0.2" 898 + source = "registry+https://github.com/rust-lang/crates.io-index" 899 + checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3" 900 + dependencies = [ 901 + "cfg-if 0.1.10", 902 + "dirs-sys 0.3.7", 903 + ] 904 + 905 + [[package]] 906 + name = "dirs" 907 + version = "4.0.0" 908 + source = "registry+https://github.com/rust-lang/crates.io-index" 909 + checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 910 + dependencies = [ 911 + "dirs-sys 0.3.7", 912 + ] 913 + 914 + [[package]] 915 + name = "dirs" 916 + version = "5.0.0" 917 + source = "registry+https://github.com/rust-lang/crates.io-index" 918 + checksum = "dece029acd3353e3a58ac2e3eb3c8d6c35827a892edc6cc4138ef9c33df46ecd" 919 + dependencies = [ 920 + "dirs-sys 0.4.0", 921 + ] 922 + 923 + [[package]] 924 + name = "dirs-sys" 925 + version = "0.3.7" 926 + source = "registry+https://github.com/rust-lang/crates.io-index" 927 + checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 928 + dependencies = [ 929 + "libc", 930 + "redox_users", 931 + "winapi", 932 + ] 933 + 934 + [[package]] 935 + name = "dirs-sys" 936 + version = "0.4.0" 937 + source = "registry+https://github.com/rust-lang/crates.io-index" 938 + checksum = "04414300db88f70d74c5ff54e50f9e1d1737d9a5b90f53fcf2e95ca2a9ab554b" 939 + dependencies = [ 940 + "libc", 941 + "redox_users", 942 + "windows-sys 0.45.0", 943 + ] 944 + 945 + [[package]] 946 + name = "dispatch" 947 + version = "0.2.0" 948 + source = "registry+https://github.com/rust-lang/crates.io-index" 949 + checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 950 + 951 + [[package]] 952 + name = "dlib" 953 + version = "0.5.0" 954 + source = "registry+https://github.com/rust-lang/crates.io-index" 955 + checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794" 956 + dependencies = [ 957 + "libloading", 958 + ] 959 + 960 + [[package]] 961 + name = "downcast-rs" 962 + version = "1.2.0" 963 + source = "registry+https://github.com/rust-lang/crates.io-index" 964 + checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" 965 + 966 + [[package]] 967 + name = "dwrote" 968 + version = "0.11.0" 969 + source = "registry+https://github.com/rust-lang/crates.io-index" 970 + checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b" 971 + dependencies = [ 972 + "lazy_static", 973 + "libc", 974 + "serde", 975 + "serde_derive", 976 + "winapi", 977 + "wio", 978 + ] 979 + 980 + [[package]] 981 + name = "ecolor" 982 + version = "0.20.0" 983 + source = "registry+https://github.com/rust-lang/crates.io-index" 984 + checksum = "b601108bca3af7650440ace4ca55b2daf52c36f2635be3587d77b16efd8d0691" 985 + dependencies = [ 986 + "bytemuck", 987 + ] 988 + 989 + [[package]] 990 + name = "egui" 991 + version = "0.20.1" 992 + source = "registry+https://github.com/rust-lang/crates.io-index" 993 + checksum = "65a5e883a316e53866977450eecfbcac9c48109c2ab3394af29feb83fcde4ea9" 994 + dependencies = [ 995 + "ahash", 996 + "epaint", 997 + "nohash-hasher", 998 + ] 999 + 1000 + [[package]] 1001 + name = "either" 1002 + version = "1.8.1" 1003 + source = "registry+https://github.com/rust-lang/crates.io-index" 1004 + checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 1005 + 1006 + [[package]] 1007 + name = "emath" 1008 + version = "0.20.0" 1009 + source = "registry+https://github.com/rust-lang/crates.io-index" 1010 + checksum = "5277249c8c3430e7127e4f2c40a77485e7baf11ae132ce9b3253a8ed710df0a0" 1011 + dependencies = [ 1012 + "bytemuck", 1013 + ] 1014 + 1015 + [[package]] 1016 + name = "encode_unicode" 1017 + version = "0.3.6" 1018 + source = "registry+https://github.com/rust-lang/crates.io-index" 1019 + checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 1020 + 1021 + [[package]] 1022 + name = "encoding_rs" 1023 + version = "0.8.32" 1024 + source = "registry+https://github.com/rust-lang/crates.io-index" 1025 + checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" 1026 + dependencies = [ 1027 + "cfg-if 1.0.0", 1028 + ] 1029 + 1030 + [[package]] 1031 + name = "env_logger" 1032 + version = "0.10.0" 1033 + source = "registry+https://github.com/rust-lang/crates.io-index" 1034 + checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" 1035 + dependencies = [ 1036 + "humantime", 1037 + "is-terminal", 1038 + "log", 1039 + "regex", 1040 + "termcolor", 1041 + ] 1042 + 1043 + [[package]] 1044 + name = "epaint" 1045 + version = "0.20.0" 1046 + source = "registry+https://github.com/rust-lang/crates.io-index" 1047 + checksum = "de14b65fe5e423e0058f77a8beb2c863b056d0566d6c4ce0d097aa5814cb705a" 1048 + dependencies = [ 1049 + "ab_glyph", 1050 + "ahash", 1051 + "atomic_refcell", 1052 + "bytemuck", 1053 + "ecolor", 1054 + "emath", 1055 + "nohash-hasher", 1056 + "parking_lot", 1057 + ] 1058 + 1059 + [[package]] 1060 + name = "errno" 1061 + version = "0.3.0" 1062 + source = "registry+https://github.com/rust-lang/crates.io-index" 1063 + checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0" 1064 + dependencies = [ 1065 + "errno-dragonfly", 1066 + "libc", 1067 + "windows-sys 0.45.0", 1068 + ] 1069 + 1070 + [[package]] 1071 + name = "errno-dragonfly" 1072 + version = "0.1.2" 1073 + source = "registry+https://github.com/rust-lang/crates.io-index" 1074 + checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 1075 + dependencies = [ 1076 + "cc", 1077 + "libc", 1078 + ] 1079 + 1080 + [[package]] 1081 + name = "error-code" 1082 + version = "2.3.1" 1083 + source = "registry+https://github.com/rust-lang/crates.io-index" 1084 + checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21" 1085 + dependencies = [ 1086 + "libc", 1087 + "str-buf", 1088 + ] 1089 + 1090 + [[package]] 1091 + name = "euclid" 1092 + version = "0.22.9" 1093 + source = "registry+https://github.com/rust-lang/crates.io-index" 1094 + checksum = "87f253bc5c813ca05792837a0ff4b3a580336b224512d48f7eda1d7dd9210787" 1095 + dependencies = [ 1096 + "num-traits 0.2.15", 1097 + ] 1098 + 1099 + [[package]] 1100 + name = "evalexpr" 1101 + version = "8.1.0" 1102 + source = "registry+https://github.com/rust-lang/crates.io-index" 1103 + checksum = "aacfb566035f8cd02f6ec9247c242f3f9904a0b288ea383abcf4e95df6436a34" 1104 + 1105 + [[package]] 1106 + name = "event-listener" 1107 + version = "2.5.3" 1108 + source = "registry+https://github.com/rust-lang/crates.io-index" 1109 + checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 1110 + 1111 + [[package]] 1112 + name = "expat-sys" 1113 + version = "2.1.6" 1114 + source = "registry+https://github.com/rust-lang/crates.io-index" 1115 + checksum = "658f19728920138342f68408b7cf7644d90d4784353d8ebc32e7e8663dbe45fa" 1116 + dependencies = [ 1117 + "cmake", 1118 + "pkg-config", 1119 + ] 1120 + 1121 + [[package]] 1122 + name = "exr" 1123 + version = "1.6.3" 1124 + source = "registry+https://github.com/rust-lang/crates.io-index" 1125 + checksum = "bdd2162b720141a91a054640662d3edce3d50a944a50ffca5313cd951abb35b4" 1126 + dependencies = [ 1127 + "bit_field", 1128 + "flume", 1129 + "half", 1130 + "lebe", 1131 + "miniz_oxide", 1132 + "rayon-core", 1133 + "smallvec", 1134 + "zune-inflate", 1135 + ] 1136 + 1137 + [[package]] 1138 + name = "faccess" 1139 + version = "0.2.4" 1140 + source = "registry+https://github.com/rust-lang/crates.io-index" 1141 + checksum = "59ae66425802d6a903e268ae1a08b8c38ba143520f227a205edf4e9c7e3e26d5" 1142 + dependencies = [ 1143 + "bitflags", 1144 + "libc", 1145 + "winapi", 1146 + ] 1147 + 1148 + [[package]] 1149 + name = "fake-simd" 1150 + version = "0.1.2" 1151 + source = "registry+https://github.com/rust-lang/crates.io-index" 1152 + checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" 1153 + 1154 + [[package]] 1155 + name = "fallible_collections" 1156 + version = "0.4.7" 1157 + source = "registry+https://github.com/rust-lang/crates.io-index" 1158 + checksum = "9acf77205554f3cfeca94a4b910e159ad9824e8c2d164de02b3f12495cc1074d" 1159 + dependencies = [ 1160 + "hashbrown 0.13.2", 1161 + ] 1162 + 1163 + [[package]] 1164 + name = "fast_image_resize" 1165 + version = "2.7.0" 1166 + source = "registry+https://github.com/rust-lang/crates.io-index" 1167 + checksum = "a3858ec5a8a6acb62ba3221741b7fc9ee0a5aa42c246baea8052357589929e81" 1168 + dependencies = [ 1169 + "num-traits 0.2.15", 1170 + "thiserror", 1171 + ] 1172 + 1173 + [[package]] 1174 + name = "fastrand" 1175 + version = "1.9.0" 1176 + source = "registry+https://github.com/rust-lang/crates.io-index" 1177 + checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 1178 + dependencies = [ 1179 + "instant", 1180 + ] 1181 + 1182 + [[package]] 1183 + name = "find-crate" 1184 + version = "0.6.3" 1185 + source = "registry+https://github.com/rust-lang/crates.io-index" 1186 + checksum = "59a98bbaacea1c0eb6a0876280051b892eb73594fd90cf3b20e9c817029c57d2" 1187 + dependencies = [ 1188 + "toml 0.5.11", 1189 + ] 1190 + 1191 + [[package]] 1192 + name = "find-winsdk" 1193 + version = "0.2.0" 1194 + source = "registry+https://github.com/rust-lang/crates.io-index" 1195 + checksum = "a8cbf17b871570c1f8612b763bac3e86290602bcf5dc3c5ce657e0e1e9071d9e" 1196 + dependencies = [ 1197 + "serde", 1198 + "serde_derive", 1199 + "winreg 0.5.1", 1200 + ] 1201 + 1202 + [[package]] 1203 + name = "flate2" 1204 + version = "1.0.25" 1205 + source = "registry+https://github.com/rust-lang/crates.io-index" 1206 + checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" 1207 + dependencies = [ 1208 + "crc32fast", 1209 + "miniz_oxide", 1210 + ] 1211 + 1212 + [[package]] 1213 + name = "float-cmp" 1214 + version = "0.9.0" 1215 + source = "registry+https://github.com/rust-lang/crates.io-index" 1216 + checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" 1217 + 1218 + [[package]] 1219 + name = "float_next_after" 1220 + version = "0.1.5" 1221 + source = "registry+https://github.com/rust-lang/crates.io-index" 1222 + checksum = "4fc612c5837986b7104a87a0df74a5460931f1c5274be12f8d0f40aa2f30d632" 1223 + dependencies = [ 1224 + "num-traits 0.2.15", 1225 + ] 1226 + 1227 + [[package]] 1228 + name = "flume" 1229 + version = "0.10.14" 1230 + source = "registry+https://github.com/rust-lang/crates.io-index" 1231 + checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577" 1232 + dependencies = [ 1233 + "futures-core", 1234 + "futures-sink", 1235 + "nanorand", 1236 + "pin-project", 1237 + "spin 0.9.7", 1238 + ] 1239 + 1240 + [[package]] 1241 + name = "fn-util" 1242 + version = "0.1.0" 1243 + source = "registry+https://github.com/rust-lang/crates.io-index" 1244 + checksum = "009f3d3b8f0d30fdb4b8498a7a0113baf580d7153fbc39ece702804fb044cfab" 1245 + dependencies = [ 1246 + "quote", 1247 + "syn 1.0.109", 1248 + ] 1249 + 1250 + [[package]] 1251 + name = "fnv" 1252 + version = "1.0.7" 1253 + source = "registry+https://github.com/rust-lang/crates.io-index" 1254 + checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1255 + 1256 + [[package]] 1257 + name = "fontconfig-parser" 1258 + version = "0.5.2" 1259 + source = "registry+https://github.com/rust-lang/crates.io-index" 1260 + checksum = "4ab2e12762761366dcb876ab8b6e0cfa4797ddcd890575919f008b5ba655672a" 1261 + dependencies = [ 1262 + "roxmltree", 1263 + ] 1264 + 1265 + [[package]] 1266 + name = "fontdb" 1267 + version = "0.13.0" 1268 + source = "registry+https://github.com/rust-lang/crates.io-index" 1269 + checksum = "bfec8f19f9b89b2901219cc62604810d2bfef15dc1182e95320f57e7cbbe041a" 1270 + dependencies = [ 1271 + "fontconfig-parser", 1272 + "log", 1273 + "memmap2", 1274 + "slotmap", 1275 + "ttf-parser", 1276 + ] 1277 + 1278 + [[package]] 1279 + name = "foreign-types" 1280 + version = "0.3.2" 1281 + source = "registry+https://github.com/rust-lang/crates.io-index" 1282 + checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1283 + dependencies = [ 1284 + "foreign-types-shared 0.1.1", 1285 + ] 1286 + 1287 + [[package]] 1288 + name = "foreign-types" 1289 + version = "0.5.0" 1290 + source = "registry+https://github.com/rust-lang/crates.io-index" 1291 + checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 1292 + dependencies = [ 1293 + "foreign-types-macros", 1294 + "foreign-types-shared 0.3.1", 1295 + ] 1296 + 1297 + [[package]] 1298 + name = "foreign-types-macros" 1299 + version = "0.2.3" 1300 + source = "registry+https://github.com/rust-lang/crates.io-index" 1301 + checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 1302 + dependencies = [ 1303 + "proc-macro2", 1304 + "quote", 1305 + "syn 2.0.12", 1306 + ] 1307 + 1308 + [[package]] 1309 + name = "foreign-types-shared" 1310 + version = "0.1.1" 1311 + source = "registry+https://github.com/rust-lang/crates.io-index" 1312 + checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1313 + 1314 + [[package]] 1315 + name = "foreign-types-shared" 1316 + version = "0.3.1" 1317 + source = "registry+https://github.com/rust-lang/crates.io-index" 1318 + checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 1319 + 1320 + [[package]] 1321 + name = "form_urlencoded" 1322 + version = "1.1.0" 1323 + source = "registry+https://github.com/rust-lang/crates.io-index" 1324 + checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 1325 + dependencies = [ 1326 + "percent-encoding", 1327 + ] 1328 + 1329 + [[package]] 1330 + name = "freetype-rs" 1331 + version = "0.26.0" 1332 + source = "registry+https://github.com/rust-lang/crates.io-index" 1333 + checksum = "74eadec9d0a5c28c54bb9882e54787275152a4e36ce206b45d7451384e5bf5fb" 1334 + dependencies = [ 1335 + "bitflags", 1336 + "freetype-sys", 1337 + "libc", 1338 + ] 1339 + 1340 + [[package]] 1341 + name = "freetype-sys" 1342 + version = "0.13.1" 1343 + source = "registry+https://github.com/rust-lang/crates.io-index" 1344 + checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a" 1345 + dependencies = [ 1346 + "cmake", 1347 + "libc", 1348 + "pkg-config", 1349 + ] 1350 + 1351 + [[package]] 1352 + name = "fruitbasket" 1353 + version = "0.10.0" 1354 + source = "registry+https://github.com/rust-lang/crates.io-index" 1355 + checksum = "898289b8e0528c84fb9b88f15ac9d5109bcaf23e0e49bb6f64deee0d86b6a351" 1356 + dependencies = [ 1357 + "dirs 2.0.2", 1358 + "objc", 1359 + "objc-foundation", 1360 + "objc_id", 1361 + "time", 1362 + ] 1363 + 1364 + [[package]] 1365 + name = "futures" 1366 + version = "0.3.28" 1367 + source = "registry+https://github.com/rust-lang/crates.io-index" 1368 + checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" 1369 + dependencies = [ 1370 + "futures-channel", 1371 + "futures-core", 1372 + "futures-executor", 1373 + "futures-io", 1374 + "futures-sink", 1375 + "futures-task", 1376 + "futures-util", 1377 + ] 1378 + 1379 + [[package]] 1380 + name = "futures-channel" 1381 + version = "0.3.28" 1382 + source = "registry+https://github.com/rust-lang/crates.io-index" 1383 + checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 1384 + dependencies = [ 1385 + "futures-core", 1386 + "futures-sink", 1387 + ] 1388 + 1389 + [[package]] 1390 + name = "futures-core" 1391 + version = "0.3.28" 1392 + source = "registry+https://github.com/rust-lang/crates.io-index" 1393 + checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 1394 + 1395 + [[package]] 1396 + name = "futures-executor" 1397 + version = "0.3.28" 1398 + source = "registry+https://github.com/rust-lang/crates.io-index" 1399 + checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" 1400 + dependencies = [ 1401 + "futures-core", 1402 + "futures-task", 1403 + "futures-util", 1404 + ] 1405 + 1406 + [[package]] 1407 + name = "futures-io" 1408 + version = "0.3.28" 1409 + source = "registry+https://github.com/rust-lang/crates.io-index" 1410 + checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" 1411 + 1412 + [[package]] 1413 + name = "futures-lite" 1414 + version = "1.12.0" 1415 + source = "registry+https://github.com/rust-lang/crates.io-index" 1416 + checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" 1417 + dependencies = [ 1418 + "fastrand", 1419 + "futures-core", 1420 + "futures-io", 1421 + "memchr", 1422 + "parking", 1423 + "pin-project-lite", 1424 + "waker-fn", 1425 + ] 1426 + 1427 + [[package]] 1428 + name = "futures-macro" 1429 + version = "0.3.28" 1430 + source = "registry+https://github.com/rust-lang/crates.io-index" 1431 + checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" 1432 + dependencies = [ 1433 + "proc-macro2", 1434 + "quote", 1435 + "syn 2.0.12", 1436 + ] 1437 + 1438 + [[package]] 1439 + name = "futures-sink" 1440 + version = "0.3.28" 1441 + source = "registry+https://github.com/rust-lang/crates.io-index" 1442 + checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" 1443 + 1444 + [[package]] 1445 + name = "futures-task" 1446 + version = "0.3.28" 1447 + source = "registry+https://github.com/rust-lang/crates.io-index" 1448 + checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 1449 + 1450 + [[package]] 1451 + name = "futures-util" 1452 + version = "0.3.28" 1453 + source = "registry+https://github.com/rust-lang/crates.io-index" 1454 + checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 1455 + dependencies = [ 1456 + "futures-channel", 1457 + "futures-core", 1458 + "futures-io", 1459 + "futures-macro", 1460 + "futures-sink", 1461 + "futures-task", 1462 + "memchr", 1463 + "pin-project-lite", 1464 + "pin-utils", 1465 + "slab", 1466 + ] 1467 + 1468 + [[package]] 1469 + name = "gdk-pixbuf-sys" 1470 + version = "0.16.3" 1471 + source = "registry+https://github.com/rust-lang/crates.io-index" 1472 + checksum = "3092cf797a5f1210479ea38070d9ae8a5b8e9f8f1be9f32f4643c529c7d70016" 1473 + dependencies = [ 1474 + "gio-sys", 1475 + "glib-sys", 1476 + "gobject-sys", 1477 + "libc", 1478 + "system-deps", 1479 + ] 1480 + 1481 + [[package]] 1482 + name = "gdk-sys" 1483 + version = "0.16.0" 1484 + source = "registry+https://github.com/rust-lang/crates.io-index" 1485 + checksum = "d76354f97a913e55b984759a997b693aa7dc71068c9e98bcce51aa167a0a5c5a" 1486 + dependencies = [ 1487 + "cairo-sys-rs", 1488 + "gdk-pixbuf-sys", 1489 + "gio-sys", 1490 + "glib-sys", 1491 + "gobject-sys", 1492 + "libc", 1493 + "pango-sys", 1494 + "pkg-config", 1495 + "system-deps", 1496 + ] 1497 + 1498 + [[package]] 1499 + name = "generic-array" 1500 + version = "0.9.1" 1501 + source = "registry+https://github.com/rust-lang/crates.io-index" 1502 + checksum = "6d00328cedcac5e81c683e5620ca6a30756fc23027ebf9bff405c0e8da1fbb7e" 1503 + dependencies = [ 1504 + "typenum", 1505 + ] 1506 + 1507 + [[package]] 1508 + name = "gethostname" 1509 + version = "0.2.3" 1510 + source = "registry+https://github.com/rust-lang/crates.io-index" 1511 + checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e" 1512 + dependencies = [ 1513 + "libc", 1514 + "winapi", 1515 + ] 1516 + 1517 + [[package]] 1518 + name = "getrandom" 1519 + version = "0.2.8" 1520 + source = "registry+https://github.com/rust-lang/crates.io-index" 1521 + checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" 1522 + dependencies = [ 1523 + "cfg-if 1.0.0", 1524 + "js-sys", 1525 + "libc", 1526 + "wasi 0.11.0+wasi-snapshot-preview1", 1527 + "wasm-bindgen", 1528 + ] 1529 + 1530 + [[package]] 1531 + name = "gif" 1532 + version = "0.12.0" 1533 + source = "registry+https://github.com/rust-lang/crates.io-index" 1534 + checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045" 1535 + dependencies = [ 1536 + "color_quant", 1537 + "weezl", 1538 + ] 1539 + 1540 + [[package]] 1541 + name = "gif-dispose" 1542 + version = "4.0.0" 1543 + source = "registry+https://github.com/rust-lang/crates.io-index" 1544 + checksum = "a40dfdf5be59e0cbbf77cb7c6a91a18ee6d398b70fc54ad900e2bcba1860cb50" 1545 + dependencies = [ 1546 + "gif", 1547 + "imgref", 1548 + "rgb", 1549 + ] 1550 + 1551 + [[package]] 1552 + name = "gio-sys" 1553 + version = "0.16.3" 1554 + source = "registry+https://github.com/rust-lang/crates.io-index" 1555 + checksum = "e9b693b8e39d042a95547fc258a7b07349b1f0b48f4b2fa3108ba3c51c0b5229" 1556 + dependencies = [ 1557 + "glib-sys", 1558 + "gobject-sys", 1559 + "libc", 1560 + "system-deps", 1561 + "winapi", 1562 + ] 1563 + 1564 + [[package]] 1565 + name = "gl_generator" 1566 + version = "0.14.0" 1567 + source = "registry+https://github.com/rust-lang/crates.io-index" 1568 + checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" 1569 + dependencies = [ 1570 + "khronos_api", 1571 + "log", 1572 + "xml-rs", 1573 + ] 1574 + 1575 + [[package]] 1576 + name = "glam" 1577 + version = "0.22.0" 1578 + source = "registry+https://github.com/rust-lang/crates.io-index" 1579 + checksum = "12f597d56c1bd55a811a1be189459e8fad2bbc272616375602443bdfb37fa774" 1580 + dependencies = [ 1581 + "bytemuck", 1582 + ] 1583 + 1584 + [[package]] 1585 + name = "glib-sys" 1586 + version = "0.16.3" 1587 + source = "registry+https://github.com/rust-lang/crates.io-index" 1588 + checksum = "c61a4f46316d06bfa33a7ac22df6f0524c8be58e3db2d9ca99ccb1f357b62a65" 1589 + dependencies = [ 1590 + "libc", 1591 + "system-deps", 1592 + ] 1593 + 1594 + [[package]] 1595 + name = "glob" 1596 + version = "0.3.1" 1597 + source = "registry+https://github.com/rust-lang/crates.io-index" 1598 + checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 1599 + 1600 + [[package]] 1601 + name = "glow" 1602 + version = "0.11.2" 1603 + source = "registry+https://github.com/rust-lang/crates.io-index" 1604 + checksum = "d8bd5877156a19b8ac83a29b2306fe20537429d318f3ff0a1a2119f8d9c61919" 1605 + dependencies = [ 1606 + "js-sys", 1607 + "slotmap", 1608 + "wasm-bindgen", 1609 + "web-sys", 1610 + ] 1611 + 1612 + [[package]] 1613 + name = "glsl-layout" 1614 + version = "0.5.0" 1615 + source = "registry+https://github.com/rust-lang/crates.io-index" 1616 + checksum = "3a4206fa405b25ca1b607f4db6cfdeeebec5513458d65abe21fc246ee89ac295" 1617 + dependencies = [ 1618 + "glam", 1619 + "glsl-layout-derive", 1620 + ] 1621 + 1622 + [[package]] 1623 + name = "glsl-layout-derive" 1624 + version = "0.4.0" 1625 + source = "registry+https://github.com/rust-lang/crates.io-index" 1626 + checksum = "b870f33b0cec52fd0347c09722c2f9a85e9a4e9aa5c0453e75dedc12bde7ddb8" 1627 + dependencies = [ 1628 + "proc-macro2", 1629 + "quote", 1630 + "syn 1.0.109", 1631 + ] 1632 + 1633 + [[package]] 1634 + name = "glsl-to-spirv" 1635 + version = "0.1.7" 1636 + source = "registry+https://github.com/rust-lang/crates.io-index" 1637 + checksum = "28caebc98746d507603a2d3df66dcbe04e41d4febad0320f3eec1ef72b6bbef1" 1638 + dependencies = [ 1639 + "cmake", 1640 + "sha2", 1641 + "tempfile", 1642 + ] 1643 + 1644 + [[package]] 1645 + name = "glutin" 1646 + version = "0.30.7" 1647 + source = "registry+https://github.com/rust-lang/crates.io-index" 1648 + checksum = "f89bab9ec7715de13d5d5402238e66f48e3a5ae636ebb45aba4013c962e2ff15" 1649 + dependencies = [ 1650 + "bitflags", 1651 + "cfg_aliases", 1652 + "cgl", 1653 + "core-foundation", 1654 + "dispatch", 1655 + "glutin_egl_sys", 1656 + "glutin_glx_sys", 1657 + "glutin_wgl_sys", 1658 + "libloading", 1659 + "objc2", 1660 + "once_cell", 1661 + "raw-window-handle 0.5.2", 1662 + "wayland-sys 0.30.1", 1663 + "windows-sys 0.45.0", 1664 + "x11-dl", 1665 + ] 1666 + 1667 + [[package]] 1668 + name = "glutin-winit" 1669 + version = "0.2.2" 1670 + source = "registry+https://github.com/rust-lang/crates.io-index" 1671 + checksum = "303a5502bc2becb232febde04b40c636c8c2877eb6e9d75e1f36d5ad13ef6078" 1672 + dependencies = [ 1673 + "cfg_aliases", 1674 + "glutin", 1675 + "raw-window-handle 0.5.2", 1676 + "winit", 1677 + ] 1678 + 1679 + [[package]] 1680 + name = "glutin_egl_sys" 1681 + version = "0.4.0" 1682 + source = "registry+https://github.com/rust-lang/crates.io-index" 1683 + checksum = "e5aaf0abb5c4148685b33101ae326a207946b4d3764d6cdc79f8316cdaa8367d" 1684 + dependencies = [ 1685 + "gl_generator", 1686 + "windows-sys 0.45.0", 1687 + ] 1688 + 1689 + [[package]] 1690 + name = "glutin_glx_sys" 1691 + version = "0.4.0" 1692 + source = "registry+https://github.com/rust-lang/crates.io-index" 1693 + checksum = "1b53cb5fe568964aa066a3ba91eac5ecbac869fb0842cd0dc9e412434f1a1494" 1694 + dependencies = [ 1695 + "gl_generator", 1696 + "x11-dl", 1697 + ] 1698 + 1699 + [[package]] 1700 + name = "glutin_wgl_sys" 1701 + version = "0.4.0" 1702 + source = "registry+https://github.com/rust-lang/crates.io-index" 1703 + checksum = "ef89398e90033fc6bc65e9bd42fd29bbbfd483bda5b56dc5562f455550618165" 1704 + dependencies = [ 1705 + "gl_generator", 1706 + ] 1707 + 1708 + [[package]] 1709 + name = "glyph_brush" 1710 + version = "0.7.7" 1711 + source = "registry+https://github.com/rust-lang/crates.io-index" 1712 + checksum = "4edefd123f28a0b1d41ec4a489c2b43020b369180800977801611084f342978d" 1713 + dependencies = [ 1714 + "glyph_brush_draw_cache", 1715 + "glyph_brush_layout", 1716 + "ordered-float", 1717 + "rustc-hash", 1718 + "twox-hash", 1719 + ] 1720 + 1721 + [[package]] 1722 + name = "glyph_brush_draw_cache" 1723 + version = "0.1.5" 1724 + source = "registry+https://github.com/rust-lang/crates.io-index" 1725 + checksum = "6010675390f6889e09a21e2c8b575b3ee25667ea8237a8d59423f73cb8c28610" 1726 + dependencies = [ 1727 + "ab_glyph", 1728 + "crossbeam-channel", 1729 + "crossbeam-deque", 1730 + "linked-hash-map", 1731 + "rayon", 1732 + "rustc-hash", 1733 + ] 1734 + 1735 + [[package]] 1736 + name = "glyph_brush_layout" 1737 + version = "0.2.3" 1738 + source = "registry+https://github.com/rust-lang/crates.io-index" 1739 + checksum = "cc32c2334f00ca5ac3695c5009ae35da21da8c62d255b5b96d56e2597a637a38" 1740 + dependencies = [ 1741 + "ab_glyph", 1742 + "approx", 1743 + "xi-unicode", 1744 + ] 1745 + 1746 + [[package]] 1747 + name = "gobject-sys" 1748 + version = "0.16.3" 1749 + source = "registry+https://github.com/rust-lang/crates.io-index" 1750 + checksum = "3520bb9c07ae2a12c7f2fbb24d4efc11231c8146a86956413fb1a79bb760a0f1" 1751 + dependencies = [ 1752 + "glib-sys", 1753 + "libc", 1754 + "system-deps", 1755 + ] 1756 + 1757 + [[package]] 1758 + name = "gtk-sys" 1759 + version = "0.16.0" 1760 + source = "registry+https://github.com/rust-lang/crates.io-index" 1761 + checksum = "89b5f8946685d5fe44497007786600c2f368ff6b1e61a16251c89f72a97520a3" 1762 + dependencies = [ 1763 + "atk-sys", 1764 + "cairo-sys-rs", 1765 + "gdk-pixbuf-sys", 1766 + "gdk-sys", 1767 + "gio-sys", 1768 + "glib-sys", 1769 + "gobject-sys", 1770 + "libc", 1771 + "pango-sys", 1772 + "system-deps", 1773 + ] 1774 + 1775 + [[package]] 1776 + name = "h2" 1777 + version = "0.3.16" 1778 + source = "registry+https://github.com/rust-lang/crates.io-index" 1779 + checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d" 1780 + dependencies = [ 1781 + "bytes", 1782 + "fnv", 1783 + "futures-core", 1784 + "futures-sink", 1785 + "futures-util", 1786 + "http", 1787 + "indexmap", 1788 + "slab", 1789 + "tokio", 1790 + "tokio-util", 1791 + "tracing", 1792 + ] 1793 + 1794 + [[package]] 1795 + name = "half" 1796 + version = "2.2.1" 1797 + source = "registry+https://github.com/rust-lang/crates.io-index" 1798 + checksum = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0" 1799 + dependencies = [ 1800 + "crunchy", 1801 + ] 1802 + 1803 + [[package]] 1804 + name = "hashbrown" 1805 + version = "0.12.3" 1806 + source = "registry+https://github.com/rust-lang/crates.io-index" 1807 + checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1808 + 1809 + [[package]] 1810 + name = "hashbrown" 1811 + version = "0.13.2" 1812 + source = "registry+https://github.com/rust-lang/crates.io-index" 1813 + checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" 1814 + dependencies = [ 1815 + "ahash", 1816 + ] 1817 + 1818 + [[package]] 1819 + name = "heck" 1820 + version = "0.4.1" 1821 + source = "registry+https://github.com/rust-lang/crates.io-index" 1822 + checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1823 + 1824 + [[package]] 1825 + name = "hermit-abi" 1826 + version = "0.1.19" 1827 + source = "registry+https://github.com/rust-lang/crates.io-index" 1828 + checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 1829 + dependencies = [ 1830 + "libc", 1831 + ] 1832 + 1833 + [[package]] 1834 + name = "hermit-abi" 1835 + version = "0.2.6" 1836 + source = "registry+https://github.com/rust-lang/crates.io-index" 1837 + checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 1838 + dependencies = [ 1839 + "libc", 1840 + ] 1841 + 1842 + [[package]] 1843 + name = "hermit-abi" 1844 + version = "0.3.1" 1845 + source = "registry+https://github.com/rust-lang/crates.io-index" 1846 + checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 1847 + 1848 + [[package]] 1849 + name = "http" 1850 + version = "0.2.9" 1851 + source = "registry+https://github.com/rust-lang/crates.io-index" 1852 + checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 1853 + dependencies = [ 1854 + "bytes", 1855 + "fnv", 1856 + "itoa", 1857 + ] 1858 + 1859 + [[package]] 1860 + name = "http-body" 1861 + version = "0.4.5" 1862 + source = "registry+https://github.com/rust-lang/crates.io-index" 1863 + checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 1864 + dependencies = [ 1865 + "bytes", 1866 + "http", 1867 + "pin-project-lite", 1868 + ] 1869 + 1870 + [[package]] 1871 + name = "httparse" 1872 + version = "1.8.0" 1873 + source = "registry+https://github.com/rust-lang/crates.io-index" 1874 + checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 1875 + 1876 + [[package]] 1877 + name = "httpdate" 1878 + version = "1.0.2" 1879 + source = "registry+https://github.com/rust-lang/crates.io-index" 1880 + checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 1881 + 1882 + [[package]] 1883 + name = "humantime" 1884 + version = "2.1.0" 1885 + source = "registry+https://github.com/rust-lang/crates.io-index" 1886 + checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 1887 + 1888 + [[package]] 1889 + name = "hyper" 1890 + version = "0.14.25" 1891 + source = "registry+https://github.com/rust-lang/crates.io-index" 1892 + checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899" 1893 + dependencies = [ 1894 + "bytes", 1895 + "futures-channel", 1896 + "futures-core", 1897 + "futures-util", 1898 + "h2", 1899 + "http", 1900 + "http-body", 1901 + "httparse", 1902 + "httpdate", 1903 + "itoa", 1904 + "pin-project-lite", 1905 + "socket2", 1906 + "tokio", 1907 + "tower-service", 1908 + "tracing", 1909 + "want", 1910 + ] 1911 + 1912 + [[package]] 1913 + name = "hyper-rustls" 1914 + version = "0.23.2" 1915 + source = "registry+https://github.com/rust-lang/crates.io-index" 1916 + checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c" 1917 + dependencies = [ 1918 + "http", 1919 + "hyper", 1920 + "rustls", 1921 + "tokio", 1922 + "tokio-rustls", 1923 + ] 1924 + 1925 + [[package]] 1926 + name = "ident_case" 1927 + version = "1.0.1" 1928 + source = "registry+https://github.com/rust-lang/crates.io-index" 1929 + checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1930 + 1931 + [[package]] 1932 + name = "idna" 1933 + version = "0.3.0" 1934 + source = "registry+https://github.com/rust-lang/crates.io-index" 1935 + checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 1936 + dependencies = [ 1937 + "unicode-bidi", 1938 + "unicode-normalization", 1939 + ] 1940 + 1941 + [[package]] 1942 + name = "image" 1943 + version = "0.24.6" 1944 + source = "registry+https://github.com/rust-lang/crates.io-index" 1945 + checksum = "527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a" 1946 + dependencies = [ 1947 + "bytemuck", 1948 + "byteorder", 1949 + "color_quant", 1950 + "exr", 1951 + "gif", 1952 + "jpeg-decoder", 1953 + "num-rational", 1954 + "num-traits 0.2.15", 1955 + "png", 1956 + "qoi", 1957 + "tiff 0.8.1", 1958 + ] 1959 + 1960 + [[package]] 1961 + name = "imagesize" 1962 + version = "0.11.0" 1963 + source = "registry+https://github.com/rust-lang/crates.io-index" 1964 + checksum = "b72ad49b554c1728b1e83254a1b1565aea4161e28dabbfa171fc15fe62299caf" 1965 + 1966 + [[package]] 1967 + name = "imgref" 1968 + version = "1.9.4" 1969 + source = "registry+https://github.com/rust-lang/crates.io-index" 1970 + checksum = "b2cf49df1085dcfb171460e4592597b84abe50d900fb83efb6e41b20fefd6c2c" 1971 + 1972 + [[package]] 1973 + name = "indexmap" 1974 + version = "1.9.3" 1975 + source = "registry+https://github.com/rust-lang/crates.io-index" 1976 + checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 1977 + dependencies = [ 1978 + "autocfg", 1979 + "hashbrown 0.12.3", 1980 + ] 1981 + 1982 + [[package]] 1983 + name = "indicatif" 1984 + version = "0.17.3" 1985 + source = "registry+https://github.com/rust-lang/crates.io-index" 1986 + checksum = "cef509aa9bc73864d6756f0d34d35504af3cf0844373afe9b8669a5b8005a729" 1987 + dependencies = [ 1988 + "console", 1989 + "number_prefix", 1990 + "portable-atomic", 1991 + "unicode-width", 1992 + ] 1993 + 1994 + [[package]] 1995 + name = "instant" 1996 + version = "0.1.12" 1997 + source = "registry+https://github.com/rust-lang/crates.io-index" 1998 + checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 1999 + dependencies = [ 2000 + "cfg-if 1.0.0", 2001 + "js-sys", 2002 + "wasm-bindgen", 2003 + "web-sys", 2004 + ] 2005 + 2006 + [[package]] 2007 + name = "interpolate_name" 2008 + version = "0.2.3" 2009 + source = "registry+https://github.com/rust-lang/crates.io-index" 2010 + checksum = "b4b35f4a811037cfdcd44c5db40678464b2d5d248fc1abeeaaa125b370d47f17" 2011 + dependencies = [ 2012 + "proc-macro2", 2013 + "quote", 2014 + "syn 1.0.109", 2015 + ] 2016 + 2017 + [[package]] 2018 + name = "io-lifetimes" 2019 + version = "1.0.9" 2020 + source = "registry+https://github.com/rust-lang/crates.io-index" 2021 + checksum = "09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb" 2022 + dependencies = [ 2023 + "hermit-abi 0.3.1", 2024 + "libc", 2025 + "windows-sys 0.45.0", 2026 + ] 2027 + 2028 + [[package]] 2029 + name = "ipnet" 2030 + version = "2.7.2" 2031 + source = "registry+https://github.com/rust-lang/crates.io-index" 2032 + checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f" 2033 + 2034 + [[package]] 2035 + name = "is-terminal" 2036 + version = "0.4.6" 2037 + source = "registry+https://github.com/rust-lang/crates.io-index" 2038 + checksum = "256017f749ab3117e93acb91063009e1f1bb56d03965b14c2c8df4eb02c524d8" 2039 + dependencies = [ 2040 + "hermit-abi 0.3.1", 2041 + "io-lifetimes", 2042 + "rustix", 2043 + "windows-sys 0.45.0", 2044 + ] 2045 + 2046 + [[package]] 2047 + name = "itertools" 2048 + version = "0.10.5" 2049 + source = "registry+https://github.com/rust-lang/crates.io-index" 2050 + checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 2051 + dependencies = [ 2052 + "either", 2053 + ] 2054 + 2055 + [[package]] 2056 + name = "itoa" 2057 + version = "1.0.6" 2058 + source = "registry+https://github.com/rust-lang/crates.io-index" 2059 + checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 2060 + 2061 + [[package]] 2062 + name = "jni" 2063 + version = "0.21.1" 2064 + source = "registry+https://github.com/rust-lang/crates.io-index" 2065 + checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 2066 + dependencies = [ 2067 + "cesu8", 2068 + "cfg-if 1.0.0", 2069 + "combine", 2070 + "jni-sys", 2071 + "log", 2072 + "thiserror", 2073 + "walkdir", 2074 + "windows-sys 0.45.0", 2075 + ] 2076 + 2077 + [[package]] 2078 + name = "jni-sys" 2079 + version = "0.3.0" 2080 + source = "registry+https://github.com/rust-lang/crates.io-index" 2081 + checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2082 + 2083 + [[package]] 2084 + name = "jobserver" 2085 + version = "0.1.26" 2086 + source = "registry+https://github.com/rust-lang/crates.io-index" 2087 + checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" 2088 + dependencies = [ 2089 + "libc", 2090 + ] 2091 + 2092 + [[package]] 2093 + name = "jpeg-decoder" 2094 + version = "0.3.0" 2095 + source = "registry+https://github.com/rust-lang/crates.io-index" 2096 + checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e" 2097 + dependencies = [ 2098 + "rayon", 2099 + ] 2100 + 2101 + [[package]] 2102 + name = "jpegxl-rs" 2103 + version = "0.8.1+libjxl-0.8.1" 2104 + source = "registry+https://github.com/rust-lang/crates.io-index" 2105 + checksum = "1aa657754548cb83651cbe425e53b9242e36fe044dae719c4d630bae9a8c6895" 2106 + dependencies = [ 2107 + "byteorder", 2108 + "derive_builder", 2109 + "half", 2110 + "image", 2111 + "jpegxl-sys", 2112 + "thiserror", 2113 + ] 2114 + 2115 + [[package]] 2116 + name = "jpegxl-src" 2117 + version = "0.8.1" 2118 + source = "registry+https://github.com/rust-lang/crates.io-index" 2119 + checksum = "f5295e775f97c302f7bc2dababb551ce5e782c2cfbb1b0ea7af8b29fc9335b17" 2120 + dependencies = [ 2121 + "cmake", 2122 + ] 2123 + 2124 + [[package]] 2125 + name = "jpegxl-sys" 2126 + version = "0.8.1+libjxl-0.8.1" 2127 + source = "registry+https://github.com/rust-lang/crates.io-index" 2128 + checksum = "4fe0df743a7680b38b961b30cf4abfc9b438c4546cad8c826110d4fbdd35bc4b" 2129 + dependencies = [ 2130 + "jpegxl-src", 2131 + "pkg-config", 2132 + ] 2133 + 2134 + [[package]] 2135 + name = "js-sys" 2136 + version = "0.3.61" 2137 + source = "registry+https://github.com/rust-lang/crates.io-index" 2138 + checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" 2139 + dependencies = [ 2140 + "wasm-bindgen", 2141 + ] 2142 + 2143 + [[package]] 2144 + name = "kamadak-exif" 2145 + version = "0.5.5" 2146 + source = "registry+https://github.com/rust-lang/crates.io-index" 2147 + checksum = "ef4fc70d0ab7e5b6bafa30216a6b48705ea964cdfc29c050f2412295eba58077" 2148 + dependencies = [ 2149 + "mutate_once", 2150 + ] 2151 + 2152 + [[package]] 2153 + name = "khronos_api" 2154 + version = "3.1.0" 2155 + source = "registry+https://github.com/rust-lang/crates.io-index" 2156 + checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" 2157 + 2158 + [[package]] 2159 + name = "kurbo" 2160 + version = "0.9.2" 2161 + source = "registry+https://github.com/rust-lang/crates.io-index" 2162 + checksum = "5174361704392c4a640258d5020e14ec820a8c1820d5ba67b2311962f411b52b" 2163 + dependencies = [ 2164 + "arrayvec 0.7.2", 2165 + ] 2166 + 2167 + [[package]] 2168 + name = "lazy_static" 2169 + version = "1.4.0" 2170 + source = "registry+https://github.com/rust-lang/crates.io-index" 2171 + checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 2172 + 2173 + [[package]] 2174 + name = "lebe" 2175 + version = "0.5.2" 2176 + source = "registry+https://github.com/rust-lang/crates.io-index" 2177 + checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8" 2178 + 2179 + [[package]] 2180 + name = "lexical-sort" 2181 + version = "0.3.1" 2182 + source = "registry+https://github.com/rust-lang/crates.io-index" 2183 + checksum = "c09e4591611e231daf4d4c685a66cb0410cc1e502027a20ae55f2bb9e997207a" 2184 + dependencies = [ 2185 + "any_ascii", 2186 + ] 2187 + 2188 + [[package]] 2189 + name = "libaom-sys" 2190 + version = "0.13.0" 2191 + source = "registry+https://github.com/rust-lang/crates.io-index" 2192 + checksum = "1849531b9a2ea1c6bbfbb9ee7819619a905f9171ad8750e1ef80449cc4ae8e0b" 2193 + dependencies = [ 2194 + "cmake", 2195 + ] 2196 + 2197 + [[package]] 2198 + name = "libavif" 2199 + version = "0.11.0" 2200 + source = "registry+https://github.com/rust-lang/crates.io-index" 2201 + checksum = "c04b57eae4c2aac54e2f1a30c43f1ab8edeac1f232713bb26b5a42d2cec04e78" 2202 + dependencies = [ 2203 + "libavif-sys", 2204 + ] 2205 + 2206 + [[package]] 2207 + name = "libavif-image" 2208 + version = "0.10.0" 2209 + source = "registry+https://github.com/rust-lang/crates.io-index" 2210 + checksum = "0ec0b35590b15160bac8f758b23658d632ce79ad59dd11714612b8c06c23f1a1" 2211 + dependencies = [ 2212 + "image", 2213 + "libavif", 2214 + ] 2215 + 2216 + [[package]] 2217 + name = "libavif-sys" 2218 + version = "0.14.1" 2219 + source = "registry+https://github.com/rust-lang/crates.io-index" 2220 + checksum = "a8ed7ab954ad8e287cb69d8aadfa577a494b478864aaf7d89efefdad8c6922d5" 2221 + dependencies = [ 2222 + "cmake", 2223 + "libc", 2224 + "libdav1d-sys", 2225 + "rav1e", 2226 + ] 2227 + 2228 + [[package]] 2229 + name = "libc" 2230 + version = "0.2.140" 2231 + source = "registry+https://github.com/rust-lang/crates.io-index" 2232 + checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" 2233 + 2234 + [[package]] 2235 + name = "libdav1d-sys" 2236 + version = "0.5.0" 2237 + source = "registry+https://github.com/rust-lang/crates.io-index" 2238 + checksum = "2449c0cf51b69ae65edb12fa071063e5a51034a8b2347269b5a40aefe2071fcf" 2239 + 2240 + [[package]] 2241 + name = "libfuzzer-sys" 2242 + version = "0.3.5" 2243 + source = "registry+https://github.com/rust-lang/crates.io-index" 2244 + checksum = "fcf184a4b6b274f82a5df6b357da6055d3e82272327bba281c28bbba6f1664ef" 2245 + dependencies = [ 2246 + "arbitrary", 2247 + "cc", 2248 + ] 2249 + 2250 + [[package]] 2251 + name = "libloading" 2252 + version = "0.7.4" 2253 + source = "registry+https://github.com/rust-lang/crates.io-index" 2254 + checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 2255 + dependencies = [ 2256 + "cfg-if 1.0.0", 2257 + "winapi", 2258 + ] 2259 + 2260 + [[package]] 2261 + name = "libm" 2262 + version = "0.2.6" 2263 + source = "registry+https://github.com/rust-lang/crates.io-index" 2264 + checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb" 2265 + 2266 + [[package]] 2267 + name = "libwebp-sys" 2268 + version = "0.9.0" 2269 + source = "registry+https://github.com/rust-lang/crates.io-index" 2270 + checksum = "c25c53292693c6651d913eff524d04018372b36bf0547a192238009c5c82d638" 2271 + dependencies = [ 2272 + "cc", 2273 + "glob", 2274 + ] 2275 + 2276 + [[package]] 2277 + name = "linked-hash-map" 2278 + version = "0.5.6" 2279 + source = "registry+https://github.com/rust-lang/crates.io-index" 2280 + checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 2281 + 2282 + [[package]] 2283 + name = "linux-raw-sys" 2284 + version = "0.3.1" 2285 + source = "registry+https://github.com/rust-lang/crates.io-index" 2286 + checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f" 2287 + 2288 + [[package]] 2289 + name = "lock_api" 2290 + version = "0.4.9" 2291 + source = "registry+https://github.com/rust-lang/crates.io-index" 2292 + checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 2293 + dependencies = [ 2294 + "autocfg", 2295 + "scopeguard", 2296 + ] 2297 + 2298 + [[package]] 2299 + name = "lodepng" 2300 + version = "3.7.2" 2301 + source = "registry+https://github.com/rust-lang/crates.io-index" 2302 + checksum = "f0ad39f75bbaa4b10bb6f2316543632a8046a5bcf9c785488d79720b21f044f8" 2303 + dependencies = [ 2304 + "crc32fast", 2305 + "fallible_collections", 2306 + "flate2", 2307 + "libc", 2308 + "rgb", 2309 + ] 2310 + 2311 + [[package]] 2312 + name = "log" 2313 + version = "0.4.17" 2314 + source = "registry+https://github.com/rust-lang/crates.io-index" 2315 + checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 2316 + dependencies = [ 2317 + "cfg-if 1.0.0", 2318 + ] 2319 + 2320 + [[package]] 2321 + name = "lyon" 2322 + version = "1.0.1" 2323 + source = "registry+https://github.com/rust-lang/crates.io-index" 2324 + checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f" 2325 + dependencies = [ 2326 + "lyon_algorithms", 2327 + "lyon_tessellation", 2328 + ] 2329 + 2330 + [[package]] 2331 + name = "lyon_algorithms" 2332 + version = "1.0.3" 2333 + source = "registry+https://github.com/rust-lang/crates.io-index" 2334 + checksum = "00a0349cd8f0270781bb93a824b63df6178e3b4a27794e7be3ce3763f5a44d6e" 2335 + dependencies = [ 2336 + "lyon_path", 2337 + "num-traits 0.2.15", 2338 + ] 2339 + 2340 + [[package]] 2341 + name = "lyon_geom" 2342 + version = "1.0.4" 2343 + source = "registry+https://github.com/rust-lang/crates.io-index" 2344 + checksum = "74df1ff0a0147282eb10699537a03baa7d31972b58984a1d44ce0624043fe8ad" 2345 + dependencies = [ 2346 + "arrayvec 0.7.2", 2347 + "euclid", 2348 + "num-traits 0.2.15", 2349 + ] 2350 + 2351 + [[package]] 2352 + name = "lyon_path" 2353 + version = "1.0.3" 2354 + source = "registry+https://github.com/rust-lang/crates.io-index" 2355 + checksum = "7da8358c012e5651e4619cfd0b5b75c0f77866181a01b0909aab4bae14adf660" 2356 + dependencies = [ 2357 + "lyon_geom", 2358 + "num-traits 0.2.15", 2359 + ] 2360 + 2361 + [[package]] 2362 + name = "lyon_tessellation" 2363 + version = "1.0.10" 2364 + source = "registry+https://github.com/rust-lang/crates.io-index" 2365 + checksum = "7d2124218d5428149f9e09520b9acc024334a607e671f032d06567b61008977c" 2366 + dependencies = [ 2367 + "float_next_after", 2368 + "lyon_path", 2369 + "thiserror", 2370 + ] 2371 + 2372 + [[package]] 2373 + name = "malloc_buf" 2374 + version = "0.0.6" 2375 + source = "registry+https://github.com/rust-lang/crates.io-index" 2376 + checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 2377 + dependencies = [ 2378 + "libc", 2379 + ] 2380 + 2381 + [[package]] 2382 + name = "matrixmultiply" 2383 + version = "0.3.2" 2384 + source = "registry+https://github.com/rust-lang/crates.io-index" 2385 + checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84" 2386 + dependencies = [ 2387 + "rawpointer", 2388 + ] 2389 + 2390 + [[package]] 2391 + name = "maybe-rayon" 2392 + version = "0.1.1" 2393 + source = "registry+https://github.com/rust-lang/crates.io-index" 2394 + checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519" 2395 + dependencies = [ 2396 + "cfg-if 1.0.0", 2397 + ] 2398 + 2399 + [[package]] 2400 + name = "memchr" 2401 + version = "2.5.0" 2402 + source = "registry+https://github.com/rust-lang/crates.io-index" 2403 + checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 2404 + 2405 + [[package]] 2406 + name = "memmap2" 2407 + version = "0.5.10" 2408 + source = "registry+https://github.com/rust-lang/crates.io-index" 2409 + checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" 2410 + dependencies = [ 2411 + "libc", 2412 + ] 2413 + 2414 + [[package]] 2415 + name = "memoffset" 2416 + version = "0.6.5" 2417 + source = "registry+https://github.com/rust-lang/crates.io-index" 2418 + checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 2419 + dependencies = [ 2420 + "autocfg", 2421 + ] 2422 + 2423 + [[package]] 2424 + name = "memoffset" 2425 + version = "0.8.0" 2426 + source = "registry+https://github.com/rust-lang/crates.io-index" 2427 + checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" 2428 + dependencies = [ 2429 + "autocfg", 2430 + ] 2431 + 2432 + [[package]] 2433 + name = "mime" 2434 + version = "0.3.17" 2435 + source = "registry+https://github.com/rust-lang/crates.io-index" 2436 + checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 2437 + 2438 + [[package]] 2439 + name = "mime_guess" 2440 + version = "2.0.4" 2441 + source = "registry+https://github.com/rust-lang/crates.io-index" 2442 + checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" 2443 + dependencies = [ 2444 + "mime", 2445 + "unicase", 2446 + ] 2447 + 2448 + [[package]] 2449 + name = "minimal-lexical" 2450 + version = "0.2.1" 2451 + source = "registry+https://github.com/rust-lang/crates.io-index" 2452 + checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2453 + 2454 + [[package]] 2455 + name = "miniz_oxide" 2456 + version = "0.6.2" 2457 + source = "registry+https://github.com/rust-lang/crates.io-index" 2458 + checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 2459 + dependencies = [ 2460 + "adler", 2461 + ] 2462 + 2463 + [[package]] 2464 + name = "mio" 2465 + version = "0.8.6" 2466 + source = "registry+https://github.com/rust-lang/crates.io-index" 2467 + checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" 2468 + dependencies = [ 2469 + "libc", 2470 + "log", 2471 + "wasi 0.11.0+wasi-snapshot-preview1", 2472 + "windows-sys 0.45.0", 2473 + ] 2474 + 2475 + [[package]] 2476 + name = "mutate_once" 2477 + version = "0.1.1" 2478 + source = "registry+https://github.com/rust-lang/crates.io-index" 2479 + checksum = "16cf681a23b4d0a43fc35024c176437f9dcd818db34e0f42ab456a0ee5ad497b" 2480 + 2481 + [[package]] 2482 + name = "nalgebra" 2483 + version = "0.32.2" 2484 + source = "registry+https://github.com/rust-lang/crates.io-index" 2485 + checksum = "d68d47bba83f9e2006d117a9a33af1524e655516b8919caac694427a6fb1e511" 2486 + dependencies = [ 2487 + "approx", 2488 + "matrixmultiply", 2489 + "nalgebra-macros", 2490 + "num-complex", 2491 + "num-rational", 2492 + "num-traits 0.2.15", 2493 + "simba", 2494 + "typenum", 2495 + ] 2496 + 2497 + [[package]] 2498 + name = "nalgebra-macros" 2499 + version = "0.2.0" 2500 + source = "registry+https://github.com/rust-lang/crates.io-index" 2501 + checksum = "d232c68884c0c99810a5a4d333ef7e47689cfd0edc85efc9e54e1e6bf5212766" 2502 + dependencies = [ 2503 + "proc-macro2", 2504 + "quote", 2505 + "syn 1.0.109", 2506 + ] 2507 + 2508 + [[package]] 2509 + name = "nanorand" 2510 + version = "0.7.0" 2511 + source = "registry+https://github.com/rust-lang/crates.io-index" 2512 + checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" 2513 + dependencies = [ 2514 + "getrandom", 2515 + ] 2516 + 2517 + [[package]] 2518 + name = "nasm-rs" 2519 + version = "0.2.4" 2520 + source = "registry+https://github.com/rust-lang/crates.io-index" 2521 + checksum = "ce095842aee9aa3ecbda7a5d2a4df680375fd128a8596b6b56f8e497e231f483" 2522 + dependencies = [ 2523 + "rayon", 2524 + ] 2525 + 2526 + [[package]] 2527 + name = "ndk" 2528 + version = "0.7.0" 2529 + source = "registry+https://github.com/rust-lang/crates.io-index" 2530 + checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0" 2531 + dependencies = [ 2532 + "bitflags", 2533 + "jni-sys", 2534 + "ndk-sys", 2535 + "num_enum", 2536 + "raw-window-handle 0.5.2", 2537 + "thiserror", 2538 + ] 2539 + 2540 + [[package]] 2541 + name = "ndk-context" 2542 + version = "0.1.1" 2543 + source = "registry+https://github.com/rust-lang/crates.io-index" 2544 + checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 2545 + 2546 + [[package]] 2547 + name = "ndk-glue" 2548 + version = "0.7.0" 2549 + source = "registry+https://github.com/rust-lang/crates.io-index" 2550 + checksum = "0434fabdd2c15e0aab768ca31d5b7b333717f03cf02037d5a0a3ff3c278ed67f" 2551 + dependencies = [ 2552 + "libc", 2553 + "log", 2554 + "ndk", 2555 + "ndk-context", 2556 + "ndk-macro", 2557 + "ndk-sys", 2558 + "once_cell", 2559 + "parking_lot", 2560 + ] 2561 + 2562 + [[package]] 2563 + name = "ndk-macro" 2564 + version = "0.3.0" 2565 + source = "registry+https://github.com/rust-lang/crates.io-index" 2566 + checksum = "0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c" 2567 + dependencies = [ 2568 + "darling 0.13.4", 2569 + "proc-macro-crate", 2570 + "proc-macro2", 2571 + "quote", 2572 + "syn 1.0.109", 2573 + ] 2574 + 2575 + [[package]] 2576 + name = "ndk-sys" 2577 + version = "0.4.1+23.1.7779620" 2578 + source = "registry+https://github.com/rust-lang/crates.io-index" 2579 + checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3" 2580 + dependencies = [ 2581 + "jni-sys", 2582 + ] 2583 + 2584 + [[package]] 2585 + name = "new_debug_unreachable" 2586 + version = "1.0.4" 2587 + source = "registry+https://github.com/rust-lang/crates.io-index" 2588 + checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" 2589 + 2590 + [[package]] 2591 + name = "nix" 2592 + version = "0.24.3" 2593 + source = "registry+https://github.com/rust-lang/crates.io-index" 2594 + checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069" 2595 + dependencies = [ 2596 + "bitflags", 2597 + "cfg-if 1.0.0", 2598 + "libc", 2599 + "memoffset 0.6.5", 2600 + ] 2601 + 2602 + [[package]] 2603 + name = "nix" 2604 + version = "0.25.1" 2605 + source = "registry+https://github.com/rust-lang/crates.io-index" 2606 + checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4" 2607 + dependencies = [ 2608 + "autocfg", 2609 + "bitflags", 2610 + "cfg-if 1.0.0", 2611 + "libc", 2612 + "memoffset 0.6.5", 2613 + ] 2614 + 2615 + [[package]] 2616 + name = "nohash-hasher" 2617 + version = "0.2.0" 2618 + source = "registry+https://github.com/rust-lang/crates.io-index" 2619 + checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" 2620 + 2621 + [[package]] 2622 + name = "nom" 2623 + version = "7.1.3" 2624 + source = "registry+https://github.com/rust-lang/crates.io-index" 2625 + checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 2626 + dependencies = [ 2627 + "memchr", 2628 + "minimal-lexical", 2629 + ] 2630 + 2631 + [[package]] 2632 + name = "noop_proc_macro" 2633 + version = "0.3.0" 2634 + source = "registry+https://github.com/rust-lang/crates.io-index" 2635 + checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8" 2636 + 2637 + [[package]] 2638 + name = "notan" 2639 + version = "0.9.4" 2640 + source = "registry+https://github.com/rust-lang/crates.io-index" 2641 + checksum = "08d94d6b9c12dae32ed4c0d195b9767c77b3bbc6aeb05765b750dc0e4fb7f44e" 2642 + dependencies = [ 2643 + "notan_app", 2644 + "notan_backend", 2645 + "notan_core", 2646 + "notan_draw", 2647 + "notan_egui", 2648 + "notan_graphics", 2649 + "notan_input", 2650 + "notan_macro", 2651 + "notan_math", 2652 + "notan_utils", 2653 + ] 2654 + 2655 + [[package]] 2656 + name = "notan_app" 2657 + version = "0.9.4" 2658 + source = "registry+https://github.com/rust-lang/crates.io-index" 2659 + checksum = "e3270760bbc1945e953e12b0a73904200ea1d369806ce9dbdd75dd5aa12fabf8" 2660 + dependencies = [ 2661 + "bytemuck", 2662 + "downcast-rs", 2663 + "futures", 2664 + "futures-util", 2665 + "hashbrown 0.13.2", 2666 + "indexmap", 2667 + "js-sys", 2668 + "log", 2669 + "notan_core", 2670 + "notan_graphics", 2671 + "notan_input", 2672 + "notan_macro", 2673 + "notan_math", 2674 + "notan_utils", 2675 + "parking_lot", 2676 + "platter2", 2677 + "wasm-bindgen-futures", 2678 + "web-sys", 2679 + ] 2680 + 2681 + [[package]] 2682 + name = "notan_backend" 2683 + version = "0.9.4" 2684 + source = "registry+https://github.com/rust-lang/crates.io-index" 2685 + checksum = "46840ee15153745cf7c4c92aaeb94affb9ac2683725dcf5b484ec46b553467f2" 2686 + dependencies = [ 2687 + "notan_web", 2688 + "notan_winit", 2689 + ] 2690 + 2691 + [[package]] 2692 + name = "notan_core" 2693 + version = "0.9.4" 2694 + source = "registry+https://github.com/rust-lang/crates.io-index" 2695 + checksum = "4b4b7defb83b378e903917b79c58427a1cb91cb2e22a8254fc559d2c2ba914e6" 2696 + dependencies = [ 2697 + "web-sys", 2698 + ] 2699 + 2700 + [[package]] 2701 + name = "notan_draw" 2702 + version = "0.9.4" 2703 + source = "registry+https://github.com/rust-lang/crates.io-index" 2704 + checksum = "28ab4cb11d4d00bc325045a53d2d1ae2dc449dfca80df7a663015bb4759e7bce" 2705 + dependencies = [ 2706 + "log", 2707 + "lyon", 2708 + "notan_app", 2709 + "notan_glyph", 2710 + "notan_graphics", 2711 + "notan_macro", 2712 + "notan_math", 2713 + "notan_text", 2714 + "serde", 2715 + "serde_json", 2716 + ] 2717 + 2718 + [[package]] 2719 + name = "notan_egui" 2720 + version = "0.9.4" 2721 + source = "registry+https://github.com/rust-lang/crates.io-index" 2722 + checksum = "77ccda210aa1e65395daf4987aae412309f83c3b6bfa2e5794de585687c4d138" 2723 + dependencies = [ 2724 + "bytemuck", 2725 + "egui", 2726 + "log", 2727 + "notan_app", 2728 + "notan_core", 2729 + "notan_macro", 2730 + ] 2731 + 2732 + [[package]] 2733 + name = "notan_glow" 2734 + version = "0.9.4" 2735 + source = "registry+https://github.com/rust-lang/crates.io-index" 2736 + checksum = "693f27c0f625dbb4225011a51c077ce32990643ba38ce0985ce625d2680d74d6" 2737 + dependencies = [ 2738 + "bytemuck", 2739 + "glow", 2740 + "hashbrown 0.13.2", 2741 + "image", 2742 + "js-sys", 2743 + "log", 2744 + "notan_graphics", 2745 + "wasm-bindgen", 2746 + "web-sys", 2747 + ] 2748 + 2749 + [[package]] 2750 + name = "notan_glyph" 2751 + version = "0.9.4" 2752 + source = "registry+https://github.com/rust-lang/crates.io-index" 2753 + checksum = "1153c4a4b416c42c1d63691dfde3c4af94cdfb37523ab292073c2b467282d5eb" 2754 + dependencies = [ 2755 + "bytemuck", 2756 + "glyph_brush", 2757 + "log", 2758 + "notan_app", 2759 + "notan_graphics", 2760 + "notan_math", 2761 + ] 2762 + 2763 + [[package]] 2764 + name = "notan_graphics" 2765 + version = "0.9.4" 2766 + source = "registry+https://github.com/rust-lang/crates.io-index" 2767 + checksum = "91c38da02cbe02a90aa76336796956914ecc89c541d4de9913965619ad1e198b" 2768 + dependencies = [ 2769 + "bytemuck", 2770 + "glsl-layout", 2771 + "image", 2772 + "notan_macro", 2773 + "notan_math", 2774 + "notan_utils", 2775 + "parking_lot", 2776 + ] 2777 + 2778 + [[package]] 2779 + name = "notan_input" 2780 + version = "0.9.4" 2781 + source = "registry+https://github.com/rust-lang/crates.io-index" 2782 + checksum = "de23a07f8a1203487179bcf257a938ce87747c02d53b8c8c364d9a3f779c01d0" 2783 + dependencies = [ 2784 + "hashbrown 0.13.2", 2785 + "log", 2786 + "notan_core", 2787 + "notan_math", 2788 + ] 2789 + 2790 + [[package]] 2791 + name = "notan_macro" 2792 + version = "0.9.4" 2793 + source = "registry+https://github.com/rust-lang/crates.io-index" 2794 + checksum = "94ce02dadae5862a47e1acfdd1f5bb8427829ab22ca0462374b241d5a308fcb6" 2795 + dependencies = [ 2796 + "cfg_aliases", 2797 + "glsl-to-spirv", 2798 + "num", 2799 + "proc-macro2", 2800 + "quote", 2801 + "spirv_cross", 2802 + "syn 1.0.109", 2803 + ] 2804 + 2805 + [[package]] 2806 + name = "notan_math" 2807 + version = "0.9.4" 2808 + source = "registry+https://github.com/rust-lang/crates.io-index" 2809 + checksum = "5361d47f89ede17397790c8c81ae3ec789b2a18c8b0f1459146e003c116d9856" 2810 + dependencies = [ 2811 + "glam", 2812 + ] 2813 + 2814 + [[package]] 2815 + name = "notan_text" 2816 + version = "0.9.4" 2817 + source = "registry+https://github.com/rust-lang/crates.io-index" 2818 + checksum = "c78ef6196517146ed3be9f21c93acff1457b80f8afb50387f573eeb5ffac7e41" 2819 + dependencies = [ 2820 + "hashbrown 0.13.2", 2821 + "lazy_static", 2822 + "log", 2823 + "notan_app", 2824 + "notan_glyph", 2825 + "notan_graphics", 2826 + "notan_math", 2827 + "parking_lot", 2828 + ] 2829 + 2830 + [[package]] 2831 + name = "notan_utils" 2832 + version = "0.9.4" 2833 + source = "registry+https://github.com/rust-lang/crates.io-index" 2834 + checksum = "444beb25a698cb9a1df22f062062c232d8f0625f4cb20f47a0ba4c389ce65770" 2835 + dependencies = [ 2836 + "instant", 2837 + "log", 2838 + ] 2839 + 2840 + [[package]] 2841 + name = "notan_web" 2842 + version = "0.9.4" 2843 + source = "registry+https://github.com/rust-lang/crates.io-index" 2844 + checksum = "2108fe65b2ac951ff34919f65c47065890164e70695e9d8a73837eca88590140" 2845 + dependencies = [ 2846 + "console_error_panic_hook", 2847 + "futures-util", 2848 + "js-sys", 2849 + "log", 2850 + "notan_app", 2851 + "notan_core", 2852 + "notan_glow", 2853 + "notan_graphics", 2854 + "wasm-bindgen", 2855 + "wasm-bindgen-futures", 2856 + "web-sys", 2857 + ] 2858 + 2859 + [[package]] 2860 + name = "notan_winit" 2861 + version = "0.9.4" 2862 + source = "registry+https://github.com/rust-lang/crates.io-index" 2863 + checksum = "355289e0ca3284d3268a20580b4acd2b2d24c4a7e01360e188456b5b11700108" 2864 + dependencies = [ 2865 + "glutin", 2866 + "glutin-winit", 2867 + "image", 2868 + "log", 2869 + "mime_guess", 2870 + "notan_app", 2871 + "notan_core", 2872 + "notan_glow", 2873 + "raw-window-handle 0.5.2", 2874 + "winit", 2875 + ] 2876 + 2877 + [[package]] 2878 + name = "num" 2879 + version = "0.4.0" 2880 + source = "registry+https://github.com/rust-lang/crates.io-index" 2881 + checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606" 2882 + dependencies = [ 2883 + "num-bigint", 2884 + "num-complex", 2885 + "num-integer", 2886 + "num-iter", 2887 + "num-rational", 2888 + "num-traits 0.2.15", 2889 + ] 2890 + 2891 + [[package]] 2892 + name = "num-bigint" 2893 + version = "0.4.3" 2894 + source = "registry+https://github.com/rust-lang/crates.io-index" 2895 + checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" 2896 + dependencies = [ 2897 + "autocfg", 2898 + "num-integer", 2899 + "num-traits 0.2.15", 2900 + ] 2901 + 2902 + [[package]] 2903 + name = "num-complex" 2904 + version = "0.4.3" 2905 + source = "registry+https://github.com/rust-lang/crates.io-index" 2906 + checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d" 2907 + dependencies = [ 2908 + "num-traits 0.2.15", 2909 + ] 2910 + 2911 + [[package]] 2912 + name = "num-derive" 2913 + version = "0.3.3" 2914 + source = "registry+https://github.com/rust-lang/crates.io-index" 2915 + checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d" 2916 + dependencies = [ 2917 + "proc-macro2", 2918 + "quote", 2919 + "syn 1.0.109", 2920 + ] 2921 + 2922 + [[package]] 2923 + name = "num-integer" 2924 + version = "0.1.45" 2925 + source = "registry+https://github.com/rust-lang/crates.io-index" 2926 + checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 2927 + dependencies = [ 2928 + "autocfg", 2929 + "num-traits 0.2.15", 2930 + ] 2931 + 2932 + [[package]] 2933 + name = "num-iter" 2934 + version = "0.1.43" 2935 + source = "registry+https://github.com/rust-lang/crates.io-index" 2936 + checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" 2937 + dependencies = [ 2938 + "autocfg", 2939 + "num-integer", 2940 + "num-traits 0.2.15", 2941 + ] 2942 + 2943 + [[package]] 2944 + name = "num-rational" 2945 + version = "0.4.1" 2946 + source = "registry+https://github.com/rust-lang/crates.io-index" 2947 + checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" 2948 + dependencies = [ 2949 + "autocfg", 2950 + "num-bigint", 2951 + "num-integer", 2952 + "num-traits 0.2.15", 2953 + ] 2954 + 2955 + [[package]] 2956 + name = "num-traits" 2957 + version = "0.1.43" 2958 + source = "registry+https://github.com/rust-lang/crates.io-index" 2959 + checksum = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31" 2960 + dependencies = [ 2961 + "num-traits 0.2.15", 2962 + ] 2963 + 2964 + [[package]] 2965 + name = "num-traits" 2966 + version = "0.2.15" 2967 + source = "registry+https://github.com/rust-lang/crates.io-index" 2968 + checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 2969 + dependencies = [ 2970 + "autocfg", 2971 + "libm", 2972 + ] 2973 + 2974 + [[package]] 2975 + name = "num_cpus" 2976 + version = "1.15.0" 2977 + source = "registry+https://github.com/rust-lang/crates.io-index" 2978 + checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 2979 + dependencies = [ 2980 + "hermit-abi 0.2.6", 2981 + "libc", 2982 + ] 2983 + 2984 + [[package]] 2985 + name = "num_enum" 2986 + version = "0.5.11" 2987 + source = "registry+https://github.com/rust-lang/crates.io-index" 2988 + checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9" 2989 + dependencies = [ 2990 + "num_enum_derive", 2991 + ] 2992 + 2993 + [[package]] 2994 + name = "num_enum_derive" 2995 + version = "0.5.11" 2996 + source = "registry+https://github.com/rust-lang/crates.io-index" 2997 + checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" 2998 + dependencies = [ 2999 + "proc-macro-crate", 3000 + "proc-macro2", 3001 + "quote", 3002 + "syn 1.0.109", 3003 + ] 3004 + 3005 + [[package]] 3006 + name = "number_prefix" 3007 + version = "0.4.0" 3008 + source = "registry+https://github.com/rust-lang/crates.io-index" 3009 + checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" 3010 + 3011 + [[package]] 3012 + name = "objc" 3013 + version = "0.2.7" 3014 + source = "registry+https://github.com/rust-lang/crates.io-index" 3015 + checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 3016 + dependencies = [ 3017 + "malloc_buf", 3018 + "objc_exception", 3019 + ] 3020 + 3021 + [[package]] 3022 + name = "objc-foundation" 3023 + version = "0.1.1" 3024 + source = "registry+https://github.com/rust-lang/crates.io-index" 3025 + checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9" 3026 + dependencies = [ 3027 + "block", 3028 + "objc", 3029 + "objc_id", 3030 + ] 3031 + 3032 + [[package]] 3033 + name = "objc-sys" 3034 + version = "0.2.0-beta.2" 3035 + source = "registry+https://github.com/rust-lang/crates.io-index" 3036 + checksum = "df3b9834c1e95694a05a828b59f55fa2afec6288359cda67146126b3f90a55d7" 3037 + 3038 + [[package]] 3039 + name = "objc2" 3040 + version = "0.3.0-beta.3.patch-leaks.2" 3041 + source = "registry+https://github.com/rust-lang/crates.io-index" 3042 + checksum = "e7d9bb2ee6b71d02b1b3554ed600d267ee9a2796acc9fa43fb7748e13fe072dd" 3043 + dependencies = [ 3044 + "block2", 3045 + "objc-sys", 3046 + "objc2-encode", 3047 + ] 3048 + 3049 + [[package]] 3050 + name = "objc2-encode" 3051 + version = "2.0.0-pre.2" 3052 + source = "registry+https://github.com/rust-lang/crates.io-index" 3053 + checksum = "abfcac41015b00a120608fdaa6938c44cb983fee294351cc4bac7638b4e50512" 3054 + dependencies = [ 3055 + "objc-sys", 3056 + ] 3057 + 3058 + [[package]] 3059 + name = "objc_exception" 3060 + version = "0.1.2" 3061 + source = "registry+https://github.com/rust-lang/crates.io-index" 3062 + checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4" 3063 + dependencies = [ 3064 + "cc", 3065 + ] 3066 + 3067 + [[package]] 3068 + name = "objc_id" 3069 + version = "0.1.1" 3070 + source = "registry+https://github.com/rust-lang/crates.io-index" 3071 + checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" 3072 + dependencies = [ 3073 + "objc", 3074 + ] 3075 + 3076 + [[package]] 3077 + name = "oculante" 3078 + version = "0.6.58" 3079 + dependencies = [ 3080 + "anyhow", 3081 + "arboard", 3082 + "avif-decode", 3083 + "clap", 3084 + "cmd_lib", 3085 + "dds-rs", 3086 + "dirs 5.0.0", 3087 + "env_logger", 3088 + "evalexpr", 3089 + "exr", 3090 + "fast_image_resize", 3091 + "fruitbasket", 3092 + "gif", 3093 + "gif-dispose", 3094 + "image", 3095 + "jpegxl-rs", 3096 + "kamadak-exif", 3097 + "lexical-sort", 3098 + "libavif-image", 3099 + "libwebp-sys", 3100 + "log", 3101 + "nalgebra", 3102 + "notan", 3103 + "palette", 3104 + "psd", 3105 + "quickraw", 3106 + "rand", 3107 + "rand_chacha", 3108 + "rayon", 3109 + "resvg", 3110 + "rfd", 3111 + "rgb", 3112 + "self_update", 3113 + "serde", 3114 + "serde_json", 3115 + "strum", 3116 + "strum_macros", 3117 + "tiff 0.9.0", 3118 + "tiny-skia 0.8.3", 3119 + "tonemap", 3120 + "turbojpeg", 3121 + "usvg", 3122 + "webbrowser", 3123 + "windres", 3124 + "winres", 3125 + ] 3126 + 3127 + [[package]] 3128 + name = "once_cell" 3129 + version = "1.17.1" 3130 + source = "registry+https://github.com/rust-lang/crates.io-index" 3131 + checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 3132 + 3133 + [[package]] 3134 + name = "ordered-float" 3135 + version = "3.6.0" 3136 + source = "registry+https://github.com/rust-lang/crates.io-index" 3137 + checksum = "13a384337e997e6860ffbaa83708b2ef329fd8c54cb67a5f64d421e0f943254f" 3138 + dependencies = [ 3139 + "num-traits 0.2.15", 3140 + ] 3141 + 3142 + [[package]] 3143 + name = "os_pipe" 3144 + version = "0.9.2" 3145 + source = "registry+https://github.com/rust-lang/crates.io-index" 3146 + checksum = "fb233f06c2307e1f5ce2ecad9f8121cffbbee2c95428f44ea85222e460d0d213" 3147 + dependencies = [ 3148 + "libc", 3149 + "winapi", 3150 + ] 3151 + 3152 + [[package]] 3153 + name = "os_str_bytes" 3154 + version = "6.5.0" 3155 + source = "registry+https://github.com/rust-lang/crates.io-index" 3156 + checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267" 3157 + 3158 + [[package]] 3159 + name = "owned_ttf_parser" 3160 + version = "0.18.1" 3161 + source = "registry+https://github.com/rust-lang/crates.io-index" 3162 + checksum = "e25e9fb15717794fae58ab55c26e044103aad13186fbb625893f9a3bbcc24228" 3163 + dependencies = [ 3164 + "ttf-parser", 3165 + ] 3166 + 3167 + [[package]] 3168 + name = "owning_ref" 3169 + version = "0.4.1" 3170 + source = "registry+https://github.com/rust-lang/crates.io-index" 3171 + checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce" 3172 + dependencies = [ 3173 + "stable_deref_trait", 3174 + ] 3175 + 3176 + [[package]] 3177 + name = "palette" 3178 + version = "0.6.1" 3179 + source = "registry+https://github.com/rust-lang/crates.io-index" 3180 + checksum = "8f9cd68f7112581033f157e56c77ac4a5538ec5836a2e39284e65bd7d7275e49" 3181 + dependencies = [ 3182 + "approx", 3183 + "num-traits 0.2.15", 3184 + "palette_derive", 3185 + "phf 0.11.1", 3186 + ] 3187 + 3188 + [[package]] 3189 + name = "palette_derive" 3190 + version = "0.6.1" 3191 + source = "registry+https://github.com/rust-lang/crates.io-index" 3192 + checksum = "05eedf46a8e7c27f74af0c9cfcdb004ceca158cb1b918c6f68f8d7a549b3e427" 3193 + dependencies = [ 3194 + "find-crate", 3195 + "proc-macro2", 3196 + "quote", 3197 + "syn 1.0.109", 3198 + ] 3199 + 3200 + [[package]] 3201 + name = "pango-sys" 3202 + version = "0.16.3" 3203 + source = "registry+https://github.com/rust-lang/crates.io-index" 3204 + checksum = "9e134909a9a293e04d2cc31928aa95679c5e4df954d0b85483159bd20d8f047f" 3205 + dependencies = [ 3206 + "glib-sys", 3207 + "gobject-sys", 3208 + "libc", 3209 + "system-deps", 3210 + ] 3211 + 3212 + [[package]] 3213 + name = "parking" 3214 + version = "2.0.0" 3215 + source = "registry+https://github.com/rust-lang/crates.io-index" 3216 + checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72" 3217 + 3218 + [[package]] 3219 + name = "parking_lot" 3220 + version = "0.12.1" 3221 + source = "registry+https://github.com/rust-lang/crates.io-index" 3222 + checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 3223 + dependencies = [ 3224 + "lock_api", 3225 + "parking_lot_core", 3226 + ] 3227 + 3228 + [[package]] 3229 + name = "parking_lot_core" 3230 + version = "0.9.7" 3231 + source = "registry+https://github.com/rust-lang/crates.io-index" 3232 + checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" 3233 + dependencies = [ 3234 + "cfg-if 1.0.0", 3235 + "libc", 3236 + "redox_syscall 0.2.16", 3237 + "smallvec", 3238 + "windows-sys 0.45.0", 3239 + ] 3240 + 3241 + [[package]] 3242 + name = "paste" 3243 + version = "1.0.12" 3244 + source = "registry+https://github.com/rust-lang/crates.io-index" 3245 + checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79" 3246 + 3247 + [[package]] 3248 + name = "percent-encoding" 3249 + version = "2.2.0" 3250 + source = "registry+https://github.com/rust-lang/crates.io-index" 3251 + checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 3252 + 3253 + [[package]] 3254 + name = "phf" 3255 + version = "0.10.1" 3256 + source = "registry+https://github.com/rust-lang/crates.io-index" 3257 + checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" 3258 + dependencies = [ 3259 + "phf_macros 0.10.0", 3260 + "phf_shared 0.10.0", 3261 + "proc-macro-hack", 3262 + ] 3263 + 3264 + [[package]] 3265 + name = "phf" 3266 + version = "0.11.1" 3267 + source = "registry+https://github.com/rust-lang/crates.io-index" 3268 + checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c" 3269 + dependencies = [ 3270 + "phf_macros 0.11.1", 3271 + "phf_shared 0.11.1", 3272 + ] 3273 + 3274 + [[package]] 3275 + name = "phf_generator" 3276 + version = "0.10.0" 3277 + source = "registry+https://github.com/rust-lang/crates.io-index" 3278 + checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" 3279 + dependencies = [ 3280 + "phf_shared 0.10.0", 3281 + "rand", 3282 + ] 3283 + 3284 + [[package]] 3285 + name = "phf_generator" 3286 + version = "0.11.1" 3287 + source = "registry+https://github.com/rust-lang/crates.io-index" 3288 + checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf" 3289 + dependencies = [ 3290 + "phf_shared 0.11.1", 3291 + "rand", 3292 + ] 3293 + 3294 + [[package]] 3295 + name = "phf_macros" 3296 + version = "0.10.0" 3297 + source = "registry+https://github.com/rust-lang/crates.io-index" 3298 + checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0" 3299 + dependencies = [ 3300 + "phf_generator 0.10.0", 3301 + "phf_shared 0.10.0", 3302 + "proc-macro-hack", 3303 + "proc-macro2", 3304 + "quote", 3305 + "syn 1.0.109", 3306 + ] 3307 + 3308 + [[package]] 3309 + name = "phf_macros" 3310 + version = "0.11.1" 3311 + source = "registry+https://github.com/rust-lang/crates.io-index" 3312 + checksum = "92aacdc5f16768709a569e913f7451034034178b05bdc8acda226659a3dccc66" 3313 + dependencies = [ 3314 + "phf_generator 0.11.1", 3315 + "phf_shared 0.11.1", 3316 + "proc-macro2", 3317 + "quote", 3318 + "syn 1.0.109", 3319 + ] 3320 + 3321 + [[package]] 3322 + name = "phf_shared" 3323 + version = "0.10.0" 3324 + source = "registry+https://github.com/rust-lang/crates.io-index" 3325 + checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 3326 + dependencies = [ 3327 + "siphasher", 3328 + ] 3329 + 3330 + [[package]] 3331 + name = "phf_shared" 3332 + version = "0.11.1" 3333 + source = "registry+https://github.com/rust-lang/crates.io-index" 3334 + checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676" 3335 + dependencies = [ 3336 + "siphasher", 3337 + ] 3338 + 3339 + [[package]] 3340 + name = "pico-args" 3341 + version = "0.5.0" 3342 + source = "registry+https://github.com/rust-lang/crates.io-index" 3343 + checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" 3344 + 3345 + [[package]] 3346 + name = "pin-project" 3347 + version = "1.0.12" 3348 + source = "registry+https://github.com/rust-lang/crates.io-index" 3349 + checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" 3350 + dependencies = [ 3351 + "pin-project-internal", 3352 + ] 3353 + 3354 + [[package]] 3355 + name = "pin-project-internal" 3356 + version = "1.0.12" 3357 + source = "registry+https://github.com/rust-lang/crates.io-index" 3358 + checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" 3359 + dependencies = [ 3360 + "proc-macro2", 3361 + "quote", 3362 + "syn 1.0.109", 3363 + ] 3364 + 3365 + [[package]] 3366 + name = "pin-project-lite" 3367 + version = "0.2.9" 3368 + source = "registry+https://github.com/rust-lang/crates.io-index" 3369 + checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 3370 + 3371 + [[package]] 3372 + name = "pin-utils" 3373 + version = "0.1.0" 3374 + source = "registry+https://github.com/rust-lang/crates.io-index" 3375 + checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 3376 + 3377 + [[package]] 3378 + name = "pkg-config" 3379 + version = "0.3.26" 3380 + source = "registry+https://github.com/rust-lang/crates.io-index" 3381 + checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" 3382 + 3383 + [[package]] 3384 + name = "platter2" 3385 + version = "0.1.6" 3386 + source = "registry+https://github.com/rust-lang/crates.io-index" 3387 + checksum = "e55ebe9054b9786c9bfe4dd9e8b5df8cd071284434979e9501baa612c5fa5a5e" 3388 + dependencies = [ 3389 + "futures-util", 3390 + "js-sys", 3391 + "wasm-bindgen", 3392 + "web-sys", 3393 + ] 3394 + 3395 + [[package]] 3396 + name = "png" 3397 + version = "0.17.7" 3398 + source = "registry+https://github.com/rust-lang/crates.io-index" 3399 + checksum = "5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638" 3400 + dependencies = [ 3401 + "bitflags", 3402 + "crc32fast", 3403 + "flate2", 3404 + "miniz_oxide", 3405 + ] 3406 + 3407 + [[package]] 3408 + name = "polling" 3409 + version = "2.6.0" 3410 + source = "registry+https://github.com/rust-lang/crates.io-index" 3411 + checksum = "7e1f879b2998099c2d69ab9605d145d5b661195627eccc680002c4918a7fb6fa" 3412 + dependencies = [ 3413 + "autocfg", 3414 + "bitflags", 3415 + "cfg-if 1.0.0", 3416 + "concurrent-queue", 3417 + "libc", 3418 + "log", 3419 + "pin-project-lite", 3420 + "windows-sys 0.45.0", 3421 + ] 3422 + 3423 + [[package]] 3424 + name = "portable-atomic" 3425 + version = "0.3.19" 3426 + source = "registry+https://github.com/rust-lang/crates.io-index" 3427 + checksum = "26f6a7b87c2e435a3241addceeeff740ff8b7e76b74c13bf9acb17fa454ea00b" 3428 + 3429 + [[package]] 3430 + name = "ppv-lite86" 3431 + version = "0.2.17" 3432 + source = "registry+https://github.com/rust-lang/crates.io-index" 3433 + checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 3434 + 3435 + [[package]] 3436 + name = "proc-macro-crate" 3437 + version = "1.3.1" 3438 + source = "registry+https://github.com/rust-lang/crates.io-index" 3439 + checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 3440 + dependencies = [ 3441 + "once_cell", 3442 + "toml_edit", 3443 + ] 3444 + 3445 + [[package]] 3446 + name = "proc-macro-error" 3447 + version = "1.0.4" 3448 + source = "registry+https://github.com/rust-lang/crates.io-index" 3449 + checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 3450 + dependencies = [ 3451 + "proc-macro-error-attr", 3452 + "proc-macro2", 3453 + "quote", 3454 + "syn 1.0.109", 3455 + "version_check", 3456 + ] 3457 + 3458 + [[package]] 3459 + name = "proc-macro-error-attr" 3460 + version = "1.0.4" 3461 + source = "registry+https://github.com/rust-lang/crates.io-index" 3462 + checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 3463 + dependencies = [ 3464 + "proc-macro2", 3465 + "quote", 3466 + "version_check", 3467 + ] 3468 + 3469 + [[package]] 3470 + name = "proc-macro-hack" 3471 + version = "0.5.20+deprecated" 3472 + source = "registry+https://github.com/rust-lang/crates.io-index" 3473 + checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 3474 + 3475 + [[package]] 3476 + name = "proc-macro2" 3477 + version = "1.0.54" 3478 + source = "registry+https://github.com/rust-lang/crates.io-index" 3479 + checksum = "e472a104799c74b514a57226160104aa483546de37e839ec50e3c2e41dd87534" 3480 + dependencies = [ 3481 + "unicode-ident", 3482 + ] 3483 + 3484 + [[package]] 3485 + name = "psd" 3486 + version = "0.3.4" 3487 + source = "registry+https://github.com/rust-lang/crates.io-index" 3488 + checksum = "1316f4ee59cdc95fc98e4e892a7edacaf1575620ca9e96abd421a2766fe45984" 3489 + dependencies = [ 3490 + "thiserror", 3491 + ] 3492 + 3493 + [[package]] 3494 + name = "qoi" 3495 + version = "0.4.1" 3496 + source = "registry+https://github.com/rust-lang/crates.io-index" 3497 + checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" 3498 + dependencies = [ 3499 + "bytemuck", 3500 + ] 3501 + 3502 + [[package]] 3503 + name = "quick-error" 3504 + version = "2.0.1" 3505 + source = "registry+https://github.com/rust-lang/crates.io-index" 3506 + checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" 3507 + 3508 + [[package]] 3509 + name = "quick-xml" 3510 + version = "0.23.1" 3511 + source = "registry+https://github.com/rust-lang/crates.io-index" 3512 + checksum = "11bafc859c6815fbaffbbbf4229ecb767ac913fecb27f9ad4343662e9ef099ea" 3513 + dependencies = [ 3514 + "memchr", 3515 + ] 3516 + 3517 + [[package]] 3518 + name = "quickexif" 3519 + version = "0.1.5" 3520 + source = "registry+https://github.com/rust-lang/crates.io-index" 3521 + checksum = "00e1f8545279eb259ab276ce0f98580972dfc3a4cb90b4e57e601fb33254318d" 3522 + dependencies = [ 3523 + "thiserror", 3524 + ] 3525 + 3526 + [[package]] 3527 + name = "quickraw" 3528 + version = "0.1.6" 3529 + source = "registry+https://github.com/rust-lang/crates.io-index" 3530 + checksum = "54cca3f40f418914880075ffb248b44254185e441b026130c5607d396c91e8b8" 3531 + dependencies = [ 3532 + "fn-util", 3533 + "once_cell", 3534 + "phf 0.10.1", 3535 + "quickexif", 3536 + "thiserror", 3537 + ] 3538 + 3539 + [[package]] 3540 + name = "quote" 3541 + version = "1.0.26" 3542 + source = "registry+https://github.com/rust-lang/crates.io-index" 3543 + checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" 3544 + dependencies = [ 3545 + "proc-macro2", 3546 + ] 3547 + 3548 + [[package]] 3549 + name = "rand" 3550 + version = "0.8.5" 3551 + source = "registry+https://github.com/rust-lang/crates.io-index" 3552 + checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 3553 + dependencies = [ 3554 + "libc", 3555 + "rand_chacha", 3556 + "rand_core", 3557 + ] 3558 + 3559 + [[package]] 3560 + name = "rand_chacha" 3561 + version = "0.3.1" 3562 + source = "registry+https://github.com/rust-lang/crates.io-index" 3563 + checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 3564 + dependencies = [ 3565 + "ppv-lite86", 3566 + "rand_core", 3567 + ] 3568 + 3569 + [[package]] 3570 + name = "rand_core" 3571 + version = "0.6.4" 3572 + source = "registry+https://github.com/rust-lang/crates.io-index" 3573 + checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 3574 + dependencies = [ 3575 + "getrandom", 3576 + ] 3577 + 3578 + [[package]] 3579 + name = "rav1e" 3580 + version = "0.6.3" 3581 + source = "registry+https://github.com/rust-lang/crates.io-index" 3582 + checksum = "277898094f0d03c6a609e491324102daf5080e71c06b4b25e5acf8b89d26c945" 3583 + dependencies = [ 3584 + "arbitrary", 3585 + "arg_enum_proc_macro", 3586 + "arrayvec 0.7.2", 3587 + "av1-grain", 3588 + "bitstream-io", 3589 + "built", 3590 + "cc", 3591 + "cfg-if 1.0.0", 3592 + "const_fn_assert", 3593 + "interpolate_name", 3594 + "itertools", 3595 + "libc", 3596 + "libfuzzer-sys", 3597 + "log", 3598 + "maybe-rayon", 3599 + "nasm-rs", 3600 + "new_debug_unreachable", 3601 + "noop_proc_macro", 3602 + "num-derive", 3603 + "num-traits 0.2.15", 3604 + "once_cell", 3605 + "paste", 3606 + "rand", 3607 + "rand_chacha", 3608 + "rust_hawktracer", 3609 + "rustc_version", 3610 + "scan_fmt", 3611 + "simd_helpers", 3612 + "system-deps", 3613 + "thiserror", 3614 + "v_frame", 3615 + ] 3616 + 3617 + [[package]] 3618 + name = "raw-window-handle" 3619 + version = "0.4.3" 3620 + source = "registry+https://github.com/rust-lang/crates.io-index" 3621 + checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41" 3622 + dependencies = [ 3623 + "cty", 3624 + ] 3625 + 3626 + [[package]] 3627 + name = "raw-window-handle" 3628 + version = "0.5.2" 3629 + source = "registry+https://github.com/rust-lang/crates.io-index" 3630 + checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9" 3631 + 3632 + [[package]] 3633 + name = "rawpointer" 3634 + version = "0.2.1" 3635 + source = "registry+https://github.com/rust-lang/crates.io-index" 3636 + checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" 3637 + 3638 + [[package]] 3639 + name = "rayon" 3640 + version = "1.7.0" 3641 + source = "registry+https://github.com/rust-lang/crates.io-index" 3642 + checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" 3643 + dependencies = [ 3644 + "either", 3645 + "rayon-core", 3646 + ] 3647 + 3648 + [[package]] 3649 + name = "rayon-core" 3650 + version = "1.11.0" 3651 + source = "registry+https://github.com/rust-lang/crates.io-index" 3652 + checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" 3653 + dependencies = [ 3654 + "crossbeam-channel", 3655 + "crossbeam-deque", 3656 + "crossbeam-utils", 3657 + "num_cpus", 3658 + ] 3659 + 3660 + [[package]] 3661 + name = "rctree" 3662 + version = "0.5.0" 3663 + source = "registry+https://github.com/rust-lang/crates.io-index" 3664 + checksum = "3b42e27ef78c35d3998403c1d26f3efd9e135d3e5121b0a4845cc5cc27547f4f" 3665 + 3666 + [[package]] 3667 + name = "redox_syscall" 3668 + version = "0.2.16" 3669 + source = "registry+https://github.com/rust-lang/crates.io-index" 3670 + checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 3671 + dependencies = [ 3672 + "bitflags", 3673 + ] 3674 + 3675 + [[package]] 3676 + name = "redox_syscall" 3677 + version = "0.3.5" 3678 + source = "registry+https://github.com/rust-lang/crates.io-index" 3679 + checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 3680 + dependencies = [ 3681 + "bitflags", 3682 + ] 3683 + 3684 + [[package]] 3685 + name = "redox_users" 3686 + version = "0.4.3" 3687 + source = "registry+https://github.com/rust-lang/crates.io-index" 3688 + checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 3689 + dependencies = [ 3690 + "getrandom", 3691 + "redox_syscall 0.2.16", 3692 + "thiserror", 3693 + ] 3694 + 3695 + [[package]] 3696 + name = "regex" 3697 + version = "1.7.3" 3698 + source = "registry+https://github.com/rust-lang/crates.io-index" 3699 + checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d" 3700 + dependencies = [ 3701 + "aho-corasick", 3702 + "memchr", 3703 + "regex-syntax", 3704 + ] 3705 + 3706 + [[package]] 3707 + name = "regex-syntax" 3708 + version = "0.6.29" 3709 + source = "registry+https://github.com/rust-lang/crates.io-index" 3710 + checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 3711 + 3712 + [[package]] 3713 + name = "reqwest" 3714 + version = "0.11.16" 3715 + source = "registry+https://github.com/rust-lang/crates.io-index" 3716 + checksum = "27b71749df584b7f4cac2c426c127a7c785a5106cc98f7a8feb044115f0fa254" 3717 + dependencies = [ 3718 + "base64", 3719 + "bytes", 3720 + "encoding_rs", 3721 + "futures-core", 3722 + "futures-util", 3723 + "h2", 3724 + "http", 3725 + "http-body", 3726 + "hyper", 3727 + "hyper-rustls", 3728 + "ipnet", 3729 + "js-sys", 3730 + "log", 3731 + "mime", 3732 + "once_cell", 3733 + "percent-encoding", 3734 + "pin-project-lite", 3735 + "rustls", 3736 + "rustls-pemfile", 3737 + "serde", 3738 + "serde_json", 3739 + "serde_urlencoded", 3740 + "tokio", 3741 + "tokio-rustls", 3742 + "tower-service", 3743 + "url", 3744 + "wasm-bindgen", 3745 + "wasm-bindgen-futures", 3746 + "web-sys", 3747 + "webpki-roots", 3748 + "winreg 0.10.1", 3749 + ] 3750 + 3751 + [[package]] 3752 + name = "resvg" 3753 + version = "0.30.0" 3754 + source = "registry+https://github.com/rust-lang/crates.io-index" 3755 + checksum = "3781eed5e82686ce0cc64b081b70920487ad709525b4555060a63d53636dd46f" 3756 + dependencies = [ 3757 + "gif", 3758 + "jpeg-decoder", 3759 + "log", 3760 + "pico-args", 3761 + "png", 3762 + "rgb", 3763 + "svgfilters", 3764 + "svgtypes", 3765 + "tiny-skia 0.8.3", 3766 + "usvg", 3767 + ] 3768 + 3769 + [[package]] 3770 + name = "rfd" 3771 + version = "0.11.3" 3772 + source = "registry+https://github.com/rust-lang/crates.io-index" 3773 + checksum = "7cb2988ec50c9bcdb0c012b89643a6094a35a785a37897211ee62e1639342f7b" 3774 + dependencies = [ 3775 + "async-io", 3776 + "block", 3777 + "dispatch", 3778 + "futures-util", 3779 + "glib-sys", 3780 + "gobject-sys", 3781 + "gtk-sys", 3782 + "js-sys", 3783 + "log", 3784 + "objc", 3785 + "objc-foundation", 3786 + "objc_id", 3787 + "raw-window-handle 0.5.2", 3788 + "wasm-bindgen", 3789 + "wasm-bindgen-futures", 3790 + "web-sys", 3791 + "windows", 3792 + ] 3793 + 3794 + [[package]] 3795 + name = "rgb" 3796 + version = "0.8.36" 3797 + source = "registry+https://github.com/rust-lang/crates.io-index" 3798 + checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59" 3799 + dependencies = [ 3800 + "bytemuck", 3801 + ] 3802 + 3803 + [[package]] 3804 + name = "ring" 3805 + version = "0.16.20" 3806 + source = "registry+https://github.com/rust-lang/crates.io-index" 3807 + checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 3808 + dependencies = [ 3809 + "cc", 3810 + "libc", 3811 + "once_cell", 3812 + "spin 0.5.2", 3813 + "untrusted", 3814 + "web-sys", 3815 + "winapi", 3816 + ] 3817 + 3818 + [[package]] 3819 + name = "rosvgtree" 3820 + version = "0.2.0" 3821 + source = "registry+https://github.com/rust-lang/crates.io-index" 3822 + checksum = "8cdb7996003c5cc8a8c2585b4ab6b422da64ad86a9c99cfa7ba320e15e8739f3" 3823 + dependencies = [ 3824 + "log", 3825 + "roxmltree", 3826 + "simplecss", 3827 + "siphasher", 3828 + "svgtypes", 3829 + ] 3830 + 3831 + [[package]] 3832 + name = "roxmltree" 3833 + version = "0.18.0" 3834 + source = "registry+https://github.com/rust-lang/crates.io-index" 3835 + checksum = "d8f595a457b6b8c6cda66a48503e92ee8d19342f905948f29c383200ec9eb1d8" 3836 + dependencies = [ 3837 + "xmlparser", 3838 + ] 3839 + 3840 + [[package]] 3841 + name = "rust_hawktracer" 3842 + version = "0.7.0" 3843 + source = "registry+https://github.com/rust-lang/crates.io-index" 3844 + checksum = "e3480a29b927f66c6e06527be7f49ef4d291a01d694ec1fe85b0de71d6b02ac1" 3845 + dependencies = [ 3846 + "rust_hawktracer_normal_macro", 3847 + "rust_hawktracer_proc_macro", 3848 + ] 3849 + 3850 + [[package]] 3851 + name = "rust_hawktracer_normal_macro" 3852 + version = "0.4.1" 3853 + source = "registry+https://github.com/rust-lang/crates.io-index" 3854 + checksum = "8a570059949e1dcdc6f35228fa389f54c2c84dfe0c94c05022baacd56eacd2e9" 3855 + 3856 + [[package]] 3857 + name = "rust_hawktracer_proc_macro" 3858 + version = "0.4.1" 3859 + source = "registry+https://github.com/rust-lang/crates.io-index" 3860 + checksum = "cb626abdbed5e93f031baae60d72032f56bc964e11ac2ff65f2ba3ed98d6d3e1" 3861 + 3862 + [[package]] 3863 + name = "rustc-hash" 3864 + version = "1.1.0" 3865 + source = "registry+https://github.com/rust-lang/crates.io-index" 3866 + checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 3867 + 3868 + [[package]] 3869 + name = "rustc_version" 3870 + version = "0.4.0" 3871 + source = "registry+https://github.com/rust-lang/crates.io-index" 3872 + checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 3873 + dependencies = [ 3874 + "semver", 3875 + ] 3876 + 3877 + [[package]] 3878 + name = "rustix" 3879 + version = "0.37.6" 3880 + source = "registry+https://github.com/rust-lang/crates.io-index" 3881 + checksum = "d097081ed288dfe45699b72f5b5d648e5f15d64d900c7080273baa20c16a6849" 3882 + dependencies = [ 3883 + "bitflags", 3884 + "errno", 3885 + "io-lifetimes", 3886 + "libc", 3887 + "linux-raw-sys", 3888 + "windows-sys 0.45.0", 3889 + ] 3890 + 3891 + [[package]] 3892 + name = "rustls" 3893 + version = "0.20.8" 3894 + source = "registry+https://github.com/rust-lang/crates.io-index" 3895 + checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" 3896 + dependencies = [ 3897 + "log", 3898 + "ring", 3899 + "sct", 3900 + "webpki", 3901 + ] 3902 + 3903 + [[package]] 3904 + name = "rustls-pemfile" 3905 + version = "1.0.2" 3906 + source = "registry+https://github.com/rust-lang/crates.io-index" 3907 + checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" 3908 + dependencies = [ 3909 + "base64", 3910 + ] 3911 + 3912 + [[package]] 3913 + name = "rustversion" 3914 + version = "1.0.12" 3915 + source = "registry+https://github.com/rust-lang/crates.io-index" 3916 + checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06" 3917 + 3918 + [[package]] 3919 + name = "rustybuzz" 3920 + version = "0.7.0" 3921 + source = "registry+https://github.com/rust-lang/crates.io-index" 3922 + checksum = "162bdf42e261bee271b3957691018634488084ef577dddeb6420a9684cab2a6a" 3923 + dependencies = [ 3924 + "bitflags", 3925 + "bytemuck", 3926 + "smallvec", 3927 + "ttf-parser", 3928 + "unicode-bidi-mirroring", 3929 + "unicode-ccc", 3930 + "unicode-general-category", 3931 + "unicode-script", 3932 + ] 3933 + 3934 + [[package]] 3935 + name = "ryu" 3936 + version = "1.0.13" 3937 + source = "registry+https://github.com/rust-lang/crates.io-index" 3938 + checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 3939 + 3940 + [[package]] 3941 + name = "safe_arch" 3942 + version = "0.5.2" 3943 + source = "registry+https://github.com/rust-lang/crates.io-index" 3944 + checksum = "c1ff3d6d9696af502cc3110dacce942840fb06ff4514cad92236ecc455f2ce05" 3945 + dependencies = [ 3946 + "bytemuck", 3947 + ] 3948 + 3949 + [[package]] 3950 + name = "safe_arch" 3951 + version = "0.6.0" 3952 + source = "registry+https://github.com/rust-lang/crates.io-index" 3953 + checksum = "794821e4ccb0d9f979512f9c1973480123f9bd62a90d74ab0f9426fcf8f4a529" 3954 + dependencies = [ 3955 + "bytemuck", 3956 + ] 3957 + 3958 + [[package]] 3959 + name = "same-file" 3960 + version = "1.0.6" 3961 + source = "registry+https://github.com/rust-lang/crates.io-index" 3962 + checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 3963 + dependencies = [ 3964 + "winapi-util", 3965 + ] 3966 + 3967 + [[package]] 3968 + name = "scan_fmt" 3969 + version = "0.2.6" 3970 + source = "registry+https://github.com/rust-lang/crates.io-index" 3971 + checksum = "0b53b0a5db882a8e2fdaae0a43f7b39e7e9082389e978398bdf223a55b581248" 3972 + 3973 + [[package]] 3974 + name = "scoped-tls" 3975 + version = "1.0.1" 3976 + source = "registry+https://github.com/rust-lang/crates.io-index" 3977 + checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 3978 + 3979 + [[package]] 3980 + name = "scopeguard" 3981 + version = "1.1.0" 3982 + source = "registry+https://github.com/rust-lang/crates.io-index" 3983 + checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 3984 + 3985 + [[package]] 3986 + name = "sct" 3987 + version = "0.7.0" 3988 + source = "registry+https://github.com/rust-lang/crates.io-index" 3989 + checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" 3990 + dependencies = [ 3991 + "ring", 3992 + "untrusted", 3993 + ] 3994 + 3995 + [[package]] 3996 + name = "sctk-adwaita" 3997 + version = "0.4.3" 3998 + source = "registry+https://github.com/rust-lang/crates.io-index" 3999 + checksum = "61270629cc6b4d77ec1907db1033d5c2e1a404c412743621981a871dc9c12339" 4000 + dependencies = [ 4001 + "crossfont", 4002 + "log", 4003 + "smithay-client-toolkit", 4004 + "tiny-skia 0.7.0", 4005 + ] 4006 + 4007 + [[package]] 4008 + name = "self_update" 4009 + version = "0.36.0" 4010 + source = "registry+https://github.com/rust-lang/crates.io-index" 4011 + checksum = "ca4e4e6f29fddb78b3e7a6e5a395e8274d4aca2d36b2278a297fa49673a5b7c7" 4012 + dependencies = [ 4013 + "hyper", 4014 + "indicatif", 4015 + "log", 4016 + "quick-xml", 4017 + "regex", 4018 + "reqwest", 4019 + "semver", 4020 + "serde_json", 4021 + "tempfile", 4022 + "urlencoding", 4023 + ] 4024 + 4025 + [[package]] 4026 + name = "semver" 4027 + version = "1.0.17" 4028 + source = "registry+https://github.com/rust-lang/crates.io-index" 4029 + checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" 4030 + dependencies = [ 4031 + "serde", 4032 + ] 4033 + 4034 + [[package]] 4035 + name = "serde" 4036 + version = "1.0.159" 4037 + source = "registry+https://github.com/rust-lang/crates.io-index" 4038 + checksum = "3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065" 4039 + dependencies = [ 4040 + "serde_derive", 4041 + ] 4042 + 4043 + [[package]] 4044 + name = "serde_derive" 4045 + version = "1.0.159" 4046 + source = "registry+https://github.com/rust-lang/crates.io-index" 4047 + checksum = "4c614d17805b093df4b147b51339e7e44bf05ef59fba1e45d83500bcfb4d8585" 4048 + dependencies = [ 4049 + "proc-macro2", 4050 + "quote", 4051 + "syn 2.0.12", 4052 + ] 4053 + 4054 + [[package]] 4055 + name = "serde_json" 4056 + version = "1.0.95" 4057 + source = "registry+https://github.com/rust-lang/crates.io-index" 4058 + checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744" 4059 + dependencies = [ 4060 + "itoa", 4061 + "ryu", 4062 + "serde", 4063 + ] 4064 + 4065 + [[package]] 4066 + name = "serde_spanned" 4067 + version = "0.6.1" 4068 + source = "registry+https://github.com/rust-lang/crates.io-index" 4069 + checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4" 4070 + dependencies = [ 4071 + "serde", 4072 + ] 4073 + 4074 + [[package]] 4075 + name = "serde_urlencoded" 4076 + version = "0.7.1" 4077 + source = "registry+https://github.com/rust-lang/crates.io-index" 4078 + checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 4079 + dependencies = [ 4080 + "form_urlencoded", 4081 + "itoa", 4082 + "ryu", 4083 + "serde", 4084 + ] 4085 + 4086 + [[package]] 4087 + name = "servo-fontconfig" 4088 + version = "0.5.1" 4089 + source = "registry+https://github.com/rust-lang/crates.io-index" 4090 + checksum = "c7e3e22fe5fd73d04ebf0daa049d3efe3eae55369ce38ab16d07ddd9ac5c217c" 4091 + dependencies = [ 4092 + "libc", 4093 + "servo-fontconfig-sys", 4094 + ] 4095 + 4096 + [[package]] 4097 + name = "servo-fontconfig-sys" 4098 + version = "5.1.0" 4099 + source = "registry+https://github.com/rust-lang/crates.io-index" 4100 + checksum = "e36b879db9892dfa40f95da1c38a835d41634b825fbd8c4c418093d53c24b388" 4101 + dependencies = [ 4102 + "expat-sys", 4103 + "freetype-sys", 4104 + "pkg-config", 4105 + ] 4106 + 4107 + [[package]] 4108 + name = "sha2" 4109 + version = "0.7.1" 4110 + source = "registry+https://github.com/rust-lang/crates.io-index" 4111 + checksum = "9eb6be24e4c23a84d7184280d2722f7f2731fcdd4a9d886efbfe4413e4847ea0" 4112 + dependencies = [ 4113 + "block-buffer", 4114 + "byte-tools", 4115 + "digest", 4116 + "fake-simd", 4117 + ] 4118 + 4119 + [[package]] 4120 + name = "simba" 4121 + version = "0.8.0" 4122 + source = "registry+https://github.com/rust-lang/crates.io-index" 4123 + checksum = "50582927ed6f77e4ac020c057f37a268fc6aebc29225050365aacbb9deeeddc4" 4124 + dependencies = [ 4125 + "approx", 4126 + "num-complex", 4127 + "num-traits 0.2.15", 4128 + "paste", 4129 + "wide", 4130 + ] 4131 + 4132 + [[package]] 4133 + name = "simd-adler32" 4134 + version = "0.3.5" 4135 + source = "registry+https://github.com/rust-lang/crates.io-index" 4136 + checksum = "238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f" 4137 + 4138 + [[package]] 4139 + name = "simd_helpers" 4140 + version = "0.1.0" 4141 + source = "registry+https://github.com/rust-lang/crates.io-index" 4142 + checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6" 4143 + dependencies = [ 4144 + "quote", 4145 + ] 4146 + 4147 + [[package]] 4148 + name = "simplecss" 4149 + version = "0.2.1" 4150 + source = "registry+https://github.com/rust-lang/crates.io-index" 4151 + checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d" 4152 + dependencies = [ 4153 + "log", 4154 + ] 4155 + 4156 + [[package]] 4157 + name = "siphasher" 4158 + version = "0.3.10" 4159 + source = "registry+https://github.com/rust-lang/crates.io-index" 4160 + checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" 4161 + 4162 + [[package]] 4163 + name = "slab" 4164 + version = "0.4.8" 4165 + source = "registry+https://github.com/rust-lang/crates.io-index" 4166 + checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 4167 + dependencies = [ 4168 + "autocfg", 4169 + ] 4170 + 4171 + [[package]] 4172 + name = "slotmap" 4173 + version = "1.0.6" 4174 + source = "registry+https://github.com/rust-lang/crates.io-index" 4175 + checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342" 4176 + dependencies = [ 4177 + "version_check", 4178 + ] 4179 + 4180 + [[package]] 4181 + name = "smallvec" 4182 + version = "1.10.0" 4183 + source = "registry+https://github.com/rust-lang/crates.io-index" 4184 + checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 4185 + 4186 + [[package]] 4187 + name = "smithay-client-toolkit" 4188 + version = "0.16.0" 4189 + source = "registry+https://github.com/rust-lang/crates.io-index" 4190 + checksum = "f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454" 4191 + dependencies = [ 4192 + "bitflags", 4193 + "calloop", 4194 + "dlib", 4195 + "lazy_static", 4196 + "log", 4197 + "memmap2", 4198 + "nix 0.24.3", 4199 + "pkg-config", 4200 + "wayland-client", 4201 + "wayland-cursor", 4202 + "wayland-protocols", 4203 + ] 4204 + 4205 + [[package]] 4206 + name = "socket2" 4207 + version = "0.4.9" 4208 + source = "registry+https://github.com/rust-lang/crates.io-index" 4209 + checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 4210 + dependencies = [ 4211 + "libc", 4212 + "winapi", 4213 + ] 4214 + 4215 + [[package]] 4216 + name = "spin" 4217 + version = "0.5.2" 4218 + source = "registry+https://github.com/rust-lang/crates.io-index" 4219 + checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 4220 + 4221 + [[package]] 4222 + name = "spin" 4223 + version = "0.9.7" 4224 + source = "registry+https://github.com/rust-lang/crates.io-index" 4225 + checksum = "c0959fd6f767df20b231736396e4f602171e00d95205676286e79d4a4eb67bef" 4226 + dependencies = [ 4227 + "lock_api", 4228 + ] 4229 + 4230 + [[package]] 4231 + name = "spirv_cross" 4232 + version = "0.23.1" 4233 + source = "registry+https://github.com/rust-lang/crates.io-index" 4234 + checksum = "60647fadbf83c4a72f0d7ea67a7ca3a81835cf442b8deae5c134c3e0055b2e14" 4235 + dependencies = [ 4236 + "cc", 4237 + "js-sys", 4238 + "wasm-bindgen", 4239 + ] 4240 + 4241 + [[package]] 4242 + name = "stable_deref_trait" 4243 + version = "1.2.0" 4244 + source = "registry+https://github.com/rust-lang/crates.io-index" 4245 + checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 4246 + 4247 + [[package]] 4248 + name = "static_assertions" 4249 + version = "1.1.0" 4250 + source = "registry+https://github.com/rust-lang/crates.io-index" 4251 + checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 4252 + 4253 + [[package]] 4254 + name = "str-buf" 4255 + version = "1.0.6" 4256 + source = "registry+https://github.com/rust-lang/crates.io-index" 4257 + checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0" 4258 + 4259 + [[package]] 4260 + name = "strict-num" 4261 + version = "0.1.0" 4262 + source = "registry+https://github.com/rust-lang/crates.io-index" 4263 + checksum = "9df65f20698aeed245efdde3628a6b559ea1239bbb871af1b6e3b58c413b2bd1" 4264 + dependencies = [ 4265 + "float-cmp", 4266 + ] 4267 + 4268 + [[package]] 4269 + name = "strsim" 4270 + version = "0.10.0" 4271 + source = "registry+https://github.com/rust-lang/crates.io-index" 4272 + checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 4273 + 4274 + [[package]] 4275 + name = "strum" 4276 + version = "0.24.1" 4277 + source = "registry+https://github.com/rust-lang/crates.io-index" 4278 + checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" 4279 + dependencies = [ 4280 + "strum_macros", 4281 + ] 4282 + 4283 + [[package]] 4284 + name = "strum_macros" 4285 + version = "0.24.3" 4286 + source = "registry+https://github.com/rust-lang/crates.io-index" 4287 + checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" 4288 + dependencies = [ 4289 + "heck", 4290 + "proc-macro2", 4291 + "quote", 4292 + "rustversion", 4293 + "syn 1.0.109", 4294 + ] 4295 + 4296 + [[package]] 4297 + name = "svgfilters" 4298 + version = "0.4.0" 4299 + source = "registry+https://github.com/rust-lang/crates.io-index" 4300 + checksum = "639abcebc15fdc2df179f37d6f5463d660c1c79cd552c12343a4600827a04bce" 4301 + dependencies = [ 4302 + "float-cmp", 4303 + "rgb", 4304 + ] 4305 + 4306 + [[package]] 4307 + name = "svgtypes" 4308 + version = "0.11.0" 4309 + source = "registry+https://github.com/rust-lang/crates.io-index" 4310 + checksum = "ed4b0611e7f3277f68c0fa18e385d9e2d26923691379690039548f867cef02a7" 4311 + dependencies = [ 4312 + "kurbo", 4313 + "siphasher", 4314 + ] 4315 + 4316 + [[package]] 4317 + name = "syn" 4318 + version = "1.0.109" 4319 + source = "registry+https://github.com/rust-lang/crates.io-index" 4320 + checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 4321 + dependencies = [ 4322 + "proc-macro2", 4323 + "quote", 4324 + "unicode-ident", 4325 + ] 4326 + 4327 + [[package]] 4328 + name = "syn" 4329 + version = "2.0.12" 4330 + source = "registry+https://github.com/rust-lang/crates.io-index" 4331 + checksum = "79d9531f94112cfc3e4c8f5f02cb2b58f72c97b7efd85f70203cc6d8efda5927" 4332 + dependencies = [ 4333 + "proc-macro2", 4334 + "quote", 4335 + "unicode-ident", 4336 + ] 4337 + 4338 + [[package]] 4339 + name = "system-deps" 4340 + version = "6.0.4" 4341 + source = "registry+https://github.com/rust-lang/crates.io-index" 4342 + checksum = "555fc8147af6256f3931a36bb83ad0023240ce9cf2b319dec8236fd1f220b05f" 4343 + dependencies = [ 4344 + "cfg-expr", 4345 + "heck", 4346 + "pkg-config", 4347 + "toml 0.7.3", 4348 + "version-compare", 4349 + ] 4350 + 4351 + [[package]] 4352 + name = "tempfile" 4353 + version = "3.5.0" 4354 + source = "registry+https://github.com/rust-lang/crates.io-index" 4355 + checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 4356 + dependencies = [ 4357 + "cfg-if 1.0.0", 4358 + "fastrand", 4359 + "redox_syscall 0.3.5", 4360 + "rustix", 4361 + "windows-sys 0.45.0", 4362 + ] 4363 + 4364 + [[package]] 4365 + name = "termcolor" 4366 + version = "1.2.0" 4367 + source = "registry+https://github.com/rust-lang/crates.io-index" 4368 + checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 4369 + dependencies = [ 4370 + "winapi-util", 4371 + ] 4372 + 4373 + [[package]] 4374 + name = "textwrap" 4375 + version = "0.16.0" 4376 + source = "registry+https://github.com/rust-lang/crates.io-index" 4377 + checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" 4378 + 4379 + [[package]] 4380 + name = "thiserror" 4381 + version = "1.0.40" 4382 + source = "registry+https://github.com/rust-lang/crates.io-index" 4383 + checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 4384 + dependencies = [ 4385 + "thiserror-impl", 4386 + ] 4387 + 4388 + [[package]] 4389 + name = "thiserror-impl" 4390 + version = "1.0.40" 4391 + source = "registry+https://github.com/rust-lang/crates.io-index" 4392 + checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 4393 + dependencies = [ 4394 + "proc-macro2", 4395 + "quote", 4396 + "syn 2.0.12", 4397 + ] 4398 + 4399 + [[package]] 4400 + name = "tiff" 4401 + version = "0.8.1" 4402 + source = "registry+https://github.com/rust-lang/crates.io-index" 4403 + checksum = "7449334f9ff2baf290d55d73983a7d6fa15e01198faef72af07e2a8db851e471" 4404 + dependencies = [ 4405 + "flate2", 4406 + "jpeg-decoder", 4407 + "weezl", 4408 + ] 4409 + 4410 + [[package]] 4411 + name = "tiff" 4412 + version = "0.9.0" 4413 + source = "registry+https://github.com/rust-lang/crates.io-index" 4414 + checksum = "6d172b0f4d3fba17ba89811858b9d3d97f928aece846475bbda076ca46736211" 4415 + dependencies = [ 4416 + "flate2", 4417 + "jpeg-decoder", 4418 + "weezl", 4419 + ] 4420 + 4421 + [[package]] 4422 + name = "time" 4423 + version = "0.1.45" 4424 + source = "registry+https://github.com/rust-lang/crates.io-index" 4425 + checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" 4426 + dependencies = [ 4427 + "libc", 4428 + "wasi 0.10.0+wasi-snapshot-preview1", 4429 + "winapi", 4430 + ] 4431 + 4432 + [[package]] 4433 + name = "tiny-skia" 4434 + version = "0.7.0" 4435 + source = "registry+https://github.com/rust-lang/crates.io-index" 4436 + checksum = "642680569bb895b16e4b9d181c60be1ed136fa0c9c7f11d004daf053ba89bf82" 4437 + dependencies = [ 4438 + "arrayref", 4439 + "arrayvec 0.5.2", 4440 + "bytemuck", 4441 + "cfg-if 1.0.0", 4442 + "png", 4443 + "safe_arch 0.5.2", 4444 + "tiny-skia-path 0.7.0", 4445 + ] 4446 + 4447 + [[package]] 4448 + name = "tiny-skia" 4449 + version = "0.8.3" 4450 + source = "registry+https://github.com/rust-lang/crates.io-index" 4451 + checksum = "bfef3412c6975196fdfac41ef232f910be2bb37b9dd3313a49a1a6bc815a5bdb" 4452 + dependencies = [ 4453 + "arrayref", 4454 + "arrayvec 0.7.2", 4455 + "bytemuck", 4456 + "cfg-if 1.0.0", 4457 + "png", 4458 + "tiny-skia-path 0.8.3", 4459 + ] 4460 + 4461 + [[package]] 4462 + name = "tiny-skia-path" 4463 + version = "0.7.0" 4464 + source = "registry+https://github.com/rust-lang/crates.io-index" 4465 + checksum = "c114d32f0c2ee43d585367cb013dfaba967ab9f62b90d9af0d696e955e70fa6c" 4466 + dependencies = [ 4467 + "arrayref", 4468 + "bytemuck", 4469 + ] 4470 + 4471 + [[package]] 4472 + name = "tiny-skia-path" 4473 + version = "0.8.3" 4474 + source = "registry+https://github.com/rust-lang/crates.io-index" 4475 + checksum = "a4b5edac058fc98f51c935daea4d805b695b38e2f151241cad125ade2a2ac20d" 4476 + dependencies = [ 4477 + "arrayref", 4478 + "bytemuck", 4479 + "strict-num", 4480 + ] 4481 + 4482 + [[package]] 4483 + name = "tinyvec" 4484 + version = "1.6.0" 4485 + source = "registry+https://github.com/rust-lang/crates.io-index" 4486 + checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 4487 + dependencies = [ 4488 + "tinyvec_macros", 4489 + ] 4490 + 4491 + [[package]] 4492 + name = "tinyvec_macros" 4493 + version = "0.1.1" 4494 + source = "registry+https://github.com/rust-lang/crates.io-index" 4495 + checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 4496 + 4497 + [[package]] 4498 + name = "tokio" 4499 + version = "1.27.0" 4500 + source = "registry+https://github.com/rust-lang/crates.io-index" 4501 + checksum = "d0de47a4eecbe11f498978a9b29d792f0d2692d1dd003650c24c76510e3bc001" 4502 + dependencies = [ 4503 + "autocfg", 4504 + "bytes", 4505 + "libc", 4506 + "mio", 4507 + "num_cpus", 4508 + "pin-project-lite", 4509 + "socket2", 4510 + "windows-sys 0.45.0", 4511 + ] 4512 + 4513 + [[package]] 4514 + name = "tokio-rustls" 4515 + version = "0.23.4" 4516 + source = "registry+https://github.com/rust-lang/crates.io-index" 4517 + checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" 4518 + dependencies = [ 4519 + "rustls", 4520 + "tokio", 4521 + "webpki", 4522 + ] 4523 + 4524 + [[package]] 4525 + name = "tokio-util" 4526 + version = "0.7.7" 4527 + source = "registry+https://github.com/rust-lang/crates.io-index" 4528 + checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2" 4529 + dependencies = [ 4530 + "bytes", 4531 + "futures-core", 4532 + "futures-sink", 4533 + "pin-project-lite", 4534 + "tokio", 4535 + "tracing", 4536 + ] 4537 + 4538 + [[package]] 4539 + name = "toml" 4540 + version = "0.5.11" 4541 + source = "registry+https://github.com/rust-lang/crates.io-index" 4542 + checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 4543 + dependencies = [ 4544 + "serde", 4545 + ] 4546 + 4547 + [[package]] 4548 + name = "toml" 4549 + version = "0.7.3" 4550 + source = "registry+https://github.com/rust-lang/crates.io-index" 4551 + checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21" 4552 + dependencies = [ 4553 + "serde", 4554 + "serde_spanned", 4555 + "toml_datetime", 4556 + "toml_edit", 4557 + ] 4558 + 4559 + [[package]] 4560 + name = "toml_datetime" 4561 + version = "0.6.1" 4562 + source = "registry+https://github.com/rust-lang/crates.io-index" 4563 + checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622" 4564 + dependencies = [ 4565 + "serde", 4566 + ] 4567 + 4568 + [[package]] 4569 + name = "toml_edit" 4570 + version = "0.19.8" 4571 + source = "registry+https://github.com/rust-lang/crates.io-index" 4572 + checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13" 4573 + dependencies = [ 4574 + "indexmap", 4575 + "serde", 4576 + "serde_spanned", 4577 + "toml_datetime", 4578 + "winnow", 4579 + ] 4580 + 4581 + [[package]] 4582 + name = "tonemap" 4583 + version = "0.0.4" 4584 + source = "registry+https://github.com/rust-lang/crates.io-index" 4585 + checksum = "2d97478858c823077ed7bc79d6a84be4e0af8e9882b222e61a8a5dbae458f45d" 4586 + 4587 + [[package]] 4588 + name = "tower-service" 4589 + version = "0.3.2" 4590 + source = "registry+https://github.com/rust-lang/crates.io-index" 4591 + checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 4592 + 4593 + [[package]] 4594 + name = "tracing" 4595 + version = "0.1.37" 4596 + source = "registry+https://github.com/rust-lang/crates.io-index" 4597 + checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 4598 + dependencies = [ 4599 + "cfg-if 1.0.0", 4600 + "pin-project-lite", 4601 + "tracing-core", 4602 + ] 4603 + 4604 + [[package]] 4605 + name = "tracing-core" 4606 + version = "0.1.30" 4607 + source = "registry+https://github.com/rust-lang/crates.io-index" 4608 + checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" 4609 + dependencies = [ 4610 + "once_cell", 4611 + ] 4612 + 4613 + [[package]] 4614 + name = "try-lock" 4615 + version = "0.2.4" 4616 + source = "registry+https://github.com/rust-lang/crates.io-index" 4617 + checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" 4618 + 4619 + [[package]] 4620 + name = "ttf-parser" 4621 + version = "0.18.1" 4622 + source = "registry+https://github.com/rust-lang/crates.io-index" 4623 + checksum = "0609f771ad9c6155384897e1df4d948e692667cc0588548b68eb44d052b27633" 4624 + 4625 + [[package]] 4626 + name = "turbojpeg" 4627 + version = "0.5.2" 4628 + source = "registry+https://github.com/rust-lang/crates.io-index" 4629 + checksum = "22d317e50cdcd80f9b5e9e23f931357973596fb0cdd469ef260d27dcb55dc779" 4630 + dependencies = [ 4631 + "image", 4632 + "libc", 4633 + "thiserror", 4634 + "turbojpeg-sys", 4635 + ] 4636 + 4637 + [[package]] 4638 + name = "turbojpeg-sys" 4639 + version = "0.2.3" 4640 + source = "registry+https://github.com/rust-lang/crates.io-index" 4641 + checksum = "a1e9e755f0086dc42f4b285972b1f9fd136861b48dd4f3c0472cb5b71f5cb3e6" 4642 + dependencies = [ 4643 + "anyhow", 4644 + "cmake", 4645 + "libc", 4646 + "pkg-config", 4647 + ] 4648 + 4649 + [[package]] 4650 + name = "twox-hash" 4651 + version = "1.6.3" 4652 + source = "registry+https://github.com/rust-lang/crates.io-index" 4653 + checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" 4654 + dependencies = [ 4655 + "cfg-if 1.0.0", 4656 + "rand", 4657 + "static_assertions", 4658 + ] 4659 + 4660 + [[package]] 4661 + name = "typenum" 4662 + version = "1.16.0" 4663 + source = "registry+https://github.com/rust-lang/crates.io-index" 4664 + checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 4665 + 4666 + [[package]] 4667 + name = "unicase" 4668 + version = "2.6.0" 4669 + source = "registry+https://github.com/rust-lang/crates.io-index" 4670 + checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 4671 + dependencies = [ 4672 + "version_check", 4673 + ] 4674 + 4675 + [[package]] 4676 + name = "unicode-bidi" 4677 + version = "0.3.13" 4678 + source = "registry+https://github.com/rust-lang/crates.io-index" 4679 + checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 4680 + 4681 + [[package]] 4682 + name = "unicode-bidi-mirroring" 4683 + version = "0.1.0" 4684 + source = "registry+https://github.com/rust-lang/crates.io-index" 4685 + checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694" 4686 + 4687 + [[package]] 4688 + name = "unicode-ccc" 4689 + version = "0.1.2" 4690 + source = "registry+https://github.com/rust-lang/crates.io-index" 4691 + checksum = "cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1" 4692 + 4693 + [[package]] 4694 + name = "unicode-general-category" 4695 + version = "0.6.0" 4696 + source = "registry+https://github.com/rust-lang/crates.io-index" 4697 + checksum = "2281c8c1d221438e373249e065ca4989c4c36952c211ff21a0ee91c44a3869e7" 4698 + 4699 + [[package]] 4700 + name = "unicode-ident" 4701 + version = "1.0.8" 4702 + source = "registry+https://github.com/rust-lang/crates.io-index" 4703 + checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 4704 + 4705 + [[package]] 4706 + name = "unicode-normalization" 4707 + version = "0.1.22" 4708 + source = "registry+https://github.com/rust-lang/crates.io-index" 4709 + checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 4710 + dependencies = [ 4711 + "tinyvec", 4712 + ] 4713 + 4714 + [[package]] 4715 + name = "unicode-script" 4716 + version = "0.5.5" 4717 + source = "registry+https://github.com/rust-lang/crates.io-index" 4718 + checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc" 4719 + 4720 + [[package]] 4721 + name = "unicode-vo" 4722 + version = "0.1.0" 4723 + source = "registry+https://github.com/rust-lang/crates.io-index" 4724 + checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94" 4725 + 4726 + [[package]] 4727 + name = "unicode-width" 4728 + version = "0.1.10" 4729 + source = "registry+https://github.com/rust-lang/crates.io-index" 4730 + checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 4731 + 4732 + [[package]] 4733 + name = "untrusted" 4734 + version = "0.7.1" 4735 + source = "registry+https://github.com/rust-lang/crates.io-index" 4736 + checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 4737 + 4738 + [[package]] 4739 + name = "url" 4740 + version = "2.3.1" 4741 + source = "registry+https://github.com/rust-lang/crates.io-index" 4742 + checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 4743 + dependencies = [ 4744 + "form_urlencoded", 4745 + "idna", 4746 + "percent-encoding", 4747 + ] 4748 + 4749 + [[package]] 4750 + name = "urlencoding" 4751 + version = "2.1.2" 4752 + source = "registry+https://github.com/rust-lang/crates.io-index" 4753 + checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9" 4754 + 4755 + [[package]] 4756 + name = "usvg" 4757 + version = "0.30.0" 4758 + source = "registry+https://github.com/rust-lang/crates.io-index" 4759 + checksum = "15cc6c2525931fafd8dd1b1169805c02b6ad8aeb85ca454413cc251df0592220" 4760 + dependencies = [ 4761 + "base64", 4762 + "log", 4763 + "pico-args", 4764 + "usvg-parser", 4765 + "usvg-text-layout", 4766 + "usvg-tree", 4767 + "xmlwriter", 4768 + ] 4769 + 4770 + [[package]] 4771 + name = "usvg-parser" 4772 + version = "0.30.0" 4773 + source = "registry+https://github.com/rust-lang/crates.io-index" 4774 + checksum = "8177e95723471c172d1163d4d6b28c0ede7a3ef6389a117b69ae323faf8b62a1" 4775 + dependencies = [ 4776 + "data-url", 4777 + "flate2", 4778 + "imagesize", 4779 + "kurbo", 4780 + "log", 4781 + "rosvgtree", 4782 + "strict-num", 4783 + "svgtypes", 4784 + "usvg-tree", 4785 + ] 4786 + 4787 + [[package]] 4788 + name = "usvg-text-layout" 4789 + version = "0.30.0" 4790 + source = "registry+https://github.com/rust-lang/crates.io-index" 4791 + checksum = "0accc97b136de1893848eede9b1b44e8e0acaaa687e65c64097335029fd72c54" 4792 + dependencies = [ 4793 + "fontdb", 4794 + "kurbo", 4795 + "log", 4796 + "rustybuzz", 4797 + "unicode-bidi", 4798 + "unicode-script", 4799 + "unicode-vo", 4800 + "usvg-tree", 4801 + ] 4802 + 4803 + [[package]] 4804 + name = "usvg-tree" 4805 + version = "0.30.0" 4806 + source = "registry+https://github.com/rust-lang/crates.io-index" 4807 + checksum = "a58ac99ef85e0a970d0b1cdb89b9327069d853876da8b64a2bd96fc0d25cad8c" 4808 + dependencies = [ 4809 + "kurbo", 4810 + "rctree", 4811 + "strict-num", 4812 + "svgtypes", 4813 + ] 4814 + 4815 + [[package]] 4816 + name = "v_frame" 4817 + version = "0.3.3" 4818 + source = "registry+https://github.com/rust-lang/crates.io-index" 4819 + checksum = "148c23ce3c8dae5562911cba1c264eaa5e31e133e0d5d08455409de9dd540358" 4820 + dependencies = [ 4821 + "cfg-if 1.0.0", 4822 + "new_debug_unreachable", 4823 + "noop_proc_macro", 4824 + "num-derive", 4825 + "num-traits 0.2.15", 4826 + "rust_hawktracer", 4827 + ] 4828 + 4829 + [[package]] 4830 + name = "vec_map" 4831 + version = "0.8.2" 4832 + source = "registry+https://github.com/rust-lang/crates.io-index" 4833 + checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 4834 + 4835 + [[package]] 4836 + name = "version-compare" 4837 + version = "0.1.1" 4838 + source = "registry+https://github.com/rust-lang/crates.io-index" 4839 + checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29" 4840 + 4841 + [[package]] 4842 + name = "version_check" 4843 + version = "0.9.4" 4844 + source = "registry+https://github.com/rust-lang/crates.io-index" 4845 + checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 4846 + 4847 + [[package]] 4848 + name = "waker-fn" 4849 + version = "1.1.0" 4850 + source = "registry+https://github.com/rust-lang/crates.io-index" 4851 + checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" 4852 + 4853 + [[package]] 4854 + name = "walkdir" 4855 + version = "2.3.3" 4856 + source = "registry+https://github.com/rust-lang/crates.io-index" 4857 + checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" 4858 + dependencies = [ 4859 + "same-file", 4860 + "winapi-util", 4861 + ] 4862 + 4863 + [[package]] 4864 + name = "want" 4865 + version = "0.3.0" 4866 + source = "registry+https://github.com/rust-lang/crates.io-index" 4867 + checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 4868 + dependencies = [ 4869 + "log", 4870 + "try-lock", 4871 + ] 4872 + 4873 + [[package]] 4874 + name = "wasi" 4875 + version = "0.10.0+wasi-snapshot-preview1" 4876 + source = "registry+https://github.com/rust-lang/crates.io-index" 4877 + checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 4878 + 4879 + [[package]] 4880 + name = "wasi" 4881 + version = "0.11.0+wasi-snapshot-preview1" 4882 + source = "registry+https://github.com/rust-lang/crates.io-index" 4883 + checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 4884 + 4885 + [[package]] 4886 + name = "wasm-bindgen" 4887 + version = "0.2.84" 4888 + source = "registry+https://github.com/rust-lang/crates.io-index" 4889 + checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" 4890 + dependencies = [ 4891 + "cfg-if 1.0.0", 4892 + "wasm-bindgen-macro", 4893 + ] 4894 + 4895 + [[package]] 4896 + name = "wasm-bindgen-backend" 4897 + version = "0.2.84" 4898 + source = "registry+https://github.com/rust-lang/crates.io-index" 4899 + checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" 4900 + dependencies = [ 4901 + "bumpalo", 4902 + "log", 4903 + "once_cell", 4904 + "proc-macro2", 4905 + "quote", 4906 + "syn 1.0.109", 4907 + "wasm-bindgen-shared", 4908 + ] 4909 + 4910 + [[package]] 4911 + name = "wasm-bindgen-futures" 4912 + version = "0.4.34" 4913 + source = "registry+https://github.com/rust-lang/crates.io-index" 4914 + checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" 4915 + dependencies = [ 4916 + "cfg-if 1.0.0", 4917 + "js-sys", 4918 + "wasm-bindgen", 4919 + "web-sys", 4920 + ] 4921 + 4922 + [[package]] 4923 + name = "wasm-bindgen-macro" 4924 + version = "0.2.84" 4925 + source = "registry+https://github.com/rust-lang/crates.io-index" 4926 + checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" 4927 + dependencies = [ 4928 + "quote", 4929 + "wasm-bindgen-macro-support", 4930 + ] 4931 + 4932 + [[package]] 4933 + name = "wasm-bindgen-macro-support" 4934 + version = "0.2.84" 4935 + source = "registry+https://github.com/rust-lang/crates.io-index" 4936 + checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" 4937 + dependencies = [ 4938 + "proc-macro2", 4939 + "quote", 4940 + "syn 1.0.109", 4941 + "wasm-bindgen-backend", 4942 + "wasm-bindgen-shared", 4943 + ] 4944 + 4945 + [[package]] 4946 + name = "wasm-bindgen-shared" 4947 + version = "0.2.84" 4948 + source = "registry+https://github.com/rust-lang/crates.io-index" 4949 + checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 4950 + 4951 + [[package]] 4952 + name = "wayland-client" 4953 + version = "0.29.5" 4954 + source = "registry+https://github.com/rust-lang/crates.io-index" 4955 + checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715" 4956 + dependencies = [ 4957 + "bitflags", 4958 + "downcast-rs", 4959 + "libc", 4960 + "nix 0.24.3", 4961 + "scoped-tls", 4962 + "wayland-commons", 4963 + "wayland-scanner", 4964 + "wayland-sys 0.29.5", 4965 + ] 4966 + 4967 + [[package]] 4968 + name = "wayland-commons" 4969 + version = "0.29.5" 4970 + source = "registry+https://github.com/rust-lang/crates.io-index" 4971 + checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902" 4972 + dependencies = [ 4973 + "nix 0.24.3", 4974 + "once_cell", 4975 + "smallvec", 4976 + "wayland-sys 0.29.5", 4977 + ] 4978 + 4979 + [[package]] 4980 + name = "wayland-cursor" 4981 + version = "0.29.5" 4982 + source = "registry+https://github.com/rust-lang/crates.io-index" 4983 + checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661" 4984 + dependencies = [ 4985 + "nix 0.24.3", 4986 + "wayland-client", 4987 + "xcursor", 4988 + ] 4989 + 4990 + [[package]] 4991 + name = "wayland-protocols" 4992 + version = "0.29.5" 4993 + source = "registry+https://github.com/rust-lang/crates.io-index" 4994 + checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6" 4995 + dependencies = [ 4996 + "bitflags", 4997 + "wayland-client", 4998 + "wayland-commons", 4999 + "wayland-scanner", 5000 + ] 5001 + 5002 + [[package]] 5003 + name = "wayland-scanner" 5004 + version = "0.29.5" 5005 + source = "registry+https://github.com/rust-lang/crates.io-index" 5006 + checksum = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53" 5007 + dependencies = [ 5008 + "proc-macro2", 5009 + "quote", 5010 + "xml-rs", 5011 + ] 5012 + 5013 + [[package]] 5014 + name = "wayland-sys" 5015 + version = "0.29.5" 5016 + source = "registry+https://github.com/rust-lang/crates.io-index" 5017 + checksum = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4" 5018 + dependencies = [ 5019 + "dlib", 5020 + "lazy_static", 5021 + "pkg-config", 5022 + ] 5023 + 5024 + [[package]] 5025 + name = "wayland-sys" 5026 + version = "0.30.1" 5027 + source = "registry+https://github.com/rust-lang/crates.io-index" 5028 + checksum = "96b2a02ac608e07132978689a6f9bf4214949c85998c247abadd4f4129b1aa06" 5029 + dependencies = [ 5030 + "dlib", 5031 + "lazy_static", 5032 + "log", 5033 + "pkg-config", 5034 + ] 5035 + 5036 + [[package]] 5037 + name = "web-sys" 5038 + version = "0.3.61" 5039 + source = "registry+https://github.com/rust-lang/crates.io-index" 5040 + checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" 5041 + dependencies = [ 5042 + "js-sys", 5043 + "wasm-bindgen", 5044 + ] 5045 + 5046 + [[package]] 5047 + name = "webbrowser" 5048 + version = "0.8.8" 5049 + source = "registry+https://github.com/rust-lang/crates.io-index" 5050 + checksum = "579cc485bd5ce5bfa0d738e4921dd0b956eca9800be1fd2e5257ebe95bc4617e" 5051 + dependencies = [ 5052 + "core-foundation", 5053 + "dirs 4.0.0", 5054 + "jni", 5055 + "log", 5056 + "ndk-context", 5057 + "objc", 5058 + "raw-window-handle 0.5.2", 5059 + "url", 5060 + "web-sys", 5061 + ] 5062 + 5063 + [[package]] 5064 + name = "webpki" 5065 + version = "0.22.0" 5066 + source = "registry+https://github.com/rust-lang/crates.io-index" 5067 + checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" 5068 + dependencies = [ 5069 + "ring", 5070 + "untrusted", 5071 + ] 5072 + 5073 + [[package]] 5074 + name = "webpki-roots" 5075 + version = "0.22.6" 5076 + source = "registry+https://github.com/rust-lang/crates.io-index" 5077 + checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" 5078 + dependencies = [ 5079 + "webpki", 5080 + ] 5081 + 5082 + [[package]] 5083 + name = "weezl" 5084 + version = "0.1.7" 5085 + source = "registry+https://github.com/rust-lang/crates.io-index" 5086 + checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb" 5087 + 5088 + [[package]] 5089 + name = "wide" 5090 + version = "0.7.8" 5091 + source = "registry+https://github.com/rust-lang/crates.io-index" 5092 + checksum = "b689b6c49d6549434bf944e6b0f39238cf63693cb7a147e9d887507fffa3b223" 5093 + dependencies = [ 5094 + "bytemuck", 5095 + "safe_arch 0.6.0", 5096 + ] 5097 + 5098 + [[package]] 5099 + name = "winapi" 5100 + version = "0.3.9" 5101 + source = "registry+https://github.com/rust-lang/crates.io-index" 5102 + checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 5103 + dependencies = [ 5104 + "winapi-i686-pc-windows-gnu", 5105 + "winapi-x86_64-pc-windows-gnu", 5106 + ] 5107 + 5108 + [[package]] 5109 + name = "winapi-i686-pc-windows-gnu" 5110 + version = "0.4.0" 5111 + source = "registry+https://github.com/rust-lang/crates.io-index" 5112 + checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 5113 + 5114 + [[package]] 5115 + name = "winapi-util" 5116 + version = "0.1.5" 5117 + source = "registry+https://github.com/rust-lang/crates.io-index" 5118 + checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 5119 + dependencies = [ 5120 + "winapi", 5121 + ] 5122 + 5123 + [[package]] 5124 + name = "winapi-wsapoll" 5125 + version = "0.1.1" 5126 + source = "registry+https://github.com/rust-lang/crates.io-index" 5127 + checksum = "44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e" 5128 + dependencies = [ 5129 + "winapi", 5130 + ] 5131 + 5132 + [[package]] 5133 + name = "winapi-x86_64-pc-windows-gnu" 5134 + version = "0.4.0" 5135 + source = "registry+https://github.com/rust-lang/crates.io-index" 5136 + checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 5137 + 5138 + [[package]] 5139 + name = "windows" 5140 + version = "0.44.0" 5141 + source = "registry+https://github.com/rust-lang/crates.io-index" 5142 + checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b" 5143 + dependencies = [ 5144 + "windows-targets", 5145 + ] 5146 + 5147 + [[package]] 5148 + name = "windows-sys" 5149 + version = "0.36.1" 5150 + source = "registry+https://github.com/rust-lang/crates.io-index" 5151 + checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" 5152 + dependencies = [ 5153 + "windows_aarch64_msvc 0.36.1", 5154 + "windows_i686_gnu 0.36.1", 5155 + "windows_i686_msvc 0.36.1", 5156 + "windows_x86_64_gnu 0.36.1", 5157 + "windows_x86_64_msvc 0.36.1", 5158 + ] 5159 + 5160 + [[package]] 5161 + name = "windows-sys" 5162 + version = "0.42.0" 5163 + source = "registry+https://github.com/rust-lang/crates.io-index" 5164 + checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 5165 + dependencies = [ 5166 + "windows_aarch64_gnullvm", 5167 + "windows_aarch64_msvc 0.42.2", 5168 + "windows_i686_gnu 0.42.2", 5169 + "windows_i686_msvc 0.42.2", 5170 + "windows_x86_64_gnu 0.42.2", 5171 + "windows_x86_64_gnullvm", 5172 + "windows_x86_64_msvc 0.42.2", 5173 + ] 5174 + 5175 + [[package]] 5176 + name = "windows-sys" 5177 + version = "0.45.0" 5178 + source = "registry+https://github.com/rust-lang/crates.io-index" 5179 + checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 5180 + dependencies = [ 5181 + "windows-targets", 5182 + ] 5183 + 5184 + [[package]] 5185 + name = "windows-targets" 5186 + version = "0.42.2" 5187 + source = "registry+https://github.com/rust-lang/crates.io-index" 5188 + checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 5189 + dependencies = [ 5190 + "windows_aarch64_gnullvm", 5191 + "windows_aarch64_msvc 0.42.2", 5192 + "windows_i686_gnu 0.42.2", 5193 + "windows_i686_msvc 0.42.2", 5194 + "windows_x86_64_gnu 0.42.2", 5195 + "windows_x86_64_gnullvm", 5196 + "windows_x86_64_msvc 0.42.2", 5197 + ] 5198 + 5199 + [[package]] 5200 + name = "windows_aarch64_gnullvm" 5201 + version = "0.42.2" 5202 + source = "registry+https://github.com/rust-lang/crates.io-index" 5203 + checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 5204 + 5205 + [[package]] 5206 + name = "windows_aarch64_msvc" 5207 + version = "0.36.1" 5208 + source = "registry+https://github.com/rust-lang/crates.io-index" 5209 + checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" 5210 + 5211 + [[package]] 5212 + name = "windows_aarch64_msvc" 5213 + version = "0.42.2" 5214 + source = "registry+https://github.com/rust-lang/crates.io-index" 5215 + checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 5216 + 5217 + [[package]] 5218 + name = "windows_i686_gnu" 5219 + version = "0.36.1" 5220 + source = "registry+https://github.com/rust-lang/crates.io-index" 5221 + checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" 5222 + 5223 + [[package]] 5224 + name = "windows_i686_gnu" 5225 + version = "0.42.2" 5226 + source = "registry+https://github.com/rust-lang/crates.io-index" 5227 + checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 5228 + 5229 + [[package]] 5230 + name = "windows_i686_msvc" 5231 + version = "0.36.1" 5232 + source = "registry+https://github.com/rust-lang/crates.io-index" 5233 + checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" 5234 + 5235 + [[package]] 5236 + name = "windows_i686_msvc" 5237 + version = "0.42.2" 5238 + source = "registry+https://github.com/rust-lang/crates.io-index" 5239 + checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 5240 + 5241 + [[package]] 5242 + name = "windows_x86_64_gnu" 5243 + version = "0.36.1" 5244 + source = "registry+https://github.com/rust-lang/crates.io-index" 5245 + checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" 5246 + 5247 + [[package]] 5248 + name = "windows_x86_64_gnu" 5249 + version = "0.42.2" 5250 + source = "registry+https://github.com/rust-lang/crates.io-index" 5251 + checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 5252 + 5253 + [[package]] 5254 + name = "windows_x86_64_gnullvm" 5255 + version = "0.42.2" 5256 + source = "registry+https://github.com/rust-lang/crates.io-index" 5257 + checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 5258 + 5259 + [[package]] 5260 + name = "windows_x86_64_msvc" 5261 + version = "0.36.1" 5262 + source = "registry+https://github.com/rust-lang/crates.io-index" 5263 + checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" 5264 + 5265 + [[package]] 5266 + name = "windows_x86_64_msvc" 5267 + version = "0.42.2" 5268 + source = "registry+https://github.com/rust-lang/crates.io-index" 5269 + checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 5270 + 5271 + [[package]] 5272 + name = "windres" 5273 + version = "0.2.2" 5274 + source = "registry+https://github.com/rust-lang/crates.io-index" 5275 + checksum = "82115619221b2b66001a39088b8059d171b1f9005a00d6a10c6e8a71a30a4cdc" 5276 + dependencies = [ 5277 + "concat-string", 5278 + "find-winsdk", 5279 + ] 5280 + 5281 + [[package]] 5282 + name = "winit" 5283 + version = "0.27.5" 5284 + source = "registry+https://github.com/rust-lang/crates.io-index" 5285 + checksum = "bb796d6fbd86b2fd896c9471e6f04d39d750076ebe5680a3958f00f5ab97657c" 5286 + dependencies = [ 5287 + "bitflags", 5288 + "cocoa", 5289 + "core-foundation", 5290 + "core-graphics", 5291 + "dispatch", 5292 + "instant", 5293 + "libc", 5294 + "log", 5295 + "mio", 5296 + "ndk", 5297 + "ndk-glue", 5298 + "objc", 5299 + "once_cell", 5300 + "parking_lot", 5301 + "percent-encoding", 5302 + "raw-window-handle 0.4.3", 5303 + "raw-window-handle 0.5.2", 5304 + "sctk-adwaita", 5305 + "smithay-client-toolkit", 5306 + "wasm-bindgen", 5307 + "wayland-client", 5308 + "wayland-protocols", 5309 + "web-sys", 5310 + "windows-sys 0.36.1", 5311 + "x11-dl", 5312 + ] 5313 + 5314 + [[package]] 5315 + name = "winnow" 5316 + version = "0.4.1" 5317 + source = "registry+https://github.com/rust-lang/crates.io-index" 5318 + checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28" 5319 + dependencies = [ 5320 + "memchr", 5321 + ] 5322 + 5323 + [[package]] 5324 + name = "winreg" 5325 + version = "0.5.1" 5326 + source = "registry+https://github.com/rust-lang/crates.io-index" 5327 + checksum = "a27a759395c1195c4cc5cda607ef6f8f6498f64e78f7900f5de0a127a424704a" 5328 + dependencies = [ 5329 + "serde", 5330 + "winapi", 5331 + ] 5332 + 5333 + [[package]] 5334 + name = "winreg" 5335 + version = "0.10.1" 5336 + source = "registry+https://github.com/rust-lang/crates.io-index" 5337 + checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" 5338 + dependencies = [ 5339 + "winapi", 5340 + ] 5341 + 5342 + [[package]] 5343 + name = "winres" 5344 + version = "0.1.12" 5345 + source = "registry+https://github.com/rust-lang/crates.io-index" 5346 + checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c" 5347 + dependencies = [ 5348 + "toml 0.5.11", 5349 + ] 5350 + 5351 + [[package]] 5352 + name = "wio" 5353 + version = "0.2.2" 5354 + source = "registry+https://github.com/rust-lang/crates.io-index" 5355 + checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5" 5356 + dependencies = [ 5357 + "winapi", 5358 + ] 5359 + 5360 + [[package]] 5361 + name = "x11-dl" 5362 + version = "2.21.0" 5363 + source = "registry+https://github.com/rust-lang/crates.io-index" 5364 + checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 5365 + dependencies = [ 5366 + "libc", 5367 + "once_cell", 5368 + "pkg-config", 5369 + ] 5370 + 5371 + [[package]] 5372 + name = "x11rb" 5373 + version = "0.10.1" 5374 + source = "registry+https://github.com/rust-lang/crates.io-index" 5375 + checksum = "592b4883219f345e712b3209c62654ebda0bb50887f330cbd018d0f654bfd507" 5376 + dependencies = [ 5377 + "gethostname", 5378 + "nix 0.24.3", 5379 + "winapi", 5380 + "winapi-wsapoll", 5381 + "x11rb-protocol", 5382 + ] 5383 + 5384 + [[package]] 5385 + name = "x11rb-protocol" 5386 + version = "0.10.0" 5387 + source = "registry+https://github.com/rust-lang/crates.io-index" 5388 + checksum = "56b245751c0ac9db0e006dc812031482784e434630205a93c73cfefcaabeac67" 5389 + dependencies = [ 5390 + "nix 0.24.3", 5391 + ] 5392 + 5393 + [[package]] 5394 + name = "xcursor" 5395 + version = "0.3.4" 5396 + source = "registry+https://github.com/rust-lang/crates.io-index" 5397 + checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7" 5398 + dependencies = [ 5399 + "nom", 5400 + ] 5401 + 5402 + [[package]] 5403 + name = "xi-unicode" 5404 + version = "0.3.0" 5405 + source = "registry+https://github.com/rust-lang/crates.io-index" 5406 + checksum = "a67300977d3dc3f8034dae89778f502b6ba20b269527b3223ba59c0cf393bb8a" 5407 + 5408 + [[package]] 5409 + name = "xml-rs" 5410 + version = "0.8.4" 5411 + source = "registry+https://github.com/rust-lang/crates.io-index" 5412 + checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3" 5413 + 5414 + [[package]] 5415 + name = "xmlparser" 5416 + version = "0.13.5" 5417 + source = "registry+https://github.com/rust-lang/crates.io-index" 5418 + checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd" 5419 + 5420 + [[package]] 5421 + name = "xmlwriter" 5422 + version = "0.1.0" 5423 + source = "registry+https://github.com/rust-lang/crates.io-index" 5424 + checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9" 5425 + 5426 + [[package]] 5427 + name = "yuv" 5428 + version = "0.1.5" 5429 + source = "registry+https://github.com/rust-lang/crates.io-index" 5430 + checksum = "157c9233496247738a5417ce7e8ecf953c3d4e1931374d16b0c6a95636572be4" 5431 + dependencies = [ 5432 + "num-traits 0.2.15", 5433 + "rgb", 5434 + ] 5435 + 5436 + [[package]] 5437 + name = "zune-inflate" 5438 + version = "0.2.53" 5439 + source = "registry+https://github.com/rust-lang/crates.io-index" 5440 + checksum = "440a08fd59c6442e4b846ea9b10386c38307eae728b216e1ab2c305d1c9daaf8" 5441 + dependencies = [ 5442 + "simd-adler32", 5443 + ]
+5 -3
pkgs/applications/graphics/oculante/default.nix
··· 14 14 , stdenv 15 15 , gtk3 16 16 , darwin 17 + , perl 17 18 }: 18 19 19 20 rustPlatform.buildRustPackage rec { 20 21 pname = "oculante"; 21 - version = "0.6.41"; 22 + version = "0.6.58"; 22 23 23 24 src = fetchFromGitHub { 24 25 owner = "woelper"; 25 26 repo = pname; 26 27 rev = version; 27 - sha256 = "sha256-2pXfdR5KUD6IUasxyUptxLSLDcvJtwJwOmhHD3I7op8="; 28 + sha256 = "sha256-Cs7f6RSOoZFOtQWH67l3A6kv/o2lN5NOn+BEasV03RU="; 28 29 }; 29 30 30 - cargoHash = "sha256-F/NKTsDRfoueVrwlq/RkBR6wNn79NiuT2InAR+XPbqw="; 31 + cargoLock.lockFile = ./Cargo.lock; 31 32 32 33 nativeBuildInputs = [ 33 34 cmake 34 35 pkg-config 35 36 nasm 37 + perl 36 38 ]; 37 39 38 40 checkFlagsArray = [ "--skip=tests::net" ]; # requires network access