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