lol

desktop-postflop: use fetchCargoVendor

+2 -3900
-3894
pkgs/by-name/de/desktop-postflop/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 = "addr2line" 7 - version = "0.21.0" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" 10 - dependencies = [ 11 - "gimli", 12 - ] 13 - 14 - [[package]] 15 - name = "adler" 16 - version = "1.0.2" 17 - source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 - 20 - [[package]] 21 - name = "aho-corasick" 22 - version = "1.1.1" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab" 25 - dependencies = [ 26 - "memchr", 27 - ] 28 - 29 - [[package]] 30 - name = "alloc-no-stdlib" 31 - version = "2.0.4" 32 - source = "registry+https://github.com/rust-lang/crates.io-index" 33 - checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 34 - 35 - [[package]] 36 - name = "alloc-stdlib" 37 - version = "0.2.2" 38 - source = "registry+https://github.com/rust-lang/crates.io-index" 39 - checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 40 - dependencies = [ 41 - "alloc-no-stdlib", 42 - ] 43 - 44 - [[package]] 45 - name = "android-tzdata" 46 - version = "0.1.1" 47 - source = "registry+https://github.com/rust-lang/crates.io-index" 48 - checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 49 - 50 - [[package]] 51 - name = "android_system_properties" 52 - version = "0.1.5" 53 - source = "registry+https://github.com/rust-lang/crates.io-index" 54 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 55 - dependencies = [ 56 - "libc", 57 - ] 58 - 59 - [[package]] 60 - name = "anyhow" 61 - version = "1.0.75" 62 - source = "registry+https://github.com/rust-lang/crates.io-index" 63 - checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" 64 - 65 - [[package]] 66 - name = "atk" 67 - version = "0.15.1" 68 - source = "registry+https://github.com/rust-lang/crates.io-index" 69 - checksum = "2c3d816ce6f0e2909a96830d6911c2aff044370b1ef92d7f267b43bae5addedd" 70 - dependencies = [ 71 - "atk-sys", 72 - "bitflags 1.3.2", 73 - "glib", 74 - "libc", 75 - ] 76 - 77 - [[package]] 78 - name = "atk-sys" 79 - version = "0.15.1" 80 - source = "registry+https://github.com/rust-lang/crates.io-index" 81 - checksum = "58aeb089fb698e06db8089971c7ee317ab9644bade33383f63631437b03aafb6" 82 - dependencies = [ 83 - "glib-sys", 84 - "gobject-sys", 85 - "libc", 86 - "system-deps 6.1.1", 87 - ] 88 - 89 - [[package]] 90 - name = "autocfg" 91 - version = "1.1.0" 92 - source = "registry+https://github.com/rust-lang/crates.io-index" 93 - checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 94 - 95 - [[package]] 96 - name = "backtrace" 97 - version = "0.3.69" 98 - source = "registry+https://github.com/rust-lang/crates.io-index" 99 - checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" 100 - dependencies = [ 101 - "addr2line", 102 - "cc", 103 - "cfg-if", 104 - "libc", 105 - "miniz_oxide", 106 - "object", 107 - "rustc-demangle", 108 - ] 109 - 110 - [[package]] 111 - name = "base64" 112 - version = "0.13.1" 113 - source = "registry+https://github.com/rust-lang/crates.io-index" 114 - checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 115 - 116 - [[package]] 117 - name = "base64" 118 - version = "0.21.4" 119 - source = "registry+https://github.com/rust-lang/crates.io-index" 120 - checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2" 121 - 122 - [[package]] 123 - name = "bincode" 124 - version = "2.0.0-rc.3" 125 - source = "registry+https://github.com/rust-lang/crates.io-index" 126 - checksum = "f11ea1a0346b94ef188834a65c068a03aec181c94896d481d7a0a40d85b0ce95" 127 - dependencies = [ 128 - "bincode_derive", 129 - "serde", 130 - ] 131 - 132 - [[package]] 133 - name = "bincode_derive" 134 - version = "2.0.0-rc.3" 135 - source = "registry+https://github.com/rust-lang/crates.io-index" 136 - checksum = "7e30759b3b99a1b802a7a3aa21c85c3ded5c28e1c83170d82d70f08bbf7f3e4c" 137 - dependencies = [ 138 - "virtue", 139 - ] 140 - 141 - [[package]] 142 - name = "bitflags" 143 - version = "1.3.2" 144 - source = "registry+https://github.com/rust-lang/crates.io-index" 145 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 146 - 147 - [[package]] 148 - name = "bitflags" 149 - version = "2.4.0" 150 - source = "registry+https://github.com/rust-lang/crates.io-index" 151 - checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" 152 - 153 - [[package]] 154 - name = "block" 155 - version = "0.1.6" 156 - source = "registry+https://github.com/rust-lang/crates.io-index" 157 - checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 158 - 159 - [[package]] 160 - name = "block-buffer" 161 - version = "0.10.4" 162 - source = "registry+https://github.com/rust-lang/crates.io-index" 163 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 164 - dependencies = [ 165 - "generic-array", 166 - ] 167 - 168 - [[package]] 169 - name = "brotli" 170 - version = "3.4.0" 171 - source = "registry+https://github.com/rust-lang/crates.io-index" 172 - checksum = "516074a47ef4bce09577a3b379392300159ce5b1ba2e501ff1c819950066100f" 173 - dependencies = [ 174 - "alloc-no-stdlib", 175 - "alloc-stdlib", 176 - "brotli-decompressor", 177 - ] 178 - 179 - [[package]] 180 - name = "brotli-decompressor" 181 - version = "2.5.0" 182 - source = "registry+https://github.com/rust-lang/crates.io-index" 183 - checksum = "da74e2b81409b1b743f8f0c62cc6254afefb8b8e50bbfe3735550f7aeefa3448" 184 - dependencies = [ 185 - "alloc-no-stdlib", 186 - "alloc-stdlib", 187 - ] 188 - 189 - [[package]] 190 - name = "bstr" 191 - version = "1.6.2" 192 - source = "registry+https://github.com/rust-lang/crates.io-index" 193 - checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a" 194 - dependencies = [ 195 - "memchr", 196 - "serde", 197 - ] 198 - 199 - [[package]] 200 - name = "bumpalo" 201 - version = "3.14.0" 202 - source = "registry+https://github.com/rust-lang/crates.io-index" 203 - checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" 204 - 205 - [[package]] 206 - name = "bytemuck" 207 - version = "1.14.0" 208 - source = "registry+https://github.com/rust-lang/crates.io-index" 209 - checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6" 210 - 211 - [[package]] 212 - name = "byteorder" 213 - version = "1.4.3" 214 - source = "registry+https://github.com/rust-lang/crates.io-index" 215 - checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 216 - 217 - [[package]] 218 - name = "bytes" 219 - version = "1.5.0" 220 - source = "registry+https://github.com/rust-lang/crates.io-index" 221 - checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" 222 - 223 - [[package]] 224 - name = "cairo-rs" 225 - version = "0.15.12" 226 - source = "registry+https://github.com/rust-lang/crates.io-index" 227 - checksum = "c76ee391b03d35510d9fa917357c7f1855bd9a6659c95a1b392e33f49b3369bc" 228 - dependencies = [ 229 - "bitflags 1.3.2", 230 - "cairo-sys-rs", 231 - "glib", 232 - "libc", 233 - "thiserror", 234 - ] 235 - 236 - [[package]] 237 - name = "cairo-sys-rs" 238 - version = "0.15.1" 239 - source = "registry+https://github.com/rust-lang/crates.io-index" 240 - checksum = "3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8" 241 - dependencies = [ 242 - "glib-sys", 243 - "libc", 244 - "system-deps 6.1.1", 245 - ] 246 - 247 - [[package]] 248 - name = "cargo_toml" 249 - version = "0.15.3" 250 - source = "registry+https://github.com/rust-lang/crates.io-index" 251 - checksum = "599aa35200ffff8f04c1925aa1acc92fa2e08874379ef42e210a80e527e60838" 252 - dependencies = [ 253 - "serde", 254 - "toml 0.7.8", 255 - ] 256 - 257 - [[package]] 258 - name = "cc" 259 - version = "1.0.83" 260 - source = "registry+https://github.com/rust-lang/crates.io-index" 261 - checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 262 - dependencies = [ 263 - "jobserver", 264 - "libc", 265 - ] 266 - 267 - [[package]] 268 - name = "cesu8" 269 - version = "1.1.0" 270 - source = "registry+https://github.com/rust-lang/crates.io-index" 271 - checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 272 - 273 - [[package]] 274 - name = "cfb" 275 - version = "0.7.3" 276 - source = "registry+https://github.com/rust-lang/crates.io-index" 277 - checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f" 278 - dependencies = [ 279 - "byteorder", 280 - "fnv", 281 - "uuid", 282 - ] 283 - 284 - [[package]] 285 - name = "cfg-expr" 286 - version = "0.9.1" 287 - source = "registry+https://github.com/rust-lang/crates.io-index" 288 - checksum = "3431df59f28accaf4cb4eed4a9acc66bea3f3c3753aa6cdc2f024174ef232af7" 289 - dependencies = [ 290 - "smallvec", 291 - ] 292 - 293 - [[package]] 294 - name = "cfg-expr" 295 - version = "0.15.5" 296 - source = "registry+https://github.com/rust-lang/crates.io-index" 297 - checksum = "03915af431787e6ffdcc74c645077518c6b6e01f80b761e0fbbfa288536311b3" 298 - dependencies = [ 299 - "smallvec", 300 - "target-lexicon", 301 - ] 302 - 303 - [[package]] 304 - name = "cfg-if" 305 - version = "1.0.0" 306 - source = "registry+https://github.com/rust-lang/crates.io-index" 307 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 308 - 309 - [[package]] 310 - name = "chrono" 311 - version = "0.4.31" 312 - source = "registry+https://github.com/rust-lang/crates.io-index" 313 - checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" 314 - dependencies = [ 315 - "android-tzdata", 316 - "iana-time-zone", 317 - "num-traits", 318 - "serde", 319 - "windows-targets", 320 - ] 321 - 322 - [[package]] 323 - name = "cocoa" 324 - version = "0.24.1" 325 - source = "registry+https://github.com/rust-lang/crates.io-index" 326 - checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a" 327 - dependencies = [ 328 - "bitflags 1.3.2", 329 - "block", 330 - "cocoa-foundation", 331 - "core-foundation", 332 - "core-graphics", 333 - "foreign-types", 334 - "libc", 335 - "objc", 336 - ] 337 - 338 - [[package]] 339 - name = "cocoa-foundation" 340 - version = "0.1.2" 341 - source = "registry+https://github.com/rust-lang/crates.io-index" 342 - checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7" 343 - dependencies = [ 344 - "bitflags 1.3.2", 345 - "block", 346 - "core-foundation", 347 - "core-graphics-types", 348 - "libc", 349 - "objc", 350 - ] 351 - 352 - [[package]] 353 - name = "color_quant" 354 - version = "1.1.0" 355 - source = "registry+https://github.com/rust-lang/crates.io-index" 356 - checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 357 - 358 - [[package]] 359 - name = "combine" 360 - version = "4.6.6" 361 - source = "registry+https://github.com/rust-lang/crates.io-index" 362 - checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4" 363 - dependencies = [ 364 - "bytes", 365 - "memchr", 366 - ] 367 - 368 - [[package]] 369 - name = "convert_case" 370 - version = "0.4.0" 371 - source = "registry+https://github.com/rust-lang/crates.io-index" 372 - checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 373 - 374 - [[package]] 375 - name = "core-foundation" 376 - version = "0.9.3" 377 - source = "registry+https://github.com/rust-lang/crates.io-index" 378 - checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 379 - dependencies = [ 380 - "core-foundation-sys", 381 - "libc", 382 - ] 383 - 384 - [[package]] 385 - name = "core-foundation-sys" 386 - version = "0.8.4" 387 - source = "registry+https://github.com/rust-lang/crates.io-index" 388 - checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 389 - 390 - [[package]] 391 - name = "core-graphics" 392 - version = "0.22.3" 393 - source = "registry+https://github.com/rust-lang/crates.io-index" 394 - checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb" 395 - dependencies = [ 396 - "bitflags 1.3.2", 397 - "core-foundation", 398 - "core-graphics-types", 399 - "foreign-types", 400 - "libc", 401 - ] 402 - 403 - [[package]] 404 - name = "core-graphics-types" 405 - version = "0.1.2" 406 - source = "registry+https://github.com/rust-lang/crates.io-index" 407 - checksum = "2bb142d41022986c1d8ff29103a1411c8a3dfad3552f87a4f8dc50d61d4f4e33" 408 - dependencies = [ 409 - "bitflags 1.3.2", 410 - "core-foundation", 411 - "libc", 412 - ] 413 - 414 - [[package]] 415 - name = "cpufeatures" 416 - version = "0.2.9" 417 - source = "registry+https://github.com/rust-lang/crates.io-index" 418 - checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" 419 - dependencies = [ 420 - "libc", 421 - ] 422 - 423 - [[package]] 424 - name = "crc32fast" 425 - version = "1.3.2" 426 - source = "registry+https://github.com/rust-lang/crates.io-index" 427 - checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 428 - dependencies = [ 429 - "cfg-if", 430 - ] 431 - 432 - [[package]] 433 - name = "crossbeam-channel" 434 - version = "0.5.8" 435 - source = "registry+https://github.com/rust-lang/crates.io-index" 436 - checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 437 - dependencies = [ 438 - "cfg-if", 439 - "crossbeam-utils", 440 - ] 441 - 442 - [[package]] 443 - name = "crossbeam-deque" 444 - version = "0.8.3" 445 - source = "registry+https://github.com/rust-lang/crates.io-index" 446 - checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 447 - dependencies = [ 448 - "cfg-if", 449 - "crossbeam-epoch", 450 - "crossbeam-utils", 451 - ] 452 - 453 - [[package]] 454 - name = "crossbeam-epoch" 455 - version = "0.9.15" 456 - source = "registry+https://github.com/rust-lang/crates.io-index" 457 - checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" 458 - dependencies = [ 459 - "autocfg", 460 - "cfg-if", 461 - "crossbeam-utils", 462 - "memoffset", 463 - "scopeguard", 464 - ] 465 - 466 - [[package]] 467 - name = "crossbeam-utils" 468 - version = "0.8.16" 469 - source = "registry+https://github.com/rust-lang/crates.io-index" 470 - checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" 471 - dependencies = [ 472 - "cfg-if", 473 - ] 474 - 475 - [[package]] 476 - name = "crypto-common" 477 - version = "0.1.6" 478 - source = "registry+https://github.com/rust-lang/crates.io-index" 479 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 480 - dependencies = [ 481 - "generic-array", 482 - "typenum", 483 - ] 484 - 485 - [[package]] 486 - name = "cssparser" 487 - version = "0.27.2" 488 - source = "registry+https://github.com/rust-lang/crates.io-index" 489 - checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a" 490 - dependencies = [ 491 - "cssparser-macros", 492 - "dtoa-short", 493 - "itoa 0.4.8", 494 - "matches", 495 - "phf 0.8.0", 496 - "proc-macro2", 497 - "quote", 498 - "smallvec", 499 - "syn 1.0.109", 500 - ] 501 - 502 - [[package]] 503 - name = "cssparser-macros" 504 - version = "0.6.1" 505 - source = "registry+https://github.com/rust-lang/crates.io-index" 506 - checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" 507 - dependencies = [ 508 - "quote", 509 - "syn 2.0.37", 510 - ] 511 - 512 - [[package]] 513 - name = "ctor" 514 - version = "0.1.26" 515 - source = "registry+https://github.com/rust-lang/crates.io-index" 516 - checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" 517 - dependencies = [ 518 - "quote", 519 - "syn 1.0.109", 520 - ] 521 - 522 - [[package]] 523 - name = "darling" 524 - version = "0.20.3" 525 - source = "registry+https://github.com/rust-lang/crates.io-index" 526 - checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e" 527 - dependencies = [ 528 - "darling_core", 529 - "darling_macro", 530 - ] 531 - 532 - [[package]] 533 - name = "darling_core" 534 - version = "0.20.3" 535 - source = "registry+https://github.com/rust-lang/crates.io-index" 536 - checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621" 537 - dependencies = [ 538 - "fnv", 539 - "ident_case", 540 - "proc-macro2", 541 - "quote", 542 - "strsim", 543 - "syn 2.0.37", 544 - ] 545 - 546 - [[package]] 547 - name = "darling_macro" 548 - version = "0.20.3" 549 - source = "registry+https://github.com/rust-lang/crates.io-index" 550 - checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5" 551 - dependencies = [ 552 - "darling_core", 553 - "quote", 554 - "syn 2.0.37", 555 - ] 556 - 557 - [[package]] 558 - name = "deranged" 559 - version = "0.3.8" 560 - source = "registry+https://github.com/rust-lang/crates.io-index" 561 - checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946" 562 - dependencies = [ 563 - "serde", 564 - ] 565 - 566 - [[package]] 567 - name = "derive_more" 568 - version = "0.99.17" 569 - source = "registry+https://github.com/rust-lang/crates.io-index" 570 - checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" 571 - dependencies = [ 572 - "convert_case", 573 - "proc-macro2", 574 - "quote", 575 - "rustc_version", 576 - "syn 1.0.109", 577 - ] 578 - 579 - [[package]] 580 - name = "desktop-postflop" 581 - version = "0.2.7" 582 - dependencies = [ 583 - "postflop-solver", 584 - "rayon", 585 - "serde", 586 - "serde_json", 587 - "sysinfo", 588 - "tauri", 589 - "tauri-build", 590 - ] 591 - 592 - [[package]] 593 - name = "digest" 594 - version = "0.10.7" 595 - source = "registry+https://github.com/rust-lang/crates.io-index" 596 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 597 - dependencies = [ 598 - "block-buffer", 599 - "crypto-common", 600 - ] 601 - 602 - [[package]] 603 - name = "dirs-next" 604 - version = "2.0.0" 605 - source = "registry+https://github.com/rust-lang/crates.io-index" 606 - checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 607 - dependencies = [ 608 - "cfg-if", 609 - "dirs-sys-next", 610 - ] 611 - 612 - [[package]] 613 - name = "dirs-sys-next" 614 - version = "0.1.2" 615 - source = "registry+https://github.com/rust-lang/crates.io-index" 616 - checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 617 - dependencies = [ 618 - "libc", 619 - "redox_users", 620 - "winapi", 621 - ] 622 - 623 - [[package]] 624 - name = "dispatch" 625 - version = "0.2.0" 626 - source = "registry+https://github.com/rust-lang/crates.io-index" 627 - checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 628 - 629 - [[package]] 630 - name = "dtoa" 631 - version = "1.0.9" 632 - source = "registry+https://github.com/rust-lang/crates.io-index" 633 - checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653" 634 - 635 - [[package]] 636 - name = "dtoa-short" 637 - version = "0.3.4" 638 - source = "registry+https://github.com/rust-lang/crates.io-index" 639 - checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74" 640 - dependencies = [ 641 - "dtoa", 642 - ] 643 - 644 - [[package]] 645 - name = "dunce" 646 - version = "1.0.4" 647 - source = "registry+https://github.com/rust-lang/crates.io-index" 648 - checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b" 649 - 650 - [[package]] 651 - name = "either" 652 - version = "1.9.0" 653 - source = "registry+https://github.com/rust-lang/crates.io-index" 654 - checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" 655 - 656 - [[package]] 657 - name = "embed-resource" 658 - version = "2.3.0" 659 - source = "registry+https://github.com/rust-lang/crates.io-index" 660 - checksum = "fd0a2c9b742a980060d22545a7a83b573acd6b73045b9de6370c9530ce652f27" 661 - dependencies = [ 662 - "cc", 663 - "rustc_version", 664 - "toml 0.7.8", 665 - "vswhom", 666 - "winreg", 667 - ] 668 - 669 - [[package]] 670 - name = "embed_plist" 671 - version = "1.2.2" 672 - source = "registry+https://github.com/rust-lang/crates.io-index" 673 - checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7" 674 - 675 - [[package]] 676 - name = "encoding_rs" 677 - version = "0.8.33" 678 - source = "registry+https://github.com/rust-lang/crates.io-index" 679 - checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" 680 - dependencies = [ 681 - "cfg-if", 682 - ] 683 - 684 - [[package]] 685 - name = "equivalent" 686 - version = "1.0.1" 687 - source = "registry+https://github.com/rust-lang/crates.io-index" 688 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 689 - 690 - [[package]] 691 - name = "errno" 692 - version = "0.3.3" 693 - source = "registry+https://github.com/rust-lang/crates.io-index" 694 - checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd" 695 - dependencies = [ 696 - "errno-dragonfly", 697 - "libc", 698 - "windows-sys 0.48.0", 699 - ] 700 - 701 - [[package]] 702 - name = "errno-dragonfly" 703 - version = "0.1.2" 704 - source = "registry+https://github.com/rust-lang/crates.io-index" 705 - checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 706 - dependencies = [ 707 - "cc", 708 - "libc", 709 - ] 710 - 711 - [[package]] 712 - name = "fastrand" 713 - version = "2.0.1" 714 - source = "registry+https://github.com/rust-lang/crates.io-index" 715 - checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" 716 - 717 - [[package]] 718 - name = "fdeflate" 719 - version = "0.3.0" 720 - source = "registry+https://github.com/rust-lang/crates.io-index" 721 - checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10" 722 - dependencies = [ 723 - "simd-adler32", 724 - ] 725 - 726 - [[package]] 727 - name = "field-offset" 728 - version = "0.3.6" 729 - source = "registry+https://github.com/rust-lang/crates.io-index" 730 - checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" 731 - dependencies = [ 732 - "memoffset", 733 - "rustc_version", 734 - ] 735 - 736 - [[package]] 737 - name = "filetime" 738 - version = "0.2.22" 739 - source = "registry+https://github.com/rust-lang/crates.io-index" 740 - checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0" 741 - dependencies = [ 742 - "cfg-if", 743 - "libc", 744 - "redox_syscall 0.3.5", 745 - "windows-sys 0.48.0", 746 - ] 747 - 748 - [[package]] 749 - name = "flate2" 750 - version = "1.0.27" 751 - source = "registry+https://github.com/rust-lang/crates.io-index" 752 - checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010" 753 - dependencies = [ 754 - "crc32fast", 755 - "miniz_oxide", 756 - ] 757 - 758 - [[package]] 759 - name = "fnv" 760 - version = "1.0.7" 761 - source = "registry+https://github.com/rust-lang/crates.io-index" 762 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 763 - 764 - [[package]] 765 - name = "foreign-types" 766 - version = "0.3.2" 767 - source = "registry+https://github.com/rust-lang/crates.io-index" 768 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 769 - dependencies = [ 770 - "foreign-types-shared", 771 - ] 772 - 773 - [[package]] 774 - name = "foreign-types-shared" 775 - version = "0.1.1" 776 - source = "registry+https://github.com/rust-lang/crates.io-index" 777 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 778 - 779 - [[package]] 780 - name = "form_urlencoded" 781 - version = "1.2.0" 782 - source = "registry+https://github.com/rust-lang/crates.io-index" 783 - checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" 784 - dependencies = [ 785 - "percent-encoding", 786 - ] 787 - 788 - [[package]] 789 - name = "futf" 790 - version = "0.1.5" 791 - source = "registry+https://github.com/rust-lang/crates.io-index" 792 - checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" 793 - dependencies = [ 794 - "mac", 795 - "new_debug_unreachable", 796 - ] 797 - 798 - [[package]] 799 - name = "futures-channel" 800 - version = "0.3.28" 801 - source = "registry+https://github.com/rust-lang/crates.io-index" 802 - checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 803 - dependencies = [ 804 - "futures-core", 805 - ] 806 - 807 - [[package]] 808 - name = "futures-core" 809 - version = "0.3.28" 810 - source = "registry+https://github.com/rust-lang/crates.io-index" 811 - checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 812 - 813 - [[package]] 814 - name = "futures-executor" 815 - version = "0.3.28" 816 - source = "registry+https://github.com/rust-lang/crates.io-index" 817 - checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" 818 - dependencies = [ 819 - "futures-core", 820 - "futures-task", 821 - "futures-util", 822 - ] 823 - 824 - [[package]] 825 - name = "futures-io" 826 - version = "0.3.28" 827 - source = "registry+https://github.com/rust-lang/crates.io-index" 828 - checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" 829 - 830 - [[package]] 831 - name = "futures-macro" 832 - version = "0.3.28" 833 - source = "registry+https://github.com/rust-lang/crates.io-index" 834 - checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" 835 - dependencies = [ 836 - "proc-macro2", 837 - "quote", 838 - "syn 2.0.37", 839 - ] 840 - 841 - [[package]] 842 - name = "futures-task" 843 - version = "0.3.28" 844 - source = "registry+https://github.com/rust-lang/crates.io-index" 845 - checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 846 - 847 - [[package]] 848 - name = "futures-util" 849 - version = "0.3.28" 850 - source = "registry+https://github.com/rust-lang/crates.io-index" 851 - checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 852 - dependencies = [ 853 - "futures-core", 854 - "futures-macro", 855 - "futures-task", 856 - "pin-project-lite", 857 - "pin-utils", 858 - "slab", 859 - ] 860 - 861 - [[package]] 862 - name = "fxhash" 863 - version = "0.2.1" 864 - source = "registry+https://github.com/rust-lang/crates.io-index" 865 - checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 866 - dependencies = [ 867 - "byteorder", 868 - ] 869 - 870 - [[package]] 871 - name = "gdk" 872 - version = "0.15.4" 873 - source = "registry+https://github.com/rust-lang/crates.io-index" 874 - checksum = "a6e05c1f572ab0e1f15be94217f0dc29088c248b14f792a5ff0af0d84bcda9e8" 875 - dependencies = [ 876 - "bitflags 1.3.2", 877 - "cairo-rs", 878 - "gdk-pixbuf", 879 - "gdk-sys", 880 - "gio", 881 - "glib", 882 - "libc", 883 - "pango", 884 - ] 885 - 886 - [[package]] 887 - name = "gdk-pixbuf" 888 - version = "0.15.11" 889 - source = "registry+https://github.com/rust-lang/crates.io-index" 890 - checksum = "ad38dd9cc8b099cceecdf41375bb6d481b1b5a7cd5cd603e10a69a9383f8619a" 891 - dependencies = [ 892 - "bitflags 1.3.2", 893 - "gdk-pixbuf-sys", 894 - "gio", 895 - "glib", 896 - "libc", 897 - ] 898 - 899 - [[package]] 900 - name = "gdk-pixbuf-sys" 901 - version = "0.15.10" 902 - source = "registry+https://github.com/rust-lang/crates.io-index" 903 - checksum = "140b2f5378256527150350a8346dbdb08fadc13453a7a2d73aecd5fab3c402a7" 904 - dependencies = [ 905 - "gio-sys", 906 - "glib-sys", 907 - "gobject-sys", 908 - "libc", 909 - "system-deps 6.1.1", 910 - ] 911 - 912 - [[package]] 913 - name = "gdk-sys" 914 - version = "0.15.1" 915 - source = "registry+https://github.com/rust-lang/crates.io-index" 916 - checksum = "32e7a08c1e8f06f4177fb7e51a777b8c1689f743a7bc11ea91d44d2226073a88" 917 - dependencies = [ 918 - "cairo-sys-rs", 919 - "gdk-pixbuf-sys", 920 - "gio-sys", 921 - "glib-sys", 922 - "gobject-sys", 923 - "libc", 924 - "pango-sys", 925 - "pkg-config", 926 - "system-deps 6.1.1", 927 - ] 928 - 929 - [[package]] 930 - name = "gdkwayland-sys" 931 - version = "0.15.3" 932 - source = "registry+https://github.com/rust-lang/crates.io-index" 933 - checksum = "cca49a59ad8cfdf36ef7330fe7bdfbe1d34323220cc16a0de2679ee773aee2c2" 934 - dependencies = [ 935 - "gdk-sys", 936 - "glib-sys", 937 - "gobject-sys", 938 - "libc", 939 - "pkg-config", 940 - "system-deps 6.1.1", 941 - ] 942 - 943 - [[package]] 944 - name = "gdkx11-sys" 945 - version = "0.15.1" 946 - source = "registry+https://github.com/rust-lang/crates.io-index" 947 - checksum = "b4b7f8c7a84b407aa9b143877e267e848ff34106578b64d1e0a24bf550716178" 948 - dependencies = [ 949 - "gdk-sys", 950 - "glib-sys", 951 - "libc", 952 - "system-deps 6.1.1", 953 - "x11", 954 - ] 955 - 956 - [[package]] 957 - name = "generator" 958 - version = "0.7.5" 959 - source = "registry+https://github.com/rust-lang/crates.io-index" 960 - checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e" 961 - dependencies = [ 962 - "cc", 963 - "libc", 964 - "log", 965 - "rustversion", 966 - "windows 0.48.0", 967 - ] 968 - 969 - [[package]] 970 - name = "generic-array" 971 - version = "0.14.7" 972 - source = "registry+https://github.com/rust-lang/crates.io-index" 973 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 974 - dependencies = [ 975 - "typenum", 976 - "version_check", 977 - ] 978 - 979 - [[package]] 980 - name = "getrandom" 981 - version = "0.1.16" 982 - source = "registry+https://github.com/rust-lang/crates.io-index" 983 - checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 984 - dependencies = [ 985 - "cfg-if", 986 - "libc", 987 - "wasi 0.9.0+wasi-snapshot-preview1", 988 - ] 989 - 990 - [[package]] 991 - name = "getrandom" 992 - version = "0.2.10" 993 - source = "registry+https://github.com/rust-lang/crates.io-index" 994 - checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" 995 - dependencies = [ 996 - "cfg-if", 997 - "libc", 998 - "wasi 0.11.0+wasi-snapshot-preview1", 999 - ] 1000 - 1001 - [[package]] 1002 - name = "gimli" 1003 - version = "0.28.0" 1004 - source = "registry+https://github.com/rust-lang/crates.io-index" 1005 - checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" 1006 - 1007 - [[package]] 1008 - name = "gio" 1009 - version = "0.15.12" 1010 - source = "registry+https://github.com/rust-lang/crates.io-index" 1011 - checksum = "68fdbc90312d462781a395f7a16d96a2b379bb6ef8cd6310a2df272771c4283b" 1012 - dependencies = [ 1013 - "bitflags 1.3.2", 1014 - "futures-channel", 1015 - "futures-core", 1016 - "futures-io", 1017 - "gio-sys", 1018 - "glib", 1019 - "libc", 1020 - "once_cell", 1021 - "thiserror", 1022 - ] 1023 - 1024 - [[package]] 1025 - name = "gio-sys" 1026 - version = "0.15.10" 1027 - source = "registry+https://github.com/rust-lang/crates.io-index" 1028 - checksum = "32157a475271e2c4a023382e9cab31c4584ee30a97da41d3c4e9fdd605abcf8d" 1029 - dependencies = [ 1030 - "glib-sys", 1031 - "gobject-sys", 1032 - "libc", 1033 - "system-deps 6.1.1", 1034 - "winapi", 1035 - ] 1036 - 1037 - [[package]] 1038 - name = "glib" 1039 - version = "0.15.12" 1040 - source = "registry+https://github.com/rust-lang/crates.io-index" 1041 - checksum = "edb0306fbad0ab5428b0ca674a23893db909a98582969c9b537be4ced78c505d" 1042 - dependencies = [ 1043 - "bitflags 1.3.2", 1044 - "futures-channel", 1045 - "futures-core", 1046 - "futures-executor", 1047 - "futures-task", 1048 - "glib-macros", 1049 - "glib-sys", 1050 - "gobject-sys", 1051 - "libc", 1052 - "once_cell", 1053 - "smallvec", 1054 - "thiserror", 1055 - ] 1056 - 1057 - [[package]] 1058 - name = "glib-macros" 1059 - version = "0.15.13" 1060 - source = "registry+https://github.com/rust-lang/crates.io-index" 1061 - checksum = "10c6ae9f6fa26f4fb2ac16b528d138d971ead56141de489f8111e259b9df3c4a" 1062 - dependencies = [ 1063 - "anyhow", 1064 - "heck 0.4.1", 1065 - "proc-macro-crate", 1066 - "proc-macro-error", 1067 - "proc-macro2", 1068 - "quote", 1069 - "syn 1.0.109", 1070 - ] 1071 - 1072 - [[package]] 1073 - name = "glib-sys" 1074 - version = "0.15.10" 1075 - source = "registry+https://github.com/rust-lang/crates.io-index" 1076 - checksum = "ef4b192f8e65e9cf76cbf4ea71fa8e3be4a0e18ffe3d68b8da6836974cc5bad4" 1077 - dependencies = [ 1078 - "libc", 1079 - "system-deps 6.1.1", 1080 - ] 1081 - 1082 - [[package]] 1083 - name = "glob" 1084 - version = "0.3.1" 1085 - source = "registry+https://github.com/rust-lang/crates.io-index" 1086 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 1087 - 1088 - [[package]] 1089 - name = "globset" 1090 - version = "0.4.13" 1091 - source = "registry+https://github.com/rust-lang/crates.io-index" 1092 - checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d" 1093 - dependencies = [ 1094 - "aho-corasick", 1095 - "bstr", 1096 - "fnv", 1097 - "log", 1098 - "regex", 1099 - ] 1100 - 1101 - [[package]] 1102 - name = "gobject-sys" 1103 - version = "0.15.10" 1104 - source = "registry+https://github.com/rust-lang/crates.io-index" 1105 - checksum = "0d57ce44246becd17153bd035ab4d32cfee096a657fc01f2231c9278378d1e0a" 1106 - dependencies = [ 1107 - "glib-sys", 1108 - "libc", 1109 - "system-deps 6.1.1", 1110 - ] 1111 - 1112 - [[package]] 1113 - name = "gtk" 1114 - version = "0.15.5" 1115 - source = "registry+https://github.com/rust-lang/crates.io-index" 1116 - checksum = "92e3004a2d5d6d8b5057d2b57b3712c9529b62e82c77f25c1fecde1fd5c23bd0" 1117 - dependencies = [ 1118 - "atk", 1119 - "bitflags 1.3.2", 1120 - "cairo-rs", 1121 - "field-offset", 1122 - "futures-channel", 1123 - "gdk", 1124 - "gdk-pixbuf", 1125 - "gio", 1126 - "glib", 1127 - "gtk-sys", 1128 - "gtk3-macros", 1129 - "libc", 1130 - "once_cell", 1131 - "pango", 1132 - "pkg-config", 1133 - ] 1134 - 1135 - [[package]] 1136 - name = "gtk-sys" 1137 - version = "0.15.3" 1138 - source = "registry+https://github.com/rust-lang/crates.io-index" 1139 - checksum = "d5bc2f0587cba247f60246a0ca11fe25fb733eabc3de12d1965fc07efab87c84" 1140 - dependencies = [ 1141 - "atk-sys", 1142 - "cairo-sys-rs", 1143 - "gdk-pixbuf-sys", 1144 - "gdk-sys", 1145 - "gio-sys", 1146 - "glib-sys", 1147 - "gobject-sys", 1148 - "libc", 1149 - "pango-sys", 1150 - "system-deps 6.1.1", 1151 - ] 1152 - 1153 - [[package]] 1154 - name = "gtk3-macros" 1155 - version = "0.15.6" 1156 - source = "registry+https://github.com/rust-lang/crates.io-index" 1157 - checksum = "684c0456c086e8e7e9af73ec5b84e35938df394712054550e81558d21c44ab0d" 1158 - dependencies = [ 1159 - "anyhow", 1160 - "proc-macro-crate", 1161 - "proc-macro-error", 1162 - "proc-macro2", 1163 - "quote", 1164 - "syn 1.0.109", 1165 - ] 1166 - 1167 - [[package]] 1168 - name = "hashbrown" 1169 - version = "0.12.3" 1170 - source = "registry+https://github.com/rust-lang/crates.io-index" 1171 - checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1172 - 1173 - [[package]] 1174 - name = "hashbrown" 1175 - version = "0.14.1" 1176 - source = "registry+https://github.com/rust-lang/crates.io-index" 1177 - checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12" 1178 - 1179 - [[package]] 1180 - name = "heck" 1181 - version = "0.3.3" 1182 - source = "registry+https://github.com/rust-lang/crates.io-index" 1183 - checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 1184 - dependencies = [ 1185 - "unicode-segmentation", 1186 - ] 1187 - 1188 - [[package]] 1189 - name = "heck" 1190 - version = "0.4.1" 1191 - source = "registry+https://github.com/rust-lang/crates.io-index" 1192 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1193 - 1194 - [[package]] 1195 - name = "hermit-abi" 1196 - version = "0.3.3" 1197 - source = "registry+https://github.com/rust-lang/crates.io-index" 1198 - checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" 1199 - 1200 - [[package]] 1201 - name = "hex" 1202 - version = "0.4.3" 1203 - source = "registry+https://github.com/rust-lang/crates.io-index" 1204 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1205 - 1206 - [[package]] 1207 - name = "html5ever" 1208 - version = "0.25.2" 1209 - source = "registry+https://github.com/rust-lang/crates.io-index" 1210 - checksum = "e5c13fb08e5d4dfc151ee5e88bae63f7773d61852f3bdc73c9f4b9e1bde03148" 1211 - dependencies = [ 1212 - "log", 1213 - "mac", 1214 - "markup5ever 0.10.1", 1215 - "proc-macro2", 1216 - "quote", 1217 - "syn 1.0.109", 1218 - ] 1219 - 1220 - [[package]] 1221 - name = "html5ever" 1222 - version = "0.26.0" 1223 - source = "registry+https://github.com/rust-lang/crates.io-index" 1224 - checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7" 1225 - dependencies = [ 1226 - "log", 1227 - "mac", 1228 - "markup5ever 0.11.0", 1229 - "proc-macro2", 1230 - "quote", 1231 - "syn 1.0.109", 1232 - ] 1233 - 1234 - [[package]] 1235 - name = "http" 1236 - version = "0.2.9" 1237 - source = "registry+https://github.com/rust-lang/crates.io-index" 1238 - checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 1239 - dependencies = [ 1240 - "bytes", 1241 - "fnv", 1242 - "itoa 1.0.9", 1243 - ] 1244 - 1245 - [[package]] 1246 - name = "http-range" 1247 - version = "0.1.5" 1248 - source = "registry+https://github.com/rust-lang/crates.io-index" 1249 - checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573" 1250 - 1251 - [[package]] 1252 - name = "iana-time-zone" 1253 - version = "0.1.57" 1254 - source = "registry+https://github.com/rust-lang/crates.io-index" 1255 - checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" 1256 - dependencies = [ 1257 - "android_system_properties", 1258 - "core-foundation-sys", 1259 - "iana-time-zone-haiku", 1260 - "js-sys", 1261 - "wasm-bindgen", 1262 - "windows 0.48.0", 1263 - ] 1264 - 1265 - [[package]] 1266 - name = "iana-time-zone-haiku" 1267 - version = "0.1.2" 1268 - source = "registry+https://github.com/rust-lang/crates.io-index" 1269 - checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1270 - dependencies = [ 1271 - "cc", 1272 - ] 1273 - 1274 - [[package]] 1275 - name = "ico" 1276 - version = "0.3.0" 1277 - source = "registry+https://github.com/rust-lang/crates.io-index" 1278 - checksum = "e3804960be0bb5e4edb1e1ad67afd321a9ecfd875c3e65c099468fd2717d7cae" 1279 - dependencies = [ 1280 - "byteorder", 1281 - "png", 1282 - ] 1283 - 1284 - [[package]] 1285 - name = "ident_case" 1286 - version = "1.0.1" 1287 - source = "registry+https://github.com/rust-lang/crates.io-index" 1288 - checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1289 - 1290 - [[package]] 1291 - name = "idna" 1292 - version = "0.4.0" 1293 - source = "registry+https://github.com/rust-lang/crates.io-index" 1294 - checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" 1295 - dependencies = [ 1296 - "unicode-bidi", 1297 - "unicode-normalization", 1298 - ] 1299 - 1300 - [[package]] 1301 - name = "ignore" 1302 - version = "0.4.20" 1303 - source = "registry+https://github.com/rust-lang/crates.io-index" 1304 - checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" 1305 - dependencies = [ 1306 - "globset", 1307 - "lazy_static", 1308 - "log", 1309 - "memchr", 1310 - "regex", 1311 - "same-file", 1312 - "thread_local", 1313 - "walkdir", 1314 - "winapi-util", 1315 - ] 1316 - 1317 - [[package]] 1318 - name = "image" 1319 - version = "0.24.7" 1320 - source = "registry+https://github.com/rust-lang/crates.io-index" 1321 - checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711" 1322 - dependencies = [ 1323 - "bytemuck", 1324 - "byteorder", 1325 - "color_quant", 1326 - "num-rational", 1327 - "num-traits", 1328 - ] 1329 - 1330 - [[package]] 1331 - name = "indexmap" 1332 - version = "1.9.3" 1333 - source = "registry+https://github.com/rust-lang/crates.io-index" 1334 - checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 1335 - dependencies = [ 1336 - "autocfg", 1337 - "hashbrown 0.12.3", 1338 - "serde", 1339 - ] 1340 - 1341 - [[package]] 1342 - name = "indexmap" 1343 - version = "2.0.2" 1344 - source = "registry+https://github.com/rust-lang/crates.io-index" 1345 - checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897" 1346 - dependencies = [ 1347 - "equivalent", 1348 - "hashbrown 0.14.1", 1349 - "serde", 1350 - ] 1351 - 1352 - [[package]] 1353 - name = "infer" 1354 - version = "0.12.0" 1355 - source = "registry+https://github.com/rust-lang/crates.io-index" 1356 - checksum = "a898e4b7951673fce96614ce5751d13c40fc5674bc2d759288e46c3ab62598b3" 1357 - dependencies = [ 1358 - "cfb", 1359 - ] 1360 - 1361 - [[package]] 1362 - name = "instant" 1363 - version = "0.1.12" 1364 - source = "registry+https://github.com/rust-lang/crates.io-index" 1365 - checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 1366 - dependencies = [ 1367 - "cfg-if", 1368 - ] 1369 - 1370 - [[package]] 1371 - name = "itoa" 1372 - version = "0.4.8" 1373 - source = "registry+https://github.com/rust-lang/crates.io-index" 1374 - checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" 1375 - 1376 - [[package]] 1377 - name = "itoa" 1378 - version = "1.0.9" 1379 - source = "registry+https://github.com/rust-lang/crates.io-index" 1380 - checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" 1381 - 1382 - [[package]] 1383 - name = "javascriptcore-rs" 1384 - version = "0.16.0" 1385 - source = "registry+https://github.com/rust-lang/crates.io-index" 1386 - checksum = "bf053e7843f2812ff03ef5afe34bb9c06ffee120385caad4f6b9967fcd37d41c" 1387 - dependencies = [ 1388 - "bitflags 1.3.2", 1389 - "glib", 1390 - "javascriptcore-rs-sys", 1391 - ] 1392 - 1393 - [[package]] 1394 - name = "javascriptcore-rs-sys" 1395 - version = "0.4.0" 1396 - source = "registry+https://github.com/rust-lang/crates.io-index" 1397 - checksum = "905fbb87419c5cde6e3269537e4ea7d46431f3008c5d057e915ef3f115e7793c" 1398 - dependencies = [ 1399 - "glib-sys", 1400 - "gobject-sys", 1401 - "libc", 1402 - "system-deps 5.0.0", 1403 - ] 1404 - 1405 - [[package]] 1406 - name = "jni" 1407 - version = "0.20.0" 1408 - source = "registry+https://github.com/rust-lang/crates.io-index" 1409 - checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c" 1410 - dependencies = [ 1411 - "cesu8", 1412 - "combine", 1413 - "jni-sys", 1414 - "log", 1415 - "thiserror", 1416 - "walkdir", 1417 - ] 1418 - 1419 - [[package]] 1420 - name = "jni-sys" 1421 - version = "0.3.0" 1422 - source = "registry+https://github.com/rust-lang/crates.io-index" 1423 - checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 1424 - 1425 - [[package]] 1426 - name = "jobserver" 1427 - version = "0.1.26" 1428 - source = "registry+https://github.com/rust-lang/crates.io-index" 1429 - checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" 1430 - dependencies = [ 1431 - "libc", 1432 - ] 1433 - 1434 - [[package]] 1435 - name = "js-sys" 1436 - version = "0.3.64" 1437 - source = "registry+https://github.com/rust-lang/crates.io-index" 1438 - checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" 1439 - dependencies = [ 1440 - "wasm-bindgen", 1441 - ] 1442 - 1443 - [[package]] 1444 - name = "json-patch" 1445 - version = "1.1.0" 1446 - source = "registry+https://github.com/rust-lang/crates.io-index" 1447 - checksum = "4f7765dccf8c39c3a470fc694efe322969d791e713ca46bc7b5c506886157572" 1448 - dependencies = [ 1449 - "serde", 1450 - "serde_json", 1451 - "thiserror", 1452 - "treediff", 1453 - ] 1454 - 1455 - [[package]] 1456 - name = "kuchiki" 1457 - version = "0.8.1" 1458 - source = "registry+https://github.com/rust-lang/crates.io-index" 1459 - checksum = "1ea8e9c6e031377cff82ee3001dc8026cdf431ed4e2e6b51f98ab8c73484a358" 1460 - dependencies = [ 1461 - "cssparser", 1462 - "html5ever 0.25.2", 1463 - "matches", 1464 - "selectors", 1465 - ] 1466 - 1467 - [[package]] 1468 - name = "kuchikiki" 1469 - version = "0.8.2" 1470 - source = "registry+https://github.com/rust-lang/crates.io-index" 1471 - checksum = "f29e4755b7b995046f510a7520c42b2fed58b77bd94d5a87a8eb43d2fd126da8" 1472 - dependencies = [ 1473 - "cssparser", 1474 - "html5ever 0.26.0", 1475 - "indexmap 1.9.3", 1476 - "matches", 1477 - "selectors", 1478 - ] 1479 - 1480 - [[package]] 1481 - name = "lazy_static" 1482 - version = "1.4.0" 1483 - source = "registry+https://github.com/rust-lang/crates.io-index" 1484 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1485 - 1486 - [[package]] 1487 - name = "libc" 1488 - version = "0.2.148" 1489 - source = "registry+https://github.com/rust-lang/crates.io-index" 1490 - checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" 1491 - 1492 - [[package]] 1493 - name = "line-wrap" 1494 - version = "0.1.1" 1495 - source = "registry+https://github.com/rust-lang/crates.io-index" 1496 - checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9" 1497 - dependencies = [ 1498 - "safemem", 1499 - ] 1500 - 1501 - [[package]] 1502 - name = "linux-raw-sys" 1503 - version = "0.4.8" 1504 - source = "registry+https://github.com/rust-lang/crates.io-index" 1505 - checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db" 1506 - 1507 - [[package]] 1508 - name = "lock_api" 1509 - version = "0.4.10" 1510 - source = "registry+https://github.com/rust-lang/crates.io-index" 1511 - checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" 1512 - dependencies = [ 1513 - "autocfg", 1514 - "scopeguard", 1515 - ] 1516 - 1517 - [[package]] 1518 - name = "log" 1519 - version = "0.4.20" 1520 - source = "registry+https://github.com/rust-lang/crates.io-index" 1521 - checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 1522 - 1523 - [[package]] 1524 - name = "loom" 1525 - version = "0.5.6" 1526 - source = "registry+https://github.com/rust-lang/crates.io-index" 1527 - checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5" 1528 - dependencies = [ 1529 - "cfg-if", 1530 - "generator", 1531 - "scoped-tls", 1532 - "serde", 1533 - "serde_json", 1534 - "tracing", 1535 - "tracing-subscriber", 1536 - ] 1537 - 1538 - [[package]] 1539 - name = "mac" 1540 - version = "0.1.1" 1541 - source = "registry+https://github.com/rust-lang/crates.io-index" 1542 - checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" 1543 - 1544 - [[package]] 1545 - name = "malloc_buf" 1546 - version = "0.0.6" 1547 - source = "registry+https://github.com/rust-lang/crates.io-index" 1548 - checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 1549 - dependencies = [ 1550 - "libc", 1551 - ] 1552 - 1553 - [[package]] 1554 - name = "markup5ever" 1555 - version = "0.10.1" 1556 - source = "registry+https://github.com/rust-lang/crates.io-index" 1557 - checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd" 1558 - dependencies = [ 1559 - "log", 1560 - "phf 0.8.0", 1561 - "phf_codegen 0.8.0", 1562 - "string_cache", 1563 - "string_cache_codegen", 1564 - "tendril", 1565 - ] 1566 - 1567 - [[package]] 1568 - name = "markup5ever" 1569 - version = "0.11.0" 1570 - source = "registry+https://github.com/rust-lang/crates.io-index" 1571 - checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016" 1572 - dependencies = [ 1573 - "log", 1574 - "phf 0.10.1", 1575 - "phf_codegen 0.10.0", 1576 - "string_cache", 1577 - "string_cache_codegen", 1578 - "tendril", 1579 - ] 1580 - 1581 - [[package]] 1582 - name = "matchers" 1583 - version = "0.1.0" 1584 - source = "registry+https://github.com/rust-lang/crates.io-index" 1585 - checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 1586 - dependencies = [ 1587 - "regex-automata 0.1.10", 1588 - ] 1589 - 1590 - [[package]] 1591 - name = "matches" 1592 - version = "0.1.10" 1593 - source = "registry+https://github.com/rust-lang/crates.io-index" 1594 - checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" 1595 - 1596 - [[package]] 1597 - name = "memchr" 1598 - version = "2.6.3" 1599 - source = "registry+https://github.com/rust-lang/crates.io-index" 1600 - checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" 1601 - 1602 - [[package]] 1603 - name = "memoffset" 1604 - version = "0.9.0" 1605 - source = "registry+https://github.com/rust-lang/crates.io-index" 1606 - checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 1607 - dependencies = [ 1608 - "autocfg", 1609 - ] 1610 - 1611 - [[package]] 1612 - name = "miniz_oxide" 1613 - version = "0.7.1" 1614 - source = "registry+https://github.com/rust-lang/crates.io-index" 1615 - checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 1616 - dependencies = [ 1617 - "adler", 1618 - "simd-adler32", 1619 - ] 1620 - 1621 - [[package]] 1622 - name = "ndk" 1623 - version = "0.6.0" 1624 - source = "registry+https://github.com/rust-lang/crates.io-index" 1625 - checksum = "2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4" 1626 - dependencies = [ 1627 - "bitflags 1.3.2", 1628 - "jni-sys", 1629 - "ndk-sys", 1630 - "num_enum", 1631 - "thiserror", 1632 - ] 1633 - 1634 - [[package]] 1635 - name = "ndk-context" 1636 - version = "0.1.1" 1637 - source = "registry+https://github.com/rust-lang/crates.io-index" 1638 - checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 1639 - 1640 - [[package]] 1641 - name = "ndk-sys" 1642 - version = "0.3.0" 1643 - source = "registry+https://github.com/rust-lang/crates.io-index" 1644 - checksum = "6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97" 1645 - dependencies = [ 1646 - "jni-sys", 1647 - ] 1648 - 1649 - [[package]] 1650 - name = "new_debug_unreachable" 1651 - version = "1.0.4" 1652 - source = "registry+https://github.com/rust-lang/crates.io-index" 1653 - checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" 1654 - 1655 - [[package]] 1656 - name = "nodrop" 1657 - version = "0.1.14" 1658 - source = "registry+https://github.com/rust-lang/crates.io-index" 1659 - checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" 1660 - 1661 - [[package]] 1662 - name = "ntapi" 1663 - version = "0.4.1" 1664 - source = "registry+https://github.com/rust-lang/crates.io-index" 1665 - checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" 1666 - dependencies = [ 1667 - "winapi", 1668 - ] 1669 - 1670 - [[package]] 1671 - name = "nu-ansi-term" 1672 - version = "0.46.0" 1673 - source = "registry+https://github.com/rust-lang/crates.io-index" 1674 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 1675 - dependencies = [ 1676 - "overload", 1677 - "winapi", 1678 - ] 1679 - 1680 - [[package]] 1681 - name = "num-integer" 1682 - version = "0.1.45" 1683 - source = "registry+https://github.com/rust-lang/crates.io-index" 1684 - checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 1685 - dependencies = [ 1686 - "autocfg", 1687 - "num-traits", 1688 - ] 1689 - 1690 - [[package]] 1691 - name = "num-rational" 1692 - version = "0.4.1" 1693 - source = "registry+https://github.com/rust-lang/crates.io-index" 1694 - checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" 1695 - dependencies = [ 1696 - "autocfg", 1697 - "num-integer", 1698 - "num-traits", 1699 - ] 1700 - 1701 - [[package]] 1702 - name = "num-traits" 1703 - version = "0.2.16" 1704 - source = "registry+https://github.com/rust-lang/crates.io-index" 1705 - checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" 1706 - dependencies = [ 1707 - "autocfg", 1708 - ] 1709 - 1710 - [[package]] 1711 - name = "num_cpus" 1712 - version = "1.16.0" 1713 - source = "registry+https://github.com/rust-lang/crates.io-index" 1714 - checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 1715 - dependencies = [ 1716 - "hermit-abi", 1717 - "libc", 1718 - ] 1719 - 1720 - [[package]] 1721 - name = "num_enum" 1722 - version = "0.5.11" 1723 - source = "registry+https://github.com/rust-lang/crates.io-index" 1724 - checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9" 1725 - dependencies = [ 1726 - "num_enum_derive", 1727 - ] 1728 - 1729 - [[package]] 1730 - name = "num_enum_derive" 1731 - version = "0.5.11" 1732 - source = "registry+https://github.com/rust-lang/crates.io-index" 1733 - checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" 1734 - dependencies = [ 1735 - "proc-macro-crate", 1736 - "proc-macro2", 1737 - "quote", 1738 - "syn 1.0.109", 1739 - ] 1740 - 1741 - [[package]] 1742 - name = "objc" 1743 - version = "0.2.7" 1744 - source = "registry+https://github.com/rust-lang/crates.io-index" 1745 - checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 1746 - dependencies = [ 1747 - "malloc_buf", 1748 - "objc_exception", 1749 - ] 1750 - 1751 - [[package]] 1752 - name = "objc-foundation" 1753 - version = "0.1.1" 1754 - source = "registry+https://github.com/rust-lang/crates.io-index" 1755 - checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9" 1756 - dependencies = [ 1757 - "block", 1758 - "objc", 1759 - "objc_id", 1760 - ] 1761 - 1762 - [[package]] 1763 - name = "objc_exception" 1764 - version = "0.1.2" 1765 - source = "registry+https://github.com/rust-lang/crates.io-index" 1766 - checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4" 1767 - dependencies = [ 1768 - "cc", 1769 - ] 1770 - 1771 - [[package]] 1772 - name = "objc_id" 1773 - version = "0.1.1" 1774 - source = "registry+https://github.com/rust-lang/crates.io-index" 1775 - checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" 1776 - dependencies = [ 1777 - "objc", 1778 - ] 1779 - 1780 - [[package]] 1781 - name = "object" 1782 - version = "0.32.1" 1783 - source = "registry+https://github.com/rust-lang/crates.io-index" 1784 - checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0" 1785 - dependencies = [ 1786 - "memchr", 1787 - ] 1788 - 1789 - [[package]] 1790 - name = "once_cell" 1791 - version = "1.18.0" 1792 - source = "registry+https://github.com/rust-lang/crates.io-index" 1793 - checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 1794 - 1795 - [[package]] 1796 - name = "open" 1797 - version = "3.2.0" 1798 - source = "registry+https://github.com/rust-lang/crates.io-index" 1799 - checksum = "2078c0039e6a54a0c42c28faa984e115fb4c2d5bf2208f77d1961002df8576f8" 1800 - dependencies = [ 1801 - "pathdiff", 1802 - "windows-sys 0.42.0", 1803 - ] 1804 - 1805 - [[package]] 1806 - name = "overload" 1807 - version = "0.1.1" 1808 - source = "registry+https://github.com/rust-lang/crates.io-index" 1809 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 1810 - 1811 - [[package]] 1812 - name = "pango" 1813 - version = "0.15.10" 1814 - source = "registry+https://github.com/rust-lang/crates.io-index" 1815 - checksum = "22e4045548659aee5313bde6c582b0d83a627b7904dd20dc2d9ef0895d414e4f" 1816 - dependencies = [ 1817 - "bitflags 1.3.2", 1818 - "glib", 1819 - "libc", 1820 - "once_cell", 1821 - "pango-sys", 1822 - ] 1823 - 1824 - [[package]] 1825 - name = "pango-sys" 1826 - version = "0.15.10" 1827 - source = "registry+https://github.com/rust-lang/crates.io-index" 1828 - checksum = "d2a00081cde4661982ed91d80ef437c20eacaf6aa1a5962c0279ae194662c3aa" 1829 - dependencies = [ 1830 - "glib-sys", 1831 - "gobject-sys", 1832 - "libc", 1833 - "system-deps 6.1.1", 1834 - ] 1835 - 1836 - [[package]] 1837 - name = "parking_lot" 1838 - version = "0.12.1" 1839 - source = "registry+https://github.com/rust-lang/crates.io-index" 1840 - checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 1841 - dependencies = [ 1842 - "lock_api", 1843 - "parking_lot_core", 1844 - ] 1845 - 1846 - [[package]] 1847 - name = "parking_lot_core" 1848 - version = "0.9.8" 1849 - source = "registry+https://github.com/rust-lang/crates.io-index" 1850 - checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" 1851 - dependencies = [ 1852 - "cfg-if", 1853 - "libc", 1854 - "redox_syscall 0.3.5", 1855 - "smallvec", 1856 - "windows-targets", 1857 - ] 1858 - 1859 - [[package]] 1860 - name = "pathdiff" 1861 - version = "0.2.1" 1862 - source = "registry+https://github.com/rust-lang/crates.io-index" 1863 - checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" 1864 - 1865 - [[package]] 1866 - name = "percent-encoding" 1867 - version = "2.3.0" 1868 - source = "registry+https://github.com/rust-lang/crates.io-index" 1869 - checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" 1870 - 1871 - [[package]] 1872 - name = "phf" 1873 - version = "0.8.0" 1874 - source = "registry+https://github.com/rust-lang/crates.io-index" 1875 - checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12" 1876 - dependencies = [ 1877 - "phf_macros 0.8.0", 1878 - "phf_shared 0.8.0", 1879 - "proc-macro-hack", 1880 - ] 1881 - 1882 - [[package]] 1883 - name = "phf" 1884 - version = "0.10.1" 1885 - source = "registry+https://github.com/rust-lang/crates.io-index" 1886 - checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" 1887 - dependencies = [ 1888 - "phf_macros 0.10.0", 1889 - "phf_shared 0.10.0", 1890 - "proc-macro-hack", 1891 - ] 1892 - 1893 - [[package]] 1894 - name = "phf_codegen" 1895 - version = "0.8.0" 1896 - source = "registry+https://github.com/rust-lang/crates.io-index" 1897 - checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815" 1898 - dependencies = [ 1899 - "phf_generator 0.8.0", 1900 - "phf_shared 0.8.0", 1901 - ] 1902 - 1903 - [[package]] 1904 - name = "phf_codegen" 1905 - version = "0.10.0" 1906 - source = "registry+https://github.com/rust-lang/crates.io-index" 1907 - checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" 1908 - dependencies = [ 1909 - "phf_generator 0.10.0", 1910 - "phf_shared 0.10.0", 1911 - ] 1912 - 1913 - [[package]] 1914 - name = "phf_generator" 1915 - version = "0.8.0" 1916 - source = "registry+https://github.com/rust-lang/crates.io-index" 1917 - checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" 1918 - dependencies = [ 1919 - "phf_shared 0.8.0", 1920 - "rand 0.7.3", 1921 - ] 1922 - 1923 - [[package]] 1924 - name = "phf_generator" 1925 - version = "0.10.0" 1926 - source = "registry+https://github.com/rust-lang/crates.io-index" 1927 - checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" 1928 - dependencies = [ 1929 - "phf_shared 0.10.0", 1930 - "rand 0.8.5", 1931 - ] 1932 - 1933 - [[package]] 1934 - name = "phf_macros" 1935 - version = "0.8.0" 1936 - source = "registry+https://github.com/rust-lang/crates.io-index" 1937 - checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c" 1938 - dependencies = [ 1939 - "phf_generator 0.8.0", 1940 - "phf_shared 0.8.0", 1941 - "proc-macro-hack", 1942 - "proc-macro2", 1943 - "quote", 1944 - "syn 1.0.109", 1945 - ] 1946 - 1947 - [[package]] 1948 - name = "phf_macros" 1949 - version = "0.10.0" 1950 - source = "registry+https://github.com/rust-lang/crates.io-index" 1951 - checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0" 1952 - dependencies = [ 1953 - "phf_generator 0.10.0", 1954 - "phf_shared 0.10.0", 1955 - "proc-macro-hack", 1956 - "proc-macro2", 1957 - "quote", 1958 - "syn 1.0.109", 1959 - ] 1960 - 1961 - [[package]] 1962 - name = "phf_shared" 1963 - version = "0.8.0" 1964 - source = "registry+https://github.com/rust-lang/crates.io-index" 1965 - checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7" 1966 - dependencies = [ 1967 - "siphasher", 1968 - ] 1969 - 1970 - [[package]] 1971 - name = "phf_shared" 1972 - version = "0.10.0" 1973 - source = "registry+https://github.com/rust-lang/crates.io-index" 1974 - checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 1975 - dependencies = [ 1976 - "siphasher", 1977 - ] 1978 - 1979 - [[package]] 1980 - name = "pin-project-lite" 1981 - version = "0.2.13" 1982 - source = "registry+https://github.com/rust-lang/crates.io-index" 1983 - checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 1984 - 1985 - [[package]] 1986 - name = "pin-utils" 1987 - version = "0.1.0" 1988 - source = "registry+https://github.com/rust-lang/crates.io-index" 1989 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1990 - 1991 - [[package]] 1992 - name = "pkg-config" 1993 - version = "0.3.27" 1994 - source = "registry+https://github.com/rust-lang/crates.io-index" 1995 - checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 1996 - 1997 - [[package]] 1998 - name = "plist" 1999 - version = "1.5.0" 2000 - source = "registry+https://github.com/rust-lang/crates.io-index" 2001 - checksum = "bdc0001cfea3db57a2e24bc0d818e9e20e554b5f97fabb9bc231dc240269ae06" 2002 - dependencies = [ 2003 - "base64 0.21.4", 2004 - "indexmap 1.9.3", 2005 - "line-wrap", 2006 - "quick-xml", 2007 - "serde", 2008 - "time", 2009 - ] 2010 - 2011 - [[package]] 2012 - name = "png" 2013 - version = "0.17.10" 2014 - source = "registry+https://github.com/rust-lang/crates.io-index" 2015 - checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64" 2016 - dependencies = [ 2017 - "bitflags 1.3.2", 2018 - "crc32fast", 2019 - "fdeflate", 2020 - "flate2", 2021 - "miniz_oxide", 2022 - ] 2023 - 2024 - [[package]] 2025 - name = "postflop-solver" 2026 - version = "0.1.0" 2027 - source = "git+https://github.com/b-inary/postflop-solver#f3e25657e8d50e93dcf0ba516e58ed06eae5f20a" 2028 - dependencies = [ 2029 - "bincode", 2030 - "once_cell", 2031 - "rayon", 2032 - "regex", 2033 - "zstd", 2034 - ] 2035 - 2036 - [[package]] 2037 - name = "ppv-lite86" 2038 - version = "0.2.17" 2039 - source = "registry+https://github.com/rust-lang/crates.io-index" 2040 - checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 2041 - 2042 - [[package]] 2043 - name = "precomputed-hash" 2044 - version = "0.1.1" 2045 - source = "registry+https://github.com/rust-lang/crates.io-index" 2046 - checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 2047 - 2048 - [[package]] 2049 - name = "proc-macro-crate" 2050 - version = "1.3.1" 2051 - source = "registry+https://github.com/rust-lang/crates.io-index" 2052 - checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 2053 - dependencies = [ 2054 - "once_cell", 2055 - "toml_edit", 2056 - ] 2057 - 2058 - [[package]] 2059 - name = "proc-macro-error" 2060 - version = "1.0.4" 2061 - source = "registry+https://github.com/rust-lang/crates.io-index" 2062 - checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 2063 - dependencies = [ 2064 - "proc-macro-error-attr", 2065 - "proc-macro2", 2066 - "quote", 2067 - "syn 1.0.109", 2068 - "version_check", 2069 - ] 2070 - 2071 - [[package]] 2072 - name = "proc-macro-error-attr" 2073 - version = "1.0.4" 2074 - source = "registry+https://github.com/rust-lang/crates.io-index" 2075 - checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 2076 - dependencies = [ 2077 - "proc-macro2", 2078 - "quote", 2079 - "version_check", 2080 - ] 2081 - 2082 - [[package]] 2083 - name = "proc-macro-hack" 2084 - version = "0.5.20+deprecated" 2085 - source = "registry+https://github.com/rust-lang/crates.io-index" 2086 - checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 2087 - 2088 - [[package]] 2089 - name = "proc-macro2" 2090 - version = "1.0.67" 2091 - source = "registry+https://github.com/rust-lang/crates.io-index" 2092 - checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328" 2093 - dependencies = [ 2094 - "unicode-ident", 2095 - ] 2096 - 2097 - [[package]] 2098 - name = "quick-xml" 2099 - version = "0.29.0" 2100 - source = "registry+https://github.com/rust-lang/crates.io-index" 2101 - checksum = "81b9228215d82c7b61490fec1de287136b5de6f5700f6e58ea9ad61a7964ca51" 2102 - dependencies = [ 2103 - "memchr", 2104 - ] 2105 - 2106 - [[package]] 2107 - name = "quote" 2108 - version = "1.0.33" 2109 - source = "registry+https://github.com/rust-lang/crates.io-index" 2110 - checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 2111 - dependencies = [ 2112 - "proc-macro2", 2113 - ] 2114 - 2115 - [[package]] 2116 - name = "rand" 2117 - version = "0.7.3" 2118 - source = "registry+https://github.com/rust-lang/crates.io-index" 2119 - checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 2120 - dependencies = [ 2121 - "getrandom 0.1.16", 2122 - "libc", 2123 - "rand_chacha 0.2.2", 2124 - "rand_core 0.5.1", 2125 - "rand_hc", 2126 - "rand_pcg", 2127 - ] 2128 - 2129 - [[package]] 2130 - name = "rand" 2131 - version = "0.8.5" 2132 - source = "registry+https://github.com/rust-lang/crates.io-index" 2133 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2134 - dependencies = [ 2135 - "libc", 2136 - "rand_chacha 0.3.1", 2137 - "rand_core 0.6.4", 2138 - ] 2139 - 2140 - [[package]] 2141 - name = "rand_chacha" 2142 - version = "0.2.2" 2143 - source = "registry+https://github.com/rust-lang/crates.io-index" 2144 - checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 2145 - dependencies = [ 2146 - "ppv-lite86", 2147 - "rand_core 0.5.1", 2148 - ] 2149 - 2150 - [[package]] 2151 - name = "rand_chacha" 2152 - version = "0.3.1" 2153 - source = "registry+https://github.com/rust-lang/crates.io-index" 2154 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2155 - dependencies = [ 2156 - "ppv-lite86", 2157 - "rand_core 0.6.4", 2158 - ] 2159 - 2160 - [[package]] 2161 - name = "rand_core" 2162 - version = "0.5.1" 2163 - source = "registry+https://github.com/rust-lang/crates.io-index" 2164 - checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 2165 - dependencies = [ 2166 - "getrandom 0.1.16", 2167 - ] 2168 - 2169 - [[package]] 2170 - name = "rand_core" 2171 - version = "0.6.4" 2172 - source = "registry+https://github.com/rust-lang/crates.io-index" 2173 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2174 - dependencies = [ 2175 - "getrandom 0.2.10", 2176 - ] 2177 - 2178 - [[package]] 2179 - name = "rand_hc" 2180 - version = "0.2.0" 2181 - source = "registry+https://github.com/rust-lang/crates.io-index" 2182 - checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 2183 - dependencies = [ 2184 - "rand_core 0.5.1", 2185 - ] 2186 - 2187 - [[package]] 2188 - name = "rand_pcg" 2189 - version = "0.2.1" 2190 - source = "registry+https://github.com/rust-lang/crates.io-index" 2191 - checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" 2192 - dependencies = [ 2193 - "rand_core 0.5.1", 2194 - ] 2195 - 2196 - [[package]] 2197 - name = "raw-window-handle" 2198 - version = "0.5.2" 2199 - source = "registry+https://github.com/rust-lang/crates.io-index" 2200 - checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9" 2201 - 2202 - [[package]] 2203 - name = "rayon" 2204 - version = "1.8.0" 2205 - source = "registry+https://github.com/rust-lang/crates.io-index" 2206 - checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1" 2207 - dependencies = [ 2208 - "either", 2209 - "rayon-core", 2210 - ] 2211 - 2212 - [[package]] 2213 - name = "rayon-core" 2214 - version = "1.12.0" 2215 - source = "registry+https://github.com/rust-lang/crates.io-index" 2216 - checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed" 2217 - dependencies = [ 2218 - "crossbeam-deque", 2219 - "crossbeam-utils", 2220 - ] 2221 - 2222 - [[package]] 2223 - name = "redox_syscall" 2224 - version = "0.2.16" 2225 - source = "registry+https://github.com/rust-lang/crates.io-index" 2226 - checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 2227 - dependencies = [ 2228 - "bitflags 1.3.2", 2229 - ] 2230 - 2231 - [[package]] 2232 - name = "redox_syscall" 2233 - version = "0.3.5" 2234 - source = "registry+https://github.com/rust-lang/crates.io-index" 2235 - checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 2236 - dependencies = [ 2237 - "bitflags 1.3.2", 2238 - ] 2239 - 2240 - [[package]] 2241 - name = "redox_users" 2242 - version = "0.4.3" 2243 - source = "registry+https://github.com/rust-lang/crates.io-index" 2244 - checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 2245 - dependencies = [ 2246 - "getrandom 0.2.10", 2247 - "redox_syscall 0.2.16", 2248 - "thiserror", 2249 - ] 2250 - 2251 - [[package]] 2252 - name = "regex" 2253 - version = "1.9.6" 2254 - source = "registry+https://github.com/rust-lang/crates.io-index" 2255 - checksum = "ebee201405406dbf528b8b672104ae6d6d63e6d118cb10e4d51abbc7b58044ff" 2256 - dependencies = [ 2257 - "aho-corasick", 2258 - "memchr", 2259 - "regex-automata 0.3.9", 2260 - "regex-syntax 0.7.5", 2261 - ] 2262 - 2263 - [[package]] 2264 - name = "regex-automata" 2265 - version = "0.1.10" 2266 - source = "registry+https://github.com/rust-lang/crates.io-index" 2267 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 2268 - dependencies = [ 2269 - "regex-syntax 0.6.29", 2270 - ] 2271 - 2272 - [[package]] 2273 - name = "regex-automata" 2274 - version = "0.3.9" 2275 - source = "registry+https://github.com/rust-lang/crates.io-index" 2276 - checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9" 2277 - dependencies = [ 2278 - "aho-corasick", 2279 - "memchr", 2280 - "regex-syntax 0.7.5", 2281 - ] 2282 - 2283 - [[package]] 2284 - name = "regex-syntax" 2285 - version = "0.6.29" 2286 - source = "registry+https://github.com/rust-lang/crates.io-index" 2287 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 2288 - 2289 - [[package]] 2290 - name = "regex-syntax" 2291 - version = "0.7.5" 2292 - source = "registry+https://github.com/rust-lang/crates.io-index" 2293 - checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" 2294 - 2295 - [[package]] 2296 - name = "rfd" 2297 - version = "0.10.0" 2298 - source = "registry+https://github.com/rust-lang/crates.io-index" 2299 - checksum = "0149778bd99b6959285b0933288206090c50e2327f47a9c463bfdbf45c8823ea" 2300 - dependencies = [ 2301 - "block", 2302 - "dispatch", 2303 - "glib-sys", 2304 - "gobject-sys", 2305 - "gtk-sys", 2306 - "js-sys", 2307 - "lazy_static", 2308 - "log", 2309 - "objc", 2310 - "objc-foundation", 2311 - "objc_id", 2312 - "raw-window-handle", 2313 - "wasm-bindgen", 2314 - "wasm-bindgen-futures", 2315 - "web-sys", 2316 - "windows 0.37.0", 2317 - ] 2318 - 2319 - [[package]] 2320 - name = "rustc-demangle" 2321 - version = "0.1.23" 2322 - source = "registry+https://github.com/rust-lang/crates.io-index" 2323 - checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 2324 - 2325 - [[package]] 2326 - name = "rustc_version" 2327 - version = "0.4.0" 2328 - source = "registry+https://github.com/rust-lang/crates.io-index" 2329 - checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 2330 - dependencies = [ 2331 - "semver", 2332 - ] 2333 - 2334 - [[package]] 2335 - name = "rustix" 2336 - version = "0.38.15" 2337 - source = "registry+https://github.com/rust-lang/crates.io-index" 2338 - checksum = "d2f9da0cbd88f9f09e7814e388301c8414c51c62aa6ce1e4b5c551d49d96e531" 2339 - dependencies = [ 2340 - "bitflags 2.4.0", 2341 - "errno", 2342 - "libc", 2343 - "linux-raw-sys", 2344 - "windows-sys 0.48.0", 2345 - ] 2346 - 2347 - [[package]] 2348 - name = "rustversion" 2349 - version = "1.0.14" 2350 - source = "registry+https://github.com/rust-lang/crates.io-index" 2351 - checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" 2352 - 2353 - [[package]] 2354 - name = "ryu" 2355 - version = "1.0.15" 2356 - source = "registry+https://github.com/rust-lang/crates.io-index" 2357 - checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" 2358 - 2359 - [[package]] 2360 - name = "safemem" 2361 - version = "0.3.3" 2362 - source = "registry+https://github.com/rust-lang/crates.io-index" 2363 - checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" 2364 - 2365 - [[package]] 2366 - name = "same-file" 2367 - version = "1.0.6" 2368 - source = "registry+https://github.com/rust-lang/crates.io-index" 2369 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2370 - dependencies = [ 2371 - "winapi-util", 2372 - ] 2373 - 2374 - [[package]] 2375 - name = "scoped-tls" 2376 - version = "1.0.1" 2377 - source = "registry+https://github.com/rust-lang/crates.io-index" 2378 - checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 2379 - 2380 - [[package]] 2381 - name = "scopeguard" 2382 - version = "1.2.0" 2383 - source = "registry+https://github.com/rust-lang/crates.io-index" 2384 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2385 - 2386 - [[package]] 2387 - name = "selectors" 2388 - version = "0.22.0" 2389 - source = "registry+https://github.com/rust-lang/crates.io-index" 2390 - checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe" 2391 - dependencies = [ 2392 - "bitflags 1.3.2", 2393 - "cssparser", 2394 - "derive_more", 2395 - "fxhash", 2396 - "log", 2397 - "matches", 2398 - "phf 0.8.0", 2399 - "phf_codegen 0.8.0", 2400 - "precomputed-hash", 2401 - "servo_arc", 2402 - "smallvec", 2403 - "thin-slice", 2404 - ] 2405 - 2406 - [[package]] 2407 - name = "semver" 2408 - version = "1.0.19" 2409 - source = "registry+https://github.com/rust-lang/crates.io-index" 2410 - checksum = "ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0" 2411 - dependencies = [ 2412 - "serde", 2413 - ] 2414 - 2415 - [[package]] 2416 - name = "serde" 2417 - version = "1.0.188" 2418 - source = "registry+https://github.com/rust-lang/crates.io-index" 2419 - checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" 2420 - dependencies = [ 2421 - "serde_derive", 2422 - ] 2423 - 2424 - [[package]] 2425 - name = "serde_derive" 2426 - version = "1.0.188" 2427 - source = "registry+https://github.com/rust-lang/crates.io-index" 2428 - checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" 2429 - dependencies = [ 2430 - "proc-macro2", 2431 - "quote", 2432 - "syn 2.0.37", 2433 - ] 2434 - 2435 - [[package]] 2436 - name = "serde_json" 2437 - version = "1.0.107" 2438 - source = "registry+https://github.com/rust-lang/crates.io-index" 2439 - checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" 2440 - dependencies = [ 2441 - "itoa 1.0.9", 2442 - "ryu", 2443 - "serde", 2444 - ] 2445 - 2446 - [[package]] 2447 - name = "serde_repr" 2448 - version = "0.1.16" 2449 - source = "registry+https://github.com/rust-lang/crates.io-index" 2450 - checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00" 2451 - dependencies = [ 2452 - "proc-macro2", 2453 - "quote", 2454 - "syn 2.0.37", 2455 - ] 2456 - 2457 - [[package]] 2458 - name = "serde_spanned" 2459 - version = "0.6.3" 2460 - source = "registry+https://github.com/rust-lang/crates.io-index" 2461 - checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186" 2462 - dependencies = [ 2463 - "serde", 2464 - ] 2465 - 2466 - [[package]] 2467 - name = "serde_with" 2468 - version = "3.3.0" 2469 - source = "registry+https://github.com/rust-lang/crates.io-index" 2470 - checksum = "1ca3b16a3d82c4088f343b7480a93550b3eabe1a358569c2dfe38bbcead07237" 2471 - dependencies = [ 2472 - "base64 0.21.4", 2473 - "chrono", 2474 - "hex", 2475 - "indexmap 1.9.3", 2476 - "indexmap 2.0.2", 2477 - "serde", 2478 - "serde_json", 2479 - "serde_with_macros", 2480 - "time", 2481 - ] 2482 - 2483 - [[package]] 2484 - name = "serde_with_macros" 2485 - version = "3.3.0" 2486 - source = "registry+https://github.com/rust-lang/crates.io-index" 2487 - checksum = "2e6be15c453eb305019bfa438b1593c731f36a289a7853f7707ee29e870b3b3c" 2488 - dependencies = [ 2489 - "darling", 2490 - "proc-macro2", 2491 - "quote", 2492 - "syn 2.0.37", 2493 - ] 2494 - 2495 - [[package]] 2496 - name = "serialize-to-javascript" 2497 - version = "0.1.1" 2498 - source = "registry+https://github.com/rust-lang/crates.io-index" 2499 - checksum = "c9823f2d3b6a81d98228151fdeaf848206a7855a7a042bbf9bf870449a66cafb" 2500 - dependencies = [ 2501 - "serde", 2502 - "serde_json", 2503 - "serialize-to-javascript-impl", 2504 - ] 2505 - 2506 - [[package]] 2507 - name = "serialize-to-javascript-impl" 2508 - version = "0.1.1" 2509 - source = "registry+https://github.com/rust-lang/crates.io-index" 2510 - checksum = "74064874e9f6a15f04c1f3cb627902d0e6b410abbf36668afa873c61889f1763" 2511 - dependencies = [ 2512 - "proc-macro2", 2513 - "quote", 2514 - "syn 1.0.109", 2515 - ] 2516 - 2517 - [[package]] 2518 - name = "servo_arc" 2519 - version = "0.1.1" 2520 - source = "registry+https://github.com/rust-lang/crates.io-index" 2521 - checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432" 2522 - dependencies = [ 2523 - "nodrop", 2524 - "stable_deref_trait", 2525 - ] 2526 - 2527 - [[package]] 2528 - name = "sha2" 2529 - version = "0.10.8" 2530 - source = "registry+https://github.com/rust-lang/crates.io-index" 2531 - checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 2532 - dependencies = [ 2533 - "cfg-if", 2534 - "cpufeatures", 2535 - "digest", 2536 - ] 2537 - 2538 - [[package]] 2539 - name = "sharded-slab" 2540 - version = "0.1.6" 2541 - source = "registry+https://github.com/rust-lang/crates.io-index" 2542 - checksum = "c1b21f559e07218024e7e9f90f96f601825397de0e25420135f7f952453fed0b" 2543 - dependencies = [ 2544 - "lazy_static", 2545 - ] 2546 - 2547 - [[package]] 2548 - name = "simd-adler32" 2549 - version = "0.3.7" 2550 - source = "registry+https://github.com/rust-lang/crates.io-index" 2551 - checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 2552 - 2553 - [[package]] 2554 - name = "siphasher" 2555 - version = "0.3.11" 2556 - source = "registry+https://github.com/rust-lang/crates.io-index" 2557 - checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 2558 - 2559 - [[package]] 2560 - name = "slab" 2561 - version = "0.4.9" 2562 - source = "registry+https://github.com/rust-lang/crates.io-index" 2563 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 2564 - dependencies = [ 2565 - "autocfg", 2566 - ] 2567 - 2568 - [[package]] 2569 - name = "smallvec" 2570 - version = "1.11.1" 2571 - source = "registry+https://github.com/rust-lang/crates.io-index" 2572 - checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" 2573 - 2574 - [[package]] 2575 - name = "soup2" 2576 - version = "0.2.1" 2577 - source = "registry+https://github.com/rust-lang/crates.io-index" 2578 - checksum = "b2b4d76501d8ba387cf0fefbe055c3e0a59891d09f0f995ae4e4b16f6b60f3c0" 2579 - dependencies = [ 2580 - "bitflags 1.3.2", 2581 - "gio", 2582 - "glib", 2583 - "libc", 2584 - "once_cell", 2585 - "soup2-sys", 2586 - ] 2587 - 2588 - [[package]] 2589 - name = "soup2-sys" 2590 - version = "0.2.0" 2591 - source = "registry+https://github.com/rust-lang/crates.io-index" 2592 - checksum = "009ef427103fcb17f802871647a7fa6c60cbb654b4c4e4c0ac60a31c5f6dc9cf" 2593 - dependencies = [ 2594 - "bitflags 1.3.2", 2595 - "gio-sys", 2596 - "glib-sys", 2597 - "gobject-sys", 2598 - "libc", 2599 - "system-deps 5.0.0", 2600 - ] 2601 - 2602 - [[package]] 2603 - name = "stable_deref_trait" 2604 - version = "1.2.0" 2605 - source = "registry+https://github.com/rust-lang/crates.io-index" 2606 - checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 2607 - 2608 - [[package]] 2609 - name = "state" 2610 - version = "0.5.3" 2611 - source = "registry+https://github.com/rust-lang/crates.io-index" 2612 - checksum = "dbe866e1e51e8260c9eed836a042a5e7f6726bb2b411dffeaa712e19c388f23b" 2613 - dependencies = [ 2614 - "loom", 2615 - ] 2616 - 2617 - [[package]] 2618 - name = "string_cache" 2619 - version = "0.8.7" 2620 - source = "registry+https://github.com/rust-lang/crates.io-index" 2621 - checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" 2622 - dependencies = [ 2623 - "new_debug_unreachable", 2624 - "once_cell", 2625 - "parking_lot", 2626 - "phf_shared 0.10.0", 2627 - "precomputed-hash", 2628 - "serde", 2629 - ] 2630 - 2631 - [[package]] 2632 - name = "string_cache_codegen" 2633 - version = "0.5.2" 2634 - source = "registry+https://github.com/rust-lang/crates.io-index" 2635 - checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" 2636 - dependencies = [ 2637 - "phf_generator 0.10.0", 2638 - "phf_shared 0.10.0", 2639 - "proc-macro2", 2640 - "quote", 2641 - ] 2642 - 2643 - [[package]] 2644 - name = "strsim" 2645 - version = "0.10.0" 2646 - source = "registry+https://github.com/rust-lang/crates.io-index" 2647 - checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 2648 - 2649 - [[package]] 2650 - name = "syn" 2651 - version = "1.0.109" 2652 - source = "registry+https://github.com/rust-lang/crates.io-index" 2653 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 2654 - dependencies = [ 2655 - "proc-macro2", 2656 - "quote", 2657 - "unicode-ident", 2658 - ] 2659 - 2660 - [[package]] 2661 - name = "syn" 2662 - version = "2.0.37" 2663 - source = "registry+https://github.com/rust-lang/crates.io-index" 2664 - checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8" 2665 - dependencies = [ 2666 - "proc-macro2", 2667 - "quote", 2668 - "unicode-ident", 2669 - ] 2670 - 2671 - [[package]] 2672 - name = "sysinfo" 2673 - version = "0.29.10" 2674 - source = "registry+https://github.com/rust-lang/crates.io-index" 2675 - checksum = "0a18d114d420ada3a891e6bc8e96a2023402203296a47cdd65083377dad18ba5" 2676 - dependencies = [ 2677 - "cfg-if", 2678 - "core-foundation-sys", 2679 - "libc", 2680 - "ntapi", 2681 - "once_cell", 2682 - "rayon", 2683 - "winapi", 2684 - ] 2685 - 2686 - [[package]] 2687 - name = "system-deps" 2688 - version = "5.0.0" 2689 - source = "registry+https://github.com/rust-lang/crates.io-index" 2690 - checksum = "18db855554db7bd0e73e06cf7ba3df39f97812cb11d3f75e71c39bf45171797e" 2691 - dependencies = [ 2692 - "cfg-expr 0.9.1", 2693 - "heck 0.3.3", 2694 - "pkg-config", 2695 - "toml 0.5.11", 2696 - "version-compare 0.0.11", 2697 - ] 2698 - 2699 - [[package]] 2700 - name = "system-deps" 2701 - version = "6.1.1" 2702 - source = "registry+https://github.com/rust-lang/crates.io-index" 2703 - checksum = "30c2de8a4d8f4b823d634affc9cd2a74ec98c53a756f317e529a48046cbf71f3" 2704 - dependencies = [ 2705 - "cfg-expr 0.15.5", 2706 - "heck 0.4.1", 2707 - "pkg-config", 2708 - "toml 0.7.8", 2709 - "version-compare 0.1.1", 2710 - ] 2711 - 2712 - [[package]] 2713 - name = "tao" 2714 - version = "0.16.3" 2715 - source = "registry+https://github.com/rust-lang/crates.io-index" 2716 - checksum = "2bbc1134456b525a0e560ff48b185acb5178621df0dafa96e927826becb5184e" 2717 - dependencies = [ 2718 - "bitflags 1.3.2", 2719 - "cairo-rs", 2720 - "cc", 2721 - "cocoa", 2722 - "core-foundation", 2723 - "core-graphics", 2724 - "crossbeam-channel", 2725 - "dispatch", 2726 - "gdk", 2727 - "gdk-pixbuf", 2728 - "gdk-sys", 2729 - "gdkwayland-sys", 2730 - "gdkx11-sys", 2731 - "gio", 2732 - "glib", 2733 - "glib-sys", 2734 - "gtk", 2735 - "image", 2736 - "instant", 2737 - "jni", 2738 - "lazy_static", 2739 - "libc", 2740 - "log", 2741 - "ndk", 2742 - "ndk-context", 2743 - "ndk-sys", 2744 - "objc", 2745 - "once_cell", 2746 - "parking_lot", 2747 - "png", 2748 - "raw-window-handle", 2749 - "scopeguard", 2750 - "serde", 2751 - "tao-macros", 2752 - "unicode-segmentation", 2753 - "uuid", 2754 - "windows 0.39.0", 2755 - "windows-implement", 2756 - "x11-dl", 2757 - ] 2758 - 2759 - [[package]] 2760 - name = "tao-macros" 2761 - version = "0.1.2" 2762 - source = "registry+https://github.com/rust-lang/crates.io-index" 2763 - checksum = "ec114582505d158b669b136e6851f85840c109819d77c42bb7c0709f727d18c2" 2764 - dependencies = [ 2765 - "proc-macro2", 2766 - "quote", 2767 - "syn 1.0.109", 2768 - ] 2769 - 2770 - [[package]] 2771 - name = "tar" 2772 - version = "0.4.40" 2773 - source = "registry+https://github.com/rust-lang/crates.io-index" 2774 - checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" 2775 - dependencies = [ 2776 - "filetime", 2777 - "libc", 2778 - "xattr", 2779 - ] 2780 - 2781 - [[package]] 2782 - name = "target-lexicon" 2783 - version = "0.12.11" 2784 - source = "registry+https://github.com/rust-lang/crates.io-index" 2785 - checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a" 2786 - 2787 - [[package]] 2788 - name = "tauri" 2789 - version = "1.5.0" 2790 - source = "registry+https://github.com/rust-lang/crates.io-index" 2791 - checksum = "72aee3277d0a0df01472cc704ab5934a51a1f25348838df17bfb3c5cb727880c" 2792 - dependencies = [ 2793 - "anyhow", 2794 - "cocoa", 2795 - "dirs-next", 2796 - "embed_plist", 2797 - "encoding_rs", 2798 - "flate2", 2799 - "futures-util", 2800 - "glib", 2801 - "glob", 2802 - "gtk", 2803 - "heck 0.4.1", 2804 - "http", 2805 - "ignore", 2806 - "objc", 2807 - "once_cell", 2808 - "open", 2809 - "percent-encoding", 2810 - "rand 0.8.5", 2811 - "raw-window-handle", 2812 - "regex", 2813 - "rfd", 2814 - "semver", 2815 - "serde", 2816 - "serde_json", 2817 - "serde_repr", 2818 - "serialize-to-javascript", 2819 - "state", 2820 - "tar", 2821 - "tauri-macros", 2822 - "tauri-runtime", 2823 - "tauri-runtime-wry", 2824 - "tauri-utils", 2825 - "tempfile", 2826 - "thiserror", 2827 - "tokio", 2828 - "url", 2829 - "uuid", 2830 - "webkit2gtk", 2831 - "webview2-com", 2832 - "windows 0.39.0", 2833 - ] 2834 - 2835 - [[package]] 2836 - name = "tauri-build" 2837 - version = "1.5.0" 2838 - source = "registry+https://github.com/rust-lang/crates.io-index" 2839 - checksum = "defbfc551bd38ab997e5f8e458f87396d2559d05ce32095076ad6c30f7fc5f9c" 2840 - dependencies = [ 2841 - "anyhow", 2842 - "cargo_toml", 2843 - "dirs-next", 2844 - "heck 0.4.1", 2845 - "json-patch", 2846 - "semver", 2847 - "serde", 2848 - "serde_json", 2849 - "tauri-utils", 2850 - "tauri-winres", 2851 - "walkdir", 2852 - ] 2853 - 2854 - [[package]] 2855 - name = "tauri-codegen" 2856 - version = "1.4.1" 2857 - source = "registry+https://github.com/rust-lang/crates.io-index" 2858 - checksum = "7b3475e55acec0b4a50fb96435f19631fb58cbcd31923e1a213de5c382536bbb" 2859 - dependencies = [ 2860 - "base64 0.21.4", 2861 - "brotli", 2862 - "ico", 2863 - "json-patch", 2864 - "plist", 2865 - "png", 2866 - "proc-macro2", 2867 - "quote", 2868 - "regex", 2869 - "semver", 2870 - "serde", 2871 - "serde_json", 2872 - "sha2", 2873 - "tauri-utils", 2874 - "thiserror", 2875 - "time", 2876 - "uuid", 2877 - "walkdir", 2878 - ] 2879 - 2880 - [[package]] 2881 - name = "tauri-macros" 2882 - version = "1.4.1" 2883 - source = "registry+https://github.com/rust-lang/crates.io-index" 2884 - checksum = "613740228de92d9196b795ac455091d3a5fbdac2654abb8bb07d010b62ab43af" 2885 - dependencies = [ 2886 - "heck 0.4.1", 2887 - "proc-macro2", 2888 - "quote", 2889 - "syn 1.0.109", 2890 - "tauri-codegen", 2891 - "tauri-utils", 2892 - ] 2893 - 2894 - [[package]] 2895 - name = "tauri-runtime" 2896 - version = "0.14.1" 2897 - source = "registry+https://github.com/rust-lang/crates.io-index" 2898 - checksum = "07f8e9e53e00e9f41212c115749e87d5cd2a9eebccafca77a19722eeecd56d43" 2899 - dependencies = [ 2900 - "gtk", 2901 - "http", 2902 - "http-range", 2903 - "rand 0.8.5", 2904 - "raw-window-handle", 2905 - "serde", 2906 - "serde_json", 2907 - "tauri-utils", 2908 - "thiserror", 2909 - "url", 2910 - "uuid", 2911 - "webview2-com", 2912 - "windows 0.39.0", 2913 - ] 2914 - 2915 - [[package]] 2916 - name = "tauri-runtime-wry" 2917 - version = "0.14.1" 2918 - source = "registry+https://github.com/rust-lang/crates.io-index" 2919 - checksum = "8141d72b6b65f2008911e9ef5b98a68d1e3413b7a1464e8f85eb3673bb19a895" 2920 - dependencies = [ 2921 - "cocoa", 2922 - "gtk", 2923 - "percent-encoding", 2924 - "rand 0.8.5", 2925 - "raw-window-handle", 2926 - "tauri-runtime", 2927 - "tauri-utils", 2928 - "uuid", 2929 - "webkit2gtk", 2930 - "webview2-com", 2931 - "windows 0.39.0", 2932 - "wry", 2933 - ] 2934 - 2935 - [[package]] 2936 - name = "tauri-utils" 2937 - version = "1.5.0" 2938 - source = "registry+https://github.com/rust-lang/crates.io-index" 2939 - checksum = "34d55e185904a84a419308d523c2c6891d5e2dbcee740c4997eb42e75a7b0f46" 2940 - dependencies = [ 2941 - "brotli", 2942 - "ctor", 2943 - "dunce", 2944 - "glob", 2945 - "heck 0.4.1", 2946 - "html5ever 0.26.0", 2947 - "infer", 2948 - "json-patch", 2949 - "kuchikiki", 2950 - "log", 2951 - "memchr", 2952 - "phf 0.10.1", 2953 - "proc-macro2", 2954 - "quote", 2955 - "semver", 2956 - "serde", 2957 - "serde_json", 2958 - "serde_with", 2959 - "thiserror", 2960 - "url", 2961 - "walkdir", 2962 - "windows 0.39.0", 2963 - ] 2964 - 2965 - [[package]] 2966 - name = "tauri-winres" 2967 - version = "0.1.1" 2968 - source = "registry+https://github.com/rust-lang/crates.io-index" 2969 - checksum = "5993dc129e544393574288923d1ec447c857f3f644187f4fbf7d9a875fbfc4fb" 2970 - dependencies = [ 2971 - "embed-resource", 2972 - "toml 0.7.8", 2973 - ] 2974 - 2975 - [[package]] 2976 - name = "tempfile" 2977 - version = "3.8.0" 2978 - source = "registry+https://github.com/rust-lang/crates.io-index" 2979 - checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" 2980 - dependencies = [ 2981 - "cfg-if", 2982 - "fastrand", 2983 - "redox_syscall 0.3.5", 2984 - "rustix", 2985 - "windows-sys 0.48.0", 2986 - ] 2987 - 2988 - [[package]] 2989 - name = "tendril" 2990 - version = "0.4.3" 2991 - source = "registry+https://github.com/rust-lang/crates.io-index" 2992 - checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" 2993 - dependencies = [ 2994 - "futf", 2995 - "mac", 2996 - "utf-8", 2997 - ] 2998 - 2999 - [[package]] 3000 - name = "thin-slice" 3001 - version = "0.1.1" 3002 - source = "registry+https://github.com/rust-lang/crates.io-index" 3003 - checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c" 3004 - 3005 - [[package]] 3006 - name = "thiserror" 3007 - version = "1.0.49" 3008 - source = "registry+https://github.com/rust-lang/crates.io-index" 3009 - checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4" 3010 - dependencies = [ 3011 - "thiserror-impl", 3012 - ] 3013 - 3014 - [[package]] 3015 - name = "thiserror-impl" 3016 - version = "1.0.49" 3017 - source = "registry+https://github.com/rust-lang/crates.io-index" 3018 - checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc" 3019 - dependencies = [ 3020 - "proc-macro2", 3021 - "quote", 3022 - "syn 2.0.37", 3023 - ] 3024 - 3025 - [[package]] 3026 - name = "thread_local" 3027 - version = "1.1.7" 3028 - source = "registry+https://github.com/rust-lang/crates.io-index" 3029 - checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" 3030 - dependencies = [ 3031 - "cfg-if", 3032 - "once_cell", 3033 - ] 3034 - 3035 - [[package]] 3036 - name = "time" 3037 - version = "0.3.29" 3038 - source = "registry+https://github.com/rust-lang/crates.io-index" 3039 - checksum = "426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe" 3040 - dependencies = [ 3041 - "deranged", 3042 - "itoa 1.0.9", 3043 - "serde", 3044 - "time-core", 3045 - "time-macros", 3046 - ] 3047 - 3048 - [[package]] 3049 - name = "time-core" 3050 - version = "0.1.2" 3051 - source = "registry+https://github.com/rust-lang/crates.io-index" 3052 - checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 3053 - 3054 - [[package]] 3055 - name = "time-macros" 3056 - version = "0.2.15" 3057 - source = "registry+https://github.com/rust-lang/crates.io-index" 3058 - checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20" 3059 - dependencies = [ 3060 - "time-core", 3061 - ] 3062 - 3063 - [[package]] 3064 - name = "tinyvec" 3065 - version = "1.6.0" 3066 - source = "registry+https://github.com/rust-lang/crates.io-index" 3067 - checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 3068 - dependencies = [ 3069 - "tinyvec_macros", 3070 - ] 3071 - 3072 - [[package]] 3073 - name = "tinyvec_macros" 3074 - version = "0.1.1" 3075 - source = "registry+https://github.com/rust-lang/crates.io-index" 3076 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 3077 - 3078 - [[package]] 3079 - name = "tokio" 3080 - version = "1.32.0" 3081 - source = "registry+https://github.com/rust-lang/crates.io-index" 3082 - checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" 3083 - dependencies = [ 3084 - "backtrace", 3085 - "bytes", 3086 - "num_cpus", 3087 - "pin-project-lite", 3088 - ] 3089 - 3090 - [[package]] 3091 - name = "toml" 3092 - version = "0.5.11" 3093 - source = "registry+https://github.com/rust-lang/crates.io-index" 3094 - checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 3095 - dependencies = [ 3096 - "serde", 3097 - ] 3098 - 3099 - [[package]] 3100 - name = "toml" 3101 - version = "0.7.8" 3102 - source = "registry+https://github.com/rust-lang/crates.io-index" 3103 - checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" 3104 - dependencies = [ 3105 - "serde", 3106 - "serde_spanned", 3107 - "toml_datetime", 3108 - "toml_edit", 3109 - ] 3110 - 3111 - [[package]] 3112 - name = "toml_datetime" 3113 - version = "0.6.3" 3114 - source = "registry+https://github.com/rust-lang/crates.io-index" 3115 - checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" 3116 - dependencies = [ 3117 - "serde", 3118 - ] 3119 - 3120 - [[package]] 3121 - name = "toml_edit" 3122 - version = "0.19.15" 3123 - source = "registry+https://github.com/rust-lang/crates.io-index" 3124 - checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 3125 - dependencies = [ 3126 - "indexmap 2.0.2", 3127 - "serde", 3128 - "serde_spanned", 3129 - "toml_datetime", 3130 - "winnow", 3131 - ] 3132 - 3133 - [[package]] 3134 - name = "tracing" 3135 - version = "0.1.37" 3136 - source = "registry+https://github.com/rust-lang/crates.io-index" 3137 - checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 3138 - dependencies = [ 3139 - "cfg-if", 3140 - "pin-project-lite", 3141 - "tracing-attributes", 3142 - "tracing-core", 3143 - ] 3144 - 3145 - [[package]] 3146 - name = "tracing-attributes" 3147 - version = "0.1.26" 3148 - source = "registry+https://github.com/rust-lang/crates.io-index" 3149 - checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" 3150 - dependencies = [ 3151 - "proc-macro2", 3152 - "quote", 3153 - "syn 2.0.37", 3154 - ] 3155 - 3156 - [[package]] 3157 - name = "tracing-core" 3158 - version = "0.1.31" 3159 - source = "registry+https://github.com/rust-lang/crates.io-index" 3160 - checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" 3161 - dependencies = [ 3162 - "once_cell", 3163 - "valuable", 3164 - ] 3165 - 3166 - [[package]] 3167 - name = "tracing-log" 3168 - version = "0.1.3" 3169 - source = "registry+https://github.com/rust-lang/crates.io-index" 3170 - checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" 3171 - dependencies = [ 3172 - "lazy_static", 3173 - "log", 3174 - "tracing-core", 3175 - ] 3176 - 3177 - [[package]] 3178 - name = "tracing-subscriber" 3179 - version = "0.3.17" 3180 - source = "registry+https://github.com/rust-lang/crates.io-index" 3181 - checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" 3182 - dependencies = [ 3183 - "matchers", 3184 - "nu-ansi-term", 3185 - "once_cell", 3186 - "regex", 3187 - "sharded-slab", 3188 - "smallvec", 3189 - "thread_local", 3190 - "tracing", 3191 - "tracing-core", 3192 - "tracing-log", 3193 - ] 3194 - 3195 - [[package]] 3196 - name = "treediff" 3197 - version = "4.0.2" 3198 - source = "registry+https://github.com/rust-lang/crates.io-index" 3199 - checksum = "52984d277bdf2a751072b5df30ec0377febdb02f7696d64c2d7d54630bac4303" 3200 - dependencies = [ 3201 - "serde_json", 3202 - ] 3203 - 3204 - [[package]] 3205 - name = "typenum" 3206 - version = "1.17.0" 3207 - source = "registry+https://github.com/rust-lang/crates.io-index" 3208 - checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 3209 - 3210 - [[package]] 3211 - name = "unicode-bidi" 3212 - version = "0.3.13" 3213 - source = "registry+https://github.com/rust-lang/crates.io-index" 3214 - checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 3215 - 3216 - [[package]] 3217 - name = "unicode-ident" 3218 - version = "1.0.12" 3219 - source = "registry+https://github.com/rust-lang/crates.io-index" 3220 - checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 3221 - 3222 - [[package]] 3223 - name = "unicode-normalization" 3224 - version = "0.1.22" 3225 - source = "registry+https://github.com/rust-lang/crates.io-index" 3226 - checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 3227 - dependencies = [ 3228 - "tinyvec", 3229 - ] 3230 - 3231 - [[package]] 3232 - name = "unicode-segmentation" 3233 - version = "1.10.1" 3234 - source = "registry+https://github.com/rust-lang/crates.io-index" 3235 - checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 3236 - 3237 - [[package]] 3238 - name = "url" 3239 - version = "2.4.1" 3240 - source = "registry+https://github.com/rust-lang/crates.io-index" 3241 - checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5" 3242 - dependencies = [ 3243 - "form_urlencoded", 3244 - "idna", 3245 - "percent-encoding", 3246 - "serde", 3247 - ] 3248 - 3249 - [[package]] 3250 - name = "utf-8" 3251 - version = "0.7.6" 3252 - source = "registry+https://github.com/rust-lang/crates.io-index" 3253 - checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 3254 - 3255 - [[package]] 3256 - name = "uuid" 3257 - version = "1.4.1" 3258 - source = "registry+https://github.com/rust-lang/crates.io-index" 3259 - checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" 3260 - dependencies = [ 3261 - "getrandom 0.2.10", 3262 - ] 3263 - 3264 - [[package]] 3265 - name = "valuable" 3266 - version = "0.1.0" 3267 - source = "registry+https://github.com/rust-lang/crates.io-index" 3268 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 3269 - 3270 - [[package]] 3271 - name = "version-compare" 3272 - version = "0.0.11" 3273 - source = "registry+https://github.com/rust-lang/crates.io-index" 3274 - checksum = "1c18c859eead79d8b95d09e4678566e8d70105c4e7b251f707a03df32442661b" 3275 - 3276 - [[package]] 3277 - name = "version-compare" 3278 - version = "0.1.1" 3279 - source = "registry+https://github.com/rust-lang/crates.io-index" 3280 - checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29" 3281 - 3282 - [[package]] 3283 - name = "version_check" 3284 - version = "0.9.4" 3285 - source = "registry+https://github.com/rust-lang/crates.io-index" 3286 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 3287 - 3288 - [[package]] 3289 - name = "virtue" 3290 - version = "0.0.13" 3291 - source = "registry+https://github.com/rust-lang/crates.io-index" 3292 - checksum = "9dcc60c0624df774c82a0ef104151231d37da4962957d691c011c852b2473314" 3293 - 3294 - [[package]] 3295 - name = "vswhom" 3296 - version = "0.1.0" 3297 - source = "registry+https://github.com/rust-lang/crates.io-index" 3298 - checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b" 3299 - dependencies = [ 3300 - "libc", 3301 - "vswhom-sys", 3302 - ] 3303 - 3304 - [[package]] 3305 - name = "vswhom-sys" 3306 - version = "0.1.2" 3307 - source = "registry+https://github.com/rust-lang/crates.io-index" 3308 - checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18" 3309 - dependencies = [ 3310 - "cc", 3311 - "libc", 3312 - ] 3313 - 3314 - [[package]] 3315 - name = "walkdir" 3316 - version = "2.4.0" 3317 - source = "registry+https://github.com/rust-lang/crates.io-index" 3318 - checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" 3319 - dependencies = [ 3320 - "same-file", 3321 - "winapi-util", 3322 - ] 3323 - 3324 - [[package]] 3325 - name = "wasi" 3326 - version = "0.9.0+wasi-snapshot-preview1" 3327 - source = "registry+https://github.com/rust-lang/crates.io-index" 3328 - checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 3329 - 3330 - [[package]] 3331 - name = "wasi" 3332 - version = "0.11.0+wasi-snapshot-preview1" 3333 - source = "registry+https://github.com/rust-lang/crates.io-index" 3334 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 3335 - 3336 - [[package]] 3337 - name = "wasm-bindgen" 3338 - version = "0.2.87" 3339 - source = "registry+https://github.com/rust-lang/crates.io-index" 3340 - checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" 3341 - dependencies = [ 3342 - "cfg-if", 3343 - "wasm-bindgen-macro", 3344 - ] 3345 - 3346 - [[package]] 3347 - name = "wasm-bindgen-backend" 3348 - version = "0.2.87" 3349 - source = "registry+https://github.com/rust-lang/crates.io-index" 3350 - checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" 3351 - dependencies = [ 3352 - "bumpalo", 3353 - "log", 3354 - "once_cell", 3355 - "proc-macro2", 3356 - "quote", 3357 - "syn 2.0.37", 3358 - "wasm-bindgen-shared", 3359 - ] 3360 - 3361 - [[package]] 3362 - name = "wasm-bindgen-futures" 3363 - version = "0.4.37" 3364 - source = "registry+https://github.com/rust-lang/crates.io-index" 3365 - checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03" 3366 - dependencies = [ 3367 - "cfg-if", 3368 - "js-sys", 3369 - "wasm-bindgen", 3370 - "web-sys", 3371 - ] 3372 - 3373 - [[package]] 3374 - name = "wasm-bindgen-macro" 3375 - version = "0.2.87" 3376 - source = "registry+https://github.com/rust-lang/crates.io-index" 3377 - checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" 3378 - dependencies = [ 3379 - "quote", 3380 - "wasm-bindgen-macro-support", 3381 - ] 3382 - 3383 - [[package]] 3384 - name = "wasm-bindgen-macro-support" 3385 - version = "0.2.87" 3386 - source = "registry+https://github.com/rust-lang/crates.io-index" 3387 - checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" 3388 - dependencies = [ 3389 - "proc-macro2", 3390 - "quote", 3391 - "syn 2.0.37", 3392 - "wasm-bindgen-backend", 3393 - "wasm-bindgen-shared", 3394 - ] 3395 - 3396 - [[package]] 3397 - name = "wasm-bindgen-shared" 3398 - version = "0.2.87" 3399 - source = "registry+https://github.com/rust-lang/crates.io-index" 3400 - checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" 3401 - 3402 - [[package]] 3403 - name = "web-sys" 3404 - version = "0.3.64" 3405 - source = "registry+https://github.com/rust-lang/crates.io-index" 3406 - checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" 3407 - dependencies = [ 3408 - "js-sys", 3409 - "wasm-bindgen", 3410 - ] 3411 - 3412 - [[package]] 3413 - name = "webkit2gtk" 3414 - version = "0.18.2" 3415 - source = "registry+https://github.com/rust-lang/crates.io-index" 3416 - checksum = "b8f859735e4a452aeb28c6c56a852967a8a76c8eb1cc32dbf931ad28a13d6370" 3417 - dependencies = [ 3418 - "bitflags 1.3.2", 3419 - "cairo-rs", 3420 - "gdk", 3421 - "gdk-sys", 3422 - "gio", 3423 - "gio-sys", 3424 - "glib", 3425 - "glib-sys", 3426 - "gobject-sys", 3427 - "gtk", 3428 - "gtk-sys", 3429 - "javascriptcore-rs", 3430 - "libc", 3431 - "once_cell", 3432 - "soup2", 3433 - "webkit2gtk-sys", 3434 - ] 3435 - 3436 - [[package]] 3437 - name = "webkit2gtk-sys" 3438 - version = "0.18.0" 3439 - source = "registry+https://github.com/rust-lang/crates.io-index" 3440 - checksum = "4d76ca6ecc47aeba01ec61e480139dda143796abcae6f83bcddf50d6b5b1dcf3" 3441 - dependencies = [ 3442 - "atk-sys", 3443 - "bitflags 1.3.2", 3444 - "cairo-sys-rs", 3445 - "gdk-pixbuf-sys", 3446 - "gdk-sys", 3447 - "gio-sys", 3448 - "glib-sys", 3449 - "gobject-sys", 3450 - "gtk-sys", 3451 - "javascriptcore-rs-sys", 3452 - "libc", 3453 - "pango-sys", 3454 - "pkg-config", 3455 - "soup2-sys", 3456 - "system-deps 6.1.1", 3457 - ] 3458 - 3459 - [[package]] 3460 - name = "webview2-com" 3461 - version = "0.19.1" 3462 - source = "registry+https://github.com/rust-lang/crates.io-index" 3463 - checksum = "b4a769c9f1a64a8734bde70caafac2b96cada12cd4aefa49196b3a386b8b4178" 3464 - dependencies = [ 3465 - "webview2-com-macros", 3466 - "webview2-com-sys", 3467 - "windows 0.39.0", 3468 - "windows-implement", 3469 - ] 3470 - 3471 - [[package]] 3472 - name = "webview2-com-macros" 3473 - version = "0.6.0" 3474 - source = "registry+https://github.com/rust-lang/crates.io-index" 3475 - checksum = "eaebe196c01691db62e9e4ca52c5ef1e4fd837dcae27dae3ada599b5a8fd05ac" 3476 - dependencies = [ 3477 - "proc-macro2", 3478 - "quote", 3479 - "syn 1.0.109", 3480 - ] 3481 - 3482 - [[package]] 3483 - name = "webview2-com-sys" 3484 - version = "0.19.0" 3485 - source = "registry+https://github.com/rust-lang/crates.io-index" 3486 - checksum = "aac48ef20ddf657755fdcda8dfed2a7b4fc7e4581acce6fe9b88c3d64f29dee7" 3487 - dependencies = [ 3488 - "regex", 3489 - "serde", 3490 - "serde_json", 3491 - "thiserror", 3492 - "windows 0.39.0", 3493 - "windows-bindgen", 3494 - "windows-metadata", 3495 - ] 3496 - 3497 - [[package]] 3498 - name = "winapi" 3499 - version = "0.3.9" 3500 - source = "registry+https://github.com/rust-lang/crates.io-index" 3501 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3502 - dependencies = [ 3503 - "winapi-i686-pc-windows-gnu", 3504 - "winapi-x86_64-pc-windows-gnu", 3505 - ] 3506 - 3507 - [[package]] 3508 - name = "winapi-i686-pc-windows-gnu" 3509 - version = "0.4.0" 3510 - source = "registry+https://github.com/rust-lang/crates.io-index" 3511 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 3512 - 3513 - [[package]] 3514 - name = "winapi-util" 3515 - version = "0.1.6" 3516 - source = "registry+https://github.com/rust-lang/crates.io-index" 3517 - checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" 3518 - dependencies = [ 3519 - "winapi", 3520 - ] 3521 - 3522 - [[package]] 3523 - name = "winapi-x86_64-pc-windows-gnu" 3524 - version = "0.4.0" 3525 - source = "registry+https://github.com/rust-lang/crates.io-index" 3526 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 3527 - 3528 - [[package]] 3529 - name = "windows" 3530 - version = "0.37.0" 3531 - source = "registry+https://github.com/rust-lang/crates.io-index" 3532 - checksum = "57b543186b344cc61c85b5aab0d2e3adf4e0f99bc076eff9aa5927bcc0b8a647" 3533 - dependencies = [ 3534 - "windows_aarch64_msvc 0.37.0", 3535 - "windows_i686_gnu 0.37.0", 3536 - "windows_i686_msvc 0.37.0", 3537 - "windows_x86_64_gnu 0.37.0", 3538 - "windows_x86_64_msvc 0.37.0", 3539 - ] 3540 - 3541 - [[package]] 3542 - name = "windows" 3543 - version = "0.39.0" 3544 - source = "registry+https://github.com/rust-lang/crates.io-index" 3545 - checksum = "f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a" 3546 - dependencies = [ 3547 - "windows-implement", 3548 - "windows_aarch64_msvc 0.39.0", 3549 - "windows_i686_gnu 0.39.0", 3550 - "windows_i686_msvc 0.39.0", 3551 - "windows_x86_64_gnu 0.39.0", 3552 - "windows_x86_64_msvc 0.39.0", 3553 - ] 3554 - 3555 - [[package]] 3556 - name = "windows" 3557 - version = "0.48.0" 3558 - source = "registry+https://github.com/rust-lang/crates.io-index" 3559 - checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 3560 - dependencies = [ 3561 - "windows-targets", 3562 - ] 3563 - 3564 - [[package]] 3565 - name = "windows-bindgen" 3566 - version = "0.39.0" 3567 - source = "registry+https://github.com/rust-lang/crates.io-index" 3568 - checksum = "68003dbd0e38abc0fb85b939240f4bce37c43a5981d3df37ccbaaa981b47cb41" 3569 - dependencies = [ 3570 - "windows-metadata", 3571 - "windows-tokens", 3572 - ] 3573 - 3574 - [[package]] 3575 - name = "windows-implement" 3576 - version = "0.39.0" 3577 - source = "registry+https://github.com/rust-lang/crates.io-index" 3578 - checksum = "ba01f98f509cb5dc05f4e5fc95e535f78260f15fea8fe1a8abdd08f774f1cee7" 3579 - dependencies = [ 3580 - "syn 1.0.109", 3581 - "windows-tokens", 3582 - ] 3583 - 3584 - [[package]] 3585 - name = "windows-metadata" 3586 - version = "0.39.0" 3587 - source = "registry+https://github.com/rust-lang/crates.io-index" 3588 - checksum = "9ee5e275231f07c6e240d14f34e1b635bf1faa1c76c57cfd59a5cdb9848e4278" 3589 - 3590 - [[package]] 3591 - name = "windows-sys" 3592 - version = "0.42.0" 3593 - source = "registry+https://github.com/rust-lang/crates.io-index" 3594 - checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 3595 - dependencies = [ 3596 - "windows_aarch64_gnullvm 0.42.2", 3597 - "windows_aarch64_msvc 0.42.2", 3598 - "windows_i686_gnu 0.42.2", 3599 - "windows_i686_msvc 0.42.2", 3600 - "windows_x86_64_gnu 0.42.2", 3601 - "windows_x86_64_gnullvm 0.42.2", 3602 - "windows_x86_64_msvc 0.42.2", 3603 - ] 3604 - 3605 - [[package]] 3606 - name = "windows-sys" 3607 - version = "0.48.0" 3608 - source = "registry+https://github.com/rust-lang/crates.io-index" 3609 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 3610 - dependencies = [ 3611 - "windows-targets", 3612 - ] 3613 - 3614 - [[package]] 3615 - name = "windows-targets" 3616 - version = "0.48.5" 3617 - source = "registry+https://github.com/rust-lang/crates.io-index" 3618 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 3619 - dependencies = [ 3620 - "windows_aarch64_gnullvm 0.48.5", 3621 - "windows_aarch64_msvc 0.48.5", 3622 - "windows_i686_gnu 0.48.5", 3623 - "windows_i686_msvc 0.48.5", 3624 - "windows_x86_64_gnu 0.48.5", 3625 - "windows_x86_64_gnullvm 0.48.5", 3626 - "windows_x86_64_msvc 0.48.5", 3627 - ] 3628 - 3629 - [[package]] 3630 - name = "windows-tokens" 3631 - version = "0.39.0" 3632 - source = "registry+https://github.com/rust-lang/crates.io-index" 3633 - checksum = "f838de2fe15fe6bac988e74b798f26499a8b21a9d97edec321e79b28d1d7f597" 3634 - 3635 - [[package]] 3636 - name = "windows_aarch64_gnullvm" 3637 - version = "0.42.2" 3638 - source = "registry+https://github.com/rust-lang/crates.io-index" 3639 - checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 3640 - 3641 - [[package]] 3642 - name = "windows_aarch64_gnullvm" 3643 - version = "0.48.5" 3644 - source = "registry+https://github.com/rust-lang/crates.io-index" 3645 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 3646 - 3647 - [[package]] 3648 - name = "windows_aarch64_msvc" 3649 - version = "0.37.0" 3650 - source = "registry+https://github.com/rust-lang/crates.io-index" 3651 - checksum = "2623277cb2d1c216ba3b578c0f3cf9cdebeddb6e66b1b218bb33596ea7769c3a" 3652 - 3653 - [[package]] 3654 - name = "windows_aarch64_msvc" 3655 - version = "0.39.0" 3656 - source = "registry+https://github.com/rust-lang/crates.io-index" 3657 - checksum = "ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2" 3658 - 3659 - [[package]] 3660 - name = "windows_aarch64_msvc" 3661 - version = "0.42.2" 3662 - source = "registry+https://github.com/rust-lang/crates.io-index" 3663 - checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 3664 - 3665 - [[package]] 3666 - name = "windows_aarch64_msvc" 3667 - version = "0.48.5" 3668 - source = "registry+https://github.com/rust-lang/crates.io-index" 3669 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 3670 - 3671 - [[package]] 3672 - name = "windows_i686_gnu" 3673 - version = "0.37.0" 3674 - source = "registry+https://github.com/rust-lang/crates.io-index" 3675 - checksum = "d3925fd0b0b804730d44d4b6278c50f9699703ec49bcd628020f46f4ba07d9e1" 3676 - 3677 - [[package]] 3678 - name = "windows_i686_gnu" 3679 - version = "0.39.0" 3680 - source = "registry+https://github.com/rust-lang/crates.io-index" 3681 - checksum = "763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b" 3682 - 3683 - [[package]] 3684 - name = "windows_i686_gnu" 3685 - version = "0.42.2" 3686 - source = "registry+https://github.com/rust-lang/crates.io-index" 3687 - checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 3688 - 3689 - [[package]] 3690 - name = "windows_i686_gnu" 3691 - version = "0.48.5" 3692 - source = "registry+https://github.com/rust-lang/crates.io-index" 3693 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 3694 - 3695 - [[package]] 3696 - name = "windows_i686_msvc" 3697 - version = "0.37.0" 3698 - source = "registry+https://github.com/rust-lang/crates.io-index" 3699 - checksum = "ce907ac74fe331b524c1298683efbf598bb031bc84d5e274db2083696d07c57c" 3700 - 3701 - [[package]] 3702 - name = "windows_i686_msvc" 3703 - version = "0.39.0" 3704 - source = "registry+https://github.com/rust-lang/crates.io-index" 3705 - checksum = "7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106" 3706 - 3707 - [[package]] 3708 - name = "windows_i686_msvc" 3709 - version = "0.42.2" 3710 - source = "registry+https://github.com/rust-lang/crates.io-index" 3711 - checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 3712 - 3713 - [[package]] 3714 - name = "windows_i686_msvc" 3715 - version = "0.48.5" 3716 - source = "registry+https://github.com/rust-lang/crates.io-index" 3717 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 3718 - 3719 - [[package]] 3720 - name = "windows_x86_64_gnu" 3721 - version = "0.37.0" 3722 - source = "registry+https://github.com/rust-lang/crates.io-index" 3723 - checksum = "2babfba0828f2e6b32457d5341427dcbb577ceef556273229959ac23a10af33d" 3724 - 3725 - [[package]] 3726 - name = "windows_x86_64_gnu" 3727 - version = "0.39.0" 3728 - source = "registry+https://github.com/rust-lang/crates.io-index" 3729 - checksum = "6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65" 3730 - 3731 - [[package]] 3732 - name = "windows_x86_64_gnu" 3733 - version = "0.42.2" 3734 - source = "registry+https://github.com/rust-lang/crates.io-index" 3735 - checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 3736 - 3737 - [[package]] 3738 - name = "windows_x86_64_gnu" 3739 - version = "0.48.5" 3740 - source = "registry+https://github.com/rust-lang/crates.io-index" 3741 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 3742 - 3743 - [[package]] 3744 - name = "windows_x86_64_gnullvm" 3745 - version = "0.42.2" 3746 - source = "registry+https://github.com/rust-lang/crates.io-index" 3747 - checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 3748 - 3749 - [[package]] 3750 - name = "windows_x86_64_gnullvm" 3751 - version = "0.48.5" 3752 - source = "registry+https://github.com/rust-lang/crates.io-index" 3753 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 3754 - 3755 - [[package]] 3756 - name = "windows_x86_64_msvc" 3757 - version = "0.37.0" 3758 - source = "registry+https://github.com/rust-lang/crates.io-index" 3759 - checksum = "f4dd6dc7df2d84cf7b33822ed5b86318fb1781948e9663bacd047fc9dd52259d" 3760 - 3761 - [[package]] 3762 - name = "windows_x86_64_msvc" 3763 - version = "0.39.0" 3764 - source = "registry+https://github.com/rust-lang/crates.io-index" 3765 - checksum = "5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809" 3766 - 3767 - [[package]] 3768 - name = "windows_x86_64_msvc" 3769 - version = "0.42.2" 3770 - source = "registry+https://github.com/rust-lang/crates.io-index" 3771 - checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 3772 - 3773 - [[package]] 3774 - name = "windows_x86_64_msvc" 3775 - version = "0.48.5" 3776 - source = "registry+https://github.com/rust-lang/crates.io-index" 3777 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 3778 - 3779 - [[package]] 3780 - name = "winnow" 3781 - version = "0.5.15" 3782 - source = "registry+https://github.com/rust-lang/crates.io-index" 3783 - checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc" 3784 - dependencies = [ 3785 - "memchr", 3786 - ] 3787 - 3788 - [[package]] 3789 - name = "winreg" 3790 - version = "0.51.0" 3791 - source = "registry+https://github.com/rust-lang/crates.io-index" 3792 - checksum = "937f3df7948156640f46aacef17a70db0de5917bda9c92b0f751f3a955b588fc" 3793 - dependencies = [ 3794 - "cfg-if", 3795 - "windows-sys 0.48.0", 3796 - ] 3797 - 3798 - [[package]] 3799 - name = "wry" 3800 - version = "0.24.4" 3801 - source = "registry+https://github.com/rust-lang/crates.io-index" 3802 - checksum = "88ef04bdad49eba2e01f06e53688c8413bd6a87b0bc14b72284465cf96e3578e" 3803 - dependencies = [ 3804 - "base64 0.13.1", 3805 - "block", 3806 - "cocoa", 3807 - "core-graphics", 3808 - "crossbeam-channel", 3809 - "dunce", 3810 - "gdk", 3811 - "gio", 3812 - "glib", 3813 - "gtk", 3814 - "html5ever 0.25.2", 3815 - "http", 3816 - "kuchiki", 3817 - "libc", 3818 - "log", 3819 - "objc", 3820 - "objc_id", 3821 - "once_cell", 3822 - "serde", 3823 - "serde_json", 3824 - "sha2", 3825 - "soup2", 3826 - "tao", 3827 - "thiserror", 3828 - "url", 3829 - "webkit2gtk", 3830 - "webkit2gtk-sys", 3831 - "webview2-com", 3832 - "windows 0.39.0", 3833 - "windows-implement", 3834 - ] 3835 - 3836 - [[package]] 3837 - name = "x11" 3838 - version = "2.21.0" 3839 - source = "registry+https://github.com/rust-lang/crates.io-index" 3840 - checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e" 3841 - dependencies = [ 3842 - "libc", 3843 - "pkg-config", 3844 - ] 3845 - 3846 - [[package]] 3847 - name = "x11-dl" 3848 - version = "2.21.0" 3849 - source = "registry+https://github.com/rust-lang/crates.io-index" 3850 - checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 3851 - dependencies = [ 3852 - "libc", 3853 - "once_cell", 3854 - "pkg-config", 3855 - ] 3856 - 3857 - [[package]] 3858 - name = "xattr" 3859 - version = "1.0.1" 3860 - source = "registry+https://github.com/rust-lang/crates.io-index" 3861 - checksum = "f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985" 3862 - dependencies = [ 3863 - "libc", 3864 - ] 3865 - 3866 - [[package]] 3867 - name = "zstd" 3868 - version = "0.12.4" 3869 - source = "registry+https://github.com/rust-lang/crates.io-index" 3870 - checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c" 3871 - dependencies = [ 3872 - "zstd-safe", 3873 - ] 3874 - 3875 - [[package]] 3876 - name = "zstd-safe" 3877 - version = "6.0.6" 3878 - source = "registry+https://github.com/rust-lang/crates.io-index" 3879 - checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581" 3880 - dependencies = [ 3881 - "libc", 3882 - "zstd-sys", 3883 - ] 3884 - 3885 - [[package]] 3886 - name = "zstd-sys" 3887 - version = "2.0.8+zstd.1.5.5" 3888 - source = "registry+https://github.com/rust-lang/crates.io-index" 3889 - checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c" 3890 - dependencies = [ 3891 - "cc", 3892 - "libc", 3893 - "pkg-config", 3894 - ]
+2 -6
pkgs/by-name/de/desktop-postflop/package.nix
··· 36 36 37 37 sourceRoot = "${src.name}/src-tauri"; 38 38 39 - cargoLock = { 40 - lockFile = ./Cargo.lock; 41 - outputHashes = { 42 - "postflop-solver-0.1.0" = "sha256-coEl09eMbQqSos1sqWLnfXfhujSTsnVnOlOQ+JbdFWY="; 43 - }; 44 - }; 39 + useFetchCargoVendor = true; 40 + cargoHash = "sha256-pMvh2Rr+rMe0nMB9yRDrGatrS36+VM7os0eeBR31oCM="; 45 41 46 42 postPatch = '' 47 43 substituteInPlace tauri.conf.json \