Merge pull request #251858 from maxbrunet/feat/devpod

devpod: init at 0.4.1

authored by Peder Bergebakken Sundt and committed by GitHub d9672e67 a19e8471

+4781
+4518
pkgs/development/tools/devpod/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 = "Inflector" 7 + version = "0.11.4" 8 + source = "registry+https://github.com/rust-lang/crates.io-index" 9 + checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" 10 + 11 + [[package]] 12 + name = "adler" 13 + version = "1.0.2" 14 + source = "registry+https://github.com/rust-lang/crates.io-index" 15 + checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 16 + 17 + [[package]] 18 + name = "aho-corasick" 19 + version = "0.7.20" 20 + source = "registry+https://github.com/rust-lang/crates.io-index" 21 + checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 22 + dependencies = [ 23 + "memchr", 24 + ] 25 + 26 + [[package]] 27 + name = "alloc-no-stdlib" 28 + version = "2.0.4" 29 + source = "registry+https://github.com/rust-lang/crates.io-index" 30 + checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 31 + 32 + [[package]] 33 + name = "alloc-stdlib" 34 + version = "0.2.2" 35 + source = "registry+https://github.com/rust-lang/crates.io-index" 36 + checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 37 + dependencies = [ 38 + "alloc-no-stdlib", 39 + ] 40 + 41 + [[package]] 42 + name = "android_system_properties" 43 + version = "0.1.5" 44 + source = "registry+https://github.com/rust-lang/crates.io-index" 45 + checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 46 + dependencies = [ 47 + "libc", 48 + ] 49 + 50 + [[package]] 51 + name = "anyhow" 52 + version = "1.0.70" 53 + source = "registry+https://github.com/rust-lang/crates.io-index" 54 + checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" 55 + 56 + [[package]] 57 + name = "arrayvec" 58 + version = "0.5.2" 59 + source = "registry+https://github.com/rust-lang/crates.io-index" 60 + checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" 61 + 62 + [[package]] 63 + name = "atk" 64 + version = "0.15.1" 65 + source = "registry+https://github.com/rust-lang/crates.io-index" 66 + checksum = "2c3d816ce6f0e2909a96830d6911c2aff044370b1ef92d7f267b43bae5addedd" 67 + dependencies = [ 68 + "atk-sys", 69 + "bitflags", 70 + "glib", 71 + "libc", 72 + ] 73 + 74 + [[package]] 75 + name = "atk-sys" 76 + version = "0.15.1" 77 + source = "registry+https://github.com/rust-lang/crates.io-index" 78 + checksum = "58aeb089fb698e06db8089971c7ee317ab9644bade33383f63631437b03aafb6" 79 + dependencies = [ 80 + "glib-sys", 81 + "gobject-sys", 82 + "libc", 83 + "system-deps 6.0.4", 84 + ] 85 + 86 + [[package]] 87 + name = "attohttpc" 88 + version = "0.22.0" 89 + source = "registry+https://github.com/rust-lang/crates.io-index" 90 + checksum = "1fcf00bc6d5abb29b5f97e3c61a90b6d3caa12f3faf897d4a3e3607c050a35a7" 91 + dependencies = [ 92 + "flate2", 93 + "http", 94 + "log", 95 + "native-tls", 96 + "serde", 97 + "serde_json", 98 + "serde_urlencoded", 99 + "url", 100 + ] 101 + 102 + [[package]] 103 + name = "autocfg" 104 + version = "1.1.0" 105 + source = "registry+https://github.com/rust-lang/crates.io-index" 106 + checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 107 + 108 + [[package]] 109 + name = "base64" 110 + version = "0.13.1" 111 + source = "registry+https://github.com/rust-lang/crates.io-index" 112 + checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 113 + 114 + [[package]] 115 + name = "base64" 116 + version = "0.21.0" 117 + source = "registry+https://github.com/rust-lang/crates.io-index" 118 + checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" 119 + 120 + [[package]] 121 + name = "bitflags" 122 + version = "1.3.2" 123 + source = "registry+https://github.com/rust-lang/crates.io-index" 124 + checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 125 + 126 + [[package]] 127 + name = "block" 128 + version = "0.1.6" 129 + source = "registry+https://github.com/rust-lang/crates.io-index" 130 + checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 131 + 132 + [[package]] 133 + name = "block-buffer" 134 + version = "0.10.4" 135 + source = "registry+https://github.com/rust-lang/crates.io-index" 136 + checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 137 + dependencies = [ 138 + "generic-array", 139 + ] 140 + 141 + [[package]] 142 + name = "brotli" 143 + version = "3.3.4" 144 + source = "registry+https://github.com/rust-lang/crates.io-index" 145 + checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68" 146 + dependencies = [ 147 + "alloc-no-stdlib", 148 + "alloc-stdlib", 149 + "brotli-decompressor", 150 + ] 151 + 152 + [[package]] 153 + name = "brotli-decompressor" 154 + version = "2.3.4" 155 + source = "registry+https://github.com/rust-lang/crates.io-index" 156 + checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744" 157 + dependencies = [ 158 + "alloc-no-stdlib", 159 + "alloc-stdlib", 160 + ] 161 + 162 + [[package]] 163 + name = "bstr" 164 + version = "1.4.0" 165 + source = "registry+https://github.com/rust-lang/crates.io-index" 166 + checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09" 167 + dependencies = [ 168 + "memchr", 169 + "serde", 170 + ] 171 + 172 + [[package]] 173 + name = "bumpalo" 174 + version = "3.12.0" 175 + source = "registry+https://github.com/rust-lang/crates.io-index" 176 + checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" 177 + 178 + [[package]] 179 + name = "byte-unit" 180 + version = "4.0.19" 181 + source = "registry+https://github.com/rust-lang/crates.io-index" 182 + checksum = "da78b32057b8fdfc352504708feeba7216dcd65a2c9ab02978cbd288d1279b6c" 183 + dependencies = [ 184 + "serde", 185 + "utf8-width", 186 + ] 187 + 188 + [[package]] 189 + name = "bytemuck" 190 + version = "1.13.1" 191 + source = "registry+https://github.com/rust-lang/crates.io-index" 192 + checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea" 193 + 194 + [[package]] 195 + name = "byteorder" 196 + version = "1.4.3" 197 + source = "registry+https://github.com/rust-lang/crates.io-index" 198 + checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 199 + 200 + [[package]] 201 + name = "bytes" 202 + version = "1.4.0" 203 + source = "registry+https://github.com/rust-lang/crates.io-index" 204 + checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 205 + 206 + [[package]] 207 + name = "cairo-rs" 208 + version = "0.15.12" 209 + source = "registry+https://github.com/rust-lang/crates.io-index" 210 + checksum = "c76ee391b03d35510d9fa917357c7f1855bd9a6659c95a1b392e33f49b3369bc" 211 + dependencies = [ 212 + "bitflags", 213 + "cairo-sys-rs", 214 + "glib", 215 + "libc", 216 + "thiserror", 217 + ] 218 + 219 + [[package]] 220 + name = "cairo-sys-rs" 221 + version = "0.15.1" 222 + source = "registry+https://github.com/rust-lang/crates.io-index" 223 + checksum = "3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8" 224 + dependencies = [ 225 + "glib-sys", 226 + "libc", 227 + "system-deps 6.0.4", 228 + ] 229 + 230 + [[package]] 231 + name = "cargo_toml" 232 + version = "0.13.3" 233 + source = "registry+https://github.com/rust-lang/crates.io-index" 234 + checksum = "497049e9477329f8f6a559972ee42e117487d01d1e8c2cc9f836ea6fa23a9e1a" 235 + dependencies = [ 236 + "serde", 237 + "toml 0.5.11", 238 + ] 239 + 240 + [[package]] 241 + name = "cc" 242 + version = "1.0.79" 243 + source = "registry+https://github.com/rust-lang/crates.io-index" 244 + checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 245 + 246 + [[package]] 247 + name = "cesu8" 248 + version = "1.1.0" 249 + source = "registry+https://github.com/rust-lang/crates.io-index" 250 + checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 251 + 252 + [[package]] 253 + name = "cfb" 254 + version = "0.6.1" 255 + source = "registry+https://github.com/rust-lang/crates.io-index" 256 + checksum = "74f89d248799e3f15f91b70917f65381062a01bb8e222700ea0e5a7ff9785f9c" 257 + dependencies = [ 258 + "byteorder", 259 + "uuid 0.8.2", 260 + ] 261 + 262 + [[package]] 263 + name = "cfb" 264 + version = "0.7.3" 265 + source = "registry+https://github.com/rust-lang/crates.io-index" 266 + checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f" 267 + dependencies = [ 268 + "byteorder", 269 + "fnv", 270 + "uuid 1.3.1", 271 + ] 272 + 273 + [[package]] 274 + name = "cfg-expr" 275 + version = "0.9.1" 276 + source = "registry+https://github.com/rust-lang/crates.io-index" 277 + checksum = "3431df59f28accaf4cb4eed4a9acc66bea3f3c3753aa6cdc2f024174ef232af7" 278 + dependencies = [ 279 + "smallvec", 280 + ] 281 + 282 + [[package]] 283 + name = "cfg-expr" 284 + version = "0.14.0" 285 + source = "registry+https://github.com/rust-lang/crates.io-index" 286 + checksum = "a35b255461940a32985c627ce82900867c61db1659764d3675ea81963f72a4c6" 287 + dependencies = [ 288 + "smallvec", 289 + ] 290 + 291 + [[package]] 292 + name = "cfg-if" 293 + version = "1.0.0" 294 + source = "registry+https://github.com/rust-lang/crates.io-index" 295 + checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 296 + 297 + [[package]] 298 + name = "chrono" 299 + version = "0.4.24" 300 + source = "registry+https://github.com/rust-lang/crates.io-index" 301 + checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" 302 + dependencies = [ 303 + "iana-time-zone", 304 + "js-sys", 305 + "num-integer", 306 + "num-traits", 307 + "serde", 308 + "time 0.1.45", 309 + "wasm-bindgen", 310 + "winapi", 311 + ] 312 + 313 + [[package]] 314 + name = "cocoa" 315 + version = "0.24.1" 316 + source = "registry+https://github.com/rust-lang/crates.io-index" 317 + checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a" 318 + dependencies = [ 319 + "bitflags", 320 + "block", 321 + "cocoa-foundation", 322 + "core-foundation", 323 + "core-graphics", 324 + "foreign-types", 325 + "libc", 326 + "objc", 327 + ] 328 + 329 + [[package]] 330 + name = "cocoa-foundation" 331 + version = "0.1.1" 332 + source = "registry+https://github.com/rust-lang/crates.io-index" 333 + checksum = "931d3837c286f56e3c58423ce4eba12d08db2374461a785c86f672b08b5650d6" 334 + dependencies = [ 335 + "bitflags", 336 + "block", 337 + "core-foundation", 338 + "core-graphics-types", 339 + "foreign-types", 340 + "libc", 341 + "objc", 342 + ] 343 + 344 + [[package]] 345 + name = "codespan-reporting" 346 + version = "0.11.1" 347 + source = "registry+https://github.com/rust-lang/crates.io-index" 348 + checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 349 + dependencies = [ 350 + "termcolor", 351 + "unicode-width", 352 + ] 353 + 354 + [[package]] 355 + name = "color_quant" 356 + version = "1.1.0" 357 + source = "registry+https://github.com/rust-lang/crates.io-index" 358 + checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 359 + 360 + [[package]] 361 + name = "combine" 362 + version = "4.6.6" 363 + source = "registry+https://github.com/rust-lang/crates.io-index" 364 + checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4" 365 + dependencies = [ 366 + "bytes", 367 + "memchr", 368 + ] 369 + 370 + [[package]] 371 + name = "convert_case" 372 + version = "0.4.0" 373 + source = "registry+https://github.com/rust-lang/crates.io-index" 374 + checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 375 + 376 + [[package]] 377 + name = "core-foundation" 378 + version = "0.9.3" 379 + source = "registry+https://github.com/rust-lang/crates.io-index" 380 + checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 381 + dependencies = [ 382 + "core-foundation-sys", 383 + "libc", 384 + ] 385 + 386 + [[package]] 387 + name = "core-foundation-sys" 388 + version = "0.8.4" 389 + source = "registry+https://github.com/rust-lang/crates.io-index" 390 + checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 391 + 392 + [[package]] 393 + name = "core-graphics" 394 + version = "0.22.3" 395 + source = "registry+https://github.com/rust-lang/crates.io-index" 396 + checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb" 397 + dependencies = [ 398 + "bitflags", 399 + "core-foundation", 400 + "core-graphics-types", 401 + "foreign-types", 402 + "libc", 403 + ] 404 + 405 + [[package]] 406 + name = "core-graphics-types" 407 + version = "0.1.1" 408 + source = "registry+https://github.com/rust-lang/crates.io-index" 409 + checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b" 410 + dependencies = [ 411 + "bitflags", 412 + "core-foundation", 413 + "foreign-types", 414 + "libc", 415 + ] 416 + 417 + [[package]] 418 + name = "cpufeatures" 419 + version = "0.2.6" 420 + source = "registry+https://github.com/rust-lang/crates.io-index" 421 + checksum = "280a9f2d8b3a38871a3c8a46fb80db65e5e5ed97da80c4d08bf27fb63e35e181" 422 + dependencies = [ 423 + "libc", 424 + ] 425 + 426 + [[package]] 427 + name = "crc32fast" 428 + version = "1.3.2" 429 + source = "registry+https://github.com/rust-lang/crates.io-index" 430 + checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 431 + dependencies = [ 432 + "cfg-if", 433 + ] 434 + 435 + [[package]] 436 + name = "crossbeam-channel" 437 + version = "0.5.8" 438 + source = "registry+https://github.com/rust-lang/crates.io-index" 439 + checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 440 + dependencies = [ 441 + "cfg-if", 442 + "crossbeam-utils", 443 + ] 444 + 445 + [[package]] 446 + name = "crossbeam-utils" 447 + version = "0.8.15" 448 + source = "registry+https://github.com/rust-lang/crates.io-index" 449 + checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 450 + dependencies = [ 451 + "cfg-if", 452 + ] 453 + 454 + [[package]] 455 + name = "crypto-common" 456 + version = "0.1.6" 457 + source = "registry+https://github.com/rust-lang/crates.io-index" 458 + checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 459 + dependencies = [ 460 + "generic-array", 461 + "typenum", 462 + ] 463 + 464 + [[package]] 465 + name = "cssparser" 466 + version = "0.27.2" 467 + source = "registry+https://github.com/rust-lang/crates.io-index" 468 + checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a" 469 + dependencies = [ 470 + "cssparser-macros", 471 + "dtoa-short", 472 + "itoa 0.4.8", 473 + "matches", 474 + "phf 0.8.0", 475 + "proc-macro2", 476 + "quote", 477 + "smallvec", 478 + "syn 1.0.109", 479 + ] 480 + 481 + [[package]] 482 + name = "cssparser-macros" 483 + version = "0.6.0" 484 + source = "registry+https://github.com/rust-lang/crates.io-index" 485 + checksum = "dfae75de57f2b2e85e8768c3ea840fd159c8f33e2b6522c7835b7abac81be16e" 486 + dependencies = [ 487 + "quote", 488 + "syn 1.0.109", 489 + ] 490 + 491 + [[package]] 492 + name = "ctor" 493 + version = "0.1.26" 494 + source = "registry+https://github.com/rust-lang/crates.io-index" 495 + checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" 496 + dependencies = [ 497 + "quote", 498 + "syn 1.0.109", 499 + ] 500 + 501 + [[package]] 502 + name = "cxx" 503 + version = "1.0.94" 504 + source = "registry+https://github.com/rust-lang/crates.io-index" 505 + checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93" 506 + dependencies = [ 507 + "cc", 508 + "cxxbridge-flags", 509 + "cxxbridge-macro", 510 + "link-cplusplus", 511 + ] 512 + 513 + [[package]] 514 + name = "cxx-build" 515 + version = "1.0.94" 516 + source = "registry+https://github.com/rust-lang/crates.io-index" 517 + checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b" 518 + dependencies = [ 519 + "cc", 520 + "codespan-reporting", 521 + "once_cell", 522 + "proc-macro2", 523 + "quote", 524 + "scratch", 525 + "syn 2.0.15", 526 + ] 527 + 528 + [[package]] 529 + name = "cxxbridge-flags" 530 + version = "1.0.94" 531 + source = "registry+https://github.com/rust-lang/crates.io-index" 532 + checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb" 533 + 534 + [[package]] 535 + name = "cxxbridge-macro" 536 + version = "1.0.94" 537 + source = "registry+https://github.com/rust-lang/crates.io-index" 538 + checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5" 539 + dependencies = [ 540 + "proc-macro2", 541 + "quote", 542 + "syn 2.0.15", 543 + ] 544 + 545 + [[package]] 546 + name = "darling" 547 + version = "0.13.4" 548 + source = "registry+https://github.com/rust-lang/crates.io-index" 549 + checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c" 550 + dependencies = [ 551 + "darling_core", 552 + "darling_macro", 553 + ] 554 + 555 + [[package]] 556 + name = "darling_core" 557 + version = "0.13.4" 558 + source = "registry+https://github.com/rust-lang/crates.io-index" 559 + checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610" 560 + dependencies = [ 561 + "fnv", 562 + "ident_case", 563 + "proc-macro2", 564 + "quote", 565 + "strsim", 566 + "syn 1.0.109", 567 + ] 568 + 569 + [[package]] 570 + name = "darling_macro" 571 + version = "0.13.4" 572 + source = "registry+https://github.com/rust-lang/crates.io-index" 573 + checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835" 574 + dependencies = [ 575 + "darling_core", 576 + "quote", 577 + "syn 1.0.109", 578 + ] 579 + 580 + [[package]] 581 + name = "dbus" 582 + version = "0.9.7" 583 + source = "registry+https://github.com/rust-lang/crates.io-index" 584 + checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b" 585 + dependencies = [ 586 + "libc", 587 + "libdbus-sys", 588 + "winapi", 589 + ] 590 + 591 + [[package]] 592 + name = "derive_more" 593 + version = "0.99.17" 594 + source = "registry+https://github.com/rust-lang/crates.io-index" 595 + checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" 596 + dependencies = [ 597 + "convert_case", 598 + "proc-macro2", 599 + "quote", 600 + "rustc_version", 601 + "syn 1.0.109", 602 + ] 603 + 604 + [[package]] 605 + name = "devpod-desktop" 606 + version = "0.1.0" 607 + dependencies = [ 608 + "anyhow", 609 + "chrono", 610 + "cocoa", 611 + "dirs", 612 + "dispatch", 613 + "lazy_static", 614 + "log", 615 + "objc", 616 + "regex", 617 + "reqwest", 618 + "semver", 619 + "serde", 620 + "serde_json", 621 + "serde_qs", 622 + "serde_yaml", 623 + "strip-ansi-escapes", 624 + "tauri", 625 + "tauri-build", 626 + "tauri-plugin-deep-link", 627 + "tauri-plugin-log", 628 + "tauri-plugin-store", 629 + "thiserror", 630 + "tokio", 631 + "ts-rs", 632 + "url", 633 + "window-vibrancy", 634 + "windows 0.48.0", 635 + "winreg 0.50.0", 636 + ] 637 + 638 + [[package]] 639 + name = "digest" 640 + version = "0.10.6" 641 + source = "registry+https://github.com/rust-lang/crates.io-index" 642 + checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" 643 + dependencies = [ 644 + "block-buffer", 645 + "crypto-common", 646 + ] 647 + 648 + [[package]] 649 + name = "dirs" 650 + version = "5.0.1" 651 + source = "registry+https://github.com/rust-lang/crates.io-index" 652 + checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 653 + dependencies = [ 654 + "dirs-sys", 655 + ] 656 + 657 + [[package]] 658 + name = "dirs-next" 659 + version = "2.0.0" 660 + source = "registry+https://github.com/rust-lang/crates.io-index" 661 + checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 662 + dependencies = [ 663 + "cfg-if", 664 + "dirs-sys-next", 665 + ] 666 + 667 + [[package]] 668 + name = "dirs-sys" 669 + version = "0.4.1" 670 + source = "registry+https://github.com/rust-lang/crates.io-index" 671 + checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 672 + dependencies = [ 673 + "libc", 674 + "option-ext", 675 + "redox_users", 676 + "windows-sys 0.48.0", 677 + ] 678 + 679 + [[package]] 680 + name = "dirs-sys-next" 681 + version = "0.1.2" 682 + source = "registry+https://github.com/rust-lang/crates.io-index" 683 + checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 684 + dependencies = [ 685 + "libc", 686 + "redox_users", 687 + "winapi", 688 + ] 689 + 690 + [[package]] 691 + name = "dispatch" 692 + version = "0.2.0" 693 + source = "registry+https://github.com/rust-lang/crates.io-index" 694 + checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 695 + 696 + [[package]] 697 + name = "dtoa" 698 + version = "0.4.8" 699 + source = "registry+https://github.com/rust-lang/crates.io-index" 700 + checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0" 701 + 702 + [[package]] 703 + name = "dtoa-short" 704 + version = "0.3.3" 705 + source = "registry+https://github.com/rust-lang/crates.io-index" 706 + checksum = "bde03329ae10e79ede66c9ce4dc930aa8599043b0743008548680f25b91502d6" 707 + dependencies = [ 708 + "dtoa", 709 + ] 710 + 711 + [[package]] 712 + name = "dunce" 713 + version = "1.0.3" 714 + source = "registry+https://github.com/rust-lang/crates.io-index" 715 + checksum = "0bd4b30a6560bbd9b4620f4de34c3f14f60848e58a9b7216801afcb4c7b31c3c" 716 + 717 + [[package]] 718 + name = "embed_plist" 719 + version = "1.2.2" 720 + source = "registry+https://github.com/rust-lang/crates.io-index" 721 + checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7" 722 + 723 + [[package]] 724 + name = "encoding_rs" 725 + version = "0.8.32" 726 + source = "registry+https://github.com/rust-lang/crates.io-index" 727 + checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" 728 + dependencies = [ 729 + "cfg-if", 730 + ] 731 + 732 + [[package]] 733 + name = "equivalent" 734 + version = "1.0.0" 735 + source = "registry+https://github.com/rust-lang/crates.io-index" 736 + checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1" 737 + 738 + [[package]] 739 + name = "errno" 740 + version = "0.3.1" 741 + source = "registry+https://github.com/rust-lang/crates.io-index" 742 + checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 743 + dependencies = [ 744 + "errno-dragonfly", 745 + "libc", 746 + "windows-sys 0.48.0", 747 + ] 748 + 749 + [[package]] 750 + name = "errno-dragonfly" 751 + version = "0.1.2" 752 + source = "registry+https://github.com/rust-lang/crates.io-index" 753 + checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 754 + dependencies = [ 755 + "cc", 756 + "libc", 757 + ] 758 + 759 + [[package]] 760 + name = "fastrand" 761 + version = "1.9.0" 762 + source = "registry+https://github.com/rust-lang/crates.io-index" 763 + checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 764 + dependencies = [ 765 + "instant", 766 + ] 767 + 768 + [[package]] 769 + name = "fdeflate" 770 + version = "0.3.0" 771 + source = "registry+https://github.com/rust-lang/crates.io-index" 772 + checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10" 773 + dependencies = [ 774 + "simd-adler32", 775 + ] 776 + 777 + [[package]] 778 + name = "fern" 779 + version = "0.6.2" 780 + source = "registry+https://github.com/rust-lang/crates.io-index" 781 + checksum = "d9f0c14694cbd524c8720dd69b0e3179344f04ebb5f90f2e4a440c6ea3b2f1ee" 782 + dependencies = [ 783 + "log", 784 + ] 785 + 786 + [[package]] 787 + name = "field-offset" 788 + version = "0.3.5" 789 + source = "registry+https://github.com/rust-lang/crates.io-index" 790 + checksum = "a3cf3a800ff6e860c863ca6d4b16fd999db8b752819c1606884047b73e468535" 791 + dependencies = [ 792 + "memoffset", 793 + "rustc_version", 794 + ] 795 + 796 + [[package]] 797 + name = "filetime" 798 + version = "0.2.21" 799 + source = "registry+https://github.com/rust-lang/crates.io-index" 800 + checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153" 801 + dependencies = [ 802 + "cfg-if", 803 + "libc", 804 + "redox_syscall 0.2.16", 805 + "windows-sys 0.48.0", 806 + ] 807 + 808 + [[package]] 809 + name = "flate2" 810 + version = "1.0.25" 811 + source = "registry+https://github.com/rust-lang/crates.io-index" 812 + checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" 813 + dependencies = [ 814 + "crc32fast", 815 + "miniz_oxide 0.6.2", 816 + ] 817 + 818 + [[package]] 819 + name = "fnv" 820 + version = "1.0.7" 821 + source = "registry+https://github.com/rust-lang/crates.io-index" 822 + checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 823 + 824 + [[package]] 825 + name = "foreign-types" 826 + version = "0.3.2" 827 + source = "registry+https://github.com/rust-lang/crates.io-index" 828 + checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 829 + dependencies = [ 830 + "foreign-types-shared", 831 + ] 832 + 833 + [[package]] 834 + name = "foreign-types-shared" 835 + version = "0.1.1" 836 + source = "registry+https://github.com/rust-lang/crates.io-index" 837 + checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 838 + 839 + [[package]] 840 + name = "form_urlencoded" 841 + version = "1.1.0" 842 + source = "registry+https://github.com/rust-lang/crates.io-index" 843 + checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 844 + dependencies = [ 845 + "percent-encoding", 846 + ] 847 + 848 + [[package]] 849 + name = "futf" 850 + version = "0.1.5" 851 + source = "registry+https://github.com/rust-lang/crates.io-index" 852 + checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" 853 + dependencies = [ 854 + "mac", 855 + "new_debug_unreachable", 856 + ] 857 + 858 + [[package]] 859 + name = "futures-channel" 860 + version = "0.3.28" 861 + source = "registry+https://github.com/rust-lang/crates.io-index" 862 + checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 863 + dependencies = [ 864 + "futures-core", 865 + ] 866 + 867 + [[package]] 868 + name = "futures-core" 869 + version = "0.3.28" 870 + source = "registry+https://github.com/rust-lang/crates.io-index" 871 + checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 872 + 873 + [[package]] 874 + name = "futures-executor" 875 + version = "0.3.28" 876 + source = "registry+https://github.com/rust-lang/crates.io-index" 877 + checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" 878 + dependencies = [ 879 + "futures-core", 880 + "futures-task", 881 + "futures-util", 882 + ] 883 + 884 + [[package]] 885 + name = "futures-io" 886 + version = "0.3.28" 887 + source = "registry+https://github.com/rust-lang/crates.io-index" 888 + checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" 889 + 890 + [[package]] 891 + name = "futures-macro" 892 + version = "0.3.28" 893 + source = "registry+https://github.com/rust-lang/crates.io-index" 894 + checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" 895 + dependencies = [ 896 + "proc-macro2", 897 + "quote", 898 + "syn 2.0.15", 899 + ] 900 + 901 + [[package]] 902 + name = "futures-sink" 903 + version = "0.3.28" 904 + source = "registry+https://github.com/rust-lang/crates.io-index" 905 + checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" 906 + 907 + [[package]] 908 + name = "futures-task" 909 + version = "0.3.28" 910 + source = "registry+https://github.com/rust-lang/crates.io-index" 911 + checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 912 + 913 + [[package]] 914 + name = "futures-util" 915 + version = "0.3.28" 916 + source = "registry+https://github.com/rust-lang/crates.io-index" 917 + checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 918 + dependencies = [ 919 + "futures-core", 920 + "futures-macro", 921 + "futures-task", 922 + "pin-project-lite", 923 + "pin-utils", 924 + "slab", 925 + ] 926 + 927 + [[package]] 928 + name = "fxhash" 929 + version = "0.2.1" 930 + source = "registry+https://github.com/rust-lang/crates.io-index" 931 + checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 932 + dependencies = [ 933 + "byteorder", 934 + ] 935 + 936 + [[package]] 937 + name = "gdk" 938 + version = "0.15.4" 939 + source = "registry+https://github.com/rust-lang/crates.io-index" 940 + checksum = "a6e05c1f572ab0e1f15be94217f0dc29088c248b14f792a5ff0af0d84bcda9e8" 941 + dependencies = [ 942 + "bitflags", 943 + "cairo-rs", 944 + "gdk-pixbuf", 945 + "gdk-sys", 946 + "gio", 947 + "glib", 948 + "libc", 949 + "pango", 950 + ] 951 + 952 + [[package]] 953 + name = "gdk-pixbuf" 954 + version = "0.15.11" 955 + source = "registry+https://github.com/rust-lang/crates.io-index" 956 + checksum = "ad38dd9cc8b099cceecdf41375bb6d481b1b5a7cd5cd603e10a69a9383f8619a" 957 + dependencies = [ 958 + "bitflags", 959 + "gdk-pixbuf-sys", 960 + "gio", 961 + "glib", 962 + "libc", 963 + ] 964 + 965 + [[package]] 966 + name = "gdk-pixbuf-sys" 967 + version = "0.15.10" 968 + source = "registry+https://github.com/rust-lang/crates.io-index" 969 + checksum = "140b2f5378256527150350a8346dbdb08fadc13453a7a2d73aecd5fab3c402a7" 970 + dependencies = [ 971 + "gio-sys", 972 + "glib-sys", 973 + "gobject-sys", 974 + "libc", 975 + "system-deps 6.0.4", 976 + ] 977 + 978 + [[package]] 979 + name = "gdk-sys" 980 + version = "0.15.1" 981 + source = "registry+https://github.com/rust-lang/crates.io-index" 982 + checksum = "32e7a08c1e8f06f4177fb7e51a777b8c1689f743a7bc11ea91d44d2226073a88" 983 + dependencies = [ 984 + "cairo-sys-rs", 985 + "gdk-pixbuf-sys", 986 + "gio-sys", 987 + "glib-sys", 988 + "gobject-sys", 989 + "libc", 990 + "pango-sys", 991 + "pkg-config", 992 + "system-deps 6.0.4", 993 + ] 994 + 995 + [[package]] 996 + name = "gdkx11-sys" 997 + version = "0.15.1" 998 + source = "registry+https://github.com/rust-lang/crates.io-index" 999 + checksum = "b4b7f8c7a84b407aa9b143877e267e848ff34106578b64d1e0a24bf550716178" 1000 + dependencies = [ 1001 + "gdk-sys", 1002 + "glib-sys", 1003 + "libc", 1004 + "system-deps 6.0.4", 1005 + "x11", 1006 + ] 1007 + 1008 + [[package]] 1009 + name = "generator" 1010 + version = "0.7.3" 1011 + source = "registry+https://github.com/rust-lang/crates.io-index" 1012 + checksum = "33a20a288a94683f5f4da0adecdbe095c94a77c295e514cc6484e9394dd8376e" 1013 + dependencies = [ 1014 + "cc", 1015 + "libc", 1016 + "log", 1017 + "rustversion", 1018 + "windows 0.44.0", 1019 + ] 1020 + 1021 + [[package]] 1022 + name = "generic-array" 1023 + version = "0.14.7" 1024 + source = "registry+https://github.com/rust-lang/crates.io-index" 1025 + checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1026 + dependencies = [ 1027 + "typenum", 1028 + "version_check", 1029 + ] 1030 + 1031 + [[package]] 1032 + name = "getrandom" 1033 + version = "0.1.16" 1034 + source = "registry+https://github.com/rust-lang/crates.io-index" 1035 + checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 1036 + dependencies = [ 1037 + "cfg-if", 1038 + "libc", 1039 + "wasi 0.9.0+wasi-snapshot-preview1", 1040 + ] 1041 + 1042 + [[package]] 1043 + name = "getrandom" 1044 + version = "0.2.9" 1045 + source = "registry+https://github.com/rust-lang/crates.io-index" 1046 + checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" 1047 + dependencies = [ 1048 + "cfg-if", 1049 + "libc", 1050 + "wasi 0.11.0+wasi-snapshot-preview1", 1051 + ] 1052 + 1053 + [[package]] 1054 + name = "gio" 1055 + version = "0.15.12" 1056 + source = "registry+https://github.com/rust-lang/crates.io-index" 1057 + checksum = "68fdbc90312d462781a395f7a16d96a2b379bb6ef8cd6310a2df272771c4283b" 1058 + dependencies = [ 1059 + "bitflags", 1060 + "futures-channel", 1061 + "futures-core", 1062 + "futures-io", 1063 + "gio-sys", 1064 + "glib", 1065 + "libc", 1066 + "once_cell", 1067 + "thiserror", 1068 + ] 1069 + 1070 + [[package]] 1071 + name = "gio-sys" 1072 + version = "0.15.10" 1073 + source = "registry+https://github.com/rust-lang/crates.io-index" 1074 + checksum = "32157a475271e2c4a023382e9cab31c4584ee30a97da41d3c4e9fdd605abcf8d" 1075 + dependencies = [ 1076 + "glib-sys", 1077 + "gobject-sys", 1078 + "libc", 1079 + "system-deps 6.0.4", 1080 + "winapi", 1081 + ] 1082 + 1083 + [[package]] 1084 + name = "glib" 1085 + version = "0.15.12" 1086 + source = "registry+https://github.com/rust-lang/crates.io-index" 1087 + checksum = "edb0306fbad0ab5428b0ca674a23893db909a98582969c9b537be4ced78c505d" 1088 + dependencies = [ 1089 + "bitflags", 1090 + "futures-channel", 1091 + "futures-core", 1092 + "futures-executor", 1093 + "futures-task", 1094 + "glib-macros", 1095 + "glib-sys", 1096 + "gobject-sys", 1097 + "libc", 1098 + "once_cell", 1099 + "smallvec", 1100 + "thiserror", 1101 + ] 1102 + 1103 + [[package]] 1104 + name = "glib-macros" 1105 + version = "0.15.13" 1106 + source = "registry+https://github.com/rust-lang/crates.io-index" 1107 + checksum = "10c6ae9f6fa26f4fb2ac16b528d138d971ead56141de489f8111e259b9df3c4a" 1108 + dependencies = [ 1109 + "anyhow", 1110 + "heck 0.4.1", 1111 + "proc-macro-crate", 1112 + "proc-macro-error", 1113 + "proc-macro2", 1114 + "quote", 1115 + "syn 1.0.109", 1116 + ] 1117 + 1118 + [[package]] 1119 + name = "glib-sys" 1120 + version = "0.15.10" 1121 + source = "registry+https://github.com/rust-lang/crates.io-index" 1122 + checksum = "ef4b192f8e65e9cf76cbf4ea71fa8e3be4a0e18ffe3d68b8da6836974cc5bad4" 1123 + dependencies = [ 1124 + "libc", 1125 + "system-deps 6.0.4", 1126 + ] 1127 + 1128 + [[package]] 1129 + name = "glob" 1130 + version = "0.3.1" 1131 + source = "registry+https://github.com/rust-lang/crates.io-index" 1132 + checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 1133 + 1134 + [[package]] 1135 + name = "globset" 1136 + version = "0.4.10" 1137 + source = "registry+https://github.com/rust-lang/crates.io-index" 1138 + checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc" 1139 + dependencies = [ 1140 + "aho-corasick", 1141 + "bstr", 1142 + "fnv", 1143 + "log", 1144 + "regex", 1145 + ] 1146 + 1147 + [[package]] 1148 + name = "gobject-sys" 1149 + version = "0.15.10" 1150 + source = "registry+https://github.com/rust-lang/crates.io-index" 1151 + checksum = "0d57ce44246becd17153bd035ab4d32cfee096a657fc01f2231c9278378d1e0a" 1152 + dependencies = [ 1153 + "glib-sys", 1154 + "libc", 1155 + "system-deps 6.0.4", 1156 + ] 1157 + 1158 + [[package]] 1159 + name = "gtk" 1160 + version = "0.15.5" 1161 + source = "registry+https://github.com/rust-lang/crates.io-index" 1162 + checksum = "92e3004a2d5d6d8b5057d2b57b3712c9529b62e82c77f25c1fecde1fd5c23bd0" 1163 + dependencies = [ 1164 + "atk", 1165 + "bitflags", 1166 + "cairo-rs", 1167 + "field-offset", 1168 + "futures-channel", 1169 + "gdk", 1170 + "gdk-pixbuf", 1171 + "gio", 1172 + "glib", 1173 + "gtk-sys", 1174 + "gtk3-macros", 1175 + "libc", 1176 + "once_cell", 1177 + "pango", 1178 + "pkg-config", 1179 + ] 1180 + 1181 + [[package]] 1182 + name = "gtk-sys" 1183 + version = "0.15.3" 1184 + source = "registry+https://github.com/rust-lang/crates.io-index" 1185 + checksum = "d5bc2f0587cba247f60246a0ca11fe25fb733eabc3de12d1965fc07efab87c84" 1186 + dependencies = [ 1187 + "atk-sys", 1188 + "cairo-sys-rs", 1189 + "gdk-pixbuf-sys", 1190 + "gdk-sys", 1191 + "gio-sys", 1192 + "glib-sys", 1193 + "gobject-sys", 1194 + "libc", 1195 + "pango-sys", 1196 + "system-deps 6.0.4", 1197 + ] 1198 + 1199 + [[package]] 1200 + name = "gtk3-macros" 1201 + version = "0.15.6" 1202 + source = "registry+https://github.com/rust-lang/crates.io-index" 1203 + checksum = "684c0456c086e8e7e9af73ec5b84e35938df394712054550e81558d21c44ab0d" 1204 + dependencies = [ 1205 + "anyhow", 1206 + "proc-macro-crate", 1207 + "proc-macro-error", 1208 + "proc-macro2", 1209 + "quote", 1210 + "syn 1.0.109", 1211 + ] 1212 + 1213 + [[package]] 1214 + name = "h2" 1215 + version = "0.3.20" 1216 + source = "registry+https://github.com/rust-lang/crates.io-index" 1217 + checksum = "97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049" 1218 + dependencies = [ 1219 + "bytes", 1220 + "fnv", 1221 + "futures-core", 1222 + "futures-sink", 1223 + "futures-util", 1224 + "http", 1225 + "indexmap 1.9.3", 1226 + "slab", 1227 + "tokio", 1228 + "tokio-util", 1229 + "tracing", 1230 + ] 1231 + 1232 + [[package]] 1233 + name = "hashbrown" 1234 + version = "0.12.3" 1235 + source = "registry+https://github.com/rust-lang/crates.io-index" 1236 + checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1237 + 1238 + [[package]] 1239 + name = "hashbrown" 1240 + version = "0.14.0" 1241 + source = "registry+https://github.com/rust-lang/crates.io-index" 1242 + checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" 1243 + 1244 + [[package]] 1245 + name = "heck" 1246 + version = "0.3.3" 1247 + source = "registry+https://github.com/rust-lang/crates.io-index" 1248 + checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 1249 + dependencies = [ 1250 + "unicode-segmentation", 1251 + ] 1252 + 1253 + [[package]] 1254 + name = "heck" 1255 + version = "0.4.1" 1256 + source = "registry+https://github.com/rust-lang/crates.io-index" 1257 + checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1258 + 1259 + [[package]] 1260 + name = "hermit-abi" 1261 + version = "0.2.6" 1262 + source = "registry+https://github.com/rust-lang/crates.io-index" 1263 + checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 1264 + dependencies = [ 1265 + "libc", 1266 + ] 1267 + 1268 + [[package]] 1269 + name = "hermit-abi" 1270 + version = "0.3.1" 1271 + source = "registry+https://github.com/rust-lang/crates.io-index" 1272 + checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 1273 + 1274 + [[package]] 1275 + name = "html5ever" 1276 + version = "0.25.2" 1277 + source = "registry+https://github.com/rust-lang/crates.io-index" 1278 + checksum = "e5c13fb08e5d4dfc151ee5e88bae63f7773d61852f3bdc73c9f4b9e1bde03148" 1279 + dependencies = [ 1280 + "log", 1281 + "mac", 1282 + "markup5ever", 1283 + "proc-macro2", 1284 + "quote", 1285 + "syn 1.0.109", 1286 + ] 1287 + 1288 + [[package]] 1289 + name = "http" 1290 + version = "0.2.9" 1291 + source = "registry+https://github.com/rust-lang/crates.io-index" 1292 + checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 1293 + dependencies = [ 1294 + "bytes", 1295 + "fnv", 1296 + "itoa 1.0.6", 1297 + ] 1298 + 1299 + [[package]] 1300 + name = "http-body" 1301 + version = "0.4.5" 1302 + source = "registry+https://github.com/rust-lang/crates.io-index" 1303 + checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 1304 + dependencies = [ 1305 + "bytes", 1306 + "http", 1307 + "pin-project-lite", 1308 + ] 1309 + 1310 + [[package]] 1311 + name = "http-range" 1312 + version = "0.1.5" 1313 + source = "registry+https://github.com/rust-lang/crates.io-index" 1314 + checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573" 1315 + 1316 + [[package]] 1317 + name = "httparse" 1318 + version = "1.8.0" 1319 + source = "registry+https://github.com/rust-lang/crates.io-index" 1320 + checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 1321 + 1322 + [[package]] 1323 + name = "httpdate" 1324 + version = "1.0.2" 1325 + source = "registry+https://github.com/rust-lang/crates.io-index" 1326 + checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 1327 + 1328 + [[package]] 1329 + name = "hyper" 1330 + version = "0.14.27" 1331 + source = "registry+https://github.com/rust-lang/crates.io-index" 1332 + checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" 1333 + dependencies = [ 1334 + "bytes", 1335 + "futures-channel", 1336 + "futures-core", 1337 + "futures-util", 1338 + "h2", 1339 + "http", 1340 + "http-body", 1341 + "httparse", 1342 + "httpdate", 1343 + "itoa 1.0.6", 1344 + "pin-project-lite", 1345 + "socket2", 1346 + "tokio", 1347 + "tower-service", 1348 + "tracing", 1349 + "want", 1350 + ] 1351 + 1352 + [[package]] 1353 + name = "hyper-tls" 1354 + version = "0.5.0" 1355 + source = "registry+https://github.com/rust-lang/crates.io-index" 1356 + checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 1357 + dependencies = [ 1358 + "bytes", 1359 + "hyper", 1360 + "native-tls", 1361 + "tokio", 1362 + "tokio-native-tls", 1363 + ] 1364 + 1365 + [[package]] 1366 + name = "iana-time-zone" 1367 + version = "0.1.56" 1368 + source = "registry+https://github.com/rust-lang/crates.io-index" 1369 + checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c" 1370 + dependencies = [ 1371 + "android_system_properties", 1372 + "core-foundation-sys", 1373 + "iana-time-zone-haiku", 1374 + "js-sys", 1375 + "wasm-bindgen", 1376 + "windows 0.48.0", 1377 + ] 1378 + 1379 + [[package]] 1380 + name = "iana-time-zone-haiku" 1381 + version = "0.1.1" 1382 + source = "registry+https://github.com/rust-lang/crates.io-index" 1383 + checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" 1384 + dependencies = [ 1385 + "cxx", 1386 + "cxx-build", 1387 + ] 1388 + 1389 + [[package]] 1390 + name = "ico" 1391 + version = "0.2.0" 1392 + source = "registry+https://github.com/rust-lang/crates.io-index" 1393 + checksum = "031530fe562d8c8d71c0635013d6d155bbfe8ba0aa4b4d2d24ce8af6b71047bd" 1394 + dependencies = [ 1395 + "byteorder", 1396 + "png", 1397 + ] 1398 + 1399 + [[package]] 1400 + name = "ident_case" 1401 + version = "1.0.1" 1402 + source = "registry+https://github.com/rust-lang/crates.io-index" 1403 + checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1404 + 1405 + [[package]] 1406 + name = "idna" 1407 + version = "0.3.0" 1408 + source = "registry+https://github.com/rust-lang/crates.io-index" 1409 + checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 1410 + dependencies = [ 1411 + "unicode-bidi", 1412 + "unicode-normalization", 1413 + ] 1414 + 1415 + [[package]] 1416 + name = "ignore" 1417 + version = "0.4.18" 1418 + source = "registry+https://github.com/rust-lang/crates.io-index" 1419 + checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d" 1420 + dependencies = [ 1421 + "crossbeam-utils", 1422 + "globset", 1423 + "lazy_static", 1424 + "log", 1425 + "memchr", 1426 + "regex", 1427 + "same-file", 1428 + "thread_local", 1429 + "walkdir", 1430 + "winapi-util", 1431 + ] 1432 + 1433 + [[package]] 1434 + name = "image" 1435 + version = "0.24.6" 1436 + source = "registry+https://github.com/rust-lang/crates.io-index" 1437 + checksum = "527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a" 1438 + dependencies = [ 1439 + "bytemuck", 1440 + "byteorder", 1441 + "color_quant", 1442 + "num-rational", 1443 + "num-traits", 1444 + ] 1445 + 1446 + [[package]] 1447 + name = "indexmap" 1448 + version = "1.9.3" 1449 + source = "registry+https://github.com/rust-lang/crates.io-index" 1450 + checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 1451 + dependencies = [ 1452 + "autocfg", 1453 + "hashbrown 0.12.3", 1454 + ] 1455 + 1456 + [[package]] 1457 + name = "indexmap" 1458 + version = "2.0.0" 1459 + source = "registry+https://github.com/rust-lang/crates.io-index" 1460 + checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" 1461 + dependencies = [ 1462 + "equivalent", 1463 + "hashbrown 0.14.0", 1464 + ] 1465 + 1466 + [[package]] 1467 + name = "infer" 1468 + version = "0.7.0" 1469 + source = "registry+https://github.com/rust-lang/crates.io-index" 1470 + checksum = "20b2b533137b9cad970793453d4f921c2e91312a6d88b1085c07bc15fc51bb3b" 1471 + dependencies = [ 1472 + "cfb 0.6.1", 1473 + ] 1474 + 1475 + [[package]] 1476 + name = "infer" 1477 + version = "0.9.0" 1478 + source = "registry+https://github.com/rust-lang/crates.io-index" 1479 + checksum = "f178e61cdbfe084aa75a2f4f7a25a5bb09701a47ae1753608f194b15783c937a" 1480 + dependencies = [ 1481 + "cfb 0.7.3", 1482 + ] 1483 + 1484 + [[package]] 1485 + name = "instant" 1486 + version = "0.1.12" 1487 + source = "registry+https://github.com/rust-lang/crates.io-index" 1488 + checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 1489 + dependencies = [ 1490 + "cfg-if", 1491 + ] 1492 + 1493 + [[package]] 1494 + name = "interprocess" 1495 + version = "1.2.1" 1496 + source = "registry+https://github.com/rust-lang/crates.io-index" 1497 + checksum = "81f2533f3be42fffe3b5e63b71aeca416c1c3bc33e4e27be018521e76b1f38fb" 1498 + dependencies = [ 1499 + "cfg-if", 1500 + "libc", 1501 + "rustc_version", 1502 + "to_method", 1503 + "winapi", 1504 + ] 1505 + 1506 + [[package]] 1507 + name = "io-lifetimes" 1508 + version = "1.0.10" 1509 + source = "registry+https://github.com/rust-lang/crates.io-index" 1510 + checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" 1511 + dependencies = [ 1512 + "hermit-abi 0.3.1", 1513 + "libc", 1514 + "windows-sys 0.48.0", 1515 + ] 1516 + 1517 + [[package]] 1518 + name = "ipnet" 1519 + version = "2.8.0" 1520 + source = "registry+https://github.com/rust-lang/crates.io-index" 1521 + checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" 1522 + 1523 + [[package]] 1524 + name = "itoa" 1525 + version = "0.4.8" 1526 + source = "registry+https://github.com/rust-lang/crates.io-index" 1527 + checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" 1528 + 1529 + [[package]] 1530 + name = "itoa" 1531 + version = "1.0.6" 1532 + source = "registry+https://github.com/rust-lang/crates.io-index" 1533 + checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 1534 + 1535 + [[package]] 1536 + name = "javascriptcore-rs" 1537 + version = "0.16.0" 1538 + source = "registry+https://github.com/rust-lang/crates.io-index" 1539 + checksum = "bf053e7843f2812ff03ef5afe34bb9c06ffee120385caad4f6b9967fcd37d41c" 1540 + dependencies = [ 1541 + "bitflags", 1542 + "glib", 1543 + "javascriptcore-rs-sys", 1544 + ] 1545 + 1546 + [[package]] 1547 + name = "javascriptcore-rs-sys" 1548 + version = "0.4.0" 1549 + source = "registry+https://github.com/rust-lang/crates.io-index" 1550 + checksum = "905fbb87419c5cde6e3269537e4ea7d46431f3008c5d057e915ef3f115e7793c" 1551 + dependencies = [ 1552 + "glib-sys", 1553 + "gobject-sys", 1554 + "libc", 1555 + "system-deps 5.0.0", 1556 + ] 1557 + 1558 + [[package]] 1559 + name = "jni" 1560 + version = "0.20.0" 1561 + source = "registry+https://github.com/rust-lang/crates.io-index" 1562 + checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c" 1563 + dependencies = [ 1564 + "cesu8", 1565 + "combine", 1566 + "jni-sys", 1567 + "log", 1568 + "thiserror", 1569 + "walkdir", 1570 + ] 1571 + 1572 + [[package]] 1573 + name = "jni-sys" 1574 + version = "0.3.0" 1575 + source = "registry+https://github.com/rust-lang/crates.io-index" 1576 + checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 1577 + 1578 + [[package]] 1579 + name = "js-sys" 1580 + version = "0.3.61" 1581 + source = "registry+https://github.com/rust-lang/crates.io-index" 1582 + checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" 1583 + dependencies = [ 1584 + "wasm-bindgen", 1585 + ] 1586 + 1587 + [[package]] 1588 + name = "json-patch" 1589 + version = "0.2.7" 1590 + source = "registry+https://github.com/rust-lang/crates.io-index" 1591 + checksum = "eb3fa5a61630976fc4c353c70297f2e93f1930e3ccee574d59d618ccbd5154ce" 1592 + dependencies = [ 1593 + "serde", 1594 + "serde_json", 1595 + "treediff", 1596 + ] 1597 + 1598 + [[package]] 1599 + name = "kuchiki" 1600 + version = "0.8.1" 1601 + source = "registry+https://github.com/rust-lang/crates.io-index" 1602 + checksum = "1ea8e9c6e031377cff82ee3001dc8026cdf431ed4e2e6b51f98ab8c73484a358" 1603 + dependencies = [ 1604 + "cssparser", 1605 + "html5ever", 1606 + "matches", 1607 + "selectors", 1608 + ] 1609 + 1610 + [[package]] 1611 + name = "lazy_static" 1612 + version = "1.4.0" 1613 + source = "registry+https://github.com/rust-lang/crates.io-index" 1614 + checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1615 + 1616 + [[package]] 1617 + name = "libappindicator" 1618 + version = "0.7.1" 1619 + source = "registry+https://github.com/rust-lang/crates.io-index" 1620 + checksum = "db2d3cb96d092b4824cb306c9e544c856a4cb6210c1081945187f7f1924b47e8" 1621 + dependencies = [ 1622 + "glib", 1623 + "gtk", 1624 + "gtk-sys", 1625 + "libappindicator-sys", 1626 + "log", 1627 + ] 1628 + 1629 + [[package]] 1630 + name = "libappindicator-sys" 1631 + version = "0.7.3" 1632 + source = "registry+https://github.com/rust-lang/crates.io-index" 1633 + checksum = "f1b3b6681973cea8cc3bce7391e6d7d5502720b80a581c9a95c9cbaf592826aa" 1634 + dependencies = [ 1635 + "gtk-sys", 1636 + "libloading", 1637 + "once_cell", 1638 + ] 1639 + 1640 + [[package]] 1641 + name = "libc" 1642 + version = "0.2.141" 1643 + source = "registry+https://github.com/rust-lang/crates.io-index" 1644 + checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5" 1645 + 1646 + [[package]] 1647 + name = "libdbus-sys" 1648 + version = "0.2.5" 1649 + source = "registry+https://github.com/rust-lang/crates.io-index" 1650 + checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72" 1651 + dependencies = [ 1652 + "pkg-config", 1653 + ] 1654 + 1655 + [[package]] 1656 + name = "libloading" 1657 + version = "0.7.4" 1658 + source = "registry+https://github.com/rust-lang/crates.io-index" 1659 + checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 1660 + dependencies = [ 1661 + "cfg-if", 1662 + "winapi", 1663 + ] 1664 + 1665 + [[package]] 1666 + name = "line-wrap" 1667 + version = "0.1.1" 1668 + source = "registry+https://github.com/rust-lang/crates.io-index" 1669 + checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9" 1670 + dependencies = [ 1671 + "safemem", 1672 + ] 1673 + 1674 + [[package]] 1675 + name = "link-cplusplus" 1676 + version = "1.0.8" 1677 + source = "registry+https://github.com/rust-lang/crates.io-index" 1678 + checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" 1679 + dependencies = [ 1680 + "cc", 1681 + ] 1682 + 1683 + [[package]] 1684 + name = "linux-raw-sys" 1685 + version = "0.3.1" 1686 + source = "registry+https://github.com/rust-lang/crates.io-index" 1687 + checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f" 1688 + 1689 + [[package]] 1690 + name = "lock_api" 1691 + version = "0.4.9" 1692 + source = "registry+https://github.com/rust-lang/crates.io-index" 1693 + checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 1694 + dependencies = [ 1695 + "autocfg", 1696 + "scopeguard", 1697 + ] 1698 + 1699 + [[package]] 1700 + name = "log" 1701 + version = "0.4.17" 1702 + source = "registry+https://github.com/rust-lang/crates.io-index" 1703 + checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 1704 + dependencies = [ 1705 + "cfg-if", 1706 + "value-bag", 1707 + ] 1708 + 1709 + [[package]] 1710 + name = "loom" 1711 + version = "0.5.6" 1712 + source = "registry+https://github.com/rust-lang/crates.io-index" 1713 + checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5" 1714 + dependencies = [ 1715 + "cfg-if", 1716 + "generator", 1717 + "scoped-tls", 1718 + "serde", 1719 + "serde_json", 1720 + "tracing", 1721 + "tracing-subscriber", 1722 + ] 1723 + 1724 + [[package]] 1725 + name = "mac" 1726 + version = "0.1.1" 1727 + source = "registry+https://github.com/rust-lang/crates.io-index" 1728 + checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" 1729 + 1730 + [[package]] 1731 + name = "mac-notification-sys" 1732 + version = "0.5.8" 1733 + source = "registry+https://github.com/rust-lang/crates.io-index" 1734 + checksum = "abc434554ad0e640d772f7f262aa28e61d485212533d3673abe5f3d1729bd42a" 1735 + dependencies = [ 1736 + "cc", 1737 + "dirs-next", 1738 + "objc-foundation", 1739 + "objc_id", 1740 + "time 0.3.20", 1741 + ] 1742 + 1743 + [[package]] 1744 + name = "malloc_buf" 1745 + version = "0.0.6" 1746 + source = "registry+https://github.com/rust-lang/crates.io-index" 1747 + checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 1748 + dependencies = [ 1749 + "libc", 1750 + ] 1751 + 1752 + [[package]] 1753 + name = "markup5ever" 1754 + version = "0.10.1" 1755 + source = "registry+https://github.com/rust-lang/crates.io-index" 1756 + checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd" 1757 + dependencies = [ 1758 + "log", 1759 + "phf 0.8.0", 1760 + "phf_codegen", 1761 + "string_cache", 1762 + "string_cache_codegen", 1763 + "tendril", 1764 + ] 1765 + 1766 + [[package]] 1767 + name = "matchers" 1768 + version = "0.1.0" 1769 + source = "registry+https://github.com/rust-lang/crates.io-index" 1770 + checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 1771 + dependencies = [ 1772 + "regex-automata", 1773 + ] 1774 + 1775 + [[package]] 1776 + name = "matches" 1777 + version = "0.1.10" 1778 + source = "registry+https://github.com/rust-lang/crates.io-index" 1779 + checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" 1780 + 1781 + [[package]] 1782 + name = "memchr" 1783 + version = "2.5.0" 1784 + source = "registry+https://github.com/rust-lang/crates.io-index" 1785 + checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 1786 + 1787 + [[package]] 1788 + name = "memoffset" 1789 + version = "0.8.0" 1790 + source = "registry+https://github.com/rust-lang/crates.io-index" 1791 + checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" 1792 + dependencies = [ 1793 + "autocfg", 1794 + ] 1795 + 1796 + [[package]] 1797 + name = "mime" 1798 + version = "0.3.17" 1799 + source = "registry+https://github.com/rust-lang/crates.io-index" 1800 + checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1801 + 1802 + [[package]] 1803 + name = "minisign-verify" 1804 + version = "0.2.1" 1805 + source = "registry+https://github.com/rust-lang/crates.io-index" 1806 + checksum = "933dca44d65cdd53b355d0b73d380a2ff5da71f87f036053188bf1eab6a19881" 1807 + 1808 + [[package]] 1809 + name = "miniz_oxide" 1810 + version = "0.6.2" 1811 + source = "registry+https://github.com/rust-lang/crates.io-index" 1812 + checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 1813 + dependencies = [ 1814 + "adler", 1815 + ] 1816 + 1817 + [[package]] 1818 + name = "miniz_oxide" 1819 + version = "0.7.1" 1820 + source = "registry+https://github.com/rust-lang/crates.io-index" 1821 + checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 1822 + dependencies = [ 1823 + "adler", 1824 + "simd-adler32", 1825 + ] 1826 + 1827 + [[package]] 1828 + name = "mio" 1829 + version = "0.8.8" 1830 + source = "registry+https://github.com/rust-lang/crates.io-index" 1831 + checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" 1832 + dependencies = [ 1833 + "libc", 1834 + "log", 1835 + "wasi 0.11.0+wasi-snapshot-preview1", 1836 + "windows-sys 0.48.0", 1837 + ] 1838 + 1839 + [[package]] 1840 + name = "native-tls" 1841 + version = "0.2.11" 1842 + source = "registry+https://github.com/rust-lang/crates.io-index" 1843 + checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 1844 + dependencies = [ 1845 + "lazy_static", 1846 + "libc", 1847 + "log", 1848 + "openssl", 1849 + "openssl-probe", 1850 + "openssl-sys", 1851 + "schannel", 1852 + "security-framework", 1853 + "security-framework-sys", 1854 + "tempfile", 1855 + ] 1856 + 1857 + [[package]] 1858 + name = "ndk" 1859 + version = "0.6.0" 1860 + source = "registry+https://github.com/rust-lang/crates.io-index" 1861 + checksum = "2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4" 1862 + dependencies = [ 1863 + "bitflags", 1864 + "jni-sys", 1865 + "ndk-sys", 1866 + "num_enum", 1867 + "thiserror", 1868 + ] 1869 + 1870 + [[package]] 1871 + name = "ndk-context" 1872 + version = "0.1.1" 1873 + source = "registry+https://github.com/rust-lang/crates.io-index" 1874 + checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 1875 + 1876 + [[package]] 1877 + name = "ndk-sys" 1878 + version = "0.3.0" 1879 + source = "registry+https://github.com/rust-lang/crates.io-index" 1880 + checksum = "6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97" 1881 + dependencies = [ 1882 + "jni-sys", 1883 + ] 1884 + 1885 + [[package]] 1886 + name = "new_debug_unreachable" 1887 + version = "1.0.4" 1888 + source = "registry+https://github.com/rust-lang/crates.io-index" 1889 + checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" 1890 + 1891 + [[package]] 1892 + name = "nodrop" 1893 + version = "0.1.14" 1894 + source = "registry+https://github.com/rust-lang/crates.io-index" 1895 + checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" 1896 + 1897 + [[package]] 1898 + name = "notify-rust" 1899 + version = "4.8.0" 1900 + source = "registry+https://github.com/rust-lang/crates.io-index" 1901 + checksum = "2bfa211d18e360f08e36c364308f394b5eb23a6629150690e109a916dc6f610e" 1902 + dependencies = [ 1903 + "dbus", 1904 + "log", 1905 + "mac-notification-sys", 1906 + "tauri-winrt-notification", 1907 + ] 1908 + 1909 + [[package]] 1910 + name = "nu-ansi-term" 1911 + version = "0.46.0" 1912 + source = "registry+https://github.com/rust-lang/crates.io-index" 1913 + checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 1914 + dependencies = [ 1915 + "overload", 1916 + "winapi", 1917 + ] 1918 + 1919 + [[package]] 1920 + name = "num-integer" 1921 + version = "0.1.45" 1922 + source = "registry+https://github.com/rust-lang/crates.io-index" 1923 + checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 1924 + dependencies = [ 1925 + "autocfg", 1926 + "num-traits", 1927 + ] 1928 + 1929 + [[package]] 1930 + name = "num-rational" 1931 + version = "0.4.1" 1932 + source = "registry+https://github.com/rust-lang/crates.io-index" 1933 + checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" 1934 + dependencies = [ 1935 + "autocfg", 1936 + "num-integer", 1937 + "num-traits", 1938 + ] 1939 + 1940 + [[package]] 1941 + name = "num-traits" 1942 + version = "0.2.15" 1943 + source = "registry+https://github.com/rust-lang/crates.io-index" 1944 + checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 1945 + dependencies = [ 1946 + "autocfg", 1947 + ] 1948 + 1949 + [[package]] 1950 + name = "num_cpus" 1951 + version = "1.15.0" 1952 + source = "registry+https://github.com/rust-lang/crates.io-index" 1953 + checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 1954 + dependencies = [ 1955 + "hermit-abi 0.2.6", 1956 + "libc", 1957 + ] 1958 + 1959 + [[package]] 1960 + name = "num_enum" 1961 + version = "0.5.11" 1962 + source = "registry+https://github.com/rust-lang/crates.io-index" 1963 + checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9" 1964 + dependencies = [ 1965 + "num_enum_derive", 1966 + ] 1967 + 1968 + [[package]] 1969 + name = "num_enum_derive" 1970 + version = "0.5.11" 1971 + source = "registry+https://github.com/rust-lang/crates.io-index" 1972 + checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" 1973 + dependencies = [ 1974 + "proc-macro-crate", 1975 + "proc-macro2", 1976 + "quote", 1977 + "syn 1.0.109", 1978 + ] 1979 + 1980 + [[package]] 1981 + name = "num_threads" 1982 + version = "0.1.6" 1983 + source = "registry+https://github.com/rust-lang/crates.io-index" 1984 + checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" 1985 + dependencies = [ 1986 + "libc", 1987 + ] 1988 + 1989 + [[package]] 1990 + name = "objc" 1991 + version = "0.2.7" 1992 + source = "registry+https://github.com/rust-lang/crates.io-index" 1993 + checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 1994 + dependencies = [ 1995 + "malloc_buf", 1996 + "objc_exception", 1997 + ] 1998 + 1999 + [[package]] 2000 + name = "objc-foundation" 2001 + version = "0.1.1" 2002 + source = "registry+https://github.com/rust-lang/crates.io-index" 2003 + checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9" 2004 + dependencies = [ 2005 + "block", 2006 + "objc", 2007 + "objc_id", 2008 + ] 2009 + 2010 + [[package]] 2011 + name = "objc-sys" 2012 + version = "0.3.0" 2013 + source = "registry+https://github.com/rust-lang/crates.io-index" 2014 + checksum = "da30ff0a93f6801dc6c4f384ebe70146a40aac8ebf34e4e8ff1f528e859318a3" 2015 + 2016 + [[package]] 2017 + name = "objc2" 2018 + version = "0.3.0-beta.5" 2019 + source = "registry+https://github.com/rust-lang/crates.io-index" 2020 + checksum = "ef3a6024722b4230242a53e5b5759ce117548983696b8e4b7bc2fd1f8fce621e" 2021 + dependencies = [ 2022 + "objc-sys", 2023 + "objc2-encode", 2024 + ] 2025 + 2026 + [[package]] 2027 + name = "objc2-encode" 2028 + version = "2.0.0-pre.4" 2029 + source = "registry+https://github.com/rust-lang/crates.io-index" 2030 + checksum = "8f8f7297b786454a87e392631e2b2754ed59a7b413effa8521225d93f46b2192" 2031 + 2032 + [[package]] 2033 + name = "objc_exception" 2034 + version = "0.1.2" 2035 + source = "registry+https://github.com/rust-lang/crates.io-index" 2036 + checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4" 2037 + dependencies = [ 2038 + "cc", 2039 + ] 2040 + 2041 + [[package]] 2042 + name = "objc_id" 2043 + version = "0.1.1" 2044 + source = "registry+https://github.com/rust-lang/crates.io-index" 2045 + checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" 2046 + dependencies = [ 2047 + "objc", 2048 + ] 2049 + 2050 + [[package]] 2051 + name = "once_cell" 2052 + version = "1.17.1" 2053 + source = "registry+https://github.com/rust-lang/crates.io-index" 2054 + checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 2055 + 2056 + [[package]] 2057 + name = "open" 2058 + version = "3.2.0" 2059 + source = "registry+https://github.com/rust-lang/crates.io-index" 2060 + checksum = "2078c0039e6a54a0c42c28faa984e115fb4c2d5bf2208f77d1961002df8576f8" 2061 + dependencies = [ 2062 + "pathdiff", 2063 + "windows-sys 0.42.0", 2064 + ] 2065 + 2066 + [[package]] 2067 + name = "openssl" 2068 + version = "0.10.55" 2069 + source = "registry+https://github.com/rust-lang/crates.io-index" 2070 + checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d" 2071 + dependencies = [ 2072 + "bitflags", 2073 + "cfg-if", 2074 + "foreign-types", 2075 + "libc", 2076 + "once_cell", 2077 + "openssl-macros", 2078 + "openssl-sys", 2079 + ] 2080 + 2081 + [[package]] 2082 + name = "openssl-macros" 2083 + version = "0.1.1" 2084 + source = "registry+https://github.com/rust-lang/crates.io-index" 2085 + checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 2086 + dependencies = [ 2087 + "proc-macro2", 2088 + "quote", 2089 + "syn 2.0.15", 2090 + ] 2091 + 2092 + [[package]] 2093 + name = "openssl-probe" 2094 + version = "0.1.5" 2095 + source = "registry+https://github.com/rust-lang/crates.io-index" 2096 + checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 2097 + 2098 + [[package]] 2099 + name = "openssl-sys" 2100 + version = "0.9.90" 2101 + source = "registry+https://github.com/rust-lang/crates.io-index" 2102 + checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6" 2103 + dependencies = [ 2104 + "cc", 2105 + "libc", 2106 + "pkg-config", 2107 + "vcpkg", 2108 + ] 2109 + 2110 + [[package]] 2111 + name = "option-ext" 2112 + version = "0.2.0" 2113 + source = "registry+https://github.com/rust-lang/crates.io-index" 2114 + checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 2115 + 2116 + [[package]] 2117 + name = "os_info" 2118 + version = "3.7.0" 2119 + source = "registry+https://github.com/rust-lang/crates.io-index" 2120 + checksum = "006e42d5b888366f1880eda20371fedde764ed2213dc8496f49622fa0c99cd5e" 2121 + dependencies = [ 2122 + "log", 2123 + "serde", 2124 + "winapi", 2125 + ] 2126 + 2127 + [[package]] 2128 + name = "os_pipe" 2129 + version = "1.1.3" 2130 + source = "registry+https://github.com/rust-lang/crates.io-index" 2131 + checksum = "a53dbb20faf34b16087a931834cba2d7a73cc74af2b7ef345a4c8324e2409a12" 2132 + dependencies = [ 2133 + "libc", 2134 + "windows-sys 0.45.0", 2135 + ] 2136 + 2137 + [[package]] 2138 + name = "overload" 2139 + version = "0.1.1" 2140 + source = "registry+https://github.com/rust-lang/crates.io-index" 2141 + checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 2142 + 2143 + [[package]] 2144 + name = "pango" 2145 + version = "0.15.10" 2146 + source = "registry+https://github.com/rust-lang/crates.io-index" 2147 + checksum = "22e4045548659aee5313bde6c582b0d83a627b7904dd20dc2d9ef0895d414e4f" 2148 + dependencies = [ 2149 + "bitflags", 2150 + "glib", 2151 + "libc", 2152 + "once_cell", 2153 + "pango-sys", 2154 + ] 2155 + 2156 + [[package]] 2157 + name = "pango-sys" 2158 + version = "0.15.10" 2159 + source = "registry+https://github.com/rust-lang/crates.io-index" 2160 + checksum = "d2a00081cde4661982ed91d80ef437c20eacaf6aa1a5962c0279ae194662c3aa" 2161 + dependencies = [ 2162 + "glib-sys", 2163 + "gobject-sys", 2164 + "libc", 2165 + "system-deps 6.0.4", 2166 + ] 2167 + 2168 + [[package]] 2169 + name = "parking_lot" 2170 + version = "0.12.1" 2171 + source = "registry+https://github.com/rust-lang/crates.io-index" 2172 + checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 2173 + dependencies = [ 2174 + "lock_api", 2175 + "parking_lot_core", 2176 + ] 2177 + 2178 + [[package]] 2179 + name = "parking_lot_core" 2180 + version = "0.9.7" 2181 + source = "registry+https://github.com/rust-lang/crates.io-index" 2182 + checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" 2183 + dependencies = [ 2184 + "cfg-if", 2185 + "libc", 2186 + "redox_syscall 0.2.16", 2187 + "smallvec", 2188 + "windows-sys 0.45.0", 2189 + ] 2190 + 2191 + [[package]] 2192 + name = "paste" 2193 + version = "1.0.12" 2194 + source = "registry+https://github.com/rust-lang/crates.io-index" 2195 + checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79" 2196 + 2197 + [[package]] 2198 + name = "pathdiff" 2199 + version = "0.2.1" 2200 + source = "registry+https://github.com/rust-lang/crates.io-index" 2201 + checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" 2202 + 2203 + [[package]] 2204 + name = "percent-encoding" 2205 + version = "2.2.0" 2206 + source = "registry+https://github.com/rust-lang/crates.io-index" 2207 + checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 2208 + 2209 + [[package]] 2210 + name = "phf" 2211 + version = "0.8.0" 2212 + source = "registry+https://github.com/rust-lang/crates.io-index" 2213 + checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12" 2214 + dependencies = [ 2215 + "phf_macros 0.8.0", 2216 + "phf_shared 0.8.0", 2217 + "proc-macro-hack", 2218 + ] 2219 + 2220 + [[package]] 2221 + name = "phf" 2222 + version = "0.10.1" 2223 + source = "registry+https://github.com/rust-lang/crates.io-index" 2224 + checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" 2225 + dependencies = [ 2226 + "phf_macros 0.10.0", 2227 + "phf_shared 0.10.0", 2228 + "proc-macro-hack", 2229 + ] 2230 + 2231 + [[package]] 2232 + name = "phf_codegen" 2233 + version = "0.8.0" 2234 + source = "registry+https://github.com/rust-lang/crates.io-index" 2235 + checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815" 2236 + dependencies = [ 2237 + "phf_generator 0.8.0", 2238 + "phf_shared 0.8.0", 2239 + ] 2240 + 2241 + [[package]] 2242 + name = "phf_generator" 2243 + version = "0.8.0" 2244 + source = "registry+https://github.com/rust-lang/crates.io-index" 2245 + checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" 2246 + dependencies = [ 2247 + "phf_shared 0.8.0", 2248 + "rand 0.7.3", 2249 + ] 2250 + 2251 + [[package]] 2252 + name = "phf_generator" 2253 + version = "0.10.0" 2254 + source = "registry+https://github.com/rust-lang/crates.io-index" 2255 + checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" 2256 + dependencies = [ 2257 + "phf_shared 0.10.0", 2258 + "rand 0.8.5", 2259 + ] 2260 + 2261 + [[package]] 2262 + name = "phf_macros" 2263 + version = "0.8.0" 2264 + source = "registry+https://github.com/rust-lang/crates.io-index" 2265 + checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c" 2266 + dependencies = [ 2267 + "phf_generator 0.8.0", 2268 + "phf_shared 0.8.0", 2269 + "proc-macro-hack", 2270 + "proc-macro2", 2271 + "quote", 2272 + "syn 1.0.109", 2273 + ] 2274 + 2275 + [[package]] 2276 + name = "phf_macros" 2277 + version = "0.10.0" 2278 + source = "registry+https://github.com/rust-lang/crates.io-index" 2279 + checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0" 2280 + dependencies = [ 2281 + "phf_generator 0.10.0", 2282 + "phf_shared 0.10.0", 2283 + "proc-macro-hack", 2284 + "proc-macro2", 2285 + "quote", 2286 + "syn 1.0.109", 2287 + ] 2288 + 2289 + [[package]] 2290 + name = "phf_shared" 2291 + version = "0.8.0" 2292 + source = "registry+https://github.com/rust-lang/crates.io-index" 2293 + checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7" 2294 + dependencies = [ 2295 + "siphasher", 2296 + ] 2297 + 2298 + [[package]] 2299 + name = "phf_shared" 2300 + version = "0.10.0" 2301 + source = "registry+https://github.com/rust-lang/crates.io-index" 2302 + checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 2303 + dependencies = [ 2304 + "siphasher", 2305 + ] 2306 + 2307 + [[package]] 2308 + name = "pin-project-lite" 2309 + version = "0.2.9" 2310 + source = "registry+https://github.com/rust-lang/crates.io-index" 2311 + checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 2312 + 2313 + [[package]] 2314 + name = "pin-utils" 2315 + version = "0.1.0" 2316 + source = "registry+https://github.com/rust-lang/crates.io-index" 2317 + checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2318 + 2319 + [[package]] 2320 + name = "pkg-config" 2321 + version = "0.3.26" 2322 + source = "registry+https://github.com/rust-lang/crates.io-index" 2323 + checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" 2324 + 2325 + [[package]] 2326 + name = "plist" 2327 + version = "1.4.3" 2328 + source = "registry+https://github.com/rust-lang/crates.io-index" 2329 + checksum = "9bd9647b268a3d3e14ff09c23201133a62589c658db02bb7388c7246aafe0590" 2330 + dependencies = [ 2331 + "base64 0.21.0", 2332 + "indexmap 1.9.3", 2333 + "line-wrap", 2334 + "quick-xml 0.28.2", 2335 + "serde", 2336 + "time 0.3.20", 2337 + ] 2338 + 2339 + [[package]] 2340 + name = "png" 2341 + version = "0.17.8" 2342 + source = "registry+https://github.com/rust-lang/crates.io-index" 2343 + checksum = "aaeebc51f9e7d2c150d3f3bfeb667f2aa985db5ef1e3d212847bdedb488beeaa" 2344 + dependencies = [ 2345 + "bitflags", 2346 + "crc32fast", 2347 + "fdeflate", 2348 + "flate2", 2349 + "miniz_oxide 0.7.1", 2350 + ] 2351 + 2352 + [[package]] 2353 + name = "ppv-lite86" 2354 + version = "0.2.17" 2355 + source = "registry+https://github.com/rust-lang/crates.io-index" 2356 + checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 2357 + 2358 + [[package]] 2359 + name = "precomputed-hash" 2360 + version = "0.1.1" 2361 + source = "registry+https://github.com/rust-lang/crates.io-index" 2362 + checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 2363 + 2364 + [[package]] 2365 + name = "proc-macro-crate" 2366 + version = "1.3.1" 2367 + source = "registry+https://github.com/rust-lang/crates.io-index" 2368 + checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 2369 + dependencies = [ 2370 + "once_cell", 2371 + "toml_edit", 2372 + ] 2373 + 2374 + [[package]] 2375 + name = "proc-macro-error" 2376 + version = "1.0.4" 2377 + source = "registry+https://github.com/rust-lang/crates.io-index" 2378 + checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 2379 + dependencies = [ 2380 + "proc-macro-error-attr", 2381 + "proc-macro2", 2382 + "quote", 2383 + "syn 1.0.109", 2384 + "version_check", 2385 + ] 2386 + 2387 + [[package]] 2388 + name = "proc-macro-error-attr" 2389 + version = "1.0.4" 2390 + source = "registry+https://github.com/rust-lang/crates.io-index" 2391 + checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 2392 + dependencies = [ 2393 + "proc-macro2", 2394 + "quote", 2395 + "version_check", 2396 + ] 2397 + 2398 + [[package]] 2399 + name = "proc-macro-hack" 2400 + version = "0.5.20+deprecated" 2401 + source = "registry+https://github.com/rust-lang/crates.io-index" 2402 + checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 2403 + 2404 + [[package]] 2405 + name = "proc-macro2" 2406 + version = "1.0.56" 2407 + source = "registry+https://github.com/rust-lang/crates.io-index" 2408 + checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" 2409 + dependencies = [ 2410 + "unicode-ident", 2411 + ] 2412 + 2413 + [[package]] 2414 + name = "quick-xml" 2415 + version = "0.23.1" 2416 + source = "registry+https://github.com/rust-lang/crates.io-index" 2417 + checksum = "11bafc859c6815fbaffbbbf4229ecb767ac913fecb27f9ad4343662e9ef099ea" 2418 + dependencies = [ 2419 + "memchr", 2420 + ] 2421 + 2422 + [[package]] 2423 + name = "quick-xml" 2424 + version = "0.28.2" 2425 + source = "registry+https://github.com/rust-lang/crates.io-index" 2426 + checksum = "0ce5e73202a820a31f8a0ee32ada5e21029c81fd9e3ebf668a40832e4219d9d1" 2427 + dependencies = [ 2428 + "memchr", 2429 + ] 2430 + 2431 + [[package]] 2432 + name = "quote" 2433 + version = "1.0.26" 2434 + source = "registry+https://github.com/rust-lang/crates.io-index" 2435 + checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" 2436 + dependencies = [ 2437 + "proc-macro2", 2438 + ] 2439 + 2440 + [[package]] 2441 + name = "rand" 2442 + version = "0.7.3" 2443 + source = "registry+https://github.com/rust-lang/crates.io-index" 2444 + checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 2445 + dependencies = [ 2446 + "getrandom 0.1.16", 2447 + "libc", 2448 + "rand_chacha 0.2.2", 2449 + "rand_core 0.5.1", 2450 + "rand_hc", 2451 + "rand_pcg", 2452 + ] 2453 + 2454 + [[package]] 2455 + name = "rand" 2456 + version = "0.8.5" 2457 + source = "registry+https://github.com/rust-lang/crates.io-index" 2458 + checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2459 + dependencies = [ 2460 + "libc", 2461 + "rand_chacha 0.3.1", 2462 + "rand_core 0.6.4", 2463 + ] 2464 + 2465 + [[package]] 2466 + name = "rand_chacha" 2467 + version = "0.2.2" 2468 + source = "registry+https://github.com/rust-lang/crates.io-index" 2469 + checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 2470 + dependencies = [ 2471 + "ppv-lite86", 2472 + "rand_core 0.5.1", 2473 + ] 2474 + 2475 + [[package]] 2476 + name = "rand_chacha" 2477 + version = "0.3.1" 2478 + source = "registry+https://github.com/rust-lang/crates.io-index" 2479 + checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2480 + dependencies = [ 2481 + "ppv-lite86", 2482 + "rand_core 0.6.4", 2483 + ] 2484 + 2485 + [[package]] 2486 + name = "rand_core" 2487 + version = "0.5.1" 2488 + source = "registry+https://github.com/rust-lang/crates.io-index" 2489 + checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 2490 + dependencies = [ 2491 + "getrandom 0.1.16", 2492 + ] 2493 + 2494 + [[package]] 2495 + name = "rand_core" 2496 + version = "0.6.4" 2497 + source = "registry+https://github.com/rust-lang/crates.io-index" 2498 + checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2499 + dependencies = [ 2500 + "getrandom 0.2.9", 2501 + ] 2502 + 2503 + [[package]] 2504 + name = "rand_hc" 2505 + version = "0.2.0" 2506 + source = "registry+https://github.com/rust-lang/crates.io-index" 2507 + checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 2508 + dependencies = [ 2509 + "rand_core 0.5.1", 2510 + ] 2511 + 2512 + [[package]] 2513 + name = "rand_pcg" 2514 + version = "0.2.1" 2515 + source = "registry+https://github.com/rust-lang/crates.io-index" 2516 + checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" 2517 + dependencies = [ 2518 + "rand_core 0.5.1", 2519 + ] 2520 + 2521 + [[package]] 2522 + name = "raw-window-handle" 2523 + version = "0.5.2" 2524 + source = "registry+https://github.com/rust-lang/crates.io-index" 2525 + checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9" 2526 + 2527 + [[package]] 2528 + name = "redox_syscall" 2529 + version = "0.2.16" 2530 + source = "registry+https://github.com/rust-lang/crates.io-index" 2531 + checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 2532 + dependencies = [ 2533 + "bitflags", 2534 + ] 2535 + 2536 + [[package]] 2537 + name = "redox_syscall" 2538 + version = "0.3.5" 2539 + source = "registry+https://github.com/rust-lang/crates.io-index" 2540 + checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 2541 + dependencies = [ 2542 + "bitflags", 2543 + ] 2544 + 2545 + [[package]] 2546 + name = "redox_users" 2547 + version = "0.4.3" 2548 + source = "registry+https://github.com/rust-lang/crates.io-index" 2549 + checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 2550 + dependencies = [ 2551 + "getrandom 0.2.9", 2552 + "redox_syscall 0.2.16", 2553 + "thiserror", 2554 + ] 2555 + 2556 + [[package]] 2557 + name = "regex" 2558 + version = "1.7.3" 2559 + source = "registry+https://github.com/rust-lang/crates.io-index" 2560 + checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d" 2561 + dependencies = [ 2562 + "aho-corasick", 2563 + "memchr", 2564 + "regex-syntax", 2565 + ] 2566 + 2567 + [[package]] 2568 + name = "regex-automata" 2569 + version = "0.1.10" 2570 + source = "registry+https://github.com/rust-lang/crates.io-index" 2571 + checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 2572 + dependencies = [ 2573 + "regex-syntax", 2574 + ] 2575 + 2576 + [[package]] 2577 + name = "regex-syntax" 2578 + version = "0.6.29" 2579 + source = "registry+https://github.com/rust-lang/crates.io-index" 2580 + checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 2581 + 2582 + [[package]] 2583 + name = "reqwest" 2584 + version = "0.11.18" 2585 + source = "registry+https://github.com/rust-lang/crates.io-index" 2586 + checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" 2587 + dependencies = [ 2588 + "base64 0.21.0", 2589 + "bytes", 2590 + "encoding_rs", 2591 + "futures-core", 2592 + "futures-util", 2593 + "h2", 2594 + "http", 2595 + "http-body", 2596 + "hyper", 2597 + "hyper-tls", 2598 + "ipnet", 2599 + "js-sys", 2600 + "log", 2601 + "mime", 2602 + "native-tls", 2603 + "once_cell", 2604 + "percent-encoding", 2605 + "pin-project-lite", 2606 + "serde", 2607 + "serde_json", 2608 + "serde_urlencoded", 2609 + "tokio", 2610 + "tokio-native-tls", 2611 + "tower-service", 2612 + "url", 2613 + "wasm-bindgen", 2614 + "wasm-bindgen-futures", 2615 + "web-sys", 2616 + "winreg 0.10.1", 2617 + ] 2618 + 2619 + [[package]] 2620 + name = "rfd" 2621 + version = "0.10.0" 2622 + source = "registry+https://github.com/rust-lang/crates.io-index" 2623 + checksum = "0149778bd99b6959285b0933288206090c50e2327f47a9c463bfdbf45c8823ea" 2624 + dependencies = [ 2625 + "block", 2626 + "dispatch", 2627 + "glib-sys", 2628 + "gobject-sys", 2629 + "gtk-sys", 2630 + "js-sys", 2631 + "lazy_static", 2632 + "log", 2633 + "objc", 2634 + "objc-foundation", 2635 + "objc_id", 2636 + "raw-window-handle", 2637 + "wasm-bindgen", 2638 + "wasm-bindgen-futures", 2639 + "web-sys", 2640 + "windows 0.37.0", 2641 + ] 2642 + 2643 + [[package]] 2644 + name = "rustc_version" 2645 + version = "0.4.0" 2646 + source = "registry+https://github.com/rust-lang/crates.io-index" 2647 + checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 2648 + dependencies = [ 2649 + "semver", 2650 + ] 2651 + 2652 + [[package]] 2653 + name = "rustix" 2654 + version = "0.37.11" 2655 + source = "registry+https://github.com/rust-lang/crates.io-index" 2656 + checksum = "85597d61f83914ddeba6a47b3b8ffe7365107221c2e557ed94426489fefb5f77" 2657 + dependencies = [ 2658 + "bitflags", 2659 + "errno", 2660 + "io-lifetimes", 2661 + "libc", 2662 + "linux-raw-sys", 2663 + "windows-sys 0.48.0", 2664 + ] 2665 + 2666 + [[package]] 2667 + name = "rustversion" 2668 + version = "1.0.12" 2669 + source = "registry+https://github.com/rust-lang/crates.io-index" 2670 + checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06" 2671 + 2672 + [[package]] 2673 + name = "ryu" 2674 + version = "1.0.13" 2675 + source = "registry+https://github.com/rust-lang/crates.io-index" 2676 + checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 2677 + 2678 + [[package]] 2679 + name = "safemem" 2680 + version = "0.3.3" 2681 + source = "registry+https://github.com/rust-lang/crates.io-index" 2682 + checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" 2683 + 2684 + [[package]] 2685 + name = "same-file" 2686 + version = "1.0.6" 2687 + source = "registry+https://github.com/rust-lang/crates.io-index" 2688 + checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2689 + dependencies = [ 2690 + "winapi-util", 2691 + ] 2692 + 2693 + [[package]] 2694 + name = "schannel" 2695 + version = "0.1.22" 2696 + source = "registry+https://github.com/rust-lang/crates.io-index" 2697 + checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" 2698 + dependencies = [ 2699 + "windows-sys 0.48.0", 2700 + ] 2701 + 2702 + [[package]] 2703 + name = "scoped-tls" 2704 + version = "1.0.1" 2705 + source = "registry+https://github.com/rust-lang/crates.io-index" 2706 + checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 2707 + 2708 + [[package]] 2709 + name = "scopeguard" 2710 + version = "1.1.0" 2711 + source = "registry+https://github.com/rust-lang/crates.io-index" 2712 + checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 2713 + 2714 + [[package]] 2715 + name = "scratch" 2716 + version = "1.0.5" 2717 + source = "registry+https://github.com/rust-lang/crates.io-index" 2718 + checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" 2719 + 2720 + [[package]] 2721 + name = "security-framework" 2722 + version = "2.9.1" 2723 + source = "registry+https://github.com/rust-lang/crates.io-index" 2724 + checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8" 2725 + dependencies = [ 2726 + "bitflags", 2727 + "core-foundation", 2728 + "core-foundation-sys", 2729 + "libc", 2730 + "security-framework-sys", 2731 + ] 2732 + 2733 + [[package]] 2734 + name = "security-framework-sys" 2735 + version = "2.9.0" 2736 + source = "registry+https://github.com/rust-lang/crates.io-index" 2737 + checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7" 2738 + dependencies = [ 2739 + "core-foundation-sys", 2740 + "libc", 2741 + ] 2742 + 2743 + [[package]] 2744 + name = "selectors" 2745 + version = "0.22.0" 2746 + source = "registry+https://github.com/rust-lang/crates.io-index" 2747 + checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe" 2748 + dependencies = [ 2749 + "bitflags", 2750 + "cssparser", 2751 + "derive_more", 2752 + "fxhash", 2753 + "log", 2754 + "matches", 2755 + "phf 0.8.0", 2756 + "phf_codegen", 2757 + "precomputed-hash", 2758 + "servo_arc", 2759 + "smallvec", 2760 + "thin-slice", 2761 + ] 2762 + 2763 + [[package]] 2764 + name = "semver" 2765 + version = "1.0.18" 2766 + source = "registry+https://github.com/rust-lang/crates.io-index" 2767 + checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" 2768 + dependencies = [ 2769 + "serde", 2770 + ] 2771 + 2772 + [[package]] 2773 + name = "serde" 2774 + version = "1.0.160" 2775 + source = "registry+https://github.com/rust-lang/crates.io-index" 2776 + checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c" 2777 + dependencies = [ 2778 + "serde_derive", 2779 + ] 2780 + 2781 + [[package]] 2782 + name = "serde_derive" 2783 + version = "1.0.160" 2784 + source = "registry+https://github.com/rust-lang/crates.io-index" 2785 + checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df" 2786 + dependencies = [ 2787 + "proc-macro2", 2788 + "quote", 2789 + "syn 2.0.15", 2790 + ] 2791 + 2792 + [[package]] 2793 + name = "serde_json" 2794 + version = "1.0.96" 2795 + source = "registry+https://github.com/rust-lang/crates.io-index" 2796 + checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" 2797 + dependencies = [ 2798 + "itoa 1.0.6", 2799 + "ryu", 2800 + "serde", 2801 + ] 2802 + 2803 + [[package]] 2804 + name = "serde_qs" 2805 + version = "0.12.0" 2806 + source = "registry+https://github.com/rust-lang/crates.io-index" 2807 + checksum = "0431a35568651e363364210c91983c1da5eb29404d9f0928b67d4ebcfa7d330c" 2808 + dependencies = [ 2809 + "percent-encoding", 2810 + "serde", 2811 + "thiserror", 2812 + ] 2813 + 2814 + [[package]] 2815 + name = "serde_repr" 2816 + version = "0.1.12" 2817 + source = "registry+https://github.com/rust-lang/crates.io-index" 2818 + checksum = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab" 2819 + dependencies = [ 2820 + "proc-macro2", 2821 + "quote", 2822 + "syn 2.0.15", 2823 + ] 2824 + 2825 + [[package]] 2826 + name = "serde_spanned" 2827 + version = "0.6.1" 2828 + source = "registry+https://github.com/rust-lang/crates.io-index" 2829 + checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4" 2830 + dependencies = [ 2831 + "serde", 2832 + ] 2833 + 2834 + [[package]] 2835 + name = "serde_urlencoded" 2836 + version = "0.7.1" 2837 + source = "registry+https://github.com/rust-lang/crates.io-index" 2838 + checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2839 + dependencies = [ 2840 + "form_urlencoded", 2841 + "itoa 1.0.6", 2842 + "ryu", 2843 + "serde", 2844 + ] 2845 + 2846 + [[package]] 2847 + name = "serde_with" 2848 + version = "1.14.0" 2849 + source = "registry+https://github.com/rust-lang/crates.io-index" 2850 + checksum = "678b5a069e50bf00ecd22d0cd8ddf7c236f68581b03db652061ed5eb13a312ff" 2851 + dependencies = [ 2852 + "serde", 2853 + "serde_with_macros", 2854 + ] 2855 + 2856 + [[package]] 2857 + name = "serde_with_macros" 2858 + version = "1.5.2" 2859 + source = "registry+https://github.com/rust-lang/crates.io-index" 2860 + checksum = "e182d6ec6f05393cc0e5ed1bf81ad6db3a8feedf8ee515ecdd369809bcce8082" 2861 + dependencies = [ 2862 + "darling", 2863 + "proc-macro2", 2864 + "quote", 2865 + "syn 1.0.109", 2866 + ] 2867 + 2868 + [[package]] 2869 + name = "serde_yaml" 2870 + version = "0.9.22" 2871 + source = "registry+https://github.com/rust-lang/crates.io-index" 2872 + checksum = "452e67b9c20c37fa79df53201dc03839651086ed9bbe92b3ca585ca9fdaa7d85" 2873 + dependencies = [ 2874 + "indexmap 2.0.0", 2875 + "itoa 1.0.6", 2876 + "ryu", 2877 + "serde", 2878 + "unsafe-libyaml", 2879 + ] 2880 + 2881 + [[package]] 2882 + name = "serialize-to-javascript" 2883 + version = "0.1.1" 2884 + source = "registry+https://github.com/rust-lang/crates.io-index" 2885 + checksum = "c9823f2d3b6a81d98228151fdeaf848206a7855a7a042bbf9bf870449a66cafb" 2886 + dependencies = [ 2887 + "serde", 2888 + "serde_json", 2889 + "serialize-to-javascript-impl", 2890 + ] 2891 + 2892 + [[package]] 2893 + name = "serialize-to-javascript-impl" 2894 + version = "0.1.1" 2895 + source = "registry+https://github.com/rust-lang/crates.io-index" 2896 + checksum = "74064874e9f6a15f04c1f3cb627902d0e6b410abbf36668afa873c61889f1763" 2897 + dependencies = [ 2898 + "proc-macro2", 2899 + "quote", 2900 + "syn 1.0.109", 2901 + ] 2902 + 2903 + [[package]] 2904 + name = "servo_arc" 2905 + version = "0.1.1" 2906 + source = "registry+https://github.com/rust-lang/crates.io-index" 2907 + checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432" 2908 + dependencies = [ 2909 + "nodrop", 2910 + "stable_deref_trait", 2911 + ] 2912 + 2913 + [[package]] 2914 + name = "sha2" 2915 + version = "0.10.6" 2916 + source = "registry+https://github.com/rust-lang/crates.io-index" 2917 + checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" 2918 + dependencies = [ 2919 + "cfg-if", 2920 + "cpufeatures", 2921 + "digest", 2922 + ] 2923 + 2924 + [[package]] 2925 + name = "sharded-slab" 2926 + version = "0.1.4" 2927 + source = "registry+https://github.com/rust-lang/crates.io-index" 2928 + checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" 2929 + dependencies = [ 2930 + "lazy_static", 2931 + ] 2932 + 2933 + [[package]] 2934 + name = "shared_child" 2935 + version = "1.0.0" 2936 + source = "registry+https://github.com/rust-lang/crates.io-index" 2937 + checksum = "b0d94659ad3c2137fef23ae75b03d5241d633f8acded53d672decfa0e6e0caef" 2938 + dependencies = [ 2939 + "libc", 2940 + "winapi", 2941 + ] 2942 + 2943 + [[package]] 2944 + name = "simd-adler32" 2945 + version = "0.3.5" 2946 + source = "registry+https://github.com/rust-lang/crates.io-index" 2947 + checksum = "238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f" 2948 + 2949 + [[package]] 2950 + name = "siphasher" 2951 + version = "0.3.10" 2952 + source = "registry+https://github.com/rust-lang/crates.io-index" 2953 + checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" 2954 + 2955 + [[package]] 2956 + name = "slab" 2957 + version = "0.4.8" 2958 + source = "registry+https://github.com/rust-lang/crates.io-index" 2959 + checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 2960 + dependencies = [ 2961 + "autocfg", 2962 + ] 2963 + 2964 + [[package]] 2965 + name = "smallvec" 2966 + version = "1.10.0" 2967 + source = "registry+https://github.com/rust-lang/crates.io-index" 2968 + checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 2969 + 2970 + [[package]] 2971 + name = "socket2" 2972 + version = "0.4.9" 2973 + source = "registry+https://github.com/rust-lang/crates.io-index" 2974 + checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 2975 + dependencies = [ 2976 + "libc", 2977 + "winapi", 2978 + ] 2979 + 2980 + [[package]] 2981 + name = "soup2" 2982 + version = "0.2.1" 2983 + source = "registry+https://github.com/rust-lang/crates.io-index" 2984 + checksum = "b2b4d76501d8ba387cf0fefbe055c3e0a59891d09f0f995ae4e4b16f6b60f3c0" 2985 + dependencies = [ 2986 + "bitflags", 2987 + "gio", 2988 + "glib", 2989 + "libc", 2990 + "once_cell", 2991 + "soup2-sys", 2992 + ] 2993 + 2994 + [[package]] 2995 + name = "soup2-sys" 2996 + version = "0.2.0" 2997 + source = "registry+https://github.com/rust-lang/crates.io-index" 2998 + checksum = "009ef427103fcb17f802871647a7fa6c60cbb654b4c4e4c0ac60a31c5f6dc9cf" 2999 + dependencies = [ 3000 + "bitflags", 3001 + "gio-sys", 3002 + "glib-sys", 3003 + "gobject-sys", 3004 + "libc", 3005 + "system-deps 5.0.0", 3006 + ] 3007 + 3008 + [[package]] 3009 + name = "stable_deref_trait" 3010 + version = "1.2.0" 3011 + source = "registry+https://github.com/rust-lang/crates.io-index" 3012 + checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 3013 + 3014 + [[package]] 3015 + name = "state" 3016 + version = "0.5.3" 3017 + source = "registry+https://github.com/rust-lang/crates.io-index" 3018 + checksum = "dbe866e1e51e8260c9eed836a042a5e7f6726bb2b411dffeaa712e19c388f23b" 3019 + dependencies = [ 3020 + "loom", 3021 + ] 3022 + 3023 + [[package]] 3024 + name = "string_cache" 3025 + version = "0.8.7" 3026 + source = "registry+https://github.com/rust-lang/crates.io-index" 3027 + checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" 3028 + dependencies = [ 3029 + "new_debug_unreachable", 3030 + "once_cell", 3031 + "parking_lot", 3032 + "phf_shared 0.10.0", 3033 + "precomputed-hash", 3034 + "serde", 3035 + ] 3036 + 3037 + [[package]] 3038 + name = "string_cache_codegen" 3039 + version = "0.5.2" 3040 + source = "registry+https://github.com/rust-lang/crates.io-index" 3041 + checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" 3042 + dependencies = [ 3043 + "phf_generator 0.10.0", 3044 + "phf_shared 0.10.0", 3045 + "proc-macro2", 3046 + "quote", 3047 + ] 3048 + 3049 + [[package]] 3050 + name = "strip-ansi-escapes" 3051 + version = "0.1.1" 3052 + source = "registry+https://github.com/rust-lang/crates.io-index" 3053 + checksum = "011cbb39cf7c1f62871aea3cc46e5817b0937b49e9447370c93cacbe93a766d8" 3054 + dependencies = [ 3055 + "vte", 3056 + ] 3057 + 3058 + [[package]] 3059 + name = "strsim" 3060 + version = "0.10.0" 3061 + source = "registry+https://github.com/rust-lang/crates.io-index" 3062 + checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 3063 + 3064 + [[package]] 3065 + name = "syn" 3066 + version = "1.0.109" 3067 + source = "registry+https://github.com/rust-lang/crates.io-index" 3068 + checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 3069 + dependencies = [ 3070 + "proc-macro2", 3071 + "quote", 3072 + "unicode-ident", 3073 + ] 3074 + 3075 + [[package]] 3076 + name = "syn" 3077 + version = "2.0.15" 3078 + source = "registry+https://github.com/rust-lang/crates.io-index" 3079 + checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822" 3080 + dependencies = [ 3081 + "proc-macro2", 3082 + "quote", 3083 + "unicode-ident", 3084 + ] 3085 + 3086 + [[package]] 3087 + name = "system-deps" 3088 + version = "5.0.0" 3089 + source = "registry+https://github.com/rust-lang/crates.io-index" 3090 + checksum = "18db855554db7bd0e73e06cf7ba3df39f97812cb11d3f75e71c39bf45171797e" 3091 + dependencies = [ 3092 + "cfg-expr 0.9.1", 3093 + "heck 0.3.3", 3094 + "pkg-config", 3095 + "toml 0.5.11", 3096 + "version-compare 0.0.11", 3097 + ] 3098 + 3099 + [[package]] 3100 + name = "system-deps" 3101 + version = "6.0.4" 3102 + source = "registry+https://github.com/rust-lang/crates.io-index" 3103 + checksum = "555fc8147af6256f3931a36bb83ad0023240ce9cf2b319dec8236fd1f220b05f" 3104 + dependencies = [ 3105 + "cfg-expr 0.14.0", 3106 + "heck 0.4.1", 3107 + "pkg-config", 3108 + "toml 0.7.3", 3109 + "version-compare 0.1.1", 3110 + ] 3111 + 3112 + [[package]] 3113 + name = "tao" 3114 + version = "0.15.8" 3115 + source = "registry+https://github.com/rust-lang/crates.io-index" 3116 + checksum = "ac8e6399427c8494f9849b58694754d7cc741293348a6836b6c8d2c5aa82d8e6" 3117 + dependencies = [ 3118 + "bitflags", 3119 + "cairo-rs", 3120 + "cc", 3121 + "cocoa", 3122 + "core-foundation", 3123 + "core-graphics", 3124 + "crossbeam-channel", 3125 + "dirs-next", 3126 + "dispatch", 3127 + "gdk", 3128 + "gdk-pixbuf", 3129 + "gdk-sys", 3130 + "gdkx11-sys", 3131 + "gio", 3132 + "glib", 3133 + "glib-sys", 3134 + "gtk", 3135 + "image", 3136 + "instant", 3137 + "jni", 3138 + "lazy_static", 3139 + "libappindicator", 3140 + "libc", 3141 + "log", 3142 + "ndk", 3143 + "ndk-context", 3144 + "ndk-sys", 3145 + "objc", 3146 + "once_cell", 3147 + "parking_lot", 3148 + "paste", 3149 + "png", 3150 + "raw-window-handle", 3151 + "scopeguard", 3152 + "serde", 3153 + "unicode-segmentation", 3154 + "uuid 1.3.1", 3155 + "windows 0.39.0", 3156 + "windows-implement", 3157 + "x11-dl", 3158 + ] 3159 + 3160 + [[package]] 3161 + name = "tar" 3162 + version = "0.4.38" 3163 + source = "registry+https://github.com/rust-lang/crates.io-index" 3164 + checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" 3165 + dependencies = [ 3166 + "filetime", 3167 + "libc", 3168 + "xattr", 3169 + ] 3170 + 3171 + [[package]] 3172 + name = "tauri" 3173 + version = "1.2.4" 3174 + source = "registry+https://github.com/rust-lang/crates.io-index" 3175 + checksum = "fe7e0f1d535e7cbbbab43c82be4fc992b84f9156c16c160955617e0260ebc449" 3176 + dependencies = [ 3177 + "anyhow", 3178 + "attohttpc", 3179 + "base64 0.13.1", 3180 + "cocoa", 3181 + "dirs-next", 3182 + "embed_plist", 3183 + "encoding_rs", 3184 + "flate2", 3185 + "futures-util", 3186 + "glib", 3187 + "glob", 3188 + "gtk", 3189 + "heck 0.4.1", 3190 + "http", 3191 + "ico", 3192 + "ignore", 3193 + "infer 0.9.0", 3194 + "minisign-verify", 3195 + "notify-rust", 3196 + "objc", 3197 + "once_cell", 3198 + "open", 3199 + "os_info", 3200 + "os_pipe", 3201 + "percent-encoding", 3202 + "rand 0.8.5", 3203 + "raw-window-handle", 3204 + "regex", 3205 + "rfd", 3206 + "semver", 3207 + "serde", 3208 + "serde_json", 3209 + "serde_repr", 3210 + "serialize-to-javascript", 3211 + "shared_child", 3212 + "state", 3213 + "tar", 3214 + "tauri-macros", 3215 + "tauri-runtime", 3216 + "tauri-runtime-wry", 3217 + "tauri-utils", 3218 + "tempfile", 3219 + "thiserror", 3220 + "time 0.3.20", 3221 + "tokio", 3222 + "url", 3223 + "uuid 1.3.1", 3224 + "webkit2gtk", 3225 + "webview2-com", 3226 + "windows 0.39.0", 3227 + "zip", 3228 + ] 3229 + 3230 + [[package]] 3231 + name = "tauri-build" 3232 + version = "1.2.1" 3233 + source = "registry+https://github.com/rust-lang/crates.io-index" 3234 + checksum = "8807c85d656b2b93927c19fe5a5f1f1f348f96c2de8b90763b3c2d561511f9b4" 3235 + dependencies = [ 3236 + "anyhow", 3237 + "cargo_toml", 3238 + "heck 0.4.1", 3239 + "json-patch", 3240 + "semver", 3241 + "serde_json", 3242 + "tauri-utils", 3243 + "winres", 3244 + ] 3245 + 3246 + [[package]] 3247 + name = "tauri-codegen" 3248 + version = "1.2.1" 3249 + source = "registry+https://github.com/rust-lang/crates.io-index" 3250 + checksum = "14388d484b6b1b5dc0f6a7d6cc6433b3b230bec85eaa576adcdf3f9fafa49251" 3251 + dependencies = [ 3252 + "base64 0.13.1", 3253 + "brotli", 3254 + "ico", 3255 + "json-patch", 3256 + "plist", 3257 + "png", 3258 + "proc-macro2", 3259 + "quote", 3260 + "regex", 3261 + "semver", 3262 + "serde", 3263 + "serde_json", 3264 + "sha2", 3265 + "tauri-utils", 3266 + "thiserror", 3267 + "time 0.3.20", 3268 + "uuid 1.3.1", 3269 + "walkdir", 3270 + ] 3271 + 3272 + [[package]] 3273 + name = "tauri-macros" 3274 + version = "1.2.1" 3275 + source = "registry+https://github.com/rust-lang/crates.io-index" 3276 + checksum = "069319e5ecbe653a799b94b0690d9f9bf5d00f7b1d3989aa331c524d4e354075" 3277 + dependencies = [ 3278 + "heck 0.4.1", 3279 + "proc-macro2", 3280 + "quote", 3281 + "syn 1.0.109", 3282 + "tauri-codegen", 3283 + "tauri-utils", 3284 + ] 3285 + 3286 + [[package]] 3287 + name = "tauri-plugin-deep-link" 3288 + version = "0.1.1" 3289 + source = "registry+https://github.com/rust-lang/crates.io-index" 3290 + checksum = "33a3ae55bcfe692e5361edc4708bd9f415270cc02e1cdba8ab7768566208b4e2" 3291 + dependencies = [ 3292 + "dirs", 3293 + "interprocess", 3294 + "log", 3295 + "objc2", 3296 + "once_cell", 3297 + "tauri-utils", 3298 + "windows-sys 0.48.0", 3299 + "winreg 0.50.0", 3300 + ] 3301 + 3302 + [[package]] 3303 + name = "tauri-plugin-log" 3304 + version = "0.1.0" 3305 + source = "git+https://github.com/tauri-apps/plugins-workspace?branch=dev#cea1d4f7b54b94354e8100daf804b810c680efd7" 3306 + dependencies = [ 3307 + "byte-unit", 3308 + "fern", 3309 + "log", 3310 + "serde", 3311 + "serde_json", 3312 + "serde_repr", 3313 + "tauri", 3314 + "time 0.3.20", 3315 + ] 3316 + 3317 + [[package]] 3318 + name = "tauri-plugin-store" 3319 + version = "0.1.0" 3320 + source = "git+https://github.com/tauri-apps/plugins-workspace?branch=dev#cea1d4f7b54b94354e8100daf804b810c680efd7" 3321 + dependencies = [ 3322 + "log", 3323 + "serde", 3324 + "serde_json", 3325 + "tauri", 3326 + "thiserror", 3327 + ] 3328 + 3329 + [[package]] 3330 + name = "tauri-runtime" 3331 + version = "0.12.1" 3332 + source = "registry+https://github.com/rust-lang/crates.io-index" 3333 + checksum = "c507d954d08ac8705d235bc70ec6975b9054fb95ff7823af72dbb04186596f3b" 3334 + dependencies = [ 3335 + "gtk", 3336 + "http", 3337 + "http-range", 3338 + "rand 0.8.5", 3339 + "raw-window-handle", 3340 + "serde", 3341 + "serde_json", 3342 + "tauri-utils", 3343 + "thiserror", 3344 + "uuid 1.3.1", 3345 + "webview2-com", 3346 + "windows 0.39.0", 3347 + ] 3348 + 3349 + [[package]] 3350 + name = "tauri-runtime-wry" 3351 + version = "0.12.2" 3352 + source = "registry+https://github.com/rust-lang/crates.io-index" 3353 + checksum = "36b1c5764a41a13176a4599b5b7bd0881bea7d94dfe45e1e755f789b98317e30" 3354 + dependencies = [ 3355 + "cocoa", 3356 + "gtk", 3357 + "percent-encoding", 3358 + "rand 0.8.5", 3359 + "raw-window-handle", 3360 + "tauri-runtime", 3361 + "tauri-utils", 3362 + "uuid 1.3.1", 3363 + "webkit2gtk", 3364 + "webview2-com", 3365 + "windows 0.39.0", 3366 + "wry", 3367 + ] 3368 + 3369 + [[package]] 3370 + name = "tauri-utils" 3371 + version = "1.2.1" 3372 + source = "registry+https://github.com/rust-lang/crates.io-index" 3373 + checksum = "5abbc109a6eb45127956ffcc26ef0e875d160150ac16cfa45d26a6b2871686f1" 3374 + dependencies = [ 3375 + "brotli", 3376 + "ctor", 3377 + "glob", 3378 + "heck 0.4.1", 3379 + "html5ever", 3380 + "infer 0.7.0", 3381 + "json-patch", 3382 + "kuchiki", 3383 + "memchr", 3384 + "phf 0.10.1", 3385 + "proc-macro2", 3386 + "quote", 3387 + "semver", 3388 + "serde", 3389 + "serde_json", 3390 + "serde_with", 3391 + "thiserror", 3392 + "url", 3393 + "walkdir", 3394 + "windows 0.39.0", 3395 + ] 3396 + 3397 + [[package]] 3398 + name = "tauri-winrt-notification" 3399 + version = "0.1.2" 3400 + source = "registry+https://github.com/rust-lang/crates.io-index" 3401 + checksum = "4f5bff1d532fead7c43324a0fa33643b8621a47ce2944a633be4cb6c0240898f" 3402 + dependencies = [ 3403 + "quick-xml 0.23.1", 3404 + "windows 0.39.0", 3405 + ] 3406 + 3407 + [[package]] 3408 + name = "tempfile" 3409 + version = "3.5.0" 3410 + source = "registry+https://github.com/rust-lang/crates.io-index" 3411 + checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 3412 + dependencies = [ 3413 + "cfg-if", 3414 + "fastrand", 3415 + "redox_syscall 0.3.5", 3416 + "rustix", 3417 + "windows-sys 0.45.0", 3418 + ] 3419 + 3420 + [[package]] 3421 + name = "tendril" 3422 + version = "0.4.3" 3423 + source = "registry+https://github.com/rust-lang/crates.io-index" 3424 + checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" 3425 + dependencies = [ 3426 + "futf", 3427 + "mac", 3428 + "utf-8", 3429 + ] 3430 + 3431 + [[package]] 3432 + name = "termcolor" 3433 + version = "1.2.0" 3434 + source = "registry+https://github.com/rust-lang/crates.io-index" 3435 + checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 3436 + dependencies = [ 3437 + "winapi-util", 3438 + ] 3439 + 3440 + [[package]] 3441 + name = "thin-slice" 3442 + version = "0.1.1" 3443 + source = "registry+https://github.com/rust-lang/crates.io-index" 3444 + checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c" 3445 + 3446 + [[package]] 3447 + name = "thiserror" 3448 + version = "1.0.40" 3449 + source = "registry+https://github.com/rust-lang/crates.io-index" 3450 + checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 3451 + dependencies = [ 3452 + "thiserror-impl", 3453 + ] 3454 + 3455 + [[package]] 3456 + name = "thiserror-impl" 3457 + version = "1.0.40" 3458 + source = "registry+https://github.com/rust-lang/crates.io-index" 3459 + checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 3460 + dependencies = [ 3461 + "proc-macro2", 3462 + "quote", 3463 + "syn 2.0.15", 3464 + ] 3465 + 3466 + [[package]] 3467 + name = "thread_local" 3468 + version = "1.1.7" 3469 + source = "registry+https://github.com/rust-lang/crates.io-index" 3470 + checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" 3471 + dependencies = [ 3472 + "cfg-if", 3473 + "once_cell", 3474 + ] 3475 + 3476 + [[package]] 3477 + name = "time" 3478 + version = "0.1.45" 3479 + source = "registry+https://github.com/rust-lang/crates.io-index" 3480 + checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" 3481 + dependencies = [ 3482 + "libc", 3483 + "wasi 0.10.0+wasi-snapshot-preview1", 3484 + "winapi", 3485 + ] 3486 + 3487 + [[package]] 3488 + name = "time" 3489 + version = "0.3.20" 3490 + source = "registry+https://github.com/rust-lang/crates.io-index" 3491 + checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890" 3492 + dependencies = [ 3493 + "itoa 1.0.6", 3494 + "libc", 3495 + "num_threads", 3496 + "serde", 3497 + "time-core", 3498 + "time-macros", 3499 + ] 3500 + 3501 + [[package]] 3502 + name = "time-core" 3503 + version = "0.1.0" 3504 + source = "registry+https://github.com/rust-lang/crates.io-index" 3505 + checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd" 3506 + 3507 + [[package]] 3508 + name = "time-macros" 3509 + version = "0.2.8" 3510 + source = "registry+https://github.com/rust-lang/crates.io-index" 3511 + checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36" 3512 + dependencies = [ 3513 + "time-core", 3514 + ] 3515 + 3516 + [[package]] 3517 + name = "tinyvec" 3518 + version = "1.6.0" 3519 + source = "registry+https://github.com/rust-lang/crates.io-index" 3520 + checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 3521 + dependencies = [ 3522 + "tinyvec_macros", 3523 + ] 3524 + 3525 + [[package]] 3526 + name = "tinyvec_macros" 3527 + version = "0.1.1" 3528 + source = "registry+https://github.com/rust-lang/crates.io-index" 3529 + checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 3530 + 3531 + [[package]] 3532 + name = "to_method" 3533 + version = "1.1.0" 3534 + source = "registry+https://github.com/rust-lang/crates.io-index" 3535 + checksum = "c7c4ceeeca15c8384bbc3e011dbd8fccb7f068a440b752b7d9b32ceb0ca0e2e8" 3536 + 3537 + [[package]] 3538 + name = "tokio" 3539 + version = "1.27.0" 3540 + source = "registry+https://github.com/rust-lang/crates.io-index" 3541 + checksum = "d0de47a4eecbe11f498978a9b29d792f0d2692d1dd003650c24c76510e3bc001" 3542 + dependencies = [ 3543 + "autocfg", 3544 + "bytes", 3545 + "libc", 3546 + "mio", 3547 + "num_cpus", 3548 + "parking_lot", 3549 + "pin-project-lite", 3550 + "socket2", 3551 + "windows-sys 0.45.0", 3552 + ] 3553 + 3554 + [[package]] 3555 + name = "tokio-native-tls" 3556 + version = "0.3.1" 3557 + source = "registry+https://github.com/rust-lang/crates.io-index" 3558 + checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 3559 + dependencies = [ 3560 + "native-tls", 3561 + "tokio", 3562 + ] 3563 + 3564 + [[package]] 3565 + name = "tokio-util" 3566 + version = "0.7.8" 3567 + source = "registry+https://github.com/rust-lang/crates.io-index" 3568 + checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" 3569 + dependencies = [ 3570 + "bytes", 3571 + "futures-core", 3572 + "futures-sink", 3573 + "pin-project-lite", 3574 + "tokio", 3575 + "tracing", 3576 + ] 3577 + 3578 + [[package]] 3579 + name = "toml" 3580 + version = "0.5.11" 3581 + source = "registry+https://github.com/rust-lang/crates.io-index" 3582 + checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 3583 + dependencies = [ 3584 + "serde", 3585 + ] 3586 + 3587 + [[package]] 3588 + name = "toml" 3589 + version = "0.7.3" 3590 + source = "registry+https://github.com/rust-lang/crates.io-index" 3591 + checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21" 3592 + dependencies = [ 3593 + "serde", 3594 + "serde_spanned", 3595 + "toml_datetime", 3596 + "toml_edit", 3597 + ] 3598 + 3599 + [[package]] 3600 + name = "toml_datetime" 3601 + version = "0.6.1" 3602 + source = "registry+https://github.com/rust-lang/crates.io-index" 3603 + checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622" 3604 + dependencies = [ 3605 + "serde", 3606 + ] 3607 + 3608 + [[package]] 3609 + name = "toml_edit" 3610 + version = "0.19.8" 3611 + source = "registry+https://github.com/rust-lang/crates.io-index" 3612 + checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13" 3613 + dependencies = [ 3614 + "indexmap 1.9.3", 3615 + "serde", 3616 + "serde_spanned", 3617 + "toml_datetime", 3618 + "winnow", 3619 + ] 3620 + 3621 + [[package]] 3622 + name = "tower-service" 3623 + version = "0.3.2" 3624 + source = "registry+https://github.com/rust-lang/crates.io-index" 3625 + checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 3626 + 3627 + [[package]] 3628 + name = "tracing" 3629 + version = "0.1.37" 3630 + source = "registry+https://github.com/rust-lang/crates.io-index" 3631 + checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 3632 + dependencies = [ 3633 + "cfg-if", 3634 + "pin-project-lite", 3635 + "tracing-attributes", 3636 + "tracing-core", 3637 + ] 3638 + 3639 + [[package]] 3640 + name = "tracing-attributes" 3641 + version = "0.1.23" 3642 + source = "registry+https://github.com/rust-lang/crates.io-index" 3643 + checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" 3644 + dependencies = [ 3645 + "proc-macro2", 3646 + "quote", 3647 + "syn 1.0.109", 3648 + ] 3649 + 3650 + [[package]] 3651 + name = "tracing-core" 3652 + version = "0.1.30" 3653 + source = "registry+https://github.com/rust-lang/crates.io-index" 3654 + checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" 3655 + dependencies = [ 3656 + "once_cell", 3657 + "valuable", 3658 + ] 3659 + 3660 + [[package]] 3661 + name = "tracing-log" 3662 + version = "0.1.3" 3663 + source = "registry+https://github.com/rust-lang/crates.io-index" 3664 + checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" 3665 + dependencies = [ 3666 + "lazy_static", 3667 + "log", 3668 + "tracing-core", 3669 + ] 3670 + 3671 + [[package]] 3672 + name = "tracing-subscriber" 3673 + version = "0.3.16" 3674 + source = "registry+https://github.com/rust-lang/crates.io-index" 3675 + checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70" 3676 + dependencies = [ 3677 + "matchers", 3678 + "nu-ansi-term", 3679 + "once_cell", 3680 + "regex", 3681 + "sharded-slab", 3682 + "smallvec", 3683 + "thread_local", 3684 + "tracing", 3685 + "tracing-core", 3686 + "tracing-log", 3687 + ] 3688 + 3689 + [[package]] 3690 + name = "treediff" 3691 + version = "3.0.2" 3692 + source = "registry+https://github.com/rust-lang/crates.io-index" 3693 + checksum = "761e8d5ad7ce14bb82b7e61ccc0ca961005a275a060b9644a2431aa11553c2ff" 3694 + dependencies = [ 3695 + "serde_json", 3696 + ] 3697 + 3698 + [[package]] 3699 + name = "try-lock" 3700 + version = "0.2.4" 3701 + source = "registry+https://github.com/rust-lang/crates.io-index" 3702 + checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" 3703 + 3704 + [[package]] 3705 + name = "ts-rs" 3706 + version = "6.2.1" 3707 + source = "registry+https://github.com/rust-lang/crates.io-index" 3708 + checksum = "4added4070a4fdf9df03457206cd2e4b12417c8560a2954d91ffcbe60177a56a" 3709 + dependencies = [ 3710 + "chrono", 3711 + "thiserror", 3712 + "ts-rs-macros", 3713 + ] 3714 + 3715 + [[package]] 3716 + name = "ts-rs-macros" 3717 + version = "6.2.0" 3718 + source = "registry+https://github.com/rust-lang/crates.io-index" 3719 + checksum = "9f807fdb3151fee75df7485b901a89624358cd07a67a8fb1a5831bf5a07681ff" 3720 + dependencies = [ 3721 + "Inflector", 3722 + "proc-macro2", 3723 + "quote", 3724 + "syn 1.0.109", 3725 + "termcolor", 3726 + ] 3727 + 3728 + [[package]] 3729 + name = "typenum" 3730 + version = "1.16.0" 3731 + source = "registry+https://github.com/rust-lang/crates.io-index" 3732 + checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 3733 + 3734 + [[package]] 3735 + name = "unicode-bidi" 3736 + version = "0.3.13" 3737 + source = "registry+https://github.com/rust-lang/crates.io-index" 3738 + checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 3739 + 3740 + [[package]] 3741 + name = "unicode-ident" 3742 + version = "1.0.8" 3743 + source = "registry+https://github.com/rust-lang/crates.io-index" 3744 + checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 3745 + 3746 + [[package]] 3747 + name = "unicode-normalization" 3748 + version = "0.1.22" 3749 + source = "registry+https://github.com/rust-lang/crates.io-index" 3750 + checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 3751 + dependencies = [ 3752 + "tinyvec", 3753 + ] 3754 + 3755 + [[package]] 3756 + name = "unicode-segmentation" 3757 + version = "1.10.1" 3758 + source = "registry+https://github.com/rust-lang/crates.io-index" 3759 + checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 3760 + 3761 + [[package]] 3762 + name = "unicode-width" 3763 + version = "0.1.10" 3764 + source = "registry+https://github.com/rust-lang/crates.io-index" 3765 + checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 3766 + 3767 + [[package]] 3768 + name = "unsafe-libyaml" 3769 + version = "0.2.8" 3770 + source = "registry+https://github.com/rust-lang/crates.io-index" 3771 + checksum = "1865806a559042e51ab5414598446a5871b561d21b6764f2eabb0dd481d880a6" 3772 + 3773 + [[package]] 3774 + name = "url" 3775 + version = "2.3.1" 3776 + source = "registry+https://github.com/rust-lang/crates.io-index" 3777 + checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 3778 + dependencies = [ 3779 + "form_urlencoded", 3780 + "idna", 3781 + "percent-encoding", 3782 + "serde", 3783 + ] 3784 + 3785 + [[package]] 3786 + name = "utf-8" 3787 + version = "0.7.6" 3788 + source = "registry+https://github.com/rust-lang/crates.io-index" 3789 + checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 3790 + 3791 + [[package]] 3792 + name = "utf8-width" 3793 + version = "0.1.6" 3794 + source = "registry+https://github.com/rust-lang/crates.io-index" 3795 + checksum = "5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1" 3796 + 3797 + [[package]] 3798 + name = "utf8parse" 3799 + version = "0.2.1" 3800 + source = "registry+https://github.com/rust-lang/crates.io-index" 3801 + checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 3802 + 3803 + [[package]] 3804 + name = "uuid" 3805 + version = "0.8.2" 3806 + source = "registry+https://github.com/rust-lang/crates.io-index" 3807 + checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" 3808 + 3809 + [[package]] 3810 + name = "uuid" 3811 + version = "1.3.1" 3812 + source = "registry+https://github.com/rust-lang/crates.io-index" 3813 + checksum = "5b55a3fef2a1e3b3a00ce878640918820d3c51081576ac657d23af9fc7928fdb" 3814 + dependencies = [ 3815 + "getrandom 0.2.9", 3816 + ] 3817 + 3818 + [[package]] 3819 + name = "valuable" 3820 + version = "0.1.0" 3821 + source = "registry+https://github.com/rust-lang/crates.io-index" 3822 + checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 3823 + 3824 + [[package]] 3825 + name = "value-bag" 3826 + version = "1.0.0-alpha.9" 3827 + source = "registry+https://github.com/rust-lang/crates.io-index" 3828 + checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55" 3829 + dependencies = [ 3830 + "ctor", 3831 + "version_check", 3832 + ] 3833 + 3834 + [[package]] 3835 + name = "vcpkg" 3836 + version = "0.2.15" 3837 + source = "registry+https://github.com/rust-lang/crates.io-index" 3838 + checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 3839 + 3840 + [[package]] 3841 + name = "version-compare" 3842 + version = "0.0.11" 3843 + source = "registry+https://github.com/rust-lang/crates.io-index" 3844 + checksum = "1c18c859eead79d8b95d09e4678566e8d70105c4e7b251f707a03df32442661b" 3845 + 3846 + [[package]] 3847 + name = "version-compare" 3848 + version = "0.1.1" 3849 + source = "registry+https://github.com/rust-lang/crates.io-index" 3850 + checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29" 3851 + 3852 + [[package]] 3853 + name = "version_check" 3854 + version = "0.9.4" 3855 + source = "registry+https://github.com/rust-lang/crates.io-index" 3856 + checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 3857 + 3858 + [[package]] 3859 + name = "vte" 3860 + version = "0.10.1" 3861 + source = "registry+https://github.com/rust-lang/crates.io-index" 3862 + checksum = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983" 3863 + dependencies = [ 3864 + "arrayvec", 3865 + "utf8parse", 3866 + "vte_generate_state_changes", 3867 + ] 3868 + 3869 + [[package]] 3870 + name = "vte_generate_state_changes" 3871 + version = "0.1.1" 3872 + source = "registry+https://github.com/rust-lang/crates.io-index" 3873 + checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff" 3874 + dependencies = [ 3875 + "proc-macro2", 3876 + "quote", 3877 + ] 3878 + 3879 + [[package]] 3880 + name = "walkdir" 3881 + version = "2.3.3" 3882 + source = "registry+https://github.com/rust-lang/crates.io-index" 3883 + checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" 3884 + dependencies = [ 3885 + "same-file", 3886 + "winapi-util", 3887 + ] 3888 + 3889 + [[package]] 3890 + name = "want" 3891 + version = "0.3.1" 3892 + source = "registry+https://github.com/rust-lang/crates.io-index" 3893 + checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 3894 + dependencies = [ 3895 + "try-lock", 3896 + ] 3897 + 3898 + [[package]] 3899 + name = "wasi" 3900 + version = "0.9.0+wasi-snapshot-preview1" 3901 + source = "registry+https://github.com/rust-lang/crates.io-index" 3902 + checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 3903 + 3904 + [[package]] 3905 + name = "wasi" 3906 + version = "0.10.0+wasi-snapshot-preview1" 3907 + source = "registry+https://github.com/rust-lang/crates.io-index" 3908 + checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 3909 + 3910 + [[package]] 3911 + name = "wasi" 3912 + version = "0.11.0+wasi-snapshot-preview1" 3913 + source = "registry+https://github.com/rust-lang/crates.io-index" 3914 + checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 3915 + 3916 + [[package]] 3917 + name = "wasm-bindgen" 3918 + version = "0.2.84" 3919 + source = "registry+https://github.com/rust-lang/crates.io-index" 3920 + checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" 3921 + dependencies = [ 3922 + "cfg-if", 3923 + "wasm-bindgen-macro", 3924 + ] 3925 + 3926 + [[package]] 3927 + name = "wasm-bindgen-backend" 3928 + version = "0.2.84" 3929 + source = "registry+https://github.com/rust-lang/crates.io-index" 3930 + checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" 3931 + dependencies = [ 3932 + "bumpalo", 3933 + "log", 3934 + "once_cell", 3935 + "proc-macro2", 3936 + "quote", 3937 + "syn 1.0.109", 3938 + "wasm-bindgen-shared", 3939 + ] 3940 + 3941 + [[package]] 3942 + name = "wasm-bindgen-futures" 3943 + version = "0.4.34" 3944 + source = "registry+https://github.com/rust-lang/crates.io-index" 3945 + checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" 3946 + dependencies = [ 3947 + "cfg-if", 3948 + "js-sys", 3949 + "wasm-bindgen", 3950 + "web-sys", 3951 + ] 3952 + 3953 + [[package]] 3954 + name = "wasm-bindgen-macro" 3955 + version = "0.2.84" 3956 + source = "registry+https://github.com/rust-lang/crates.io-index" 3957 + checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" 3958 + dependencies = [ 3959 + "quote", 3960 + "wasm-bindgen-macro-support", 3961 + ] 3962 + 3963 + [[package]] 3964 + name = "wasm-bindgen-macro-support" 3965 + version = "0.2.84" 3966 + source = "registry+https://github.com/rust-lang/crates.io-index" 3967 + checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" 3968 + dependencies = [ 3969 + "proc-macro2", 3970 + "quote", 3971 + "syn 1.0.109", 3972 + "wasm-bindgen-backend", 3973 + "wasm-bindgen-shared", 3974 + ] 3975 + 3976 + [[package]] 3977 + name = "wasm-bindgen-shared" 3978 + version = "0.2.84" 3979 + source = "registry+https://github.com/rust-lang/crates.io-index" 3980 + checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 3981 + 3982 + [[package]] 3983 + name = "web-sys" 3984 + version = "0.3.61" 3985 + source = "registry+https://github.com/rust-lang/crates.io-index" 3986 + checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" 3987 + dependencies = [ 3988 + "js-sys", 3989 + "wasm-bindgen", 3990 + ] 3991 + 3992 + [[package]] 3993 + name = "webkit2gtk" 3994 + version = "0.18.2" 3995 + source = "registry+https://github.com/rust-lang/crates.io-index" 3996 + checksum = "b8f859735e4a452aeb28c6c56a852967a8a76c8eb1cc32dbf931ad28a13d6370" 3997 + dependencies = [ 3998 + "bitflags", 3999 + "cairo-rs", 4000 + "gdk", 4001 + "gdk-sys", 4002 + "gio", 4003 + "gio-sys", 4004 + "glib", 4005 + "glib-sys", 4006 + "gobject-sys", 4007 + "gtk", 4008 + "gtk-sys", 4009 + "javascriptcore-rs", 4010 + "libc", 4011 + "once_cell", 4012 + "soup2", 4013 + "webkit2gtk-sys", 4014 + ] 4015 + 4016 + [[package]] 4017 + name = "webkit2gtk-sys" 4018 + version = "0.18.0" 4019 + source = "registry+https://github.com/rust-lang/crates.io-index" 4020 + checksum = "4d76ca6ecc47aeba01ec61e480139dda143796abcae6f83bcddf50d6b5b1dcf3" 4021 + dependencies = [ 4022 + "atk-sys", 4023 + "bitflags", 4024 + "cairo-sys-rs", 4025 + "gdk-pixbuf-sys", 4026 + "gdk-sys", 4027 + "gio-sys", 4028 + "glib-sys", 4029 + "gobject-sys", 4030 + "gtk-sys", 4031 + "javascriptcore-rs-sys", 4032 + "libc", 4033 + "pango-sys", 4034 + "pkg-config", 4035 + "soup2-sys", 4036 + "system-deps 6.0.4", 4037 + ] 4038 + 4039 + [[package]] 4040 + name = "webview2-com" 4041 + version = "0.19.1" 4042 + source = "registry+https://github.com/rust-lang/crates.io-index" 4043 + checksum = "b4a769c9f1a64a8734bde70caafac2b96cada12cd4aefa49196b3a386b8b4178" 4044 + dependencies = [ 4045 + "webview2-com-macros", 4046 + "webview2-com-sys", 4047 + "windows 0.39.0", 4048 + "windows-implement", 4049 + ] 4050 + 4051 + [[package]] 4052 + name = "webview2-com-macros" 4053 + version = "0.6.0" 4054 + source = "registry+https://github.com/rust-lang/crates.io-index" 4055 + checksum = "eaebe196c01691db62e9e4ca52c5ef1e4fd837dcae27dae3ada599b5a8fd05ac" 4056 + dependencies = [ 4057 + "proc-macro2", 4058 + "quote", 4059 + "syn 1.0.109", 4060 + ] 4061 + 4062 + [[package]] 4063 + name = "webview2-com-sys" 4064 + version = "0.19.0" 4065 + source = "registry+https://github.com/rust-lang/crates.io-index" 4066 + checksum = "aac48ef20ddf657755fdcda8dfed2a7b4fc7e4581acce6fe9b88c3d64f29dee7" 4067 + dependencies = [ 4068 + "regex", 4069 + "serde", 4070 + "serde_json", 4071 + "thiserror", 4072 + "windows 0.39.0", 4073 + "windows-bindgen", 4074 + "windows-metadata", 4075 + ] 4076 + 4077 + [[package]] 4078 + name = "winapi" 4079 + version = "0.3.9" 4080 + source = "registry+https://github.com/rust-lang/crates.io-index" 4081 + checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 4082 + dependencies = [ 4083 + "winapi-i686-pc-windows-gnu", 4084 + "winapi-x86_64-pc-windows-gnu", 4085 + ] 4086 + 4087 + [[package]] 4088 + name = "winapi-i686-pc-windows-gnu" 4089 + version = "0.4.0" 4090 + source = "registry+https://github.com/rust-lang/crates.io-index" 4091 + checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 4092 + 4093 + [[package]] 4094 + name = "winapi-util" 4095 + version = "0.1.5" 4096 + source = "registry+https://github.com/rust-lang/crates.io-index" 4097 + checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 4098 + dependencies = [ 4099 + "winapi", 4100 + ] 4101 + 4102 + [[package]] 4103 + name = "winapi-x86_64-pc-windows-gnu" 4104 + version = "0.4.0" 4105 + source = "registry+https://github.com/rust-lang/crates.io-index" 4106 + checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4107 + 4108 + [[package]] 4109 + name = "window-vibrancy" 4110 + version = "0.3.2" 4111 + source = "registry+https://github.com/rust-lang/crates.io-index" 4112 + checksum = "2f762d9cc392fb85e6b1b5eed1ef13d73fed5149a5cbb017a7137497d14ef612" 4113 + dependencies = [ 4114 + "cocoa", 4115 + "objc", 4116 + "raw-window-handle", 4117 + "windows-sys 0.42.0", 4118 + ] 4119 + 4120 + [[package]] 4121 + name = "windows" 4122 + version = "0.37.0" 4123 + source = "registry+https://github.com/rust-lang/crates.io-index" 4124 + checksum = "57b543186b344cc61c85b5aab0d2e3adf4e0f99bc076eff9aa5927bcc0b8a647" 4125 + dependencies = [ 4126 + "windows_aarch64_msvc 0.37.0", 4127 + "windows_i686_gnu 0.37.0", 4128 + "windows_i686_msvc 0.37.0", 4129 + "windows_x86_64_gnu 0.37.0", 4130 + "windows_x86_64_msvc 0.37.0", 4131 + ] 4132 + 4133 + [[package]] 4134 + name = "windows" 4135 + version = "0.39.0" 4136 + source = "registry+https://github.com/rust-lang/crates.io-index" 4137 + checksum = "f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a" 4138 + dependencies = [ 4139 + "windows-implement", 4140 + "windows_aarch64_msvc 0.39.0", 4141 + "windows_i686_gnu 0.39.0", 4142 + "windows_i686_msvc 0.39.0", 4143 + "windows_x86_64_gnu 0.39.0", 4144 + "windows_x86_64_msvc 0.39.0", 4145 + ] 4146 + 4147 + [[package]] 4148 + name = "windows" 4149 + version = "0.44.0" 4150 + source = "registry+https://github.com/rust-lang/crates.io-index" 4151 + checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b" 4152 + dependencies = [ 4153 + "windows-targets 0.42.2", 4154 + ] 4155 + 4156 + [[package]] 4157 + name = "windows" 4158 + version = "0.48.0" 4159 + source = "registry+https://github.com/rust-lang/crates.io-index" 4160 + checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 4161 + dependencies = [ 4162 + "windows-targets 0.48.0", 4163 + ] 4164 + 4165 + [[package]] 4166 + name = "windows-bindgen" 4167 + version = "0.39.0" 4168 + source = "registry+https://github.com/rust-lang/crates.io-index" 4169 + checksum = "68003dbd0e38abc0fb85b939240f4bce37c43a5981d3df37ccbaaa981b47cb41" 4170 + dependencies = [ 4171 + "windows-metadata", 4172 + "windows-tokens", 4173 + ] 4174 + 4175 + [[package]] 4176 + name = "windows-implement" 4177 + version = "0.39.0" 4178 + source = "registry+https://github.com/rust-lang/crates.io-index" 4179 + checksum = "ba01f98f509cb5dc05f4e5fc95e535f78260f15fea8fe1a8abdd08f774f1cee7" 4180 + dependencies = [ 4181 + "syn 1.0.109", 4182 + "windows-tokens", 4183 + ] 4184 + 4185 + [[package]] 4186 + name = "windows-metadata" 4187 + version = "0.39.0" 4188 + source = "registry+https://github.com/rust-lang/crates.io-index" 4189 + checksum = "9ee5e275231f07c6e240d14f34e1b635bf1faa1c76c57cfd59a5cdb9848e4278" 4190 + 4191 + [[package]] 4192 + name = "windows-sys" 4193 + version = "0.42.0" 4194 + source = "registry+https://github.com/rust-lang/crates.io-index" 4195 + checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 4196 + dependencies = [ 4197 + "windows_aarch64_gnullvm 0.42.2", 4198 + "windows_aarch64_msvc 0.42.2", 4199 + "windows_i686_gnu 0.42.2", 4200 + "windows_i686_msvc 0.42.2", 4201 + "windows_x86_64_gnu 0.42.2", 4202 + "windows_x86_64_gnullvm 0.42.2", 4203 + "windows_x86_64_msvc 0.42.2", 4204 + ] 4205 + 4206 + [[package]] 4207 + name = "windows-sys" 4208 + version = "0.45.0" 4209 + source = "registry+https://github.com/rust-lang/crates.io-index" 4210 + checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 4211 + dependencies = [ 4212 + "windows-targets 0.42.2", 4213 + ] 4214 + 4215 + [[package]] 4216 + name = "windows-sys" 4217 + version = "0.48.0" 4218 + source = "registry+https://github.com/rust-lang/crates.io-index" 4219 + checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 4220 + dependencies = [ 4221 + "windows-targets 0.48.0", 4222 + ] 4223 + 4224 + [[package]] 4225 + name = "windows-targets" 4226 + version = "0.42.2" 4227 + source = "registry+https://github.com/rust-lang/crates.io-index" 4228 + checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 4229 + dependencies = [ 4230 + "windows_aarch64_gnullvm 0.42.2", 4231 + "windows_aarch64_msvc 0.42.2", 4232 + "windows_i686_gnu 0.42.2", 4233 + "windows_i686_msvc 0.42.2", 4234 + "windows_x86_64_gnu 0.42.2", 4235 + "windows_x86_64_gnullvm 0.42.2", 4236 + "windows_x86_64_msvc 0.42.2", 4237 + ] 4238 + 4239 + [[package]] 4240 + name = "windows-targets" 4241 + version = "0.48.0" 4242 + source = "registry+https://github.com/rust-lang/crates.io-index" 4243 + checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 4244 + dependencies = [ 4245 + "windows_aarch64_gnullvm 0.48.0", 4246 + "windows_aarch64_msvc 0.48.0", 4247 + "windows_i686_gnu 0.48.0", 4248 + "windows_i686_msvc 0.48.0", 4249 + "windows_x86_64_gnu 0.48.0", 4250 + "windows_x86_64_gnullvm 0.48.0", 4251 + "windows_x86_64_msvc 0.48.0", 4252 + ] 4253 + 4254 + [[package]] 4255 + name = "windows-tokens" 4256 + version = "0.39.0" 4257 + source = "registry+https://github.com/rust-lang/crates.io-index" 4258 + checksum = "f838de2fe15fe6bac988e74b798f26499a8b21a9d97edec321e79b28d1d7f597" 4259 + 4260 + [[package]] 4261 + name = "windows_aarch64_gnullvm" 4262 + version = "0.42.2" 4263 + source = "registry+https://github.com/rust-lang/crates.io-index" 4264 + checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 4265 + 4266 + [[package]] 4267 + name = "windows_aarch64_gnullvm" 4268 + version = "0.48.0" 4269 + source = "registry+https://github.com/rust-lang/crates.io-index" 4270 + checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 4271 + 4272 + [[package]] 4273 + name = "windows_aarch64_msvc" 4274 + version = "0.37.0" 4275 + source = "registry+https://github.com/rust-lang/crates.io-index" 4276 + checksum = "2623277cb2d1c216ba3b578c0f3cf9cdebeddb6e66b1b218bb33596ea7769c3a" 4277 + 4278 + [[package]] 4279 + name = "windows_aarch64_msvc" 4280 + version = "0.39.0" 4281 + source = "registry+https://github.com/rust-lang/crates.io-index" 4282 + checksum = "ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2" 4283 + 4284 + [[package]] 4285 + name = "windows_aarch64_msvc" 4286 + version = "0.42.2" 4287 + source = "registry+https://github.com/rust-lang/crates.io-index" 4288 + checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 4289 + 4290 + [[package]] 4291 + name = "windows_aarch64_msvc" 4292 + version = "0.48.0" 4293 + source = "registry+https://github.com/rust-lang/crates.io-index" 4294 + checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 4295 + 4296 + [[package]] 4297 + name = "windows_i686_gnu" 4298 + version = "0.37.0" 4299 + source = "registry+https://github.com/rust-lang/crates.io-index" 4300 + checksum = "d3925fd0b0b804730d44d4b6278c50f9699703ec49bcd628020f46f4ba07d9e1" 4301 + 4302 + [[package]] 4303 + name = "windows_i686_gnu" 4304 + version = "0.39.0" 4305 + source = "registry+https://github.com/rust-lang/crates.io-index" 4306 + checksum = "763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b" 4307 + 4308 + [[package]] 4309 + name = "windows_i686_gnu" 4310 + version = "0.42.2" 4311 + source = "registry+https://github.com/rust-lang/crates.io-index" 4312 + checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 4313 + 4314 + [[package]] 4315 + name = "windows_i686_gnu" 4316 + version = "0.48.0" 4317 + source = "registry+https://github.com/rust-lang/crates.io-index" 4318 + checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 4319 + 4320 + [[package]] 4321 + name = "windows_i686_msvc" 4322 + version = "0.37.0" 4323 + source = "registry+https://github.com/rust-lang/crates.io-index" 4324 + checksum = "ce907ac74fe331b524c1298683efbf598bb031bc84d5e274db2083696d07c57c" 4325 + 4326 + [[package]] 4327 + name = "windows_i686_msvc" 4328 + version = "0.39.0" 4329 + source = "registry+https://github.com/rust-lang/crates.io-index" 4330 + checksum = "7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106" 4331 + 4332 + [[package]] 4333 + name = "windows_i686_msvc" 4334 + version = "0.42.2" 4335 + source = "registry+https://github.com/rust-lang/crates.io-index" 4336 + checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 4337 + 4338 + [[package]] 4339 + name = "windows_i686_msvc" 4340 + version = "0.48.0" 4341 + source = "registry+https://github.com/rust-lang/crates.io-index" 4342 + checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 4343 + 4344 + [[package]] 4345 + name = "windows_x86_64_gnu" 4346 + version = "0.37.0" 4347 + source = "registry+https://github.com/rust-lang/crates.io-index" 4348 + checksum = "2babfba0828f2e6b32457d5341427dcbb577ceef556273229959ac23a10af33d" 4349 + 4350 + [[package]] 4351 + name = "windows_x86_64_gnu" 4352 + version = "0.39.0" 4353 + source = "registry+https://github.com/rust-lang/crates.io-index" 4354 + checksum = "6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65" 4355 + 4356 + [[package]] 4357 + name = "windows_x86_64_gnu" 4358 + version = "0.42.2" 4359 + source = "registry+https://github.com/rust-lang/crates.io-index" 4360 + checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 4361 + 4362 + [[package]] 4363 + name = "windows_x86_64_gnu" 4364 + version = "0.48.0" 4365 + source = "registry+https://github.com/rust-lang/crates.io-index" 4366 + checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 4367 + 4368 + [[package]] 4369 + name = "windows_x86_64_gnullvm" 4370 + version = "0.42.2" 4371 + source = "registry+https://github.com/rust-lang/crates.io-index" 4372 + checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 4373 + 4374 + [[package]] 4375 + name = "windows_x86_64_gnullvm" 4376 + version = "0.48.0" 4377 + source = "registry+https://github.com/rust-lang/crates.io-index" 4378 + checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 4379 + 4380 + [[package]] 4381 + name = "windows_x86_64_msvc" 4382 + version = "0.37.0" 4383 + source = "registry+https://github.com/rust-lang/crates.io-index" 4384 + checksum = "f4dd6dc7df2d84cf7b33822ed5b86318fb1781948e9663bacd047fc9dd52259d" 4385 + 4386 + [[package]] 4387 + name = "windows_x86_64_msvc" 4388 + version = "0.39.0" 4389 + source = "registry+https://github.com/rust-lang/crates.io-index" 4390 + checksum = "5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809" 4391 + 4392 + [[package]] 4393 + name = "windows_x86_64_msvc" 4394 + version = "0.42.2" 4395 + source = "registry+https://github.com/rust-lang/crates.io-index" 4396 + checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 4397 + 4398 + [[package]] 4399 + name = "windows_x86_64_msvc" 4400 + version = "0.48.0" 4401 + source = "registry+https://github.com/rust-lang/crates.io-index" 4402 + checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 4403 + 4404 + [[package]] 4405 + name = "winnow" 4406 + version = "0.4.1" 4407 + source = "registry+https://github.com/rust-lang/crates.io-index" 4408 + checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28" 4409 + dependencies = [ 4410 + "memchr", 4411 + ] 4412 + 4413 + [[package]] 4414 + name = "winreg" 4415 + version = "0.10.1" 4416 + source = "registry+https://github.com/rust-lang/crates.io-index" 4417 + checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" 4418 + dependencies = [ 4419 + "winapi", 4420 + ] 4421 + 4422 + [[package]] 4423 + name = "winreg" 4424 + version = "0.50.0" 4425 + source = "registry+https://github.com/rust-lang/crates.io-index" 4426 + checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 4427 + dependencies = [ 4428 + "cfg-if", 4429 + "windows-sys 0.48.0", 4430 + ] 4431 + 4432 + [[package]] 4433 + name = "winres" 4434 + version = "0.1.12" 4435 + source = "registry+https://github.com/rust-lang/crates.io-index" 4436 + checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c" 4437 + dependencies = [ 4438 + "toml 0.5.11", 4439 + ] 4440 + 4441 + [[package]] 4442 + name = "wry" 4443 + version = "0.23.4" 4444 + source = "registry+https://github.com/rust-lang/crates.io-index" 4445 + checksum = "4c1ad8e2424f554cc5bdebe8aa374ef5b433feff817aebabca0389961fc7ef98" 4446 + dependencies = [ 4447 + "base64 0.13.1", 4448 + "block", 4449 + "cocoa", 4450 + "core-graphics", 4451 + "crossbeam-channel", 4452 + "dunce", 4453 + "gdk", 4454 + "gio", 4455 + "glib", 4456 + "gtk", 4457 + "html5ever", 4458 + "http", 4459 + "kuchiki", 4460 + "libc", 4461 + "log", 4462 + "objc", 4463 + "objc_id", 4464 + "once_cell", 4465 + "serde", 4466 + "serde_json", 4467 + "sha2", 4468 + "soup2", 4469 + "tao", 4470 + "thiserror", 4471 + "url", 4472 + "webkit2gtk", 4473 + "webkit2gtk-sys", 4474 + "webview2-com", 4475 + "windows 0.39.0", 4476 + "windows-implement", 4477 + ] 4478 + 4479 + [[package]] 4480 + name = "x11" 4481 + version = "2.21.0" 4482 + source = "registry+https://github.com/rust-lang/crates.io-index" 4483 + checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e" 4484 + dependencies = [ 4485 + "libc", 4486 + "pkg-config", 4487 + ] 4488 + 4489 + [[package]] 4490 + name = "x11-dl" 4491 + version = "2.21.0" 4492 + source = "registry+https://github.com/rust-lang/crates.io-index" 4493 + checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 4494 + dependencies = [ 4495 + "libc", 4496 + "once_cell", 4497 + "pkg-config", 4498 + ] 4499 + 4500 + [[package]] 4501 + name = "xattr" 4502 + version = "0.2.3" 4503 + source = "registry+https://github.com/rust-lang/crates.io-index" 4504 + checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc" 4505 + dependencies = [ 4506 + "libc", 4507 + ] 4508 + 4509 + [[package]] 4510 + name = "zip" 4511 + version = "0.6.6" 4512 + source = "registry+https://github.com/rust-lang/crates.io-index" 4513 + checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" 4514 + dependencies = [ 4515 + "byteorder", 4516 + "crc32fast", 4517 + "crossbeam-utils", 4518 + ]
+13
pkgs/development/tools/devpod/add-tauri-updater-feature.patch
···
··· 1 + diff --git a/Cargo.toml b/Cargo.toml 2 + index 03f64e53..9e2ddcb6 100644 3 + --- a/Cargo.toml 4 + +++ b/Cargo.toml 5 + @@ -15,6 +15,7 @@ serde_json = "1.0" 6 + serde = { version = "1.0", features = ["derive"] } 7 + # Tauri 8 + tauri = { version = "1.2.4", features = [ 9 + + "updater", 10 + "process-relaunch", 11 + "window-close", 12 + "notification-all", 13 +
+185
pkgs/development/tools/devpod/default.nix
···
··· 1 + { lib 2 + , buildGoModule 3 + , copyDesktopItems 4 + , darwin 5 + , desktopToDarwinBundle 6 + , fetchFromGitHub 7 + , fetchYarnDeps 8 + , gtk3 9 + , installShellFiles 10 + , jq 11 + , libayatana-appindicator 12 + , libsoup 13 + , makeDesktopItem 14 + , mkYarnPackage 15 + , openssl 16 + , pkg-config 17 + , rust 18 + , rustPlatform 19 + , stdenv 20 + , testers 21 + , webkitgtk 22 + }: 23 + 24 + let 25 + pname = "devpod"; 26 + version = "0.4.1"; 27 + 28 + src = fetchFromGitHub { 29 + owner = "loft-sh"; 30 + repo = pname; 31 + rev = "v${version}"; 32 + sha256 = "sha256-8ED74Cqq2fw+TpkJyipxlBpKq60ScZinlPj0hEX13/0="; 33 + }; 34 + 35 + meta = with lib; { 36 + description = "Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost docker"; 37 + homepage = "https://devpod.sh"; 38 + license = licenses.mpl20; 39 + maintainers = with maintainers; [ maxbrunet ]; 40 + }; 41 + in 42 + rec { 43 + devpod = buildGoModule { 44 + inherit version src pname meta; 45 + 46 + vendorHash = null; 47 + 48 + CGO_ENABLED = 0; 49 + 50 + ldflags = [ 51 + "-X github.com/loft-sh/devpod/pkg/version.version=v${version}" 52 + ]; 53 + 54 + excludedPackages = [ "./e2e" ]; 55 + 56 + nativeBuildInputs = [ installShellFiles ]; 57 + 58 + postInstall = '' 59 + $out/bin/devpod completion bash >devpod.bash 60 + $out/bin/devpod completion fish >devpod.fish 61 + $out/bin/devpod completion zsh >devpod.zsh 62 + installShellCompletion devpod.{bash,fish,zsh} 63 + ''; 64 + 65 + passthru.tests.version = testers.testVersion { 66 + package = pname; 67 + version = "v${version}"; 68 + }; 69 + }; 70 + 71 + devpod-desktop = 72 + let 73 + frontend-build = mkYarnPackage { 74 + inherit version; 75 + pname = "devpod-frontend"; 76 + 77 + src = "${src}/desktop"; 78 + 79 + offlineCache = fetchYarnDeps { 80 + yarnLock = "${src}/desktop/yarn.lock"; 81 + sha256 = "sha256-Nezh2nGhrxmNLLqZVugJqr895CIa2QWE3CNLjkjrEEs="; 82 + }; 83 + 84 + packageJSON = ./package.json; 85 + 86 + buildPhase = '' 87 + export HOME=$(mktemp -d) 88 + yarn --offline run build 89 + 90 + cp -r deps/devpod/dist $out 91 + ''; 92 + 93 + doDist = false; 94 + dontInstall = true; 95 + }; 96 + 97 + rustTargetPlatformSpec = rust.toRustTargetSpec stdenv.hostPlatform; 98 + in 99 + rustPlatform.buildRustPackage { 100 + inherit version src; 101 + pname = "devpod-desktop"; 102 + 103 + sourceRoot = "${src.name}/desktop/src-tauri"; 104 + 105 + cargoLock = { 106 + lockFile = ./Cargo.lock; 107 + outputHashes = { 108 + "tauri-plugin-log-0.1.0" = "sha256-Ei0j7UNzsK45c8fEV8Yw3pyf4oSG5EYgLB4BRfafq6A="; 109 + }; 110 + }; 111 + 112 + # Workaround: 113 + # The `tauri` dependency features on the `Cargo.toml` file does not match the allowlist defined under `tauri.conf.json`. 114 + # Please run `tauri dev` or `tauri build` or add the `updater` feature. 115 + # Upstream is not interested in fixing that: https://github.com/loft-sh/devpod/pull/648 116 + patches = [ ./add-tauri-updater-feature.patch ]; 117 + 118 + postPatch = '' 119 + ln -s ${devpod}/bin/devpod bin/devpod-cli-${rustTargetPlatformSpec} 120 + cp -r ${frontend-build} frontend-build 121 + 122 + substituteInPlace tauri.conf.json --replace '"distDir": "../dist",' '"distDir": "frontend-build",' 123 + '' + lib.optionalString stdenv.isLinux '' 124 + substituteInPlace $cargoDepsCopy/libappindicator-sys-*/src/lib.rs \ 125 + --replace "libayatana-appindicator3.so.1" "${libayatana-appindicator}/lib/libayatana-appindicator3.so.1" 126 + 127 + # Since `cargo build` is used instead of `tauri build`, configs are merged manually. 128 + jq --slurp '.[0] * .[1]' tauri.conf.json tauri-linux.conf.json >tauri.conf.json.merged 129 + mv tauri.conf.json.merged tauri.conf.json 130 + ''; 131 + 132 + nativeBuildInputs = [ 133 + copyDesktopItems 134 + pkg-config 135 + ] ++ lib.optionals stdenv.isLinux [ 136 + jq 137 + ] ++ lib.optionals stdenv.isDarwin [ 138 + desktopToDarwinBundle 139 + ]; 140 + 141 + buildInputs = [ 142 + libsoup 143 + openssl 144 + ] ++ lib.optionals stdenv.isLinux [ 145 + gtk3 146 + libayatana-appindicator 147 + webkitgtk 148 + ] ++ lib.optionals stdenv.isDarwin [ 149 + darwin.apple_sdk.frameworks.Carbon 150 + darwin.apple_sdk.frameworks.Cocoa 151 + darwin.apple_sdk.frameworks.WebKit 152 + ]; 153 + 154 + desktopItems = [ 155 + (makeDesktopItem { 156 + name = "DevPod"; 157 + categories = [ "Development" ]; 158 + comment = "Spin up dev environments in any infra"; 159 + desktopName = "DevPod"; 160 + exec = "DevPod %U"; 161 + icon = "DevPod"; 162 + terminal = false; 163 + type = "Application"; 164 + mimeTypes = [ "x-scheme-handler/devpod" ]; 165 + }) 166 + ]; 167 + 168 + postInstall = '' 169 + ln -sf ${devpod}/bin/devpod $out/bin/devpod-cli 170 + mv $out/bin/devpod-desktop $out/bin/DevPod 171 + 172 + mkdir -p $out/share/icons/hicolor/{256x256@2,128x128,32x32}/apps 173 + cp icons/128x128@2x.png $out/share/icons/hicolor/256x256@2/apps/DevPod.png 174 + cp icons/128x128.png $out/share/icons/hicolor/128x128/apps/DevPod.png 175 + cp icons/32x32.png $out/share/icons/hicolor/32x32/apps/DevPod.png 176 + ''; 177 + 178 + meta = meta // { 179 + mainProgram = "DevPod"; 180 + # darwin does not build 181 + # https://github.com/h4llow3En/mac-notification-sys/issues/28 182 + platforms = lib.platforms.linux; 183 + }; 184 + }; 185 + }
+63
pkgs/development/tools/devpod/package.json
···
··· 1 + { 2 + "name": "devpod", 3 + "private": true, 4 + "version": "0.0.0", 5 + "type": "module", 6 + "scripts": { 7 + "dev": "vite", 8 + "build": "tsc && vite build", 9 + "preview": "vite preview", 10 + "tauri": "tauri", 11 + "desktop:dev": "tauri dev --config src-tauri/tauri-dev.conf.json", 12 + "desktop:dev:debug": "export DEBUG=true; yarn desktop:dev", 13 + "desktop:build:dev": "DEBUG=true tauri build --config src-tauri/tauri-dev.conf.json", 14 + "desktop:build:debug": "tauri build --debug", 15 + "desktop:build": "tauri build --features enable-updater", 16 + "format:check": "prettier --check .", 17 + "format:fix": "prettier --write .", 18 + "types:check": "tsc -p ./tsconfig.json --noEmit" 19 + }, 20 + "dependencies": { 21 + "@chakra-ui/icons": "2.1.1", 22 + "@chakra-ui/react": "2.8.1", 23 + "@emotion/react": "11.11.1", 24 + "@emotion/styled": "11.11.0", 25 + "@headlessui/react": "1.7.17", 26 + "@tanstack/react-query": "4.36.1", 27 + "@tanstack/react-query-devtools": "4.36.1", 28 + "@tanstack/react-table": "8.10.7", 29 + "@tauri-apps/api": "1.5.0", 30 + "dayjs": "1.11.10", 31 + "framer-motion": "10.16.4", 32 + "markdown-to-jsx": "7.3.2", 33 + "react": "18.2.0", 34 + "react-dom": "18.2.0", 35 + "react-hook-form": "7.47.0", 36 + "react-icons": "4.11.0", 37 + "react-router": "6.16.0", 38 + "react-router-dom": "6.16.0", 39 + "tauri-plugin-store-api": "https://github.com/tauri-apps/tauri-plugin-store", 40 + "uuid": "9.0.1", 41 + "xterm": "5.3.0", 42 + "xterm-addon-fit": "0.7.0" 43 + }, 44 + "devDependencies": { 45 + "@tanstack/eslint-plugin-query": "4.36.1", 46 + "@tauri-apps/cli": "1.5.2", 47 + "@types/node": "18.15.3", 48 + "@types/react": "18.2.28", 49 + "@types/react-dom": "18.2.13", 50 + "@types/uuid": "9.0.5", 51 + "@typescript-eslint/eslint-plugin": "5.59.11", 52 + "@typescript-eslint/parser": "5.59.11", 53 + "@vitejs/plugin-react": "4.1.0", 54 + "eslint": "8.44.0", 55 + "eslint-config-prettier": "8.8.0", 56 + "eslint-config-react-app": "7.0.1", 57 + "eslint-plugin-react": "7.32.2", 58 + "eslint-plugin-react-hooks": "4.6.0", 59 + "prettier": "3.0.3", 60 + "typescript": "5.0.4", 61 + "vite": "4.4.9" 62 + } 63 + }
+2
pkgs/top-level/all-packages.nix
··· 31101 31102 denaro = callPackage ../applications/finance/denaro { }; 31103 31104 dfasma = libsForQt5.callPackage ../applications/audio/dfasma { }; 31105 31106 dfilemanager = libsForQt5.callPackage ../applications/file-managers/dfilemanager { };
··· 31101 31102 denaro = callPackage ../applications/finance/denaro { }; 31103 31104 + inherit (callPackage ../development/tools/devpod { }) devpod devpod-desktop; 31105 + 31106 dfasma = libsForQt5.callPackage ../applications/audio/dfasma { }; 31107 31108 dfilemanager = libsForQt5.callPackage ../applications/file-managers/dfilemanager { };