An app for logging board climbs
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: remove tauri; not being used

-6153
-4
src-tauri/.gitignore
··· 1 - # Generated by Cargo 2 - # will have compiled files and executables 3 - /target/ 4 - /gen/schemas
-5112
src-tauri/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "adler2" 7 - version = "2.0.1" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 10 - 11 - [[package]] 12 - name = "ahash" 13 - version = "0.7.8" 14 - source = "registry+https://github.com/rust-lang/crates.io-index" 15 - checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" 16 - dependencies = [ 17 - "getrandom 0.2.17", 18 - "once_cell", 19 - "version_check", 20 - ] 21 - 22 - [[package]] 23 - name = "aho-corasick" 24 - version = "1.1.4" 25 - source = "registry+https://github.com/rust-lang/crates.io-index" 26 - checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 27 - dependencies = [ 28 - "memchr", 29 - ] 30 - 31 - [[package]] 32 - name = "alloc-no-stdlib" 33 - version = "2.0.4" 34 - source = "registry+https://github.com/rust-lang/crates.io-index" 35 - checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 36 - 37 - [[package]] 38 - name = "alloc-stdlib" 39 - version = "0.2.2" 40 - source = "registry+https://github.com/rust-lang/crates.io-index" 41 - checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 42 - dependencies = [ 43 - "alloc-no-stdlib", 44 - ] 45 - 46 - [[package]] 47 - name = "android_log-sys" 48 - version = "0.3.2" 49 - source = "registry+https://github.com/rust-lang/crates.io-index" 50 - checksum = "84521a3cf562bc62942e294181d9eef17eb38ceb8c68677bc49f144e4c3d4f8d" 51 - 52 - [[package]] 53 - name = "android_logger" 54 - version = "0.15.1" 55 - source = "registry+https://github.com/rust-lang/crates.io-index" 56 - checksum = "dbb4e440d04be07da1f1bf44fb4495ebd58669372fe0cffa6e48595ac5bd88a3" 57 - dependencies = [ 58 - "android_log-sys", 59 - "env_filter", 60 - "log", 61 - ] 62 - 63 - [[package]] 64 - name = "android_system_properties" 65 - version = "0.1.5" 66 - source = "registry+https://github.com/rust-lang/crates.io-index" 67 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 68 - dependencies = [ 69 - "libc", 70 - ] 71 - 72 - [[package]] 73 - name = "anyhow" 74 - version = "1.0.102" 75 - source = "registry+https://github.com/rust-lang/crates.io-index" 76 - checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" 77 - 78 - [[package]] 79 - name = "app" 80 - version = "0.1.0" 81 - dependencies = [ 82 - "log", 83 - "serde", 84 - "serde_json", 85 - "tauri", 86 - "tauri-build", 87 - "tauri-plugin-log", 88 - ] 89 - 90 - [[package]] 91 - name = "arrayvec" 92 - version = "0.7.6" 93 - source = "registry+https://github.com/rust-lang/crates.io-index" 94 - checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 95 - 96 - [[package]] 97 - name = "atk" 98 - version = "0.18.2" 99 - source = "registry+https://github.com/rust-lang/crates.io-index" 100 - checksum = "241b621213072e993be4f6f3a9e4b45f65b7e6faad43001be957184b7bb1824b" 101 - dependencies = [ 102 - "atk-sys", 103 - "glib", 104 - "libc", 105 - ] 106 - 107 - [[package]] 108 - name = "atk-sys" 109 - version = "0.18.2" 110 - source = "registry+https://github.com/rust-lang/crates.io-index" 111 - checksum = "c5e48b684b0ca77d2bbadeef17424c2ea3c897d44d566a1617e7e8f30614d086" 112 - dependencies = [ 113 - "glib-sys", 114 - "gobject-sys", 115 - "libc", 116 - "system-deps", 117 - ] 118 - 119 - [[package]] 120 - name = "atomic-waker" 121 - version = "1.1.2" 122 - source = "registry+https://github.com/rust-lang/crates.io-index" 123 - checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 124 - 125 - [[package]] 126 - name = "autocfg" 127 - version = "1.5.0" 128 - source = "registry+https://github.com/rust-lang/crates.io-index" 129 - checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 130 - 131 - [[package]] 132 - name = "base64" 133 - version = "0.21.7" 134 - source = "registry+https://github.com/rust-lang/crates.io-index" 135 - checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 136 - 137 - [[package]] 138 - name = "base64" 139 - version = "0.22.1" 140 - source = "registry+https://github.com/rust-lang/crates.io-index" 141 - checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 142 - 143 - [[package]] 144 - name = "bitflags" 145 - version = "1.3.2" 146 - source = "registry+https://github.com/rust-lang/crates.io-index" 147 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 148 - 149 - [[package]] 150 - name = "bitflags" 151 - version = "2.11.0" 152 - source = "registry+https://github.com/rust-lang/crates.io-index" 153 - checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" 154 - dependencies = [ 155 - "serde_core", 156 - ] 157 - 158 - [[package]] 159 - name = "bitvec" 160 - version = "1.0.1" 161 - source = "registry+https://github.com/rust-lang/crates.io-index" 162 - checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 163 - dependencies = [ 164 - "funty", 165 - "radium", 166 - "tap", 167 - "wyz", 168 - ] 169 - 170 - [[package]] 171 - name = "block-buffer" 172 - version = "0.10.4" 173 - source = "registry+https://github.com/rust-lang/crates.io-index" 174 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 175 - dependencies = [ 176 - "generic-array", 177 - ] 178 - 179 - [[package]] 180 - name = "block2" 181 - version = "0.6.2" 182 - source = "registry+https://github.com/rust-lang/crates.io-index" 183 - checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" 184 - dependencies = [ 185 - "objc2", 186 - ] 187 - 188 - [[package]] 189 - name = "borsh" 190 - version = "1.6.0" 191 - source = "registry+https://github.com/rust-lang/crates.io-index" 192 - checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f" 193 - dependencies = [ 194 - "borsh-derive", 195 - "cfg_aliases", 196 - ] 197 - 198 - [[package]] 199 - name = "borsh-derive" 200 - version = "1.6.0" 201 - source = "registry+https://github.com/rust-lang/crates.io-index" 202 - checksum = "0686c856aa6aac0c4498f936d7d6a02df690f614c03e4d906d1018062b5c5e2c" 203 - dependencies = [ 204 - "once_cell", 205 - "proc-macro-crate 3.4.0", 206 - "proc-macro2", 207 - "quote", 208 - "syn 2.0.117", 209 - ] 210 - 211 - [[package]] 212 - name = "brotli" 213 - version = "8.0.2" 214 - source = "registry+https://github.com/rust-lang/crates.io-index" 215 - checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560" 216 - dependencies = [ 217 - "alloc-no-stdlib", 218 - "alloc-stdlib", 219 - "brotli-decompressor", 220 - ] 221 - 222 - [[package]] 223 - name = "brotli-decompressor" 224 - version = "5.0.0" 225 - source = "registry+https://github.com/rust-lang/crates.io-index" 226 - checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" 227 - dependencies = [ 228 - "alloc-no-stdlib", 229 - "alloc-stdlib", 230 - ] 231 - 232 - [[package]] 233 - name = "bumpalo" 234 - version = "3.20.2" 235 - source = "registry+https://github.com/rust-lang/crates.io-index" 236 - checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" 237 - 238 - [[package]] 239 - name = "byte-unit" 240 - version = "5.2.0" 241 - source = "registry+https://github.com/rust-lang/crates.io-index" 242 - checksum = "8c6d47a4e2961fb8721bcfc54feae6455f2f64e7054f9bc67e875f0e77f4c58d" 243 - dependencies = [ 244 - "rust_decimal", 245 - "schemars 1.2.1", 246 - "serde", 247 - "utf8-width", 248 - ] 249 - 250 - [[package]] 251 - name = "bytecheck" 252 - version = "0.6.12" 253 - source = "registry+https://github.com/rust-lang/crates.io-index" 254 - checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2" 255 - dependencies = [ 256 - "bytecheck_derive", 257 - "ptr_meta", 258 - "simdutf8", 259 - ] 260 - 261 - [[package]] 262 - name = "bytecheck_derive" 263 - version = "0.6.12" 264 - source = "registry+https://github.com/rust-lang/crates.io-index" 265 - checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659" 266 - dependencies = [ 267 - "proc-macro2", 268 - "quote", 269 - "syn 1.0.109", 270 - ] 271 - 272 - [[package]] 273 - name = "bytemuck" 274 - version = "1.25.0" 275 - source = "registry+https://github.com/rust-lang/crates.io-index" 276 - checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" 277 - 278 - [[package]] 279 - name = "byteorder" 280 - version = "1.5.0" 281 - source = "registry+https://github.com/rust-lang/crates.io-index" 282 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 283 - 284 - [[package]] 285 - name = "bytes" 286 - version = "1.11.1" 287 - source = "registry+https://github.com/rust-lang/crates.io-index" 288 - checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 289 - dependencies = [ 290 - "serde", 291 - ] 292 - 293 - [[package]] 294 - name = "cairo-rs" 295 - version = "0.18.5" 296 - source = "registry+https://github.com/rust-lang/crates.io-index" 297 - checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2" 298 - dependencies = [ 299 - "bitflags 2.11.0", 300 - "cairo-sys-rs", 301 - "glib", 302 - "libc", 303 - "once_cell", 304 - "thiserror 1.0.69", 305 - ] 306 - 307 - [[package]] 308 - name = "cairo-sys-rs" 309 - version = "0.18.2" 310 - source = "registry+https://github.com/rust-lang/crates.io-index" 311 - checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51" 312 - dependencies = [ 313 - "glib-sys", 314 - "libc", 315 - "system-deps", 316 - ] 317 - 318 - [[package]] 319 - name = "camino" 320 - version = "1.2.2" 321 - source = "registry+https://github.com/rust-lang/crates.io-index" 322 - checksum = "e629a66d692cb9ff1a1c664e41771b3dcaf961985a9774c0eb0bd1b51cf60a48" 323 - dependencies = [ 324 - "serde_core", 325 - ] 326 - 327 - [[package]] 328 - name = "cargo-platform" 329 - version = "0.1.9" 330 - source = "registry+https://github.com/rust-lang/crates.io-index" 331 - checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea" 332 - dependencies = [ 333 - "serde", 334 - ] 335 - 336 - [[package]] 337 - name = "cargo_metadata" 338 - version = "0.19.2" 339 - source = "registry+https://github.com/rust-lang/crates.io-index" 340 - checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba" 341 - dependencies = [ 342 - "camino", 343 - "cargo-platform", 344 - "semver", 345 - "serde", 346 - "serde_json", 347 - "thiserror 2.0.18", 348 - ] 349 - 350 - [[package]] 351 - name = "cargo_toml" 352 - version = "0.22.3" 353 - source = "registry+https://github.com/rust-lang/crates.io-index" 354 - checksum = "374b7c592d9c00c1f4972ea58390ac6b18cbb6ab79011f3bdc90a0b82ca06b77" 355 - dependencies = [ 356 - "serde", 357 - "toml 0.9.12+spec-1.1.0", 358 - ] 359 - 360 - [[package]] 361 - name = "cc" 362 - version = "1.2.56" 363 - source = "registry+https://github.com/rust-lang/crates.io-index" 364 - checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2" 365 - dependencies = [ 366 - "find-msvc-tools", 367 - "shlex", 368 - ] 369 - 370 - [[package]] 371 - name = "cesu8" 372 - version = "1.1.0" 373 - source = "registry+https://github.com/rust-lang/crates.io-index" 374 - checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 375 - 376 - [[package]] 377 - name = "cfb" 378 - version = "0.7.3" 379 - source = "registry+https://github.com/rust-lang/crates.io-index" 380 - checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f" 381 - dependencies = [ 382 - "byteorder", 383 - "fnv", 384 - "uuid", 385 - ] 386 - 387 - [[package]] 388 - name = "cfg-expr" 389 - version = "0.15.8" 390 - source = "registry+https://github.com/rust-lang/crates.io-index" 391 - checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" 392 - dependencies = [ 393 - "smallvec", 394 - "target-lexicon", 395 - ] 396 - 397 - [[package]] 398 - name = "cfg-if" 399 - version = "1.0.4" 400 - source = "registry+https://github.com/rust-lang/crates.io-index" 401 - checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 402 - 403 - [[package]] 404 - name = "cfg_aliases" 405 - version = "0.2.1" 406 - source = "registry+https://github.com/rust-lang/crates.io-index" 407 - checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 408 - 409 - [[package]] 410 - name = "chrono" 411 - version = "0.4.43" 412 - source = "registry+https://github.com/rust-lang/crates.io-index" 413 - checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" 414 - dependencies = [ 415 - "iana-time-zone", 416 - "num-traits", 417 - "serde", 418 - "windows-link 0.2.1", 419 - ] 420 - 421 - [[package]] 422 - name = "combine" 423 - version = "4.6.7" 424 - source = "registry+https://github.com/rust-lang/crates.io-index" 425 - checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 426 - dependencies = [ 427 - "bytes", 428 - "memchr", 429 - ] 430 - 431 - [[package]] 432 - name = "convert_case" 433 - version = "0.4.0" 434 - source = "registry+https://github.com/rust-lang/crates.io-index" 435 - checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 436 - 437 - [[package]] 438 - name = "cookie" 439 - version = "0.18.1" 440 - source = "registry+https://github.com/rust-lang/crates.io-index" 441 - checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" 442 - dependencies = [ 443 - "time", 444 - "version_check", 445 - ] 446 - 447 - [[package]] 448 - name = "core-foundation" 449 - version = "0.10.1" 450 - source = "registry+https://github.com/rust-lang/crates.io-index" 451 - checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 452 - dependencies = [ 453 - "core-foundation-sys", 454 - "libc", 455 - ] 456 - 457 - [[package]] 458 - name = "core-foundation-sys" 459 - version = "0.8.7" 460 - source = "registry+https://github.com/rust-lang/crates.io-index" 461 - checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 462 - 463 - [[package]] 464 - name = "core-graphics" 465 - version = "0.24.0" 466 - source = "registry+https://github.com/rust-lang/crates.io-index" 467 - checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1" 468 - dependencies = [ 469 - "bitflags 2.11.0", 470 - "core-foundation", 471 - "core-graphics-types", 472 - "foreign-types", 473 - "libc", 474 - ] 475 - 476 - [[package]] 477 - name = "core-graphics-types" 478 - version = "0.2.0" 479 - source = "registry+https://github.com/rust-lang/crates.io-index" 480 - checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb" 481 - dependencies = [ 482 - "bitflags 2.11.0", 483 - "core-foundation", 484 - "libc", 485 - ] 486 - 487 - [[package]] 488 - name = "cpufeatures" 489 - version = "0.2.17" 490 - source = "registry+https://github.com/rust-lang/crates.io-index" 491 - checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 492 - dependencies = [ 493 - "libc", 494 - ] 495 - 496 - [[package]] 497 - name = "crc32fast" 498 - version = "1.5.0" 499 - source = "registry+https://github.com/rust-lang/crates.io-index" 500 - checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 501 - dependencies = [ 502 - "cfg-if", 503 - ] 504 - 505 - [[package]] 506 - name = "crossbeam-channel" 507 - version = "0.5.15" 508 - source = "registry+https://github.com/rust-lang/crates.io-index" 509 - checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 510 - dependencies = [ 511 - "crossbeam-utils", 512 - ] 513 - 514 - [[package]] 515 - name = "crossbeam-utils" 516 - version = "0.8.21" 517 - source = "registry+https://github.com/rust-lang/crates.io-index" 518 - checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 519 - 520 - [[package]] 521 - name = "crypto-common" 522 - version = "0.1.7" 523 - source = "registry+https://github.com/rust-lang/crates.io-index" 524 - checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" 525 - dependencies = [ 526 - "generic-array", 527 - "typenum", 528 - ] 529 - 530 - [[package]] 531 - name = "cssparser" 532 - version = "0.29.6" 533 - source = "registry+https://github.com/rust-lang/crates.io-index" 534 - checksum = "f93d03419cb5950ccfd3daf3ff1c7a36ace64609a1a8746d493df1ca0afde0fa" 535 - dependencies = [ 536 - "cssparser-macros", 537 - "dtoa-short", 538 - "itoa", 539 - "matches", 540 - "phf 0.10.1", 541 - "proc-macro2", 542 - "quote", 543 - "smallvec", 544 - "syn 1.0.109", 545 - ] 546 - 547 - [[package]] 548 - name = "cssparser-macros" 549 - version = "0.6.1" 550 - source = "registry+https://github.com/rust-lang/crates.io-index" 551 - checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" 552 - dependencies = [ 553 - "quote", 554 - "syn 2.0.117", 555 - ] 556 - 557 - [[package]] 558 - name = "ctor" 559 - version = "0.2.9" 560 - source = "registry+https://github.com/rust-lang/crates.io-index" 561 - checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501" 562 - dependencies = [ 563 - "quote", 564 - "syn 2.0.117", 565 - ] 566 - 567 - [[package]] 568 - name = "darling" 569 - version = "0.21.3" 570 - source = "registry+https://github.com/rust-lang/crates.io-index" 571 - checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0" 572 - dependencies = [ 573 - "darling_core", 574 - "darling_macro", 575 - ] 576 - 577 - [[package]] 578 - name = "darling_core" 579 - version = "0.21.3" 580 - source = "registry+https://github.com/rust-lang/crates.io-index" 581 - checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4" 582 - dependencies = [ 583 - "fnv", 584 - "ident_case", 585 - "proc-macro2", 586 - "quote", 587 - "strsim", 588 - "syn 2.0.117", 589 - ] 590 - 591 - [[package]] 592 - name = "darling_macro" 593 - version = "0.21.3" 594 - source = "registry+https://github.com/rust-lang/crates.io-index" 595 - checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" 596 - dependencies = [ 597 - "darling_core", 598 - "quote", 599 - "syn 2.0.117", 600 - ] 601 - 602 - [[package]] 603 - name = "deranged" 604 - version = "0.5.8" 605 - source = "registry+https://github.com/rust-lang/crates.io-index" 606 - checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" 607 - dependencies = [ 608 - "powerfmt", 609 - "serde_core", 610 - ] 611 - 612 - [[package]] 613 - name = "derive_more" 614 - version = "0.99.20" 615 - source = "registry+https://github.com/rust-lang/crates.io-index" 616 - checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f" 617 - dependencies = [ 618 - "convert_case", 619 - "proc-macro2", 620 - "quote", 621 - "rustc_version", 622 - "syn 2.0.117", 623 - ] 624 - 625 - [[package]] 626 - name = "digest" 627 - version = "0.10.7" 628 - source = "registry+https://github.com/rust-lang/crates.io-index" 629 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 630 - dependencies = [ 631 - "block-buffer", 632 - "crypto-common", 633 - ] 634 - 635 - [[package]] 636 - name = "dirs" 637 - version = "6.0.0" 638 - source = "registry+https://github.com/rust-lang/crates.io-index" 639 - checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" 640 - dependencies = [ 641 - "dirs-sys", 642 - ] 643 - 644 - [[package]] 645 - name = "dirs-sys" 646 - version = "0.5.0" 647 - source = "registry+https://github.com/rust-lang/crates.io-index" 648 - checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" 649 - dependencies = [ 650 - "libc", 651 - "option-ext", 652 - "redox_users", 653 - "windows-sys 0.61.2", 654 - ] 655 - 656 - [[package]] 657 - name = "dispatch" 658 - version = "0.2.0" 659 - source = "registry+https://github.com/rust-lang/crates.io-index" 660 - checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 661 - 662 - [[package]] 663 - name = "dispatch2" 664 - version = "0.3.0" 665 - source = "registry+https://github.com/rust-lang/crates.io-index" 666 - checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec" 667 - dependencies = [ 668 - "bitflags 2.11.0", 669 - "objc2", 670 - ] 671 - 672 - [[package]] 673 - name = "displaydoc" 674 - version = "0.2.5" 675 - source = "registry+https://github.com/rust-lang/crates.io-index" 676 - checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 677 - dependencies = [ 678 - "proc-macro2", 679 - "quote", 680 - "syn 2.0.117", 681 - ] 682 - 683 - [[package]] 684 - name = "dlopen2" 685 - version = "0.8.2" 686 - source = "registry+https://github.com/rust-lang/crates.io-index" 687 - checksum = "5e2c5bd4158e66d1e215c49b837e11d62f3267b30c92f1d171c4d3105e3dc4d4" 688 - dependencies = [ 689 - "dlopen2_derive", 690 - "libc", 691 - "once_cell", 692 - "winapi", 693 - ] 694 - 695 - [[package]] 696 - name = "dlopen2_derive" 697 - version = "0.4.3" 698 - source = "registry+https://github.com/rust-lang/crates.io-index" 699 - checksum = "0fbbb781877580993a8707ec48672673ec7b81eeba04cfd2310bd28c08e47c8f" 700 - dependencies = [ 701 - "proc-macro2", 702 - "quote", 703 - "syn 2.0.117", 704 - ] 705 - 706 - [[package]] 707 - name = "dpi" 708 - version = "0.1.2" 709 - source = "registry+https://github.com/rust-lang/crates.io-index" 710 - checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76" 711 - dependencies = [ 712 - "serde", 713 - ] 714 - 715 - [[package]] 716 - name = "dtoa" 717 - version = "1.0.11" 718 - source = "registry+https://github.com/rust-lang/crates.io-index" 719 - checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590" 720 - 721 - [[package]] 722 - name = "dtoa-short" 723 - version = "0.3.5" 724 - source = "registry+https://github.com/rust-lang/crates.io-index" 725 - checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87" 726 - dependencies = [ 727 - "dtoa", 728 - ] 729 - 730 - [[package]] 731 - name = "dunce" 732 - version = "1.0.5" 733 - source = "registry+https://github.com/rust-lang/crates.io-index" 734 - checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 735 - 736 - [[package]] 737 - name = "dyn-clone" 738 - version = "1.0.20" 739 - source = "registry+https://github.com/rust-lang/crates.io-index" 740 - checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" 741 - 742 - [[package]] 743 - name = "embed-resource" 744 - version = "3.0.6" 745 - source = "registry+https://github.com/rust-lang/crates.io-index" 746 - checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e" 747 - dependencies = [ 748 - "cc", 749 - "memchr", 750 - "rustc_version", 751 - "toml 0.9.12+spec-1.1.0", 752 - "vswhom", 753 - "winreg", 754 - ] 755 - 756 - [[package]] 757 - name = "embed_plist" 758 - version = "1.2.2" 759 - source = "registry+https://github.com/rust-lang/crates.io-index" 760 - checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7" 761 - 762 - [[package]] 763 - name = "env_filter" 764 - version = "0.1.4" 765 - source = "registry+https://github.com/rust-lang/crates.io-index" 766 - checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2" 767 - dependencies = [ 768 - "log", 769 - "regex", 770 - ] 771 - 772 - [[package]] 773 - name = "equivalent" 774 - version = "1.0.2" 775 - source = "registry+https://github.com/rust-lang/crates.io-index" 776 - checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 777 - 778 - [[package]] 779 - name = "erased-serde" 780 - version = "0.4.9" 781 - source = "registry+https://github.com/rust-lang/crates.io-index" 782 - checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3" 783 - dependencies = [ 784 - "serde", 785 - "serde_core", 786 - "typeid", 787 - ] 788 - 789 - [[package]] 790 - name = "fdeflate" 791 - version = "0.3.7" 792 - source = "registry+https://github.com/rust-lang/crates.io-index" 793 - checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" 794 - dependencies = [ 795 - "simd-adler32", 796 - ] 797 - 798 - [[package]] 799 - name = "fern" 800 - version = "0.7.1" 801 - source = "registry+https://github.com/rust-lang/crates.io-index" 802 - checksum = "4316185f709b23713e41e3195f90edef7fb00c3ed4adc79769cf09cc762a3b29" 803 - dependencies = [ 804 - "log", 805 - ] 806 - 807 - [[package]] 808 - name = "field-offset" 809 - version = "0.3.6" 810 - source = "registry+https://github.com/rust-lang/crates.io-index" 811 - checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" 812 - dependencies = [ 813 - "memoffset", 814 - "rustc_version", 815 - ] 816 - 817 - [[package]] 818 - name = "find-msvc-tools" 819 - version = "0.1.9" 820 - source = "registry+https://github.com/rust-lang/crates.io-index" 821 - checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 822 - 823 - [[package]] 824 - name = "flate2" 825 - version = "1.1.9" 826 - source = "registry+https://github.com/rust-lang/crates.io-index" 827 - checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" 828 - dependencies = [ 829 - "crc32fast", 830 - "miniz_oxide", 831 - ] 832 - 833 - [[package]] 834 - name = "fnv" 835 - version = "1.0.7" 836 - source = "registry+https://github.com/rust-lang/crates.io-index" 837 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 838 - 839 - [[package]] 840 - name = "foldhash" 841 - version = "0.1.5" 842 - source = "registry+https://github.com/rust-lang/crates.io-index" 843 - checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 844 - 845 - [[package]] 846 - name = "foreign-types" 847 - version = "0.5.0" 848 - source = "registry+https://github.com/rust-lang/crates.io-index" 849 - checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 850 - dependencies = [ 851 - "foreign-types-macros", 852 - "foreign-types-shared", 853 - ] 854 - 855 - [[package]] 856 - name = "foreign-types-macros" 857 - version = "0.2.3" 858 - source = "registry+https://github.com/rust-lang/crates.io-index" 859 - checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 860 - dependencies = [ 861 - "proc-macro2", 862 - "quote", 863 - "syn 2.0.117", 864 - ] 865 - 866 - [[package]] 867 - name = "foreign-types-shared" 868 - version = "0.3.1" 869 - source = "registry+https://github.com/rust-lang/crates.io-index" 870 - checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 871 - 872 - [[package]] 873 - name = "form_urlencoded" 874 - version = "1.2.2" 875 - source = "registry+https://github.com/rust-lang/crates.io-index" 876 - checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 877 - dependencies = [ 878 - "percent-encoding", 879 - ] 880 - 881 - [[package]] 882 - name = "funty" 883 - version = "2.0.0" 884 - source = "registry+https://github.com/rust-lang/crates.io-index" 885 - checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 886 - 887 - [[package]] 888 - name = "futf" 889 - version = "0.1.5" 890 - source = "registry+https://github.com/rust-lang/crates.io-index" 891 - checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" 892 - dependencies = [ 893 - "mac", 894 - "new_debug_unreachable", 895 - ] 896 - 897 - [[package]] 898 - name = "futures-channel" 899 - version = "0.3.32" 900 - source = "registry+https://github.com/rust-lang/crates.io-index" 901 - checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" 902 - dependencies = [ 903 - "futures-core", 904 - ] 905 - 906 - [[package]] 907 - name = "futures-core" 908 - version = "0.3.32" 909 - source = "registry+https://github.com/rust-lang/crates.io-index" 910 - checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 911 - 912 - [[package]] 913 - name = "futures-executor" 914 - version = "0.3.32" 915 - source = "registry+https://github.com/rust-lang/crates.io-index" 916 - checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" 917 - dependencies = [ 918 - "futures-core", 919 - "futures-task", 920 - "futures-util", 921 - ] 922 - 923 - [[package]] 924 - name = "futures-io" 925 - version = "0.3.32" 926 - source = "registry+https://github.com/rust-lang/crates.io-index" 927 - checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" 928 - 929 - [[package]] 930 - name = "futures-macro" 931 - version = "0.3.32" 932 - source = "registry+https://github.com/rust-lang/crates.io-index" 933 - checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" 934 - dependencies = [ 935 - "proc-macro2", 936 - "quote", 937 - "syn 2.0.117", 938 - ] 939 - 940 - [[package]] 941 - name = "futures-sink" 942 - version = "0.3.32" 943 - source = "registry+https://github.com/rust-lang/crates.io-index" 944 - checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" 945 - 946 - [[package]] 947 - name = "futures-task" 948 - version = "0.3.32" 949 - source = "registry+https://github.com/rust-lang/crates.io-index" 950 - checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 951 - 952 - [[package]] 953 - name = "futures-util" 954 - version = "0.3.32" 955 - source = "registry+https://github.com/rust-lang/crates.io-index" 956 - checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 957 - dependencies = [ 958 - "futures-core", 959 - "futures-io", 960 - "futures-macro", 961 - "futures-sink", 962 - "futures-task", 963 - "memchr", 964 - "pin-project-lite", 965 - "slab", 966 - ] 967 - 968 - [[package]] 969 - name = "fxhash" 970 - version = "0.2.1" 971 - source = "registry+https://github.com/rust-lang/crates.io-index" 972 - checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 973 - dependencies = [ 974 - "byteorder", 975 - ] 976 - 977 - [[package]] 978 - name = "gdk" 979 - version = "0.18.2" 980 - source = "registry+https://github.com/rust-lang/crates.io-index" 981 - checksum = "d9f245958c627ac99d8e529166f9823fb3b838d1d41fd2b297af3075093c2691" 982 - dependencies = [ 983 - "cairo-rs", 984 - "gdk-pixbuf", 985 - "gdk-sys", 986 - "gio", 987 - "glib", 988 - "libc", 989 - "pango", 990 - ] 991 - 992 - [[package]] 993 - name = "gdk-pixbuf" 994 - version = "0.18.5" 995 - source = "registry+https://github.com/rust-lang/crates.io-index" 996 - checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec" 997 - dependencies = [ 998 - "gdk-pixbuf-sys", 999 - "gio", 1000 - "glib", 1001 - "libc", 1002 - "once_cell", 1003 - ] 1004 - 1005 - [[package]] 1006 - name = "gdk-pixbuf-sys" 1007 - version = "0.18.0" 1008 - source = "registry+https://github.com/rust-lang/crates.io-index" 1009 - checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7" 1010 - dependencies = [ 1011 - "gio-sys", 1012 - "glib-sys", 1013 - "gobject-sys", 1014 - "libc", 1015 - "system-deps", 1016 - ] 1017 - 1018 - [[package]] 1019 - name = "gdk-sys" 1020 - version = "0.18.2" 1021 - source = "registry+https://github.com/rust-lang/crates.io-index" 1022 - checksum = "5c2d13f38594ac1e66619e188c6d5a1adb98d11b2fcf7894fc416ad76aa2f3f7" 1023 - dependencies = [ 1024 - "cairo-sys-rs", 1025 - "gdk-pixbuf-sys", 1026 - "gio-sys", 1027 - "glib-sys", 1028 - "gobject-sys", 1029 - "libc", 1030 - "pango-sys", 1031 - "pkg-config", 1032 - "system-deps", 1033 - ] 1034 - 1035 - [[package]] 1036 - name = "gdkwayland-sys" 1037 - version = "0.18.2" 1038 - source = "registry+https://github.com/rust-lang/crates.io-index" 1039 - checksum = "140071d506d223f7572b9f09b5e155afbd77428cd5cc7af8f2694c41d98dfe69" 1040 - dependencies = [ 1041 - "gdk-sys", 1042 - "glib-sys", 1043 - "gobject-sys", 1044 - "libc", 1045 - "pkg-config", 1046 - "system-deps", 1047 - ] 1048 - 1049 - [[package]] 1050 - name = "gdkx11" 1051 - version = "0.18.2" 1052 - source = "registry+https://github.com/rust-lang/crates.io-index" 1053 - checksum = "3caa00e14351bebbc8183b3c36690327eb77c49abc2268dd4bd36b856db3fbfe" 1054 - dependencies = [ 1055 - "gdk", 1056 - "gdkx11-sys", 1057 - "gio", 1058 - "glib", 1059 - "libc", 1060 - "x11", 1061 - ] 1062 - 1063 - [[package]] 1064 - name = "gdkx11-sys" 1065 - version = "0.18.2" 1066 - source = "registry+https://github.com/rust-lang/crates.io-index" 1067 - checksum = "6e2e7445fe01ac26f11601db260dd8608fe172514eb63b3b5e261ea6b0f4428d" 1068 - dependencies = [ 1069 - "gdk-sys", 1070 - "glib-sys", 1071 - "libc", 1072 - "system-deps", 1073 - "x11", 1074 - ] 1075 - 1076 - [[package]] 1077 - name = "generic-array" 1078 - version = "0.14.7" 1079 - source = "registry+https://github.com/rust-lang/crates.io-index" 1080 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1081 - dependencies = [ 1082 - "typenum", 1083 - "version_check", 1084 - ] 1085 - 1086 - [[package]] 1087 - name = "getrandom" 1088 - version = "0.1.16" 1089 - source = "registry+https://github.com/rust-lang/crates.io-index" 1090 - checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 1091 - dependencies = [ 1092 - "cfg-if", 1093 - "libc", 1094 - "wasi 0.9.0+wasi-snapshot-preview1", 1095 - ] 1096 - 1097 - [[package]] 1098 - name = "getrandom" 1099 - version = "0.2.17" 1100 - source = "registry+https://github.com/rust-lang/crates.io-index" 1101 - checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 1102 - dependencies = [ 1103 - "cfg-if", 1104 - "libc", 1105 - "wasi 0.11.1+wasi-snapshot-preview1", 1106 - ] 1107 - 1108 - [[package]] 1109 - name = "getrandom" 1110 - version = "0.3.4" 1111 - source = "registry+https://github.com/rust-lang/crates.io-index" 1112 - checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 1113 - dependencies = [ 1114 - "cfg-if", 1115 - "libc", 1116 - "r-efi", 1117 - "wasip2", 1118 - ] 1119 - 1120 - [[package]] 1121 - name = "getrandom" 1122 - version = "0.4.1" 1123 - source = "registry+https://github.com/rust-lang/crates.io-index" 1124 - checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec" 1125 - dependencies = [ 1126 - "cfg-if", 1127 - "libc", 1128 - "r-efi", 1129 - "wasip2", 1130 - "wasip3", 1131 - ] 1132 - 1133 - [[package]] 1134 - name = "gio" 1135 - version = "0.18.4" 1136 - source = "registry+https://github.com/rust-lang/crates.io-index" 1137 - checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73" 1138 - dependencies = [ 1139 - "futures-channel", 1140 - "futures-core", 1141 - "futures-io", 1142 - "futures-util", 1143 - "gio-sys", 1144 - "glib", 1145 - "libc", 1146 - "once_cell", 1147 - "pin-project-lite", 1148 - "smallvec", 1149 - "thiserror 1.0.69", 1150 - ] 1151 - 1152 - [[package]] 1153 - name = "gio-sys" 1154 - version = "0.18.1" 1155 - source = "registry+https://github.com/rust-lang/crates.io-index" 1156 - checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2" 1157 - dependencies = [ 1158 - "glib-sys", 1159 - "gobject-sys", 1160 - "libc", 1161 - "system-deps", 1162 - "winapi", 1163 - ] 1164 - 1165 - [[package]] 1166 - name = "glib" 1167 - version = "0.18.5" 1168 - source = "registry+https://github.com/rust-lang/crates.io-index" 1169 - checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5" 1170 - dependencies = [ 1171 - "bitflags 2.11.0", 1172 - "futures-channel", 1173 - "futures-core", 1174 - "futures-executor", 1175 - "futures-task", 1176 - "futures-util", 1177 - "gio-sys", 1178 - "glib-macros", 1179 - "glib-sys", 1180 - "gobject-sys", 1181 - "libc", 1182 - "memchr", 1183 - "once_cell", 1184 - "smallvec", 1185 - "thiserror 1.0.69", 1186 - ] 1187 - 1188 - [[package]] 1189 - name = "glib-macros" 1190 - version = "0.18.5" 1191 - source = "registry+https://github.com/rust-lang/crates.io-index" 1192 - checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc" 1193 - dependencies = [ 1194 - "heck 0.4.1", 1195 - "proc-macro-crate 2.0.2", 1196 - "proc-macro-error", 1197 - "proc-macro2", 1198 - "quote", 1199 - "syn 2.0.117", 1200 - ] 1201 - 1202 - [[package]] 1203 - name = "glib-sys" 1204 - version = "0.18.1" 1205 - source = "registry+https://github.com/rust-lang/crates.io-index" 1206 - checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898" 1207 - dependencies = [ 1208 - "libc", 1209 - "system-deps", 1210 - ] 1211 - 1212 - [[package]] 1213 - name = "glob" 1214 - version = "0.3.3" 1215 - source = "registry+https://github.com/rust-lang/crates.io-index" 1216 - checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" 1217 - 1218 - [[package]] 1219 - name = "gobject-sys" 1220 - version = "0.18.0" 1221 - source = "registry+https://github.com/rust-lang/crates.io-index" 1222 - checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44" 1223 - dependencies = [ 1224 - "glib-sys", 1225 - "libc", 1226 - "system-deps", 1227 - ] 1228 - 1229 - [[package]] 1230 - name = "gtk" 1231 - version = "0.18.2" 1232 - source = "registry+https://github.com/rust-lang/crates.io-index" 1233 - checksum = "fd56fb197bfc42bd5d2751f4f017d44ff59fbb58140c6b49f9b3b2bdab08506a" 1234 - dependencies = [ 1235 - "atk", 1236 - "cairo-rs", 1237 - "field-offset", 1238 - "futures-channel", 1239 - "gdk", 1240 - "gdk-pixbuf", 1241 - "gio", 1242 - "glib", 1243 - "gtk-sys", 1244 - "gtk3-macros", 1245 - "libc", 1246 - "pango", 1247 - "pkg-config", 1248 - ] 1249 - 1250 - [[package]] 1251 - name = "gtk-sys" 1252 - version = "0.18.2" 1253 - source = "registry+https://github.com/rust-lang/crates.io-index" 1254 - checksum = "8f29a1c21c59553eb7dd40e918be54dccd60c52b049b75119d5d96ce6b624414" 1255 - dependencies = [ 1256 - "atk-sys", 1257 - "cairo-sys-rs", 1258 - "gdk-pixbuf-sys", 1259 - "gdk-sys", 1260 - "gio-sys", 1261 - "glib-sys", 1262 - "gobject-sys", 1263 - "libc", 1264 - "pango-sys", 1265 - "system-deps", 1266 - ] 1267 - 1268 - [[package]] 1269 - name = "gtk3-macros" 1270 - version = "0.18.2" 1271 - source = "registry+https://github.com/rust-lang/crates.io-index" 1272 - checksum = "52ff3c5b21f14f0736fed6dcfc0bfb4225ebf5725f3c0209edeec181e4d73e9d" 1273 - dependencies = [ 1274 - "proc-macro-crate 1.3.1", 1275 - "proc-macro-error", 1276 - "proc-macro2", 1277 - "quote", 1278 - "syn 2.0.117", 1279 - ] 1280 - 1281 - [[package]] 1282 - name = "hashbrown" 1283 - version = "0.12.3" 1284 - source = "registry+https://github.com/rust-lang/crates.io-index" 1285 - checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1286 - dependencies = [ 1287 - "ahash", 1288 - ] 1289 - 1290 - [[package]] 1291 - name = "hashbrown" 1292 - version = "0.15.5" 1293 - source = "registry+https://github.com/rust-lang/crates.io-index" 1294 - checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 1295 - dependencies = [ 1296 - "foldhash", 1297 - ] 1298 - 1299 - [[package]] 1300 - name = "hashbrown" 1301 - version = "0.16.1" 1302 - source = "registry+https://github.com/rust-lang/crates.io-index" 1303 - checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 1304 - 1305 - [[package]] 1306 - name = "heck" 1307 - version = "0.4.1" 1308 - source = "registry+https://github.com/rust-lang/crates.io-index" 1309 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1310 - 1311 - [[package]] 1312 - name = "heck" 1313 - version = "0.5.0" 1314 - source = "registry+https://github.com/rust-lang/crates.io-index" 1315 - checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1316 - 1317 - [[package]] 1318 - name = "hex" 1319 - version = "0.4.3" 1320 - source = "registry+https://github.com/rust-lang/crates.io-index" 1321 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1322 - 1323 - [[package]] 1324 - name = "html5ever" 1325 - version = "0.29.1" 1326 - source = "registry+https://github.com/rust-lang/crates.io-index" 1327 - checksum = "3b7410cae13cbc75623c98ac4cbfd1f0bedddf3227afc24f370cf0f50a44a11c" 1328 - dependencies = [ 1329 - "log", 1330 - "mac", 1331 - "markup5ever", 1332 - "match_token", 1333 - ] 1334 - 1335 - [[package]] 1336 - name = "http" 1337 - version = "1.4.0" 1338 - source = "registry+https://github.com/rust-lang/crates.io-index" 1339 - checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" 1340 - dependencies = [ 1341 - "bytes", 1342 - "itoa", 1343 - ] 1344 - 1345 - [[package]] 1346 - name = "http-body" 1347 - version = "1.0.1" 1348 - source = "registry+https://github.com/rust-lang/crates.io-index" 1349 - checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1350 - dependencies = [ 1351 - "bytes", 1352 - "http", 1353 - ] 1354 - 1355 - [[package]] 1356 - name = "http-body-util" 1357 - version = "0.1.3" 1358 - source = "registry+https://github.com/rust-lang/crates.io-index" 1359 - checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 1360 - dependencies = [ 1361 - "bytes", 1362 - "futures-core", 1363 - "http", 1364 - "http-body", 1365 - "pin-project-lite", 1366 - ] 1367 - 1368 - [[package]] 1369 - name = "httparse" 1370 - version = "1.10.1" 1371 - source = "registry+https://github.com/rust-lang/crates.io-index" 1372 - checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 1373 - 1374 - [[package]] 1375 - name = "hyper" 1376 - version = "1.8.1" 1377 - source = "registry+https://github.com/rust-lang/crates.io-index" 1378 - checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" 1379 - dependencies = [ 1380 - "atomic-waker", 1381 - "bytes", 1382 - "futures-channel", 1383 - "futures-core", 1384 - "http", 1385 - "http-body", 1386 - "httparse", 1387 - "itoa", 1388 - "pin-project-lite", 1389 - "pin-utils", 1390 - "smallvec", 1391 - "tokio", 1392 - "want", 1393 - ] 1394 - 1395 - [[package]] 1396 - name = "hyper-util" 1397 - version = "0.1.20" 1398 - source = "registry+https://github.com/rust-lang/crates.io-index" 1399 - checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" 1400 - dependencies = [ 1401 - "base64 0.22.1", 1402 - "bytes", 1403 - "futures-channel", 1404 - "futures-util", 1405 - "http", 1406 - "http-body", 1407 - "hyper", 1408 - "ipnet", 1409 - "libc", 1410 - "percent-encoding", 1411 - "pin-project-lite", 1412 - "socket2", 1413 - "tokio", 1414 - "tower-service", 1415 - "tracing", 1416 - ] 1417 - 1418 - [[package]] 1419 - name = "iana-time-zone" 1420 - version = "0.1.65" 1421 - source = "registry+https://github.com/rust-lang/crates.io-index" 1422 - checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" 1423 - dependencies = [ 1424 - "android_system_properties", 1425 - "core-foundation-sys", 1426 - "iana-time-zone-haiku", 1427 - "js-sys", 1428 - "log", 1429 - "wasm-bindgen", 1430 - "windows-core 0.62.2", 1431 - ] 1432 - 1433 - [[package]] 1434 - name = "iana-time-zone-haiku" 1435 - version = "0.1.2" 1436 - source = "registry+https://github.com/rust-lang/crates.io-index" 1437 - checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1438 - dependencies = [ 1439 - "cc", 1440 - ] 1441 - 1442 - [[package]] 1443 - name = "ico" 1444 - version = "0.5.0" 1445 - source = "registry+https://github.com/rust-lang/crates.io-index" 1446 - checksum = "3e795dff5605e0f04bff85ca41b51a96b83e80b281e96231bcaaf1ac35103371" 1447 - dependencies = [ 1448 - "byteorder", 1449 - "png", 1450 - ] 1451 - 1452 - [[package]] 1453 - name = "icu_collections" 1454 - version = "2.1.1" 1455 - source = "registry+https://github.com/rust-lang/crates.io-index" 1456 - checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" 1457 - dependencies = [ 1458 - "displaydoc", 1459 - "potential_utf", 1460 - "yoke", 1461 - "zerofrom", 1462 - "zerovec", 1463 - ] 1464 - 1465 - [[package]] 1466 - name = "icu_locale_core" 1467 - version = "2.1.1" 1468 - source = "registry+https://github.com/rust-lang/crates.io-index" 1469 - checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" 1470 - dependencies = [ 1471 - "displaydoc", 1472 - "litemap", 1473 - "tinystr", 1474 - "writeable", 1475 - "zerovec", 1476 - ] 1477 - 1478 - [[package]] 1479 - name = "icu_normalizer" 1480 - version = "2.1.1" 1481 - source = "registry+https://github.com/rust-lang/crates.io-index" 1482 - checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" 1483 - dependencies = [ 1484 - "icu_collections", 1485 - "icu_normalizer_data", 1486 - "icu_properties", 1487 - "icu_provider", 1488 - "smallvec", 1489 - "zerovec", 1490 - ] 1491 - 1492 - [[package]] 1493 - name = "icu_normalizer_data" 1494 - version = "2.1.1" 1495 - source = "registry+https://github.com/rust-lang/crates.io-index" 1496 - checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" 1497 - 1498 - [[package]] 1499 - name = "icu_properties" 1500 - version = "2.1.2" 1501 - source = "registry+https://github.com/rust-lang/crates.io-index" 1502 - checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" 1503 - dependencies = [ 1504 - "icu_collections", 1505 - "icu_locale_core", 1506 - "icu_properties_data", 1507 - "icu_provider", 1508 - "zerotrie", 1509 - "zerovec", 1510 - ] 1511 - 1512 - [[package]] 1513 - name = "icu_properties_data" 1514 - version = "2.1.2" 1515 - source = "registry+https://github.com/rust-lang/crates.io-index" 1516 - checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" 1517 - 1518 - [[package]] 1519 - name = "icu_provider" 1520 - version = "2.1.1" 1521 - source = "registry+https://github.com/rust-lang/crates.io-index" 1522 - checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" 1523 - dependencies = [ 1524 - "displaydoc", 1525 - "icu_locale_core", 1526 - "writeable", 1527 - "yoke", 1528 - "zerofrom", 1529 - "zerotrie", 1530 - "zerovec", 1531 - ] 1532 - 1533 - [[package]] 1534 - name = "id-arena" 1535 - version = "2.3.0" 1536 - source = "registry+https://github.com/rust-lang/crates.io-index" 1537 - checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" 1538 - 1539 - [[package]] 1540 - name = "ident_case" 1541 - version = "1.0.1" 1542 - source = "registry+https://github.com/rust-lang/crates.io-index" 1543 - checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1544 - 1545 - [[package]] 1546 - name = "idna" 1547 - version = "1.1.0" 1548 - source = "registry+https://github.com/rust-lang/crates.io-index" 1549 - checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 1550 - dependencies = [ 1551 - "idna_adapter", 1552 - "smallvec", 1553 - "utf8_iter", 1554 - ] 1555 - 1556 - [[package]] 1557 - name = "idna_adapter" 1558 - version = "1.2.1" 1559 - source = "registry+https://github.com/rust-lang/crates.io-index" 1560 - checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 1561 - dependencies = [ 1562 - "icu_normalizer", 1563 - "icu_properties", 1564 - ] 1565 - 1566 - [[package]] 1567 - name = "indexmap" 1568 - version = "1.9.3" 1569 - source = "registry+https://github.com/rust-lang/crates.io-index" 1570 - checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 1571 - dependencies = [ 1572 - "autocfg", 1573 - "hashbrown 0.12.3", 1574 - "serde", 1575 - ] 1576 - 1577 - [[package]] 1578 - name = "indexmap" 1579 - version = "2.13.0" 1580 - source = "registry+https://github.com/rust-lang/crates.io-index" 1581 - checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" 1582 - dependencies = [ 1583 - "equivalent", 1584 - "hashbrown 0.16.1", 1585 - "serde", 1586 - "serde_core", 1587 - ] 1588 - 1589 - [[package]] 1590 - name = "infer" 1591 - version = "0.19.0" 1592 - source = "registry+https://github.com/rust-lang/crates.io-index" 1593 - checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7" 1594 - dependencies = [ 1595 - "cfb", 1596 - ] 1597 - 1598 - [[package]] 1599 - name = "ipnet" 1600 - version = "2.11.0" 1601 - source = "registry+https://github.com/rust-lang/crates.io-index" 1602 - checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 1603 - 1604 - [[package]] 1605 - name = "iri-string" 1606 - version = "0.7.10" 1607 - source = "registry+https://github.com/rust-lang/crates.io-index" 1608 - checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a" 1609 - dependencies = [ 1610 - "memchr", 1611 - "serde", 1612 - ] 1613 - 1614 - [[package]] 1615 - name = "itoa" 1616 - version = "1.0.17" 1617 - source = "registry+https://github.com/rust-lang/crates.io-index" 1618 - checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" 1619 - 1620 - [[package]] 1621 - name = "javascriptcore-rs" 1622 - version = "1.1.2" 1623 - source = "registry+https://github.com/rust-lang/crates.io-index" 1624 - checksum = "ca5671e9ffce8ffba57afc24070e906da7fc4b1ba66f2cabebf61bf2ea257fcc" 1625 - dependencies = [ 1626 - "bitflags 1.3.2", 1627 - "glib", 1628 - "javascriptcore-rs-sys", 1629 - ] 1630 - 1631 - [[package]] 1632 - name = "javascriptcore-rs-sys" 1633 - version = "1.1.1" 1634 - source = "registry+https://github.com/rust-lang/crates.io-index" 1635 - checksum = "af1be78d14ffa4b75b66df31840478fef72b51f8c2465d4ca7c194da9f7a5124" 1636 - dependencies = [ 1637 - "glib-sys", 1638 - "gobject-sys", 1639 - "libc", 1640 - "system-deps", 1641 - ] 1642 - 1643 - [[package]] 1644 - name = "jni" 1645 - version = "0.21.1" 1646 - source = "registry+https://github.com/rust-lang/crates.io-index" 1647 - checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 1648 - dependencies = [ 1649 - "cesu8", 1650 - "cfg-if", 1651 - "combine", 1652 - "jni-sys", 1653 - "log", 1654 - "thiserror 1.0.69", 1655 - "walkdir", 1656 - "windows-sys 0.45.0", 1657 - ] 1658 - 1659 - [[package]] 1660 - name = "jni-sys" 1661 - version = "0.3.0" 1662 - source = "registry+https://github.com/rust-lang/crates.io-index" 1663 - checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 1664 - 1665 - [[package]] 1666 - name = "js-sys" 1667 - version = "0.3.88" 1668 - source = "registry+https://github.com/rust-lang/crates.io-index" 1669 - checksum = "c7e709f3e3d22866f9c25b3aff01af289b18422cc8b4262fb19103ee80fe513d" 1670 - dependencies = [ 1671 - "once_cell", 1672 - "wasm-bindgen", 1673 - ] 1674 - 1675 - [[package]] 1676 - name = "json-patch" 1677 - version = "3.0.1" 1678 - source = "registry+https://github.com/rust-lang/crates.io-index" 1679 - checksum = "863726d7afb6bc2590eeff7135d923545e5e964f004c2ccf8716c25e70a86f08" 1680 - dependencies = [ 1681 - "jsonptr", 1682 - "serde", 1683 - "serde_json", 1684 - "thiserror 1.0.69", 1685 - ] 1686 - 1687 - [[package]] 1688 - name = "jsonptr" 1689 - version = "0.6.3" 1690 - source = "registry+https://github.com/rust-lang/crates.io-index" 1691 - checksum = "5dea2b27dd239b2556ed7a25ba842fe47fd602e7fc7433c2a8d6106d4d9edd70" 1692 - dependencies = [ 1693 - "serde", 1694 - "serde_json", 1695 - ] 1696 - 1697 - [[package]] 1698 - name = "keyboard-types" 1699 - version = "0.7.0" 1700 - source = "registry+https://github.com/rust-lang/crates.io-index" 1701 - checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a" 1702 - dependencies = [ 1703 - "bitflags 2.11.0", 1704 - "serde", 1705 - "unicode-segmentation", 1706 - ] 1707 - 1708 - [[package]] 1709 - name = "kuchikiki" 1710 - version = "0.8.8-speedreader" 1711 - source = "registry+https://github.com/rust-lang/crates.io-index" 1712 - checksum = "02cb977175687f33fa4afa0c95c112b987ea1443e5a51c8f8ff27dc618270cc2" 1713 - dependencies = [ 1714 - "cssparser", 1715 - "html5ever", 1716 - "indexmap 2.13.0", 1717 - "selectors", 1718 - ] 1719 - 1720 - [[package]] 1721 - name = "lazy_static" 1722 - version = "1.5.0" 1723 - source = "registry+https://github.com/rust-lang/crates.io-index" 1724 - checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1725 - 1726 - [[package]] 1727 - name = "leb128fmt" 1728 - version = "0.1.0" 1729 - source = "registry+https://github.com/rust-lang/crates.io-index" 1730 - checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" 1731 - 1732 - [[package]] 1733 - name = "libappindicator" 1734 - version = "0.9.0" 1735 - source = "registry+https://github.com/rust-lang/crates.io-index" 1736 - checksum = "03589b9607c868cc7ae54c0b2a22c8dc03dd41692d48f2d7df73615c6a95dc0a" 1737 - dependencies = [ 1738 - "glib", 1739 - "gtk", 1740 - "gtk-sys", 1741 - "libappindicator-sys", 1742 - "log", 1743 - ] 1744 - 1745 - [[package]] 1746 - name = "libappindicator-sys" 1747 - version = "0.9.0" 1748 - source = "registry+https://github.com/rust-lang/crates.io-index" 1749 - checksum = "6e9ec52138abedcc58dc17a7c6c0c00a2bdb4f3427c7f63fa97fd0d859155caf" 1750 - dependencies = [ 1751 - "gtk-sys", 1752 - "libloading", 1753 - "once_cell", 1754 - ] 1755 - 1756 - [[package]] 1757 - name = "libc" 1758 - version = "0.2.182" 1759 - source = "registry+https://github.com/rust-lang/crates.io-index" 1760 - checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" 1761 - 1762 - [[package]] 1763 - name = "libloading" 1764 - version = "0.7.4" 1765 - source = "registry+https://github.com/rust-lang/crates.io-index" 1766 - checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 1767 - dependencies = [ 1768 - "cfg-if", 1769 - "winapi", 1770 - ] 1771 - 1772 - [[package]] 1773 - name = "libredox" 1774 - version = "0.1.12" 1775 - source = "registry+https://github.com/rust-lang/crates.io-index" 1776 - checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" 1777 - dependencies = [ 1778 - "bitflags 2.11.0", 1779 - "libc", 1780 - ] 1781 - 1782 - [[package]] 1783 - name = "litemap" 1784 - version = "0.8.1" 1785 - source = "registry+https://github.com/rust-lang/crates.io-index" 1786 - checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" 1787 - 1788 - [[package]] 1789 - name = "lock_api" 1790 - version = "0.4.14" 1791 - source = "registry+https://github.com/rust-lang/crates.io-index" 1792 - checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 1793 - dependencies = [ 1794 - "scopeguard", 1795 - ] 1796 - 1797 - [[package]] 1798 - name = "log" 1799 - version = "0.4.29" 1800 - source = "registry+https://github.com/rust-lang/crates.io-index" 1801 - checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 1802 - dependencies = [ 1803 - "value-bag", 1804 - ] 1805 - 1806 - [[package]] 1807 - name = "mac" 1808 - version = "0.1.1" 1809 - source = "registry+https://github.com/rust-lang/crates.io-index" 1810 - checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" 1811 - 1812 - [[package]] 1813 - name = "markup5ever" 1814 - version = "0.14.1" 1815 - source = "registry+https://github.com/rust-lang/crates.io-index" 1816 - checksum = "c7a7213d12e1864c0f002f52c2923d4556935a43dec5e71355c2760e0f6e7a18" 1817 - dependencies = [ 1818 - "log", 1819 - "phf 0.11.3", 1820 - "phf_codegen 0.11.3", 1821 - "string_cache", 1822 - "string_cache_codegen", 1823 - "tendril", 1824 - ] 1825 - 1826 - [[package]] 1827 - name = "match_token" 1828 - version = "0.1.0" 1829 - source = "registry+https://github.com/rust-lang/crates.io-index" 1830 - checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b" 1831 - dependencies = [ 1832 - "proc-macro2", 1833 - "quote", 1834 - "syn 2.0.117", 1835 - ] 1836 - 1837 - [[package]] 1838 - name = "matches" 1839 - version = "0.1.10" 1840 - source = "registry+https://github.com/rust-lang/crates.io-index" 1841 - checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" 1842 - 1843 - [[package]] 1844 - name = "memchr" 1845 - version = "2.8.0" 1846 - source = "registry+https://github.com/rust-lang/crates.io-index" 1847 - checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" 1848 - 1849 - [[package]] 1850 - name = "memoffset" 1851 - version = "0.9.1" 1852 - source = "registry+https://github.com/rust-lang/crates.io-index" 1853 - checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 1854 - dependencies = [ 1855 - "autocfg", 1856 - ] 1857 - 1858 - [[package]] 1859 - name = "mime" 1860 - version = "0.3.17" 1861 - source = "registry+https://github.com/rust-lang/crates.io-index" 1862 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1863 - 1864 - [[package]] 1865 - name = "miniz_oxide" 1866 - version = "0.8.9" 1867 - source = "registry+https://github.com/rust-lang/crates.io-index" 1868 - checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 1869 - dependencies = [ 1870 - "adler2", 1871 - "simd-adler32", 1872 - ] 1873 - 1874 - [[package]] 1875 - name = "mio" 1876 - version = "1.1.1" 1877 - source = "registry+https://github.com/rust-lang/crates.io-index" 1878 - checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 1879 - dependencies = [ 1880 - "libc", 1881 - "wasi 0.11.1+wasi-snapshot-preview1", 1882 - "windows-sys 0.61.2", 1883 - ] 1884 - 1885 - [[package]] 1886 - name = "muda" 1887 - version = "0.17.1" 1888 - source = "registry+https://github.com/rust-lang/crates.io-index" 1889 - checksum = "01c1738382f66ed56b3b9c8119e794a2e23148ac8ea214eda86622d4cb9d415a" 1890 - dependencies = [ 1891 - "crossbeam-channel", 1892 - "dpi", 1893 - "gtk", 1894 - "keyboard-types", 1895 - "objc2", 1896 - "objc2-app-kit", 1897 - "objc2-core-foundation", 1898 - "objc2-foundation", 1899 - "once_cell", 1900 - "png", 1901 - "serde", 1902 - "thiserror 2.0.18", 1903 - "windows-sys 0.60.2", 1904 - ] 1905 - 1906 - [[package]] 1907 - name = "ndk" 1908 - version = "0.9.0" 1909 - source = "registry+https://github.com/rust-lang/crates.io-index" 1910 - checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" 1911 - dependencies = [ 1912 - "bitflags 2.11.0", 1913 - "jni-sys", 1914 - "log", 1915 - "ndk-sys", 1916 - "num_enum", 1917 - "raw-window-handle", 1918 - "thiserror 1.0.69", 1919 - ] 1920 - 1921 - [[package]] 1922 - name = "ndk-context" 1923 - version = "0.1.1" 1924 - source = "registry+https://github.com/rust-lang/crates.io-index" 1925 - checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 1926 - 1927 - [[package]] 1928 - name = "ndk-sys" 1929 - version = "0.6.0+11769913" 1930 - source = "registry+https://github.com/rust-lang/crates.io-index" 1931 - checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873" 1932 - dependencies = [ 1933 - "jni-sys", 1934 - ] 1935 - 1936 - [[package]] 1937 - name = "new_debug_unreachable" 1938 - version = "1.0.6" 1939 - source = "registry+https://github.com/rust-lang/crates.io-index" 1940 - checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 1941 - 1942 - [[package]] 1943 - name = "nodrop" 1944 - version = "0.1.14" 1945 - source = "registry+https://github.com/rust-lang/crates.io-index" 1946 - checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" 1947 - 1948 - [[package]] 1949 - name = "num-conv" 1950 - version = "0.2.0" 1951 - source = "registry+https://github.com/rust-lang/crates.io-index" 1952 - checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" 1953 - 1954 - [[package]] 1955 - name = "num-traits" 1956 - version = "0.2.19" 1957 - source = "registry+https://github.com/rust-lang/crates.io-index" 1958 - checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1959 - dependencies = [ 1960 - "autocfg", 1961 - ] 1962 - 1963 - [[package]] 1964 - name = "num_enum" 1965 - version = "0.7.5" 1966 - source = "registry+https://github.com/rust-lang/crates.io-index" 1967 - checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c" 1968 - dependencies = [ 1969 - "num_enum_derive", 1970 - "rustversion", 1971 - ] 1972 - 1973 - [[package]] 1974 - name = "num_enum_derive" 1975 - version = "0.7.5" 1976 - source = "registry+https://github.com/rust-lang/crates.io-index" 1977 - checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7" 1978 - dependencies = [ 1979 - "proc-macro-crate 3.4.0", 1980 - "proc-macro2", 1981 - "quote", 1982 - "syn 2.0.117", 1983 - ] 1984 - 1985 - [[package]] 1986 - name = "num_threads" 1987 - version = "0.1.7" 1988 - source = "registry+https://github.com/rust-lang/crates.io-index" 1989 - checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" 1990 - dependencies = [ 1991 - "libc", 1992 - ] 1993 - 1994 - [[package]] 1995 - name = "objc2" 1996 - version = "0.6.3" 1997 - source = "registry+https://github.com/rust-lang/crates.io-index" 1998 - checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05" 1999 - dependencies = [ 2000 - "objc2-encode", 2001 - "objc2-exception-helper", 2002 - ] 2003 - 2004 - [[package]] 2005 - name = "objc2-app-kit" 2006 - version = "0.3.2" 2007 - source = "registry+https://github.com/rust-lang/crates.io-index" 2008 - checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c" 2009 - dependencies = [ 2010 - "bitflags 2.11.0", 2011 - "block2", 2012 - "libc", 2013 - "objc2", 2014 - "objc2-cloud-kit", 2015 - "objc2-core-data", 2016 - "objc2-core-foundation", 2017 - "objc2-core-graphics", 2018 - "objc2-core-image", 2019 - "objc2-core-text", 2020 - "objc2-core-video", 2021 - "objc2-foundation", 2022 - "objc2-quartz-core", 2023 - ] 2024 - 2025 - [[package]] 2026 - name = "objc2-cloud-kit" 2027 - version = "0.3.2" 2028 - source = "registry+https://github.com/rust-lang/crates.io-index" 2029 - checksum = "73ad74d880bb43877038da939b7427bba67e9dd42004a18b809ba7d87cee241c" 2030 - dependencies = [ 2031 - "bitflags 2.11.0", 2032 - "objc2", 2033 - "objc2-foundation", 2034 - ] 2035 - 2036 - [[package]] 2037 - name = "objc2-core-data" 2038 - version = "0.3.2" 2039 - source = "registry+https://github.com/rust-lang/crates.io-index" 2040 - checksum = "0b402a653efbb5e82ce4df10683b6b28027616a2715e90009947d50b8dd298fa" 2041 - dependencies = [ 2042 - "bitflags 2.11.0", 2043 - "objc2", 2044 - "objc2-foundation", 2045 - ] 2046 - 2047 - [[package]] 2048 - name = "objc2-core-foundation" 2049 - version = "0.3.2" 2050 - source = "registry+https://github.com/rust-lang/crates.io-index" 2051 - checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" 2052 - dependencies = [ 2053 - "bitflags 2.11.0", 2054 - "dispatch2", 2055 - "objc2", 2056 - ] 2057 - 2058 - [[package]] 2059 - name = "objc2-core-graphics" 2060 - version = "0.3.2" 2061 - source = "registry+https://github.com/rust-lang/crates.io-index" 2062 - checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807" 2063 - dependencies = [ 2064 - "bitflags 2.11.0", 2065 - "dispatch2", 2066 - "objc2", 2067 - "objc2-core-foundation", 2068 - "objc2-io-surface", 2069 - ] 2070 - 2071 - [[package]] 2072 - name = "objc2-core-image" 2073 - version = "0.3.2" 2074 - source = "registry+https://github.com/rust-lang/crates.io-index" 2075 - checksum = "e5d563b38d2b97209f8e861173de434bd0214cf020e3423a52624cd1d989f006" 2076 - dependencies = [ 2077 - "objc2", 2078 - "objc2-foundation", 2079 - ] 2080 - 2081 - [[package]] 2082 - name = "objc2-core-text" 2083 - version = "0.3.2" 2084 - source = "registry+https://github.com/rust-lang/crates.io-index" 2085 - checksum = "0cde0dfb48d25d2b4862161a4d5fcc0e3c24367869ad306b0c9ec0073bfed92d" 2086 - dependencies = [ 2087 - "bitflags 2.11.0", 2088 - "objc2", 2089 - "objc2-core-foundation", 2090 - "objc2-core-graphics", 2091 - ] 2092 - 2093 - [[package]] 2094 - name = "objc2-core-video" 2095 - version = "0.3.2" 2096 - source = "registry+https://github.com/rust-lang/crates.io-index" 2097 - checksum = "d425caf1df73233f29fd8a5c3e5edbc30d2d4307870f802d18f00d83dc5141a6" 2098 - dependencies = [ 2099 - "bitflags 2.11.0", 2100 - "objc2", 2101 - "objc2-core-foundation", 2102 - "objc2-core-graphics", 2103 - "objc2-io-surface", 2104 - ] 2105 - 2106 - [[package]] 2107 - name = "objc2-encode" 2108 - version = "4.1.0" 2109 - source = "registry+https://github.com/rust-lang/crates.io-index" 2110 - checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" 2111 - 2112 - [[package]] 2113 - name = "objc2-exception-helper" 2114 - version = "0.1.1" 2115 - source = "registry+https://github.com/rust-lang/crates.io-index" 2116 - checksum = "c7a1c5fbb72d7735b076bb47b578523aedc40f3c439bea6dfd595c089d79d98a" 2117 - dependencies = [ 2118 - "cc", 2119 - ] 2120 - 2121 - [[package]] 2122 - name = "objc2-foundation" 2123 - version = "0.3.2" 2124 - source = "registry+https://github.com/rust-lang/crates.io-index" 2125 - checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" 2126 - dependencies = [ 2127 - "bitflags 2.11.0", 2128 - "block2", 2129 - "libc", 2130 - "objc2", 2131 - "objc2-core-foundation", 2132 - ] 2133 - 2134 - [[package]] 2135 - name = "objc2-io-surface" 2136 - version = "0.3.2" 2137 - source = "registry+https://github.com/rust-lang/crates.io-index" 2138 - checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d" 2139 - dependencies = [ 2140 - "bitflags 2.11.0", 2141 - "objc2", 2142 - "objc2-core-foundation", 2143 - ] 2144 - 2145 - [[package]] 2146 - name = "objc2-javascript-core" 2147 - version = "0.3.2" 2148 - source = "registry+https://github.com/rust-lang/crates.io-index" 2149 - checksum = "2a1e6550c4caed348956ce3370c9ffeca70bb1dbed4fa96112e7c6170e074586" 2150 - dependencies = [ 2151 - "objc2", 2152 - "objc2-core-foundation", 2153 - ] 2154 - 2155 - [[package]] 2156 - name = "objc2-quartz-core" 2157 - version = "0.3.2" 2158 - source = "registry+https://github.com/rust-lang/crates.io-index" 2159 - checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f" 2160 - dependencies = [ 2161 - "bitflags 2.11.0", 2162 - "objc2", 2163 - "objc2-core-foundation", 2164 - "objc2-foundation", 2165 - ] 2166 - 2167 - [[package]] 2168 - name = "objc2-security" 2169 - version = "0.3.2" 2170 - source = "registry+https://github.com/rust-lang/crates.io-index" 2171 - checksum = "709fe137109bd1e8b5a99390f77a7d8b2961dafc1a1c5db8f2e60329ad6d895a" 2172 - dependencies = [ 2173 - "bitflags 2.11.0", 2174 - "objc2", 2175 - "objc2-core-foundation", 2176 - ] 2177 - 2178 - [[package]] 2179 - name = "objc2-ui-kit" 2180 - version = "0.3.2" 2181 - source = "registry+https://github.com/rust-lang/crates.io-index" 2182 - checksum = "d87d638e33c06f577498cbcc50491496a3ed4246998a7fbba7ccb98b1e7eab22" 2183 - dependencies = [ 2184 - "bitflags 2.11.0", 2185 - "objc2", 2186 - "objc2-core-foundation", 2187 - "objc2-foundation", 2188 - ] 2189 - 2190 - [[package]] 2191 - name = "objc2-web-kit" 2192 - version = "0.3.2" 2193 - source = "registry+https://github.com/rust-lang/crates.io-index" 2194 - checksum = "b2e5aaab980c433cf470df9d7af96a7b46a9d892d521a2cbbb2f8a4c16751e7f" 2195 - dependencies = [ 2196 - "bitflags 2.11.0", 2197 - "block2", 2198 - "objc2", 2199 - "objc2-app-kit", 2200 - "objc2-core-foundation", 2201 - "objc2-foundation", 2202 - "objc2-javascript-core", 2203 - "objc2-security", 2204 - ] 2205 - 2206 - [[package]] 2207 - name = "once_cell" 2208 - version = "1.21.3" 2209 - source = "registry+https://github.com/rust-lang/crates.io-index" 2210 - checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 2211 - 2212 - [[package]] 2213 - name = "option-ext" 2214 - version = "0.2.0" 2215 - source = "registry+https://github.com/rust-lang/crates.io-index" 2216 - checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 2217 - 2218 - [[package]] 2219 - name = "pango" 2220 - version = "0.18.3" 2221 - source = "registry+https://github.com/rust-lang/crates.io-index" 2222 - checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4" 2223 - dependencies = [ 2224 - "gio", 2225 - "glib", 2226 - "libc", 2227 - "once_cell", 2228 - "pango-sys", 2229 - ] 2230 - 2231 - [[package]] 2232 - name = "pango-sys" 2233 - version = "0.18.0" 2234 - source = "registry+https://github.com/rust-lang/crates.io-index" 2235 - checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5" 2236 - dependencies = [ 2237 - "glib-sys", 2238 - "gobject-sys", 2239 - "libc", 2240 - "system-deps", 2241 - ] 2242 - 2243 - [[package]] 2244 - name = "parking_lot" 2245 - version = "0.12.5" 2246 - source = "registry+https://github.com/rust-lang/crates.io-index" 2247 - checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 2248 - dependencies = [ 2249 - "lock_api", 2250 - "parking_lot_core", 2251 - ] 2252 - 2253 - [[package]] 2254 - name = "parking_lot_core" 2255 - version = "0.9.12" 2256 - source = "registry+https://github.com/rust-lang/crates.io-index" 2257 - checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 2258 - dependencies = [ 2259 - "cfg-if", 2260 - "libc", 2261 - "redox_syscall", 2262 - "smallvec", 2263 - "windows-link 0.2.1", 2264 - ] 2265 - 2266 - [[package]] 2267 - name = "percent-encoding" 2268 - version = "2.3.2" 2269 - source = "registry+https://github.com/rust-lang/crates.io-index" 2270 - checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 2271 - 2272 - [[package]] 2273 - name = "phf" 2274 - version = "0.8.0" 2275 - source = "registry+https://github.com/rust-lang/crates.io-index" 2276 - checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12" 2277 - dependencies = [ 2278 - "phf_shared 0.8.0", 2279 - ] 2280 - 2281 - [[package]] 2282 - name = "phf" 2283 - version = "0.10.1" 2284 - source = "registry+https://github.com/rust-lang/crates.io-index" 2285 - checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" 2286 - dependencies = [ 2287 - "phf_macros 0.10.0", 2288 - "phf_shared 0.10.0", 2289 - "proc-macro-hack", 2290 - ] 2291 - 2292 - [[package]] 2293 - name = "phf" 2294 - version = "0.11.3" 2295 - source = "registry+https://github.com/rust-lang/crates.io-index" 2296 - checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 2297 - dependencies = [ 2298 - "phf_macros 0.11.3", 2299 - "phf_shared 0.11.3", 2300 - ] 2301 - 2302 - [[package]] 2303 - name = "phf_codegen" 2304 - version = "0.8.0" 2305 - source = "registry+https://github.com/rust-lang/crates.io-index" 2306 - checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815" 2307 - dependencies = [ 2308 - "phf_generator 0.8.0", 2309 - "phf_shared 0.8.0", 2310 - ] 2311 - 2312 - [[package]] 2313 - name = "phf_codegen" 2314 - version = "0.11.3" 2315 - source = "registry+https://github.com/rust-lang/crates.io-index" 2316 - checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" 2317 - dependencies = [ 2318 - "phf_generator 0.11.3", 2319 - "phf_shared 0.11.3", 2320 - ] 2321 - 2322 - [[package]] 2323 - name = "phf_generator" 2324 - version = "0.8.0" 2325 - source = "registry+https://github.com/rust-lang/crates.io-index" 2326 - checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" 2327 - dependencies = [ 2328 - "phf_shared 0.8.0", 2329 - "rand 0.7.3", 2330 - ] 2331 - 2332 - [[package]] 2333 - name = "phf_generator" 2334 - version = "0.10.0" 2335 - source = "registry+https://github.com/rust-lang/crates.io-index" 2336 - checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" 2337 - dependencies = [ 2338 - "phf_shared 0.10.0", 2339 - "rand 0.8.5", 2340 - ] 2341 - 2342 - [[package]] 2343 - name = "phf_generator" 2344 - version = "0.11.3" 2345 - source = "registry+https://github.com/rust-lang/crates.io-index" 2346 - checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" 2347 - dependencies = [ 2348 - "phf_shared 0.11.3", 2349 - "rand 0.8.5", 2350 - ] 2351 - 2352 - [[package]] 2353 - name = "phf_macros" 2354 - version = "0.10.0" 2355 - source = "registry+https://github.com/rust-lang/crates.io-index" 2356 - checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0" 2357 - dependencies = [ 2358 - "phf_generator 0.10.0", 2359 - "phf_shared 0.10.0", 2360 - "proc-macro-hack", 2361 - "proc-macro2", 2362 - "quote", 2363 - "syn 1.0.109", 2364 - ] 2365 - 2366 - [[package]] 2367 - name = "phf_macros" 2368 - version = "0.11.3" 2369 - source = "registry+https://github.com/rust-lang/crates.io-index" 2370 - checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" 2371 - dependencies = [ 2372 - "phf_generator 0.11.3", 2373 - "phf_shared 0.11.3", 2374 - "proc-macro2", 2375 - "quote", 2376 - "syn 2.0.117", 2377 - ] 2378 - 2379 - [[package]] 2380 - name = "phf_shared" 2381 - version = "0.8.0" 2382 - source = "registry+https://github.com/rust-lang/crates.io-index" 2383 - checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7" 2384 - dependencies = [ 2385 - "siphasher 0.3.11", 2386 - ] 2387 - 2388 - [[package]] 2389 - name = "phf_shared" 2390 - version = "0.10.0" 2391 - source = "registry+https://github.com/rust-lang/crates.io-index" 2392 - checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 2393 - dependencies = [ 2394 - "siphasher 0.3.11", 2395 - ] 2396 - 2397 - [[package]] 2398 - name = "phf_shared" 2399 - version = "0.11.3" 2400 - source = "registry+https://github.com/rust-lang/crates.io-index" 2401 - checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 2402 - dependencies = [ 2403 - "siphasher 1.0.2", 2404 - ] 2405 - 2406 - [[package]] 2407 - name = "pin-project-lite" 2408 - version = "0.2.16" 2409 - source = "registry+https://github.com/rust-lang/crates.io-index" 2410 - checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 2411 - 2412 - [[package]] 2413 - name = "pin-utils" 2414 - version = "0.1.0" 2415 - source = "registry+https://github.com/rust-lang/crates.io-index" 2416 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2417 - 2418 - [[package]] 2419 - name = "pkg-config" 2420 - version = "0.3.32" 2421 - source = "registry+https://github.com/rust-lang/crates.io-index" 2422 - checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 2423 - 2424 - [[package]] 2425 - name = "plist" 2426 - version = "1.8.0" 2427 - source = "registry+https://github.com/rust-lang/crates.io-index" 2428 - checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07" 2429 - dependencies = [ 2430 - "base64 0.22.1", 2431 - "indexmap 2.13.0", 2432 - "quick-xml", 2433 - "serde", 2434 - "time", 2435 - ] 2436 - 2437 - [[package]] 2438 - name = "png" 2439 - version = "0.17.16" 2440 - source = "registry+https://github.com/rust-lang/crates.io-index" 2441 - checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526" 2442 - dependencies = [ 2443 - "bitflags 1.3.2", 2444 - "crc32fast", 2445 - "fdeflate", 2446 - "flate2", 2447 - "miniz_oxide", 2448 - ] 2449 - 2450 - [[package]] 2451 - name = "potential_utf" 2452 - version = "0.1.4" 2453 - source = "registry+https://github.com/rust-lang/crates.io-index" 2454 - checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" 2455 - dependencies = [ 2456 - "zerovec", 2457 - ] 2458 - 2459 - [[package]] 2460 - name = "powerfmt" 2461 - version = "0.2.0" 2462 - source = "registry+https://github.com/rust-lang/crates.io-index" 2463 - checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 2464 - 2465 - [[package]] 2466 - name = "ppv-lite86" 2467 - version = "0.2.21" 2468 - source = "registry+https://github.com/rust-lang/crates.io-index" 2469 - checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 2470 - dependencies = [ 2471 - "zerocopy", 2472 - ] 2473 - 2474 - [[package]] 2475 - name = "precomputed-hash" 2476 - version = "0.1.1" 2477 - source = "registry+https://github.com/rust-lang/crates.io-index" 2478 - checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 2479 - 2480 - [[package]] 2481 - name = "prettyplease" 2482 - version = "0.2.37" 2483 - source = "registry+https://github.com/rust-lang/crates.io-index" 2484 - checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 2485 - dependencies = [ 2486 - "proc-macro2", 2487 - "syn 2.0.117", 2488 - ] 2489 - 2490 - [[package]] 2491 - name = "proc-macro-crate" 2492 - version = "1.3.1" 2493 - source = "registry+https://github.com/rust-lang/crates.io-index" 2494 - checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 2495 - dependencies = [ 2496 - "once_cell", 2497 - "toml_edit 0.19.15", 2498 - ] 2499 - 2500 - [[package]] 2501 - name = "proc-macro-crate" 2502 - version = "2.0.2" 2503 - source = "registry+https://github.com/rust-lang/crates.io-index" 2504 - checksum = "b00f26d3400549137f92511a46ac1cd8ce37cb5598a96d382381458b992a5d24" 2505 - dependencies = [ 2506 - "toml_datetime 0.6.3", 2507 - "toml_edit 0.20.2", 2508 - ] 2509 - 2510 - [[package]] 2511 - name = "proc-macro-crate" 2512 - version = "3.4.0" 2513 - source = "registry+https://github.com/rust-lang/crates.io-index" 2514 - checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" 2515 - dependencies = [ 2516 - "toml_edit 0.23.10+spec-1.0.0", 2517 - ] 2518 - 2519 - [[package]] 2520 - name = "proc-macro-error" 2521 - version = "1.0.4" 2522 - source = "registry+https://github.com/rust-lang/crates.io-index" 2523 - checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 2524 - dependencies = [ 2525 - "proc-macro-error-attr", 2526 - "proc-macro2", 2527 - "quote", 2528 - "syn 1.0.109", 2529 - "version_check", 2530 - ] 2531 - 2532 - [[package]] 2533 - name = "proc-macro-error-attr" 2534 - version = "1.0.4" 2535 - source = "registry+https://github.com/rust-lang/crates.io-index" 2536 - checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 2537 - dependencies = [ 2538 - "proc-macro2", 2539 - "quote", 2540 - "version_check", 2541 - ] 2542 - 2543 - [[package]] 2544 - name = "proc-macro-hack" 2545 - version = "0.5.20+deprecated" 2546 - source = "registry+https://github.com/rust-lang/crates.io-index" 2547 - checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 2548 - 2549 - [[package]] 2550 - name = "proc-macro2" 2551 - version = "1.0.106" 2552 - source = "registry+https://github.com/rust-lang/crates.io-index" 2553 - checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 2554 - dependencies = [ 2555 - "unicode-ident", 2556 - ] 2557 - 2558 - [[package]] 2559 - name = "ptr_meta" 2560 - version = "0.1.4" 2561 - source = "registry+https://github.com/rust-lang/crates.io-index" 2562 - checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" 2563 - dependencies = [ 2564 - "ptr_meta_derive", 2565 - ] 2566 - 2567 - [[package]] 2568 - name = "ptr_meta_derive" 2569 - version = "0.1.4" 2570 - source = "registry+https://github.com/rust-lang/crates.io-index" 2571 - checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" 2572 - dependencies = [ 2573 - "proc-macro2", 2574 - "quote", 2575 - "syn 1.0.109", 2576 - ] 2577 - 2578 - [[package]] 2579 - name = "quick-xml" 2580 - version = "0.38.4" 2581 - source = "registry+https://github.com/rust-lang/crates.io-index" 2582 - checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c" 2583 - dependencies = [ 2584 - "memchr", 2585 - ] 2586 - 2587 - [[package]] 2588 - name = "quote" 2589 - version = "1.0.44" 2590 - source = "registry+https://github.com/rust-lang/crates.io-index" 2591 - checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" 2592 - dependencies = [ 2593 - "proc-macro2", 2594 - ] 2595 - 2596 - [[package]] 2597 - name = "r-efi" 2598 - version = "5.3.0" 2599 - source = "registry+https://github.com/rust-lang/crates.io-index" 2600 - checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 2601 - 2602 - [[package]] 2603 - name = "radium" 2604 - version = "0.7.0" 2605 - source = "registry+https://github.com/rust-lang/crates.io-index" 2606 - checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 2607 - 2608 - [[package]] 2609 - name = "rand" 2610 - version = "0.7.3" 2611 - source = "registry+https://github.com/rust-lang/crates.io-index" 2612 - checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 2613 - dependencies = [ 2614 - "getrandom 0.1.16", 2615 - "libc", 2616 - "rand_chacha 0.2.2", 2617 - "rand_core 0.5.1", 2618 - "rand_hc", 2619 - "rand_pcg", 2620 - ] 2621 - 2622 - [[package]] 2623 - name = "rand" 2624 - version = "0.8.5" 2625 - source = "registry+https://github.com/rust-lang/crates.io-index" 2626 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2627 - dependencies = [ 2628 - "libc", 2629 - "rand_chacha 0.3.1", 2630 - "rand_core 0.6.4", 2631 - ] 2632 - 2633 - [[package]] 2634 - name = "rand_chacha" 2635 - version = "0.2.2" 2636 - source = "registry+https://github.com/rust-lang/crates.io-index" 2637 - checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 2638 - dependencies = [ 2639 - "ppv-lite86", 2640 - "rand_core 0.5.1", 2641 - ] 2642 - 2643 - [[package]] 2644 - name = "rand_chacha" 2645 - version = "0.3.1" 2646 - source = "registry+https://github.com/rust-lang/crates.io-index" 2647 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2648 - dependencies = [ 2649 - "ppv-lite86", 2650 - "rand_core 0.6.4", 2651 - ] 2652 - 2653 - [[package]] 2654 - name = "rand_core" 2655 - version = "0.5.1" 2656 - source = "registry+https://github.com/rust-lang/crates.io-index" 2657 - checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 2658 - dependencies = [ 2659 - "getrandom 0.1.16", 2660 - ] 2661 - 2662 - [[package]] 2663 - name = "rand_core" 2664 - version = "0.6.4" 2665 - source = "registry+https://github.com/rust-lang/crates.io-index" 2666 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2667 - dependencies = [ 2668 - "getrandom 0.2.17", 2669 - ] 2670 - 2671 - [[package]] 2672 - name = "rand_hc" 2673 - version = "0.2.0" 2674 - source = "registry+https://github.com/rust-lang/crates.io-index" 2675 - checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 2676 - dependencies = [ 2677 - "rand_core 0.5.1", 2678 - ] 2679 - 2680 - [[package]] 2681 - name = "rand_pcg" 2682 - version = "0.2.1" 2683 - source = "registry+https://github.com/rust-lang/crates.io-index" 2684 - checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" 2685 - dependencies = [ 2686 - "rand_core 0.5.1", 2687 - ] 2688 - 2689 - [[package]] 2690 - name = "raw-window-handle" 2691 - version = "0.6.2" 2692 - source = "registry+https://github.com/rust-lang/crates.io-index" 2693 - checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" 2694 - 2695 - [[package]] 2696 - name = "redox_syscall" 2697 - version = "0.5.18" 2698 - source = "registry+https://github.com/rust-lang/crates.io-index" 2699 - checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 2700 - dependencies = [ 2701 - "bitflags 2.11.0", 2702 - ] 2703 - 2704 - [[package]] 2705 - name = "redox_users" 2706 - version = "0.5.2" 2707 - source = "registry+https://github.com/rust-lang/crates.io-index" 2708 - checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" 2709 - dependencies = [ 2710 - "getrandom 0.2.17", 2711 - "libredox", 2712 - "thiserror 2.0.18", 2713 - ] 2714 - 2715 - [[package]] 2716 - name = "ref-cast" 2717 - version = "1.0.25" 2718 - source = "registry+https://github.com/rust-lang/crates.io-index" 2719 - checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" 2720 - dependencies = [ 2721 - "ref-cast-impl", 2722 - ] 2723 - 2724 - [[package]] 2725 - name = "ref-cast-impl" 2726 - version = "1.0.25" 2727 - source = "registry+https://github.com/rust-lang/crates.io-index" 2728 - checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" 2729 - dependencies = [ 2730 - "proc-macro2", 2731 - "quote", 2732 - "syn 2.0.117", 2733 - ] 2734 - 2735 - [[package]] 2736 - name = "regex" 2737 - version = "1.12.3" 2738 - source = "registry+https://github.com/rust-lang/crates.io-index" 2739 - checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" 2740 - dependencies = [ 2741 - "aho-corasick", 2742 - "memchr", 2743 - "regex-automata", 2744 - "regex-syntax", 2745 - ] 2746 - 2747 - [[package]] 2748 - name = "regex-automata" 2749 - version = "0.4.14" 2750 - source = "registry+https://github.com/rust-lang/crates.io-index" 2751 - checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 2752 - dependencies = [ 2753 - "aho-corasick", 2754 - "memchr", 2755 - "regex-syntax", 2756 - ] 2757 - 2758 - [[package]] 2759 - name = "regex-syntax" 2760 - version = "0.8.9" 2761 - source = "registry+https://github.com/rust-lang/crates.io-index" 2762 - checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c" 2763 - 2764 - [[package]] 2765 - name = "rend" 2766 - version = "0.4.2" 2767 - source = "registry+https://github.com/rust-lang/crates.io-index" 2768 - checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c" 2769 - dependencies = [ 2770 - "bytecheck", 2771 - ] 2772 - 2773 - [[package]] 2774 - name = "reqwest" 2775 - version = "0.13.2" 2776 - source = "registry+https://github.com/rust-lang/crates.io-index" 2777 - checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801" 2778 - dependencies = [ 2779 - "base64 0.22.1", 2780 - "bytes", 2781 - "futures-core", 2782 - "futures-util", 2783 - "http", 2784 - "http-body", 2785 - "http-body-util", 2786 - "hyper", 2787 - "hyper-util", 2788 - "js-sys", 2789 - "log", 2790 - "percent-encoding", 2791 - "pin-project-lite", 2792 - "serde", 2793 - "serde_json", 2794 - "sync_wrapper", 2795 - "tokio", 2796 - "tokio-util", 2797 - "tower", 2798 - "tower-http", 2799 - "tower-service", 2800 - "url", 2801 - "wasm-bindgen", 2802 - "wasm-bindgen-futures", 2803 - "wasm-streams", 2804 - "web-sys", 2805 - ] 2806 - 2807 - [[package]] 2808 - name = "rkyv" 2809 - version = "0.7.46" 2810 - source = "registry+https://github.com/rust-lang/crates.io-index" 2811 - checksum = "2297bf9c81a3f0dc96bc9521370b88f054168c29826a75e89c55ff196e7ed6a1" 2812 - dependencies = [ 2813 - "bitvec", 2814 - "bytecheck", 2815 - "bytes", 2816 - "hashbrown 0.12.3", 2817 - "ptr_meta", 2818 - "rend", 2819 - "rkyv_derive", 2820 - "seahash", 2821 - "tinyvec", 2822 - "uuid", 2823 - ] 2824 - 2825 - [[package]] 2826 - name = "rkyv_derive" 2827 - version = "0.7.46" 2828 - source = "registry+https://github.com/rust-lang/crates.io-index" 2829 - checksum = "84d7b42d4b8d06048d3ac8db0eb31bcb942cbeb709f0b5f2b2ebde398d3038f5" 2830 - dependencies = [ 2831 - "proc-macro2", 2832 - "quote", 2833 - "syn 1.0.109", 2834 - ] 2835 - 2836 - [[package]] 2837 - name = "rust_decimal" 2838 - version = "1.40.0" 2839 - source = "registry+https://github.com/rust-lang/crates.io-index" 2840 - checksum = "61f703d19852dbf87cbc513643fa81428361eb6940f1ac14fd58155d295a3eb0" 2841 - dependencies = [ 2842 - "arrayvec", 2843 - "borsh", 2844 - "bytes", 2845 - "num-traits", 2846 - "rand 0.8.5", 2847 - "rkyv", 2848 - "serde", 2849 - "serde_json", 2850 - ] 2851 - 2852 - [[package]] 2853 - name = "rustc_version" 2854 - version = "0.4.1" 2855 - source = "registry+https://github.com/rust-lang/crates.io-index" 2856 - checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 2857 - dependencies = [ 2858 - "semver", 2859 - ] 2860 - 2861 - [[package]] 2862 - name = "rustversion" 2863 - version = "1.0.22" 2864 - source = "registry+https://github.com/rust-lang/crates.io-index" 2865 - checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 2866 - 2867 - [[package]] 2868 - name = "same-file" 2869 - version = "1.0.6" 2870 - source = "registry+https://github.com/rust-lang/crates.io-index" 2871 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2872 - dependencies = [ 2873 - "winapi-util", 2874 - ] 2875 - 2876 - [[package]] 2877 - name = "schemars" 2878 - version = "0.8.22" 2879 - source = "registry+https://github.com/rust-lang/crates.io-index" 2880 - checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615" 2881 - dependencies = [ 2882 - "dyn-clone", 2883 - "indexmap 1.9.3", 2884 - "schemars_derive", 2885 - "serde", 2886 - "serde_json", 2887 - "url", 2888 - "uuid", 2889 - ] 2890 - 2891 - [[package]] 2892 - name = "schemars" 2893 - version = "0.9.0" 2894 - source = "registry+https://github.com/rust-lang/crates.io-index" 2895 - checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" 2896 - dependencies = [ 2897 - "dyn-clone", 2898 - "ref-cast", 2899 - "serde", 2900 - "serde_json", 2901 - ] 2902 - 2903 - [[package]] 2904 - name = "schemars" 2905 - version = "1.2.1" 2906 - source = "registry+https://github.com/rust-lang/crates.io-index" 2907 - checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc" 2908 - dependencies = [ 2909 - "dyn-clone", 2910 - "ref-cast", 2911 - "serde", 2912 - "serde_json", 2913 - ] 2914 - 2915 - [[package]] 2916 - name = "schemars_derive" 2917 - version = "0.8.22" 2918 - source = "registry+https://github.com/rust-lang/crates.io-index" 2919 - checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d" 2920 - dependencies = [ 2921 - "proc-macro2", 2922 - "quote", 2923 - "serde_derive_internals", 2924 - "syn 2.0.117", 2925 - ] 2926 - 2927 - [[package]] 2928 - name = "scopeguard" 2929 - version = "1.2.0" 2930 - source = "registry+https://github.com/rust-lang/crates.io-index" 2931 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2932 - 2933 - [[package]] 2934 - name = "seahash" 2935 - version = "4.1.0" 2936 - source = "registry+https://github.com/rust-lang/crates.io-index" 2937 - checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" 2938 - 2939 - [[package]] 2940 - name = "selectors" 2941 - version = "0.24.0" 2942 - source = "registry+https://github.com/rust-lang/crates.io-index" 2943 - checksum = "0c37578180969d00692904465fb7f6b3d50b9a2b952b87c23d0e2e5cb5013416" 2944 - dependencies = [ 2945 - "bitflags 1.3.2", 2946 - "cssparser", 2947 - "derive_more", 2948 - "fxhash", 2949 - "log", 2950 - "phf 0.8.0", 2951 - "phf_codegen 0.8.0", 2952 - "precomputed-hash", 2953 - "servo_arc", 2954 - "smallvec", 2955 - ] 2956 - 2957 - [[package]] 2958 - name = "semver" 2959 - version = "1.0.27" 2960 - source = "registry+https://github.com/rust-lang/crates.io-index" 2961 - checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 2962 - dependencies = [ 2963 - "serde", 2964 - "serde_core", 2965 - ] 2966 - 2967 - [[package]] 2968 - name = "serde" 2969 - version = "1.0.228" 2970 - source = "registry+https://github.com/rust-lang/crates.io-index" 2971 - checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 2972 - dependencies = [ 2973 - "serde_core", 2974 - "serde_derive", 2975 - ] 2976 - 2977 - [[package]] 2978 - name = "serde-untagged" 2979 - version = "0.1.9" 2980 - source = "registry+https://github.com/rust-lang/crates.io-index" 2981 - checksum = "f9faf48a4a2d2693be24c6289dbe26552776eb7737074e6722891fadbe6c5058" 2982 - dependencies = [ 2983 - "erased-serde", 2984 - "serde", 2985 - "serde_core", 2986 - "typeid", 2987 - ] 2988 - 2989 - [[package]] 2990 - name = "serde_core" 2991 - version = "1.0.228" 2992 - source = "registry+https://github.com/rust-lang/crates.io-index" 2993 - checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 2994 - dependencies = [ 2995 - "serde_derive", 2996 - ] 2997 - 2998 - [[package]] 2999 - name = "serde_derive" 3000 - version = "1.0.228" 3001 - source = "registry+https://github.com/rust-lang/crates.io-index" 3002 - checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 3003 - dependencies = [ 3004 - "proc-macro2", 3005 - "quote", 3006 - "syn 2.0.117", 3007 - ] 3008 - 3009 - [[package]] 3010 - name = "serde_derive_internals" 3011 - version = "0.29.1" 3012 - source = "registry+https://github.com/rust-lang/crates.io-index" 3013 - checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" 3014 - dependencies = [ 3015 - "proc-macro2", 3016 - "quote", 3017 - "syn 2.0.117", 3018 - ] 3019 - 3020 - [[package]] 3021 - name = "serde_json" 3022 - version = "1.0.149" 3023 - source = "registry+https://github.com/rust-lang/crates.io-index" 3024 - checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 3025 - dependencies = [ 3026 - "itoa", 3027 - "memchr", 3028 - "serde", 3029 - "serde_core", 3030 - "zmij", 3031 - ] 3032 - 3033 - [[package]] 3034 - name = "serde_repr" 3035 - version = "0.1.20" 3036 - source = "registry+https://github.com/rust-lang/crates.io-index" 3037 - checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 3038 - dependencies = [ 3039 - "proc-macro2", 3040 - "quote", 3041 - "syn 2.0.117", 3042 - ] 3043 - 3044 - [[package]] 3045 - name = "serde_spanned" 3046 - version = "0.6.9" 3047 - source = "registry+https://github.com/rust-lang/crates.io-index" 3048 - checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" 3049 - dependencies = [ 3050 - "serde", 3051 - ] 3052 - 3053 - [[package]] 3054 - name = "serde_spanned" 3055 - version = "1.0.4" 3056 - source = "registry+https://github.com/rust-lang/crates.io-index" 3057 - checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776" 3058 - dependencies = [ 3059 - "serde_core", 3060 - ] 3061 - 3062 - [[package]] 3063 - name = "serde_with" 3064 - version = "3.16.1" 3065 - source = "registry+https://github.com/rust-lang/crates.io-index" 3066 - checksum = "4fa237f2807440d238e0364a218270b98f767a00d3dada77b1c53ae88940e2e7" 3067 - dependencies = [ 3068 - "base64 0.22.1", 3069 - "chrono", 3070 - "hex", 3071 - "indexmap 1.9.3", 3072 - "indexmap 2.13.0", 3073 - "schemars 0.9.0", 3074 - "schemars 1.2.1", 3075 - "serde_core", 3076 - "serde_json", 3077 - "serde_with_macros", 3078 - "time", 3079 - ] 3080 - 3081 - [[package]] 3082 - name = "serde_with_macros" 3083 - version = "3.16.1" 3084 - source = "registry+https://github.com/rust-lang/crates.io-index" 3085 - checksum = "52a8e3ca0ca629121f70ab50f95249e5a6f925cc0f6ffe8256c45b728875706c" 3086 - dependencies = [ 3087 - "darling", 3088 - "proc-macro2", 3089 - "quote", 3090 - "syn 2.0.117", 3091 - ] 3092 - 3093 - [[package]] 3094 - name = "serialize-to-javascript" 3095 - version = "0.1.2" 3096 - source = "registry+https://github.com/rust-lang/crates.io-index" 3097 - checksum = "04f3666a07a197cdb77cdf306c32be9b7f598d7060d50cfd4d5aa04bfd92f6c5" 3098 - dependencies = [ 3099 - "serde", 3100 - "serde_json", 3101 - "serialize-to-javascript-impl", 3102 - ] 3103 - 3104 - [[package]] 3105 - name = "serialize-to-javascript-impl" 3106 - version = "0.1.2" 3107 - source = "registry+https://github.com/rust-lang/crates.io-index" 3108 - checksum = "772ee033c0916d670af7860b6e1ef7d658a4629a6d0b4c8c3e67f09b3765b75d" 3109 - dependencies = [ 3110 - "proc-macro2", 3111 - "quote", 3112 - "syn 2.0.117", 3113 - ] 3114 - 3115 - [[package]] 3116 - name = "servo_arc" 3117 - version = "0.2.0" 3118 - source = "registry+https://github.com/rust-lang/crates.io-index" 3119 - checksum = "d52aa42f8fdf0fed91e5ce7f23d8138441002fa31dca008acf47e6fd4721f741" 3120 - dependencies = [ 3121 - "nodrop", 3122 - "stable_deref_trait", 3123 - ] 3124 - 3125 - [[package]] 3126 - name = "sha2" 3127 - version = "0.10.9" 3128 - source = "registry+https://github.com/rust-lang/crates.io-index" 3129 - checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 3130 - dependencies = [ 3131 - "cfg-if", 3132 - "cpufeatures", 3133 - "digest", 3134 - ] 3135 - 3136 - [[package]] 3137 - name = "shlex" 3138 - version = "1.3.0" 3139 - source = "registry+https://github.com/rust-lang/crates.io-index" 3140 - checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 3141 - 3142 - [[package]] 3143 - name = "simd-adler32" 3144 - version = "0.3.8" 3145 - source = "registry+https://github.com/rust-lang/crates.io-index" 3146 - checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" 3147 - 3148 - [[package]] 3149 - name = "simdutf8" 3150 - version = "0.1.5" 3151 - source = "registry+https://github.com/rust-lang/crates.io-index" 3152 - checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" 3153 - 3154 - [[package]] 3155 - name = "siphasher" 3156 - version = "0.3.11" 3157 - source = "registry+https://github.com/rust-lang/crates.io-index" 3158 - checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 3159 - 3160 - [[package]] 3161 - name = "siphasher" 3162 - version = "1.0.2" 3163 - source = "registry+https://github.com/rust-lang/crates.io-index" 3164 - checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" 3165 - 3166 - [[package]] 3167 - name = "slab" 3168 - version = "0.4.12" 3169 - source = "registry+https://github.com/rust-lang/crates.io-index" 3170 - checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 3171 - 3172 - [[package]] 3173 - name = "smallvec" 3174 - version = "1.15.1" 3175 - source = "registry+https://github.com/rust-lang/crates.io-index" 3176 - checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 3177 - 3178 - [[package]] 3179 - name = "socket2" 3180 - version = "0.6.2" 3181 - source = "registry+https://github.com/rust-lang/crates.io-index" 3182 - checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" 3183 - dependencies = [ 3184 - "libc", 3185 - "windows-sys 0.60.2", 3186 - ] 3187 - 3188 - [[package]] 3189 - name = "softbuffer" 3190 - version = "0.4.8" 3191 - source = "registry+https://github.com/rust-lang/crates.io-index" 3192 - checksum = "aac18da81ebbf05109ab275b157c22a653bb3c12cf884450179942f81bcbf6c3" 3193 - dependencies = [ 3194 - "bytemuck", 3195 - "js-sys", 3196 - "ndk", 3197 - "objc2", 3198 - "objc2-core-foundation", 3199 - "objc2-core-graphics", 3200 - "objc2-foundation", 3201 - "objc2-quartz-core", 3202 - "raw-window-handle", 3203 - "redox_syscall", 3204 - "tracing", 3205 - "wasm-bindgen", 3206 - "web-sys", 3207 - "windows-sys 0.61.2", 3208 - ] 3209 - 3210 - [[package]] 3211 - name = "soup3" 3212 - version = "0.5.0" 3213 - source = "registry+https://github.com/rust-lang/crates.io-index" 3214 - checksum = "471f924a40f31251afc77450e781cb26d55c0b650842efafc9c6cbd2f7cc4f9f" 3215 - dependencies = [ 3216 - "futures-channel", 3217 - "gio", 3218 - "glib", 3219 - "libc", 3220 - "soup3-sys", 3221 - ] 3222 - 3223 - [[package]] 3224 - name = "soup3-sys" 3225 - version = "0.5.0" 3226 - source = "registry+https://github.com/rust-lang/crates.io-index" 3227 - checksum = "7ebe8950a680a12f24f15ebe1bf70db7af98ad242d9db43596ad3108aab86c27" 3228 - dependencies = [ 3229 - "gio-sys", 3230 - "glib-sys", 3231 - "gobject-sys", 3232 - "libc", 3233 - "system-deps", 3234 - ] 3235 - 3236 - [[package]] 3237 - name = "stable_deref_trait" 3238 - version = "1.2.1" 3239 - source = "registry+https://github.com/rust-lang/crates.io-index" 3240 - checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 3241 - 3242 - [[package]] 3243 - name = "string_cache" 3244 - version = "0.8.9" 3245 - source = "registry+https://github.com/rust-lang/crates.io-index" 3246 - checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f" 3247 - dependencies = [ 3248 - "new_debug_unreachable", 3249 - "parking_lot", 3250 - "phf_shared 0.11.3", 3251 - "precomputed-hash", 3252 - "serde", 3253 - ] 3254 - 3255 - [[package]] 3256 - name = "string_cache_codegen" 3257 - version = "0.5.4" 3258 - source = "registry+https://github.com/rust-lang/crates.io-index" 3259 - checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0" 3260 - dependencies = [ 3261 - "phf_generator 0.11.3", 3262 - "phf_shared 0.11.3", 3263 - "proc-macro2", 3264 - "quote", 3265 - ] 3266 - 3267 - [[package]] 3268 - name = "strsim" 3269 - version = "0.11.1" 3270 - source = "registry+https://github.com/rust-lang/crates.io-index" 3271 - checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 3272 - 3273 - [[package]] 3274 - name = "swift-rs" 3275 - version = "1.0.7" 3276 - source = "registry+https://github.com/rust-lang/crates.io-index" 3277 - checksum = "4057c98e2e852d51fdcfca832aac7b571f6b351ad159f9eda5db1655f8d0c4d7" 3278 - dependencies = [ 3279 - "base64 0.21.7", 3280 - "serde", 3281 - "serde_json", 3282 - ] 3283 - 3284 - [[package]] 3285 - name = "syn" 3286 - version = "1.0.109" 3287 - source = "registry+https://github.com/rust-lang/crates.io-index" 3288 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 3289 - dependencies = [ 3290 - "proc-macro2", 3291 - "quote", 3292 - "unicode-ident", 3293 - ] 3294 - 3295 - [[package]] 3296 - name = "syn" 3297 - version = "2.0.117" 3298 - source = "registry+https://github.com/rust-lang/crates.io-index" 3299 - checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" 3300 - dependencies = [ 3301 - "proc-macro2", 3302 - "quote", 3303 - "unicode-ident", 3304 - ] 3305 - 3306 - [[package]] 3307 - name = "sync_wrapper" 3308 - version = "1.0.2" 3309 - source = "registry+https://github.com/rust-lang/crates.io-index" 3310 - checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 3311 - dependencies = [ 3312 - "futures-core", 3313 - ] 3314 - 3315 - [[package]] 3316 - name = "synstructure" 3317 - version = "0.13.2" 3318 - source = "registry+https://github.com/rust-lang/crates.io-index" 3319 - checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 3320 - dependencies = [ 3321 - "proc-macro2", 3322 - "quote", 3323 - "syn 2.0.117", 3324 - ] 3325 - 3326 - [[package]] 3327 - name = "system-deps" 3328 - version = "6.2.2" 3329 - source = "registry+https://github.com/rust-lang/crates.io-index" 3330 - checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349" 3331 - dependencies = [ 3332 - "cfg-expr", 3333 - "heck 0.5.0", 3334 - "pkg-config", 3335 - "toml 0.8.2", 3336 - "version-compare", 3337 - ] 3338 - 3339 - [[package]] 3340 - name = "tao" 3341 - version = "0.34.5" 3342 - source = "registry+https://github.com/rust-lang/crates.io-index" 3343 - checksum = "f3a753bdc39c07b192151523a3f77cd0394aa75413802c883a0f6f6a0e5ee2e7" 3344 - dependencies = [ 3345 - "bitflags 2.11.0", 3346 - "block2", 3347 - "core-foundation", 3348 - "core-graphics", 3349 - "crossbeam-channel", 3350 - "dispatch", 3351 - "dlopen2", 3352 - "dpi", 3353 - "gdkwayland-sys", 3354 - "gdkx11-sys", 3355 - "gtk", 3356 - "jni", 3357 - "lazy_static", 3358 - "libc", 3359 - "log", 3360 - "ndk", 3361 - "ndk-context", 3362 - "ndk-sys", 3363 - "objc2", 3364 - "objc2-app-kit", 3365 - "objc2-foundation", 3366 - "once_cell", 3367 - "parking_lot", 3368 - "raw-window-handle", 3369 - "scopeguard", 3370 - "tao-macros", 3371 - "unicode-segmentation", 3372 - "url", 3373 - "windows", 3374 - "windows-core 0.61.2", 3375 - "windows-version", 3376 - "x11-dl", 3377 - ] 3378 - 3379 - [[package]] 3380 - name = "tao-macros" 3381 - version = "0.1.3" 3382 - source = "registry+https://github.com/rust-lang/crates.io-index" 3383 - checksum = "f4e16beb8b2ac17db28eab8bca40e62dbfbb34c0fcdc6d9826b11b7b5d047dfd" 3384 - dependencies = [ 3385 - "proc-macro2", 3386 - "quote", 3387 - "syn 2.0.117", 3388 - ] 3389 - 3390 - [[package]] 3391 - name = "tap" 3392 - version = "1.0.1" 3393 - source = "registry+https://github.com/rust-lang/crates.io-index" 3394 - checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 3395 - 3396 - [[package]] 3397 - name = "target-lexicon" 3398 - version = "0.12.16" 3399 - source = "registry+https://github.com/rust-lang/crates.io-index" 3400 - checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" 3401 - 3402 - [[package]] 3403 - name = "tauri" 3404 - version = "2.10.2" 3405 - source = "registry+https://github.com/rust-lang/crates.io-index" 3406 - checksum = "463ae8677aa6d0f063a900b9c41ecd4ac2b7ca82f0b058cc4491540e55b20129" 3407 - dependencies = [ 3408 - "anyhow", 3409 - "bytes", 3410 - "cookie", 3411 - "dirs", 3412 - "dunce", 3413 - "embed_plist", 3414 - "getrandom 0.3.4", 3415 - "glob", 3416 - "gtk", 3417 - "heck 0.5.0", 3418 - "http", 3419 - "jni", 3420 - "libc", 3421 - "log", 3422 - "mime", 3423 - "muda", 3424 - "objc2", 3425 - "objc2-app-kit", 3426 - "objc2-foundation", 3427 - "objc2-ui-kit", 3428 - "objc2-web-kit", 3429 - "percent-encoding", 3430 - "plist", 3431 - "raw-window-handle", 3432 - "reqwest", 3433 - "serde", 3434 - "serde_json", 3435 - "serde_repr", 3436 - "serialize-to-javascript", 3437 - "swift-rs", 3438 - "tauri-build", 3439 - "tauri-macros", 3440 - "tauri-runtime", 3441 - "tauri-runtime-wry", 3442 - "tauri-utils", 3443 - "thiserror 2.0.18", 3444 - "tokio", 3445 - "tray-icon", 3446 - "url", 3447 - "webkit2gtk", 3448 - "webview2-com", 3449 - "window-vibrancy", 3450 - "windows", 3451 - ] 3452 - 3453 - [[package]] 3454 - name = "tauri-build" 3455 - version = "2.5.5" 3456 - source = "registry+https://github.com/rust-lang/crates.io-index" 3457 - checksum = "ca7bd893329425df750813e95bd2b643d5369d929438da96d5bbb7cc2c918f74" 3458 - dependencies = [ 3459 - "anyhow", 3460 - "cargo_toml", 3461 - "dirs", 3462 - "glob", 3463 - "heck 0.5.0", 3464 - "json-patch", 3465 - "schemars 0.8.22", 3466 - "semver", 3467 - "serde", 3468 - "serde_json", 3469 - "tauri-utils", 3470 - "tauri-winres", 3471 - "toml 0.9.12+spec-1.1.0", 3472 - "walkdir", 3473 - ] 3474 - 3475 - [[package]] 3476 - name = "tauri-codegen" 3477 - version = "2.5.4" 3478 - source = "registry+https://github.com/rust-lang/crates.io-index" 3479 - checksum = "aac423e5859d9f9ccdd32e3cf6a5866a15bedbf25aa6630bcb2acde9468f6ae3" 3480 - dependencies = [ 3481 - "base64 0.22.1", 3482 - "brotli", 3483 - "ico", 3484 - "json-patch", 3485 - "plist", 3486 - "png", 3487 - "proc-macro2", 3488 - "quote", 3489 - "semver", 3490 - "serde", 3491 - "serde_json", 3492 - "sha2", 3493 - "syn 2.0.117", 3494 - "tauri-utils", 3495 - "thiserror 2.0.18", 3496 - "time", 3497 - "url", 3498 - "uuid", 3499 - "walkdir", 3500 - ] 3501 - 3502 - [[package]] 3503 - name = "tauri-macros" 3504 - version = "2.5.4" 3505 - source = "registry+https://github.com/rust-lang/crates.io-index" 3506 - checksum = "1b6a1bd2861ff0c8766b1d38b32a6a410f6dc6532d4ef534c47cfb2236092f59" 3507 - dependencies = [ 3508 - "heck 0.5.0", 3509 - "proc-macro2", 3510 - "quote", 3511 - "syn 2.0.117", 3512 - "tauri-codegen", 3513 - "tauri-utils", 3514 - ] 3515 - 3516 - [[package]] 3517 - name = "tauri-plugin" 3518 - version = "2.5.3" 3519 - source = "registry+https://github.com/rust-lang/crates.io-index" 3520 - checksum = "692a77abd8b8773e107a42ec0e05b767b8d2b7ece76ab36c6c3947e34df9f53f" 3521 - dependencies = [ 3522 - "anyhow", 3523 - "glob", 3524 - "plist", 3525 - "schemars 0.8.22", 3526 - "serde", 3527 - "serde_json", 3528 - "tauri-utils", 3529 - "toml 0.9.12+spec-1.1.0", 3530 - "walkdir", 3531 - ] 3532 - 3533 - [[package]] 3534 - name = "tauri-plugin-log" 3535 - version = "2.8.0" 3536 - source = "registry+https://github.com/rust-lang/crates.io-index" 3537 - checksum = "7545bd67f070a4500432c826e2e0682146a1d6712aee22a2786490156b574d93" 3538 - dependencies = [ 3539 - "android_logger", 3540 - "byte-unit", 3541 - "fern", 3542 - "log", 3543 - "objc2", 3544 - "objc2-foundation", 3545 - "serde", 3546 - "serde_json", 3547 - "serde_repr", 3548 - "swift-rs", 3549 - "tauri", 3550 - "tauri-plugin", 3551 - "thiserror 2.0.18", 3552 - "time", 3553 - ] 3554 - 3555 - [[package]] 3556 - name = "tauri-runtime" 3557 - version = "2.10.0" 3558 - source = "registry+https://github.com/rust-lang/crates.io-index" 3559 - checksum = "b885ffeac82b00f1f6fd292b6e5aabfa7435d537cef57d11e38a489956535651" 3560 - dependencies = [ 3561 - "cookie", 3562 - "dpi", 3563 - "gtk", 3564 - "http", 3565 - "jni", 3566 - "objc2", 3567 - "objc2-ui-kit", 3568 - "objc2-web-kit", 3569 - "raw-window-handle", 3570 - "serde", 3571 - "serde_json", 3572 - "tauri-utils", 3573 - "thiserror 2.0.18", 3574 - "url", 3575 - "webkit2gtk", 3576 - "webview2-com", 3577 - "windows", 3578 - ] 3579 - 3580 - [[package]] 3581 - name = "tauri-runtime-wry" 3582 - version = "2.10.0" 3583 - source = "registry+https://github.com/rust-lang/crates.io-index" 3584 - checksum = "5204682391625e867d16584fedc83fc292fb998814c9f7918605c789cd876314" 3585 - dependencies = [ 3586 - "gtk", 3587 - "http", 3588 - "jni", 3589 - "log", 3590 - "objc2", 3591 - "objc2-app-kit", 3592 - "objc2-foundation", 3593 - "once_cell", 3594 - "percent-encoding", 3595 - "raw-window-handle", 3596 - "softbuffer", 3597 - "tao", 3598 - "tauri-runtime", 3599 - "tauri-utils", 3600 - "url", 3601 - "webkit2gtk", 3602 - "webview2-com", 3603 - "windows", 3604 - "wry", 3605 - ] 3606 - 3607 - [[package]] 3608 - name = "tauri-utils" 3609 - version = "2.8.2" 3610 - source = "registry+https://github.com/rust-lang/crates.io-index" 3611 - checksum = "fcd169fccdff05eff2c1033210b9b94acd07a47e6fa9a3431cf09cfd4f01c87e" 3612 - dependencies = [ 3613 - "anyhow", 3614 - "brotli", 3615 - "cargo_metadata", 3616 - "ctor", 3617 - "dunce", 3618 - "glob", 3619 - "html5ever", 3620 - "http", 3621 - "infer", 3622 - "json-patch", 3623 - "kuchikiki", 3624 - "log", 3625 - "memchr", 3626 - "phf 0.11.3", 3627 - "proc-macro2", 3628 - "quote", 3629 - "regex", 3630 - "schemars 0.8.22", 3631 - "semver", 3632 - "serde", 3633 - "serde-untagged", 3634 - "serde_json", 3635 - "serde_with", 3636 - "swift-rs", 3637 - "thiserror 2.0.18", 3638 - "toml 0.9.12+spec-1.1.0", 3639 - "url", 3640 - "urlpattern", 3641 - "uuid", 3642 - "walkdir", 3643 - ] 3644 - 3645 - [[package]] 3646 - name = "tauri-winres" 3647 - version = "0.3.5" 3648 - source = "registry+https://github.com/rust-lang/crates.io-index" 3649 - checksum = "1087b111fe2b005e42dbdc1990fc18593234238d47453b0c99b7de1c9ab2c1e0" 3650 - dependencies = [ 3651 - "dunce", 3652 - "embed-resource", 3653 - "toml 0.9.12+spec-1.1.0", 3654 - ] 3655 - 3656 - [[package]] 3657 - name = "tendril" 3658 - version = "0.4.3" 3659 - source = "registry+https://github.com/rust-lang/crates.io-index" 3660 - checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" 3661 - dependencies = [ 3662 - "futf", 3663 - "mac", 3664 - "utf-8", 3665 - ] 3666 - 3667 - [[package]] 3668 - name = "thiserror" 3669 - version = "1.0.69" 3670 - source = "registry+https://github.com/rust-lang/crates.io-index" 3671 - checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 3672 - dependencies = [ 3673 - "thiserror-impl 1.0.69", 3674 - ] 3675 - 3676 - [[package]] 3677 - name = "thiserror" 3678 - version = "2.0.18" 3679 - source = "registry+https://github.com/rust-lang/crates.io-index" 3680 - checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 3681 - dependencies = [ 3682 - "thiserror-impl 2.0.18", 3683 - ] 3684 - 3685 - [[package]] 3686 - name = "thiserror-impl" 3687 - version = "1.0.69" 3688 - source = "registry+https://github.com/rust-lang/crates.io-index" 3689 - checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 3690 - dependencies = [ 3691 - "proc-macro2", 3692 - "quote", 3693 - "syn 2.0.117", 3694 - ] 3695 - 3696 - [[package]] 3697 - name = "thiserror-impl" 3698 - version = "2.0.18" 3699 - source = "registry+https://github.com/rust-lang/crates.io-index" 3700 - checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 3701 - dependencies = [ 3702 - "proc-macro2", 3703 - "quote", 3704 - "syn 2.0.117", 3705 - ] 3706 - 3707 - [[package]] 3708 - name = "time" 3709 - version = "0.3.47" 3710 - source = "registry+https://github.com/rust-lang/crates.io-index" 3711 - checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" 3712 - dependencies = [ 3713 - "deranged", 3714 - "itoa", 3715 - "libc", 3716 - "num-conv", 3717 - "num_threads", 3718 - "powerfmt", 3719 - "serde_core", 3720 - "time-core", 3721 - "time-macros", 3722 - ] 3723 - 3724 - [[package]] 3725 - name = "time-core" 3726 - version = "0.1.8" 3727 - source = "registry+https://github.com/rust-lang/crates.io-index" 3728 - checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" 3729 - 3730 - [[package]] 3731 - name = "time-macros" 3732 - version = "0.2.27" 3733 - source = "registry+https://github.com/rust-lang/crates.io-index" 3734 - checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" 3735 - dependencies = [ 3736 - "num-conv", 3737 - "time-core", 3738 - ] 3739 - 3740 - [[package]] 3741 - name = "tinystr" 3742 - version = "0.8.2" 3743 - source = "registry+https://github.com/rust-lang/crates.io-index" 3744 - checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" 3745 - dependencies = [ 3746 - "displaydoc", 3747 - "zerovec", 3748 - ] 3749 - 3750 - [[package]] 3751 - name = "tinyvec" 3752 - version = "1.10.0" 3753 - source = "registry+https://github.com/rust-lang/crates.io-index" 3754 - checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 3755 - dependencies = [ 3756 - "tinyvec_macros", 3757 - ] 3758 - 3759 - [[package]] 3760 - name = "tinyvec_macros" 3761 - version = "0.1.1" 3762 - source = "registry+https://github.com/rust-lang/crates.io-index" 3763 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 3764 - 3765 - [[package]] 3766 - name = "tokio" 3767 - version = "1.49.0" 3768 - source = "registry+https://github.com/rust-lang/crates.io-index" 3769 - checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" 3770 - dependencies = [ 3771 - "bytes", 3772 - "libc", 3773 - "mio", 3774 - "pin-project-lite", 3775 - "socket2", 3776 - "windows-sys 0.61.2", 3777 - ] 3778 - 3779 - [[package]] 3780 - name = "tokio-util" 3781 - version = "0.7.18" 3782 - source = "registry+https://github.com/rust-lang/crates.io-index" 3783 - checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" 3784 - dependencies = [ 3785 - "bytes", 3786 - "futures-core", 3787 - "futures-sink", 3788 - "pin-project-lite", 3789 - "tokio", 3790 - ] 3791 - 3792 - [[package]] 3793 - name = "toml" 3794 - version = "0.8.2" 3795 - source = "registry+https://github.com/rust-lang/crates.io-index" 3796 - checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d" 3797 - dependencies = [ 3798 - "serde", 3799 - "serde_spanned 0.6.9", 3800 - "toml_datetime 0.6.3", 3801 - "toml_edit 0.20.2", 3802 - ] 3803 - 3804 - [[package]] 3805 - name = "toml" 3806 - version = "0.9.12+spec-1.1.0" 3807 - source = "registry+https://github.com/rust-lang/crates.io-index" 3808 - checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" 3809 - dependencies = [ 3810 - "indexmap 2.13.0", 3811 - "serde_core", 3812 - "serde_spanned 1.0.4", 3813 - "toml_datetime 0.7.5+spec-1.1.0", 3814 - "toml_parser", 3815 - "toml_writer", 3816 - "winnow 0.7.14", 3817 - ] 3818 - 3819 - [[package]] 3820 - name = "toml_datetime" 3821 - version = "0.6.3" 3822 - source = "registry+https://github.com/rust-lang/crates.io-index" 3823 - checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" 3824 - dependencies = [ 3825 - "serde", 3826 - ] 3827 - 3828 - [[package]] 3829 - name = "toml_datetime" 3830 - version = "0.7.5+spec-1.1.0" 3831 - source = "registry+https://github.com/rust-lang/crates.io-index" 3832 - checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" 3833 - dependencies = [ 3834 - "serde_core", 3835 - ] 3836 - 3837 - [[package]] 3838 - name = "toml_edit" 3839 - version = "0.19.15" 3840 - source = "registry+https://github.com/rust-lang/crates.io-index" 3841 - checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 3842 - dependencies = [ 3843 - "indexmap 2.13.0", 3844 - "toml_datetime 0.6.3", 3845 - "winnow 0.5.40", 3846 - ] 3847 - 3848 - [[package]] 3849 - name = "toml_edit" 3850 - version = "0.20.2" 3851 - source = "registry+https://github.com/rust-lang/crates.io-index" 3852 - checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" 3853 - dependencies = [ 3854 - "indexmap 2.13.0", 3855 - "serde", 3856 - "serde_spanned 0.6.9", 3857 - "toml_datetime 0.6.3", 3858 - "winnow 0.5.40", 3859 - ] 3860 - 3861 - [[package]] 3862 - name = "toml_edit" 3863 - version = "0.23.10+spec-1.0.0" 3864 - source = "registry+https://github.com/rust-lang/crates.io-index" 3865 - checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269" 3866 - dependencies = [ 3867 - "indexmap 2.13.0", 3868 - "toml_datetime 0.7.5+spec-1.1.0", 3869 - "toml_parser", 3870 - "winnow 0.7.14", 3871 - ] 3872 - 3873 - [[package]] 3874 - name = "toml_parser" 3875 - version = "1.0.9+spec-1.1.0" 3876 - source = "registry+https://github.com/rust-lang/crates.io-index" 3877 - checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4" 3878 - dependencies = [ 3879 - "winnow 0.7.14", 3880 - ] 3881 - 3882 - [[package]] 3883 - name = "toml_writer" 3884 - version = "1.0.6+spec-1.1.0" 3885 - source = "registry+https://github.com/rust-lang/crates.io-index" 3886 - checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607" 3887 - 3888 - [[package]] 3889 - name = "tower" 3890 - version = "0.5.3" 3891 - source = "registry+https://github.com/rust-lang/crates.io-index" 3892 - checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" 3893 - dependencies = [ 3894 - "futures-core", 3895 - "futures-util", 3896 - "pin-project-lite", 3897 - "sync_wrapper", 3898 - "tokio", 3899 - "tower-layer", 3900 - "tower-service", 3901 - ] 3902 - 3903 - [[package]] 3904 - name = "tower-http" 3905 - version = "0.6.8" 3906 - source = "registry+https://github.com/rust-lang/crates.io-index" 3907 - checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" 3908 - dependencies = [ 3909 - "bitflags 2.11.0", 3910 - "bytes", 3911 - "futures-util", 3912 - "http", 3913 - "http-body", 3914 - "iri-string", 3915 - "pin-project-lite", 3916 - "tower", 3917 - "tower-layer", 3918 - "tower-service", 3919 - ] 3920 - 3921 - [[package]] 3922 - name = "tower-layer" 3923 - version = "0.3.3" 3924 - source = "registry+https://github.com/rust-lang/crates.io-index" 3925 - checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 3926 - 3927 - [[package]] 3928 - name = "tower-service" 3929 - version = "0.3.3" 3930 - source = "registry+https://github.com/rust-lang/crates.io-index" 3931 - checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 3932 - 3933 - [[package]] 3934 - name = "tracing" 3935 - version = "0.1.44" 3936 - source = "registry+https://github.com/rust-lang/crates.io-index" 3937 - checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 3938 - dependencies = [ 3939 - "pin-project-lite", 3940 - "tracing-core", 3941 - ] 3942 - 3943 - [[package]] 3944 - name = "tracing-core" 3945 - version = "0.1.36" 3946 - source = "registry+https://github.com/rust-lang/crates.io-index" 3947 - checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 3948 - dependencies = [ 3949 - "once_cell", 3950 - ] 3951 - 3952 - [[package]] 3953 - name = "tray-icon" 3954 - version = "0.21.3" 3955 - source = "registry+https://github.com/rust-lang/crates.io-index" 3956 - checksum = "a5e85aa143ceb072062fc4d6356c1b520a51d636e7bc8e77ec94be3608e5e80c" 3957 - dependencies = [ 3958 - "crossbeam-channel", 3959 - "dirs", 3960 - "libappindicator", 3961 - "muda", 3962 - "objc2", 3963 - "objc2-app-kit", 3964 - "objc2-core-foundation", 3965 - "objc2-core-graphics", 3966 - "objc2-foundation", 3967 - "once_cell", 3968 - "png", 3969 - "serde", 3970 - "thiserror 2.0.18", 3971 - "windows-sys 0.60.2", 3972 - ] 3973 - 3974 - [[package]] 3975 - name = "try-lock" 3976 - version = "0.2.5" 3977 - source = "registry+https://github.com/rust-lang/crates.io-index" 3978 - checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 3979 - 3980 - [[package]] 3981 - name = "typeid" 3982 - version = "1.0.3" 3983 - source = "registry+https://github.com/rust-lang/crates.io-index" 3984 - checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" 3985 - 3986 - [[package]] 3987 - name = "typenum" 3988 - version = "1.19.0" 3989 - source = "registry+https://github.com/rust-lang/crates.io-index" 3990 - checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 3991 - 3992 - [[package]] 3993 - name = "unic-char-property" 3994 - version = "0.9.0" 3995 - source = "registry+https://github.com/rust-lang/crates.io-index" 3996 - checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" 3997 - dependencies = [ 3998 - "unic-char-range", 3999 - ] 4000 - 4001 - [[package]] 4002 - name = "unic-char-range" 4003 - version = "0.9.0" 4004 - source = "registry+https://github.com/rust-lang/crates.io-index" 4005 - checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" 4006 - 4007 - [[package]] 4008 - name = "unic-common" 4009 - version = "0.9.0" 4010 - source = "registry+https://github.com/rust-lang/crates.io-index" 4011 - checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" 4012 - 4013 - [[package]] 4014 - name = "unic-ucd-ident" 4015 - version = "0.9.0" 4016 - source = "registry+https://github.com/rust-lang/crates.io-index" 4017 - checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987" 4018 - dependencies = [ 4019 - "unic-char-property", 4020 - "unic-char-range", 4021 - "unic-ucd-version", 4022 - ] 4023 - 4024 - [[package]] 4025 - name = "unic-ucd-version" 4026 - version = "0.9.0" 4027 - source = "registry+https://github.com/rust-lang/crates.io-index" 4028 - checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" 4029 - dependencies = [ 4030 - "unic-common", 4031 - ] 4032 - 4033 - [[package]] 4034 - name = "unicode-ident" 4035 - version = "1.0.24" 4036 - source = "registry+https://github.com/rust-lang/crates.io-index" 4037 - checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 4038 - 4039 - [[package]] 4040 - name = "unicode-segmentation" 4041 - version = "1.12.0" 4042 - source = "registry+https://github.com/rust-lang/crates.io-index" 4043 - checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 4044 - 4045 - [[package]] 4046 - name = "unicode-xid" 4047 - version = "0.2.6" 4048 - source = "registry+https://github.com/rust-lang/crates.io-index" 4049 - checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 4050 - 4051 - [[package]] 4052 - name = "url" 4053 - version = "2.5.8" 4054 - source = "registry+https://github.com/rust-lang/crates.io-index" 4055 - checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 4056 - dependencies = [ 4057 - "form_urlencoded", 4058 - "idna", 4059 - "percent-encoding", 4060 - "serde", 4061 - "serde_derive", 4062 - ] 4063 - 4064 - [[package]] 4065 - name = "urlpattern" 4066 - version = "0.3.0" 4067 - source = "registry+https://github.com/rust-lang/crates.io-index" 4068 - checksum = "70acd30e3aa1450bc2eece896ce2ad0d178e9c079493819301573dae3c37ba6d" 4069 - dependencies = [ 4070 - "regex", 4071 - "serde", 4072 - "unic-ucd-ident", 4073 - "url", 4074 - ] 4075 - 4076 - [[package]] 4077 - name = "utf-8" 4078 - version = "0.7.6" 4079 - source = "registry+https://github.com/rust-lang/crates.io-index" 4080 - checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 4081 - 4082 - [[package]] 4083 - name = "utf8-width" 4084 - version = "0.1.8" 4085 - source = "registry+https://github.com/rust-lang/crates.io-index" 4086 - checksum = "1292c0d970b54115d14f2492fe0170adf21d68a1de108eebc51c1df4f346a091" 4087 - 4088 - [[package]] 4089 - name = "utf8_iter" 4090 - version = "1.0.4" 4091 - source = "registry+https://github.com/rust-lang/crates.io-index" 4092 - checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 4093 - 4094 - [[package]] 4095 - name = "uuid" 4096 - version = "1.21.0" 4097 - source = "registry+https://github.com/rust-lang/crates.io-index" 4098 - checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb" 4099 - dependencies = [ 4100 - "getrandom 0.4.1", 4101 - "js-sys", 4102 - "serde_core", 4103 - "wasm-bindgen", 4104 - ] 4105 - 4106 - [[package]] 4107 - name = "value-bag" 4108 - version = "1.12.0" 4109 - source = "registry+https://github.com/rust-lang/crates.io-index" 4110 - checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0" 4111 - 4112 - [[package]] 4113 - name = "version-compare" 4114 - version = "0.2.1" 4115 - source = "registry+https://github.com/rust-lang/crates.io-index" 4116 - checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e" 4117 - 4118 - [[package]] 4119 - name = "version_check" 4120 - version = "0.9.5" 4121 - source = "registry+https://github.com/rust-lang/crates.io-index" 4122 - checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 4123 - 4124 - [[package]] 4125 - name = "vswhom" 4126 - version = "0.1.0" 4127 - source = "registry+https://github.com/rust-lang/crates.io-index" 4128 - checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b" 4129 - dependencies = [ 4130 - "libc", 4131 - "vswhom-sys", 4132 - ] 4133 - 4134 - [[package]] 4135 - name = "vswhom-sys" 4136 - version = "0.1.3" 4137 - source = "registry+https://github.com/rust-lang/crates.io-index" 4138 - checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150" 4139 - dependencies = [ 4140 - "cc", 4141 - "libc", 4142 - ] 4143 - 4144 - [[package]] 4145 - name = "walkdir" 4146 - version = "2.5.0" 4147 - source = "registry+https://github.com/rust-lang/crates.io-index" 4148 - checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 4149 - dependencies = [ 4150 - "same-file", 4151 - "winapi-util", 4152 - ] 4153 - 4154 - [[package]] 4155 - name = "want" 4156 - version = "0.3.1" 4157 - source = "registry+https://github.com/rust-lang/crates.io-index" 4158 - checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 4159 - dependencies = [ 4160 - "try-lock", 4161 - ] 4162 - 4163 - [[package]] 4164 - name = "wasi" 4165 - version = "0.9.0+wasi-snapshot-preview1" 4166 - source = "registry+https://github.com/rust-lang/crates.io-index" 4167 - checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 4168 - 4169 - [[package]] 4170 - name = "wasi" 4171 - version = "0.11.1+wasi-snapshot-preview1" 4172 - source = "registry+https://github.com/rust-lang/crates.io-index" 4173 - checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 4174 - 4175 - [[package]] 4176 - name = "wasip2" 4177 - version = "1.0.2+wasi-0.2.9" 4178 - source = "registry+https://github.com/rust-lang/crates.io-index" 4179 - checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" 4180 - dependencies = [ 4181 - "wit-bindgen", 4182 - ] 4183 - 4184 - [[package]] 4185 - name = "wasip3" 4186 - version = "0.4.0+wasi-0.3.0-rc-2026-01-06" 4187 - source = "registry+https://github.com/rust-lang/crates.io-index" 4188 - checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" 4189 - dependencies = [ 4190 - "wit-bindgen", 4191 - ] 4192 - 4193 - [[package]] 4194 - name = "wasm-bindgen" 4195 - version = "0.2.111" 4196 - source = "registry+https://github.com/rust-lang/crates.io-index" 4197 - checksum = "ec1adf1535672f5b7824f817792b1afd731d7e843d2d04ec8f27e8cb51edd8ac" 4198 - dependencies = [ 4199 - "cfg-if", 4200 - "once_cell", 4201 - "rustversion", 4202 - "wasm-bindgen-macro", 4203 - "wasm-bindgen-shared", 4204 - ] 4205 - 4206 - [[package]] 4207 - name = "wasm-bindgen-futures" 4208 - version = "0.4.61" 4209 - source = "registry+https://github.com/rust-lang/crates.io-index" 4210 - checksum = "fe88540d1c934c4ec8e6db0afa536876c5441289d7f9f9123d4f065ac1250a6b" 4211 - dependencies = [ 4212 - "cfg-if", 4213 - "futures-util", 4214 - "js-sys", 4215 - "once_cell", 4216 - "wasm-bindgen", 4217 - "web-sys", 4218 - ] 4219 - 4220 - [[package]] 4221 - name = "wasm-bindgen-macro" 4222 - version = "0.2.111" 4223 - source = "registry+https://github.com/rust-lang/crates.io-index" 4224 - checksum = "19e638317c08b21663aed4d2b9a2091450548954695ff4efa75bff5fa546b3b1" 4225 - dependencies = [ 4226 - "quote", 4227 - "wasm-bindgen-macro-support", 4228 - ] 4229 - 4230 - [[package]] 4231 - name = "wasm-bindgen-macro-support" 4232 - version = "0.2.111" 4233 - source = "registry+https://github.com/rust-lang/crates.io-index" 4234 - checksum = "2c64760850114d03d5f65457e96fc988f11f01d38fbaa51b254e4ab5809102af" 4235 - dependencies = [ 4236 - "bumpalo", 4237 - "proc-macro2", 4238 - "quote", 4239 - "syn 2.0.117", 4240 - "wasm-bindgen-shared", 4241 - ] 4242 - 4243 - [[package]] 4244 - name = "wasm-bindgen-shared" 4245 - version = "0.2.111" 4246 - source = "registry+https://github.com/rust-lang/crates.io-index" 4247 - checksum = "60eecd4fe26177cfa3339eb00b4a36445889ba3ad37080c2429879718e20ca41" 4248 - dependencies = [ 4249 - "unicode-ident", 4250 - ] 4251 - 4252 - [[package]] 4253 - name = "wasm-encoder" 4254 - version = "0.244.0" 4255 - source = "registry+https://github.com/rust-lang/crates.io-index" 4256 - checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" 4257 - dependencies = [ 4258 - "leb128fmt", 4259 - "wasmparser", 4260 - ] 4261 - 4262 - [[package]] 4263 - name = "wasm-metadata" 4264 - version = "0.244.0" 4265 - source = "registry+https://github.com/rust-lang/crates.io-index" 4266 - checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" 4267 - dependencies = [ 4268 - "anyhow", 4269 - "indexmap 2.13.0", 4270 - "wasm-encoder", 4271 - "wasmparser", 4272 - ] 4273 - 4274 - [[package]] 4275 - name = "wasm-streams" 4276 - version = "0.5.0" 4277 - source = "registry+https://github.com/rust-lang/crates.io-index" 4278 - checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb" 4279 - dependencies = [ 4280 - "futures-util", 4281 - "js-sys", 4282 - "wasm-bindgen", 4283 - "wasm-bindgen-futures", 4284 - "web-sys", 4285 - ] 4286 - 4287 - [[package]] 4288 - name = "wasmparser" 4289 - version = "0.244.0" 4290 - source = "registry+https://github.com/rust-lang/crates.io-index" 4291 - checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" 4292 - dependencies = [ 4293 - "bitflags 2.11.0", 4294 - "hashbrown 0.15.5", 4295 - "indexmap 2.13.0", 4296 - "semver", 4297 - ] 4298 - 4299 - [[package]] 4300 - name = "web-sys" 4301 - version = "0.3.88" 4302 - source = "registry+https://github.com/rust-lang/crates.io-index" 4303 - checksum = "9d6bb20ed2d9572df8584f6dc81d68a41a625cadc6f15999d649a70ce7e3597a" 4304 - dependencies = [ 4305 - "js-sys", 4306 - "wasm-bindgen", 4307 - ] 4308 - 4309 - [[package]] 4310 - name = "webkit2gtk" 4311 - version = "2.0.2" 4312 - source = "registry+https://github.com/rust-lang/crates.io-index" 4313 - checksum = "a1027150013530fb2eaf806408df88461ae4815a45c541c8975e61d6f2fc4793" 4314 - dependencies = [ 4315 - "bitflags 1.3.2", 4316 - "cairo-rs", 4317 - "gdk", 4318 - "gdk-sys", 4319 - "gio", 4320 - "gio-sys", 4321 - "glib", 4322 - "glib-sys", 4323 - "gobject-sys", 4324 - "gtk", 4325 - "gtk-sys", 4326 - "javascriptcore-rs", 4327 - "libc", 4328 - "once_cell", 4329 - "soup3", 4330 - "webkit2gtk-sys", 4331 - ] 4332 - 4333 - [[package]] 4334 - name = "webkit2gtk-sys" 4335 - version = "2.0.2" 4336 - source = "registry+https://github.com/rust-lang/crates.io-index" 4337 - checksum = "916a5f65c2ef0dfe12fff695960a2ec3d4565359fdbb2e9943c974e06c734ea5" 4338 - dependencies = [ 4339 - "bitflags 1.3.2", 4340 - "cairo-sys-rs", 4341 - "gdk-sys", 4342 - "gio-sys", 4343 - "glib-sys", 4344 - "gobject-sys", 4345 - "gtk-sys", 4346 - "javascriptcore-rs-sys", 4347 - "libc", 4348 - "pkg-config", 4349 - "soup3-sys", 4350 - "system-deps", 4351 - ] 4352 - 4353 - [[package]] 4354 - name = "webview2-com" 4355 - version = "0.38.2" 4356 - source = "registry+https://github.com/rust-lang/crates.io-index" 4357 - checksum = "7130243a7a5b33c54a444e54842e6a9e133de08b5ad7b5861cd8ed9a6a5bc96a" 4358 - dependencies = [ 4359 - "webview2-com-macros", 4360 - "webview2-com-sys", 4361 - "windows", 4362 - "windows-core 0.61.2", 4363 - "windows-implement", 4364 - "windows-interface", 4365 - ] 4366 - 4367 - [[package]] 4368 - name = "webview2-com-macros" 4369 - version = "0.8.1" 4370 - source = "registry+https://github.com/rust-lang/crates.io-index" 4371 - checksum = "67a921c1b6914c367b2b823cd4cde6f96beec77d30a939c8199bb377cf9b9b54" 4372 - dependencies = [ 4373 - "proc-macro2", 4374 - "quote", 4375 - "syn 2.0.117", 4376 - ] 4377 - 4378 - [[package]] 4379 - name = "webview2-com-sys" 4380 - version = "0.38.2" 4381 - source = "registry+https://github.com/rust-lang/crates.io-index" 4382 - checksum = "381336cfffd772377d291702245447a5251a2ffa5bad679c99e61bc48bacbf9c" 4383 - dependencies = [ 4384 - "thiserror 2.0.18", 4385 - "windows", 4386 - "windows-core 0.61.2", 4387 - ] 4388 - 4389 - [[package]] 4390 - name = "winapi" 4391 - version = "0.3.9" 4392 - source = "registry+https://github.com/rust-lang/crates.io-index" 4393 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 4394 - dependencies = [ 4395 - "winapi-i686-pc-windows-gnu", 4396 - "winapi-x86_64-pc-windows-gnu", 4397 - ] 4398 - 4399 - [[package]] 4400 - name = "winapi-i686-pc-windows-gnu" 4401 - version = "0.4.0" 4402 - source = "registry+https://github.com/rust-lang/crates.io-index" 4403 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 4404 - 4405 - [[package]] 4406 - name = "winapi-util" 4407 - version = "0.1.11" 4408 - source = "registry+https://github.com/rust-lang/crates.io-index" 4409 - checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 4410 - dependencies = [ 4411 - "windows-sys 0.61.2", 4412 - ] 4413 - 4414 - [[package]] 4415 - name = "winapi-x86_64-pc-windows-gnu" 4416 - version = "0.4.0" 4417 - source = "registry+https://github.com/rust-lang/crates.io-index" 4418 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4419 - 4420 - [[package]] 4421 - name = "window-vibrancy" 4422 - version = "0.6.0" 4423 - source = "registry+https://github.com/rust-lang/crates.io-index" 4424 - checksum = "d9bec5a31f3f9362f2258fd0e9c9dd61a9ca432e7306cc78c444258f0dce9a9c" 4425 - dependencies = [ 4426 - "objc2", 4427 - "objc2-app-kit", 4428 - "objc2-core-foundation", 4429 - "objc2-foundation", 4430 - "raw-window-handle", 4431 - "windows-sys 0.59.0", 4432 - "windows-version", 4433 - ] 4434 - 4435 - [[package]] 4436 - name = "windows" 4437 - version = "0.61.3" 4438 - source = "registry+https://github.com/rust-lang/crates.io-index" 4439 - checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 4440 - dependencies = [ 4441 - "windows-collections", 4442 - "windows-core 0.61.2", 4443 - "windows-future", 4444 - "windows-link 0.1.3", 4445 - "windows-numerics", 4446 - ] 4447 - 4448 - [[package]] 4449 - name = "windows-collections" 4450 - version = "0.2.0" 4451 - source = "registry+https://github.com/rust-lang/crates.io-index" 4452 - checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 4453 - dependencies = [ 4454 - "windows-core 0.61.2", 4455 - ] 4456 - 4457 - [[package]] 4458 - name = "windows-core" 4459 - version = "0.61.2" 4460 - source = "registry+https://github.com/rust-lang/crates.io-index" 4461 - checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 4462 - dependencies = [ 4463 - "windows-implement", 4464 - "windows-interface", 4465 - "windows-link 0.1.3", 4466 - "windows-result 0.3.4", 4467 - "windows-strings 0.4.2", 4468 - ] 4469 - 4470 - [[package]] 4471 - name = "windows-core" 4472 - version = "0.62.2" 4473 - source = "registry+https://github.com/rust-lang/crates.io-index" 4474 - checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 4475 - dependencies = [ 4476 - "windows-implement", 4477 - "windows-interface", 4478 - "windows-link 0.2.1", 4479 - "windows-result 0.4.1", 4480 - "windows-strings 0.5.1", 4481 - ] 4482 - 4483 - [[package]] 4484 - name = "windows-future" 4485 - version = "0.2.1" 4486 - source = "registry+https://github.com/rust-lang/crates.io-index" 4487 - checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 4488 - dependencies = [ 4489 - "windows-core 0.61.2", 4490 - "windows-link 0.1.3", 4491 - "windows-threading", 4492 - ] 4493 - 4494 - [[package]] 4495 - name = "windows-implement" 4496 - version = "0.60.2" 4497 - source = "registry+https://github.com/rust-lang/crates.io-index" 4498 - checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 4499 - dependencies = [ 4500 - "proc-macro2", 4501 - "quote", 4502 - "syn 2.0.117", 4503 - ] 4504 - 4505 - [[package]] 4506 - name = "windows-interface" 4507 - version = "0.59.3" 4508 - source = "registry+https://github.com/rust-lang/crates.io-index" 4509 - checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 4510 - dependencies = [ 4511 - "proc-macro2", 4512 - "quote", 4513 - "syn 2.0.117", 4514 - ] 4515 - 4516 - [[package]] 4517 - name = "windows-link" 4518 - version = "0.1.3" 4519 - source = "registry+https://github.com/rust-lang/crates.io-index" 4520 - checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 4521 - 4522 - [[package]] 4523 - name = "windows-link" 4524 - version = "0.2.1" 4525 - source = "registry+https://github.com/rust-lang/crates.io-index" 4526 - checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 4527 - 4528 - [[package]] 4529 - name = "windows-numerics" 4530 - version = "0.2.0" 4531 - source = "registry+https://github.com/rust-lang/crates.io-index" 4532 - checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 4533 - dependencies = [ 4534 - "windows-core 0.61.2", 4535 - "windows-link 0.1.3", 4536 - ] 4537 - 4538 - [[package]] 4539 - name = "windows-result" 4540 - version = "0.3.4" 4541 - source = "registry+https://github.com/rust-lang/crates.io-index" 4542 - checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 4543 - dependencies = [ 4544 - "windows-link 0.1.3", 4545 - ] 4546 - 4547 - [[package]] 4548 - name = "windows-result" 4549 - version = "0.4.1" 4550 - source = "registry+https://github.com/rust-lang/crates.io-index" 4551 - checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 4552 - dependencies = [ 4553 - "windows-link 0.2.1", 4554 - ] 4555 - 4556 - [[package]] 4557 - name = "windows-strings" 4558 - version = "0.4.2" 4559 - source = "registry+https://github.com/rust-lang/crates.io-index" 4560 - checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 4561 - dependencies = [ 4562 - "windows-link 0.1.3", 4563 - ] 4564 - 4565 - [[package]] 4566 - name = "windows-strings" 4567 - version = "0.5.1" 4568 - source = "registry+https://github.com/rust-lang/crates.io-index" 4569 - checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 4570 - dependencies = [ 4571 - "windows-link 0.2.1", 4572 - ] 4573 - 4574 - [[package]] 4575 - name = "windows-sys" 4576 - version = "0.45.0" 4577 - source = "registry+https://github.com/rust-lang/crates.io-index" 4578 - checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 4579 - dependencies = [ 4580 - "windows-targets 0.42.2", 4581 - ] 4582 - 4583 - [[package]] 4584 - name = "windows-sys" 4585 - version = "0.59.0" 4586 - source = "registry+https://github.com/rust-lang/crates.io-index" 4587 - checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 4588 - dependencies = [ 4589 - "windows-targets 0.52.6", 4590 - ] 4591 - 4592 - [[package]] 4593 - name = "windows-sys" 4594 - version = "0.60.2" 4595 - source = "registry+https://github.com/rust-lang/crates.io-index" 4596 - checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 4597 - dependencies = [ 4598 - "windows-targets 0.53.5", 4599 - ] 4600 - 4601 - [[package]] 4602 - name = "windows-sys" 4603 - version = "0.61.2" 4604 - source = "registry+https://github.com/rust-lang/crates.io-index" 4605 - checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 4606 - dependencies = [ 4607 - "windows-link 0.2.1", 4608 - ] 4609 - 4610 - [[package]] 4611 - name = "windows-targets" 4612 - version = "0.42.2" 4613 - source = "registry+https://github.com/rust-lang/crates.io-index" 4614 - checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 4615 - dependencies = [ 4616 - "windows_aarch64_gnullvm 0.42.2", 4617 - "windows_aarch64_msvc 0.42.2", 4618 - "windows_i686_gnu 0.42.2", 4619 - "windows_i686_msvc 0.42.2", 4620 - "windows_x86_64_gnu 0.42.2", 4621 - "windows_x86_64_gnullvm 0.42.2", 4622 - "windows_x86_64_msvc 0.42.2", 4623 - ] 4624 - 4625 - [[package]] 4626 - name = "windows-targets" 4627 - version = "0.52.6" 4628 - source = "registry+https://github.com/rust-lang/crates.io-index" 4629 - checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 4630 - dependencies = [ 4631 - "windows_aarch64_gnullvm 0.52.6", 4632 - "windows_aarch64_msvc 0.52.6", 4633 - "windows_i686_gnu 0.52.6", 4634 - "windows_i686_gnullvm 0.52.6", 4635 - "windows_i686_msvc 0.52.6", 4636 - "windows_x86_64_gnu 0.52.6", 4637 - "windows_x86_64_gnullvm 0.52.6", 4638 - "windows_x86_64_msvc 0.52.6", 4639 - ] 4640 - 4641 - [[package]] 4642 - name = "windows-targets" 4643 - version = "0.53.5" 4644 - source = "registry+https://github.com/rust-lang/crates.io-index" 4645 - checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 4646 - dependencies = [ 4647 - "windows-link 0.2.1", 4648 - "windows_aarch64_gnullvm 0.53.1", 4649 - "windows_aarch64_msvc 0.53.1", 4650 - "windows_i686_gnu 0.53.1", 4651 - "windows_i686_gnullvm 0.53.1", 4652 - "windows_i686_msvc 0.53.1", 4653 - "windows_x86_64_gnu 0.53.1", 4654 - "windows_x86_64_gnullvm 0.53.1", 4655 - "windows_x86_64_msvc 0.53.1", 4656 - ] 4657 - 4658 - [[package]] 4659 - name = "windows-threading" 4660 - version = "0.1.0" 4661 - source = "registry+https://github.com/rust-lang/crates.io-index" 4662 - checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" 4663 - dependencies = [ 4664 - "windows-link 0.1.3", 4665 - ] 4666 - 4667 - [[package]] 4668 - name = "windows-version" 4669 - version = "0.1.7" 4670 - source = "registry+https://github.com/rust-lang/crates.io-index" 4671 - checksum = "e4060a1da109b9d0326b7262c8e12c84df67cc0dbc9e33cf49e01ccc2eb63631" 4672 - dependencies = [ 4673 - "windows-link 0.2.1", 4674 - ] 4675 - 4676 - [[package]] 4677 - name = "windows_aarch64_gnullvm" 4678 - version = "0.42.2" 4679 - source = "registry+https://github.com/rust-lang/crates.io-index" 4680 - checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 4681 - 4682 - [[package]] 4683 - name = "windows_aarch64_gnullvm" 4684 - version = "0.52.6" 4685 - source = "registry+https://github.com/rust-lang/crates.io-index" 4686 - checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 4687 - 4688 - [[package]] 4689 - name = "windows_aarch64_gnullvm" 4690 - version = "0.53.1" 4691 - source = "registry+https://github.com/rust-lang/crates.io-index" 4692 - checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 4693 - 4694 - [[package]] 4695 - name = "windows_aarch64_msvc" 4696 - version = "0.42.2" 4697 - source = "registry+https://github.com/rust-lang/crates.io-index" 4698 - checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 4699 - 4700 - [[package]] 4701 - name = "windows_aarch64_msvc" 4702 - version = "0.52.6" 4703 - source = "registry+https://github.com/rust-lang/crates.io-index" 4704 - checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 4705 - 4706 - [[package]] 4707 - name = "windows_aarch64_msvc" 4708 - version = "0.53.1" 4709 - source = "registry+https://github.com/rust-lang/crates.io-index" 4710 - checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 4711 - 4712 - [[package]] 4713 - name = "windows_i686_gnu" 4714 - version = "0.42.2" 4715 - source = "registry+https://github.com/rust-lang/crates.io-index" 4716 - checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 4717 - 4718 - [[package]] 4719 - name = "windows_i686_gnu" 4720 - version = "0.52.6" 4721 - source = "registry+https://github.com/rust-lang/crates.io-index" 4722 - checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 4723 - 4724 - [[package]] 4725 - name = "windows_i686_gnu" 4726 - version = "0.53.1" 4727 - source = "registry+https://github.com/rust-lang/crates.io-index" 4728 - checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 4729 - 4730 - [[package]] 4731 - name = "windows_i686_gnullvm" 4732 - version = "0.52.6" 4733 - source = "registry+https://github.com/rust-lang/crates.io-index" 4734 - checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 4735 - 4736 - [[package]] 4737 - name = "windows_i686_gnullvm" 4738 - version = "0.53.1" 4739 - source = "registry+https://github.com/rust-lang/crates.io-index" 4740 - checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 4741 - 4742 - [[package]] 4743 - name = "windows_i686_msvc" 4744 - version = "0.42.2" 4745 - source = "registry+https://github.com/rust-lang/crates.io-index" 4746 - checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 4747 - 4748 - [[package]] 4749 - name = "windows_i686_msvc" 4750 - version = "0.52.6" 4751 - source = "registry+https://github.com/rust-lang/crates.io-index" 4752 - checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 4753 - 4754 - [[package]] 4755 - name = "windows_i686_msvc" 4756 - version = "0.53.1" 4757 - source = "registry+https://github.com/rust-lang/crates.io-index" 4758 - checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 4759 - 4760 - [[package]] 4761 - name = "windows_x86_64_gnu" 4762 - version = "0.42.2" 4763 - source = "registry+https://github.com/rust-lang/crates.io-index" 4764 - checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 4765 - 4766 - [[package]] 4767 - name = "windows_x86_64_gnu" 4768 - version = "0.52.6" 4769 - source = "registry+https://github.com/rust-lang/crates.io-index" 4770 - checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 4771 - 4772 - [[package]] 4773 - name = "windows_x86_64_gnu" 4774 - version = "0.53.1" 4775 - source = "registry+https://github.com/rust-lang/crates.io-index" 4776 - checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 4777 - 4778 - [[package]] 4779 - name = "windows_x86_64_gnullvm" 4780 - version = "0.42.2" 4781 - source = "registry+https://github.com/rust-lang/crates.io-index" 4782 - checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 4783 - 4784 - [[package]] 4785 - name = "windows_x86_64_gnullvm" 4786 - version = "0.52.6" 4787 - source = "registry+https://github.com/rust-lang/crates.io-index" 4788 - checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 4789 - 4790 - [[package]] 4791 - name = "windows_x86_64_gnullvm" 4792 - version = "0.53.1" 4793 - source = "registry+https://github.com/rust-lang/crates.io-index" 4794 - checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 4795 - 4796 - [[package]] 4797 - name = "windows_x86_64_msvc" 4798 - version = "0.42.2" 4799 - source = "registry+https://github.com/rust-lang/crates.io-index" 4800 - checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 4801 - 4802 - [[package]] 4803 - name = "windows_x86_64_msvc" 4804 - version = "0.52.6" 4805 - source = "registry+https://github.com/rust-lang/crates.io-index" 4806 - checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 4807 - 4808 - [[package]] 4809 - name = "windows_x86_64_msvc" 4810 - version = "0.53.1" 4811 - source = "registry+https://github.com/rust-lang/crates.io-index" 4812 - checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 4813 - 4814 - [[package]] 4815 - name = "winnow" 4816 - version = "0.5.40" 4817 - source = "registry+https://github.com/rust-lang/crates.io-index" 4818 - checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" 4819 - dependencies = [ 4820 - "memchr", 4821 - ] 4822 - 4823 - [[package]] 4824 - name = "winnow" 4825 - version = "0.7.14" 4826 - source = "registry+https://github.com/rust-lang/crates.io-index" 4827 - checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" 4828 - dependencies = [ 4829 - "memchr", 4830 - ] 4831 - 4832 - [[package]] 4833 - name = "winreg" 4834 - version = "0.55.0" 4835 - source = "registry+https://github.com/rust-lang/crates.io-index" 4836 - checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97" 4837 - dependencies = [ 4838 - "cfg-if", 4839 - "windows-sys 0.59.0", 4840 - ] 4841 - 4842 - [[package]] 4843 - name = "wit-bindgen" 4844 - version = "0.51.0" 4845 - source = "registry+https://github.com/rust-lang/crates.io-index" 4846 - checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 4847 - dependencies = [ 4848 - "wit-bindgen-rust-macro", 4849 - ] 4850 - 4851 - [[package]] 4852 - name = "wit-bindgen-core" 4853 - version = "0.51.0" 4854 - source = "registry+https://github.com/rust-lang/crates.io-index" 4855 - checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" 4856 - dependencies = [ 4857 - "anyhow", 4858 - "heck 0.5.0", 4859 - "wit-parser", 4860 - ] 4861 - 4862 - [[package]] 4863 - name = "wit-bindgen-rust" 4864 - version = "0.51.0" 4865 - source = "registry+https://github.com/rust-lang/crates.io-index" 4866 - checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" 4867 - dependencies = [ 4868 - "anyhow", 4869 - "heck 0.5.0", 4870 - "indexmap 2.13.0", 4871 - "prettyplease", 4872 - "syn 2.0.117", 4873 - "wasm-metadata", 4874 - "wit-bindgen-core", 4875 - "wit-component", 4876 - ] 4877 - 4878 - [[package]] 4879 - name = "wit-bindgen-rust-macro" 4880 - version = "0.51.0" 4881 - source = "registry+https://github.com/rust-lang/crates.io-index" 4882 - checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" 4883 - dependencies = [ 4884 - "anyhow", 4885 - "prettyplease", 4886 - "proc-macro2", 4887 - "quote", 4888 - "syn 2.0.117", 4889 - "wit-bindgen-core", 4890 - "wit-bindgen-rust", 4891 - ] 4892 - 4893 - [[package]] 4894 - name = "wit-component" 4895 - version = "0.244.0" 4896 - source = "registry+https://github.com/rust-lang/crates.io-index" 4897 - checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" 4898 - dependencies = [ 4899 - "anyhow", 4900 - "bitflags 2.11.0", 4901 - "indexmap 2.13.0", 4902 - "log", 4903 - "serde", 4904 - "serde_derive", 4905 - "serde_json", 4906 - "wasm-encoder", 4907 - "wasm-metadata", 4908 - "wasmparser", 4909 - "wit-parser", 4910 - ] 4911 - 4912 - [[package]] 4913 - name = "wit-parser" 4914 - version = "0.244.0" 4915 - source = "registry+https://github.com/rust-lang/crates.io-index" 4916 - checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" 4917 - dependencies = [ 4918 - "anyhow", 4919 - "id-arena", 4920 - "indexmap 2.13.0", 4921 - "log", 4922 - "semver", 4923 - "serde", 4924 - "serde_derive", 4925 - "serde_json", 4926 - "unicode-xid", 4927 - "wasmparser", 4928 - ] 4929 - 4930 - [[package]] 4931 - name = "writeable" 4932 - version = "0.6.2" 4933 - source = "registry+https://github.com/rust-lang/crates.io-index" 4934 - checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" 4935 - 4936 - [[package]] 4937 - name = "wry" 4938 - version = "0.54.2" 4939 - source = "registry+https://github.com/rust-lang/crates.io-index" 4940 - checksum = "bb26159b420aa77684589a744ae9a9461a95395b848764ad12290a14d960a11a" 4941 - dependencies = [ 4942 - "base64 0.22.1", 4943 - "block2", 4944 - "cookie", 4945 - "crossbeam-channel", 4946 - "dirs", 4947 - "dpi", 4948 - "dunce", 4949 - "gdkx11", 4950 - "gtk", 4951 - "html5ever", 4952 - "http", 4953 - "javascriptcore-rs", 4954 - "jni", 4955 - "kuchikiki", 4956 - "libc", 4957 - "ndk", 4958 - "objc2", 4959 - "objc2-app-kit", 4960 - "objc2-core-foundation", 4961 - "objc2-foundation", 4962 - "objc2-ui-kit", 4963 - "objc2-web-kit", 4964 - "once_cell", 4965 - "percent-encoding", 4966 - "raw-window-handle", 4967 - "sha2", 4968 - "soup3", 4969 - "tao-macros", 4970 - "thiserror 2.0.18", 4971 - "url", 4972 - "webkit2gtk", 4973 - "webkit2gtk-sys", 4974 - "webview2-com", 4975 - "windows", 4976 - "windows-core 0.61.2", 4977 - "windows-version", 4978 - "x11-dl", 4979 - ] 4980 - 4981 - [[package]] 4982 - name = "wyz" 4983 - version = "0.5.1" 4984 - source = "registry+https://github.com/rust-lang/crates.io-index" 4985 - checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 4986 - dependencies = [ 4987 - "tap", 4988 - ] 4989 - 4990 - [[package]] 4991 - name = "x11" 4992 - version = "2.21.0" 4993 - source = "registry+https://github.com/rust-lang/crates.io-index" 4994 - checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e" 4995 - dependencies = [ 4996 - "libc", 4997 - "pkg-config", 4998 - ] 4999 - 5000 - [[package]] 5001 - name = "x11-dl" 5002 - version = "2.21.0" 5003 - source = "registry+https://github.com/rust-lang/crates.io-index" 5004 - checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 5005 - dependencies = [ 5006 - "libc", 5007 - "once_cell", 5008 - "pkg-config", 5009 - ] 5010 - 5011 - [[package]] 5012 - name = "yoke" 5013 - version = "0.8.1" 5014 - source = "registry+https://github.com/rust-lang/crates.io-index" 5015 - checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" 5016 - dependencies = [ 5017 - "stable_deref_trait", 5018 - "yoke-derive", 5019 - "zerofrom", 5020 - ] 5021 - 5022 - [[package]] 5023 - name = "yoke-derive" 5024 - version = "0.8.1" 5025 - source = "registry+https://github.com/rust-lang/crates.io-index" 5026 - checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" 5027 - dependencies = [ 5028 - "proc-macro2", 5029 - "quote", 5030 - "syn 2.0.117", 5031 - "synstructure", 5032 - ] 5033 - 5034 - [[package]] 5035 - name = "zerocopy" 5036 - version = "0.8.39" 5037 - source = "registry+https://github.com/rust-lang/crates.io-index" 5038 - checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a" 5039 - dependencies = [ 5040 - "zerocopy-derive", 5041 - ] 5042 - 5043 - [[package]] 5044 - name = "zerocopy-derive" 5045 - version = "0.8.39" 5046 - source = "registry+https://github.com/rust-lang/crates.io-index" 5047 - checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517" 5048 - dependencies = [ 5049 - "proc-macro2", 5050 - "quote", 5051 - "syn 2.0.117", 5052 - ] 5053 - 5054 - [[package]] 5055 - name = "zerofrom" 5056 - version = "0.1.6" 5057 - source = "registry+https://github.com/rust-lang/crates.io-index" 5058 - checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 5059 - dependencies = [ 5060 - "zerofrom-derive", 5061 - ] 5062 - 5063 - [[package]] 5064 - name = "zerofrom-derive" 5065 - version = "0.1.6" 5066 - source = "registry+https://github.com/rust-lang/crates.io-index" 5067 - checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 5068 - dependencies = [ 5069 - "proc-macro2", 5070 - "quote", 5071 - "syn 2.0.117", 5072 - "synstructure", 5073 - ] 5074 - 5075 - [[package]] 5076 - name = "zerotrie" 5077 - version = "0.2.3" 5078 - source = "registry+https://github.com/rust-lang/crates.io-index" 5079 - checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" 5080 - dependencies = [ 5081 - "displaydoc", 5082 - "yoke", 5083 - "zerofrom", 5084 - ] 5085 - 5086 - [[package]] 5087 - name = "zerovec" 5088 - version = "0.11.5" 5089 - source = "registry+https://github.com/rust-lang/crates.io-index" 5090 - checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" 5091 - dependencies = [ 5092 - "yoke", 5093 - "zerofrom", 5094 - "zerovec-derive", 5095 - ] 5096 - 5097 - [[package]] 5098 - name = "zerovec-derive" 5099 - version = "0.11.2" 5100 - source = "registry+https://github.com/rust-lang/crates.io-index" 5101 - checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" 5102 - dependencies = [ 5103 - "proc-macro2", 5104 - "quote", 5105 - "syn 2.0.117", 5106 - ] 5107 - 5108 - [[package]] 5109 - name = "zmij" 5110 - version = "1.0.21" 5111 - source = "registry+https://github.com/rust-lang/crates.io-index" 5112 - checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
-25
src-tauri/Cargo.toml
··· 1 - [package] 2 - name = "app" 3 - version = "0.1.0" 4 - description = "A Tauri App" 5 - authors = ["you"] 6 - license = "" 7 - repository = "" 8 - edition = "2021" 9 - rust-version = "1.77.2" 10 - 11 - # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 12 - 13 - [lib] 14 - name = "app_lib" 15 - crate-type = ["staticlib", "cdylib", "rlib"] 16 - 17 - [build-dependencies] 18 - tauri-build = { version = "2.1.0", features = [] } 19 - 20 - [dependencies] 21 - serde_json = "1.0" 22 - serde = { version = "1.0", features = ["derive"] } 23 - log = "0.4" 24 - tauri = { version = "2.4.0", features = [] } 25 - tauri-plugin-log = "2.0.0-rc"
-3
src-tauri/build.rs
··· 1 - fn main() { 2 - tauri_build::build() 3 - }
-11
src-tauri/capabilities/default.json
··· 1 - { 2 - "$schema": "../gen/schemas/desktop-schema.json", 3 - "identifier": "default", 4 - "description": "enables the default permissions", 5 - "windows": [ 6 - "main" 7 - ], 8 - "permissions": [ 9 - "core:default" 10 - ] 11 - }
-12
src-tauri/gen/android/.editorconfig
··· 1 - # EditorConfig is awesome: https://EditorConfig.org 2 - 3 - # top-most EditorConfig file 4 - root = true 5 - 6 - [*] 7 - indent_style = space 8 - indent_size = 2 9 - end_of_line = lf 10 - charset = utf-8 11 - trim_trailing_whitespace = false 12 - insert_final_newline = false
-19
src-tauri/gen/android/.gitignore
··· 1 - *.iml 2 - .gradle 3 - /local.properties 4 - /.idea/caches 5 - /.idea/libraries 6 - /.idea/modules.xml 7 - /.idea/workspace.xml 8 - /.idea/navEditor.xml 9 - /.idea/assetWizardSettings.xml 10 - .DS_Store 11 - build 12 - /captures 13 - .externalNativeBuild 14 - .cxx 15 - local.properties 16 - key.properties 17 - 18 - /.tauri 19 - /tauri.settings.gradle
-6
src-tauri/gen/android/app/.gitignore
··· 1 - /src/main/java/moonboard/bpev/me/generated 2 - /src/main/jniLibs/**/*.so 3 - /src/main/assets/tauri.conf.json 4 - /tauri.build.gradle.kts 5 - /proguard-tauri.pro 6 - /tauri.properties
-70
src-tauri/gen/android/app/build.gradle.kts
··· 1 - import java.util.Properties 2 - 3 - plugins { 4 - id("com.android.application") 5 - id("org.jetbrains.kotlin.android") 6 - id("rust") 7 - } 8 - 9 - val tauriProperties = Properties().apply { 10 - val propFile = file("tauri.properties") 11 - if (propFile.exists()) { 12 - propFile.inputStream().use { load(it) } 13 - } 14 - } 15 - 16 - android { 17 - compileSdk = 36 18 - namespace = "moonboard.bpev.me" 19 - defaultConfig { 20 - manifestPlaceholders["usesCleartextTraffic"] = "false" 21 - applicationId = "moonboard.bpev.me" 22 - minSdk = 24 23 - targetSdk = 36 24 - versionCode = tauriProperties.getProperty("tauri.android.versionCode", "1").toInt() 25 - versionName = tauriProperties.getProperty("tauri.android.versionName", "1.0") 26 - } 27 - buildTypes { 28 - getByName("debug") { 29 - manifestPlaceholders["usesCleartextTraffic"] = "true" 30 - isDebuggable = true 31 - isJniDebuggable = true 32 - isMinifyEnabled = false 33 - packaging { jniLibs.keepDebugSymbols.add("*/arm64-v8a/*.so") 34 - jniLibs.keepDebugSymbols.add("*/armeabi-v7a/*.so") 35 - jniLibs.keepDebugSymbols.add("*/x86/*.so") 36 - jniLibs.keepDebugSymbols.add("*/x86_64/*.so") 37 - } 38 - } 39 - getByName("release") { 40 - isMinifyEnabled = true 41 - proguardFiles( 42 - *fileTree(".") { include("**/*.pro") } 43 - .plus(getDefaultProguardFile("proguard-android-optimize.txt")) 44 - .toList().toTypedArray() 45 - ) 46 - } 47 - } 48 - kotlinOptions { 49 - jvmTarget = "1.8" 50 - } 51 - buildFeatures { 52 - buildConfig = true 53 - } 54 - } 55 - 56 - rust { 57 - rootDirRel = "../../../" 58 - } 59 - 60 - dependencies { 61 - implementation("androidx.webkit:webkit:1.14.0") 62 - implementation("androidx.appcompat:appcompat:1.7.1") 63 - implementation("androidx.activity:activity-ktx:1.10.1") 64 - implementation("com.google.android.material:material:1.12.0") 65 - testImplementation("junit:junit:4.13.2") 66 - androidTestImplementation("androidx.test.ext:junit:1.1.4") 67 - androidTestImplementation("androidx.test.espresso:espresso-core:3.5.0") 68 - } 69 - 70 - apply(from = "tauri.build.gradle.kts")
-21
src-tauri/gen/android/app/proguard-rules.pro
··· 1 - # Add project specific ProGuard rules here. 2 - # You can control the set of applied configuration files using the 3 - # proguardFiles setting in build.gradle. 4 - # 5 - # For more details, see 6 - # http://developer.android.com/guide/developing/tools/proguard.html 7 - 8 - # If your project uses WebView with JS, uncomment the following 9 - # and specify the fully qualified class name to the JavaScript interface 10 - # class: 11 - #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 12 - # public *; 13 - #} 14 - 15 - # Uncomment this to preserve the line number information for 16 - # debugging stack traces. 17 - #-keepattributes SourceFile,LineNumberTable 18 - 19 - # If you keep the line number information, uncomment this to 20 - # hide the original source file name. 21 - #-renamesourcefileattribute SourceFile
-37
src-tauri/gen/android/app/src/main/AndroidManifest.xml
··· 1 - <?xml version="1.0" encoding="utf-8"?> 2 - <manifest xmlns:android="http://schemas.android.com/apk/res/android"> 3 - <uses-permission android:name="android.permission.INTERNET" /> 4 - 5 - <!-- AndroidTV support --> 6 - <uses-feature android:name="android.software.leanback" android:required="false" /> 7 - 8 - <application 9 - android:icon="@mipmap/ic_launcher" 10 - android:label="@string/app_name" 11 - android:theme="@style/Theme.app" 12 - android:usesCleartextTraffic="${usesCleartextTraffic}"> 13 - <activity 14 - android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode" 15 - android:launchMode="singleTask" 16 - android:label="@string/main_activity_title" 17 - android:name=".MainActivity" 18 - android:exported="true"> 19 - <intent-filter> 20 - <action android:name="android.intent.action.MAIN" /> 21 - <category android:name="android.intent.category.LAUNCHER" /> 22 - <!-- AndroidTV support --> 23 - <category android:name="android.intent.category.LEANBACK_LAUNCHER" /> 24 - </intent-filter> 25 - </activity> 26 - 27 - <provider 28 - android:name="androidx.core.content.FileProvider" 29 - android:authorities="${applicationId}.fileprovider" 30 - android:exported="false" 31 - android:grantUriPermissions="true"> 32 - <meta-data 33 - android:name="android.support.FILE_PROVIDER_PATHS" 34 - android:resource="@xml/file_paths" /> 35 - </provider> 36 - </application> 37 - </manifest>
-11
src-tauri/gen/android/app/src/main/java/moonboard/bpev/me/MainActivity.kt
··· 1 - package moonboard.bpev.me 2 - 3 - import android.os.Bundle 4 - import androidx.activity.enableEdgeToEdge 5 - 6 - class MainActivity : TauriActivity() { 7 - override fun onCreate(savedInstanceState: Bundle?) { 8 - enableEdgeToEdge() 9 - super.onCreate(savedInstanceState) 10 - } 11 - }
-30
src-tauri/gen/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
··· 1 - <vector xmlns:android="http://schemas.android.com/apk/res/android" 2 - xmlns:aapt="http://schemas.android.com/aapt" 3 - android:width="108dp" 4 - android:height="108dp" 5 - android:viewportWidth="108" 6 - android:viewportHeight="108"> 7 - <path android:pathData="M31,63.928c0,0 6.4,-11 12.1,-13.1c7.2,-2.6 26,-1.4 26,-1.4l38.1,38.1L107,108.928l-32,-1L31,63.928z"> 8 - <aapt:attr name="android:fillColor"> 9 - <gradient 10 - android:endX="85.84757" 11 - android:endY="92.4963" 12 - android:startX="42.9492" 13 - android:startY="49.59793" 14 - android:type="linear"> 15 - <item 16 - android:color="#44000000" 17 - android:offset="0.0" /> 18 - <item 19 - android:color="#00000000" 20 - android:offset="1.0" /> 21 - </gradient> 22 - </aapt:attr> 23 - </path> 24 - <path 25 - android:fillColor="#FFFFFF" 26 - android:fillType="nonZero" 27 - android:pathData="M65.3,45.828l3.8,-6.6c0.2,-0.4 0.1,-0.9 -0.3,-1.1c-0.4,-0.2 -0.9,-0.1 -1.1,0.3l-3.9,6.7c-6.3,-2.8 -13.4,-2.8 -19.7,0l-3.9,-6.7c-0.2,-0.4 -0.7,-0.5 -1.1,-0.3C38.8,38.328 38.7,38.828 38.9,39.228l3.8,6.6C36.2,49.428 31.7,56.028 31,63.928h46C76.3,56.028 71.8,49.428 65.3,45.828zM43.4,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2c-0.3,-0.7 -0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C45.3,56.528 44.5,57.328 43.4,57.328L43.4,57.328zM64.6,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2s-0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C66.5,56.528 65.6,57.328 64.6,57.328L64.6,57.328z" 28 - android:strokeWidth="1" 29 - android:strokeColor="#00000000" /> 30 - </vector>
-170
src-tauri/gen/android/app/src/main/res/drawable/ic_launcher_background.xml
··· 1 - <?xml version="1.0" encoding="utf-8"?> 2 - <vector xmlns:android="http://schemas.android.com/apk/res/android" 3 - android:width="108dp" 4 - android:height="108dp" 5 - android:viewportWidth="108" 6 - android:viewportHeight="108"> 7 - <path 8 - android:fillColor="#3DDC84" 9 - android:pathData="M0,0h108v108h-108z" /> 10 - <path 11 - android:fillColor="#00000000" 12 - android:pathData="M9,0L9,108" 13 - android:strokeWidth="0.8" 14 - android:strokeColor="#33FFFFFF" /> 15 - <path 16 - android:fillColor="#00000000" 17 - android:pathData="M19,0L19,108" 18 - android:strokeWidth="0.8" 19 - android:strokeColor="#33FFFFFF" /> 20 - <path 21 - android:fillColor="#00000000" 22 - android:pathData="M29,0L29,108" 23 - android:strokeWidth="0.8" 24 - android:strokeColor="#33FFFFFF" /> 25 - <path 26 - android:fillColor="#00000000" 27 - android:pathData="M39,0L39,108" 28 - android:strokeWidth="0.8" 29 - android:strokeColor="#33FFFFFF" /> 30 - <path 31 - android:fillColor="#00000000" 32 - android:pathData="M49,0L49,108" 33 - android:strokeWidth="0.8" 34 - android:strokeColor="#33FFFFFF" /> 35 - <path 36 - android:fillColor="#00000000" 37 - android:pathData="M59,0L59,108" 38 - android:strokeWidth="0.8" 39 - android:strokeColor="#33FFFFFF" /> 40 - <path 41 - android:fillColor="#00000000" 42 - android:pathData="M69,0L69,108" 43 - android:strokeWidth="0.8" 44 - android:strokeColor="#33FFFFFF" /> 45 - <path 46 - android:fillColor="#00000000" 47 - android:pathData="M79,0L79,108" 48 - android:strokeWidth="0.8" 49 - android:strokeColor="#33FFFFFF" /> 50 - <path 51 - android:fillColor="#00000000" 52 - android:pathData="M89,0L89,108" 53 - android:strokeWidth="0.8" 54 - android:strokeColor="#33FFFFFF" /> 55 - <path 56 - android:fillColor="#00000000" 57 - android:pathData="M99,0L99,108" 58 - android:strokeWidth="0.8" 59 - android:strokeColor="#33FFFFFF" /> 60 - <path 61 - android:fillColor="#00000000" 62 - android:pathData="M0,9L108,9" 63 - android:strokeWidth="0.8" 64 - android:strokeColor="#33FFFFFF" /> 65 - <path 66 - android:fillColor="#00000000" 67 - android:pathData="M0,19L108,19" 68 - android:strokeWidth="0.8" 69 - android:strokeColor="#33FFFFFF" /> 70 - <path 71 - android:fillColor="#00000000" 72 - android:pathData="M0,29L108,29" 73 - android:strokeWidth="0.8" 74 - android:strokeColor="#33FFFFFF" /> 75 - <path 76 - android:fillColor="#00000000" 77 - android:pathData="M0,39L108,39" 78 - android:strokeWidth="0.8" 79 - android:strokeColor="#33FFFFFF" /> 80 - <path 81 - android:fillColor="#00000000" 82 - android:pathData="M0,49L108,49" 83 - android:strokeWidth="0.8" 84 - android:strokeColor="#33FFFFFF" /> 85 - <path 86 - android:fillColor="#00000000" 87 - android:pathData="M0,59L108,59" 88 - android:strokeWidth="0.8" 89 - android:strokeColor="#33FFFFFF" /> 90 - <path 91 - android:fillColor="#00000000" 92 - android:pathData="M0,69L108,69" 93 - android:strokeWidth="0.8" 94 - android:strokeColor="#33FFFFFF" /> 95 - <path 96 - android:fillColor="#00000000" 97 - android:pathData="M0,79L108,79" 98 - android:strokeWidth="0.8" 99 - android:strokeColor="#33FFFFFF" /> 100 - <path 101 - android:fillColor="#00000000" 102 - android:pathData="M0,89L108,89" 103 - android:strokeWidth="0.8" 104 - android:strokeColor="#33FFFFFF" /> 105 - <path 106 - android:fillColor="#00000000" 107 - android:pathData="M0,99L108,99" 108 - android:strokeWidth="0.8" 109 - android:strokeColor="#33FFFFFF" /> 110 - <path 111 - android:fillColor="#00000000" 112 - android:pathData="M19,29L89,29" 113 - android:strokeWidth="0.8" 114 - android:strokeColor="#33FFFFFF" /> 115 - <path 116 - android:fillColor="#00000000" 117 - android:pathData="M19,39L89,39" 118 - android:strokeWidth="0.8" 119 - android:strokeColor="#33FFFFFF" /> 120 - <path 121 - android:fillColor="#00000000" 122 - android:pathData="M19,49L89,49" 123 - android:strokeWidth="0.8" 124 - android:strokeColor="#33FFFFFF" /> 125 - <path 126 - android:fillColor="#00000000" 127 - android:pathData="M19,59L89,59" 128 - android:strokeWidth="0.8" 129 - android:strokeColor="#33FFFFFF" /> 130 - <path 131 - android:fillColor="#00000000" 132 - android:pathData="M19,69L89,69" 133 - android:strokeWidth="0.8" 134 - android:strokeColor="#33FFFFFF" /> 135 - <path 136 - android:fillColor="#00000000" 137 - android:pathData="M19,79L89,79" 138 - android:strokeWidth="0.8" 139 - android:strokeColor="#33FFFFFF" /> 140 - <path 141 - android:fillColor="#00000000" 142 - android:pathData="M29,19L29,89" 143 - android:strokeWidth="0.8" 144 - android:strokeColor="#33FFFFFF" /> 145 - <path 146 - android:fillColor="#00000000" 147 - android:pathData="M39,19L39,89" 148 - android:strokeWidth="0.8" 149 - android:strokeColor="#33FFFFFF" /> 150 - <path 151 - android:fillColor="#00000000" 152 - android:pathData="M49,19L49,89" 153 - android:strokeWidth="0.8" 154 - android:strokeColor="#33FFFFFF" /> 155 - <path 156 - android:fillColor="#00000000" 157 - android:pathData="M59,19L59,89" 158 - android:strokeWidth="0.8" 159 - android:strokeColor="#33FFFFFF" /> 160 - <path 161 - android:fillColor="#00000000" 162 - android:pathData="M69,19L69,89" 163 - android:strokeWidth="0.8" 164 - android:strokeColor="#33FFFFFF" /> 165 - <path 166 - android:fillColor="#00000000" 167 - android:pathData="M79,19L79,89" 168 - android:strokeWidth="0.8" 169 - android:strokeColor="#33FFFFFF" /> 170 - </vector>
-18
src-tauri/gen/android/app/src/main/res/layout/activity_main.xml
··· 1 - <?xml version="1.0" encoding="utf-8"?> 2 - <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 - xmlns:app="http://schemas.android.com/apk/res-auto" 4 - xmlns:tools="http://schemas.android.com/tools" 5 - android:layout_width="match_parent" 6 - android:layout_height="match_parent" 7 - tools:context=".MainActivity"> 8 - 9 - <TextView 10 - android:layout_width="wrap_content" 11 - android:layout_height="wrap_content" 12 - android:text="Hello World!" 13 - app:layout_constraintBottom_toBottomOf="parent" 14 - app:layout_constraintLeft_toLeftOf="parent" 15 - app:layout_constraintRight_toRightOf="parent" 16 - app:layout_constraintTop_toTopOf="parent" /> 17 - 18 - </androidx.constraintlayout.widget.ConstraintLayout>
-5
src-tauri/gen/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
··· 1 - <?xml version="1.0" encoding="utf-8"?> 2 - <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> 3 - <foreground android:drawable="@mipmap/ic_launcher_foreground"/> 4 - <background android:drawable="@color/ic_launcher_background"/> 5 - </adaptive-icon>
src-tauri/gen/android/app/src/main/res/mipmap-hdpi/ic_launcher.png

This is a binary file and will not be displayed.

src-tauri/gen/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png

This is a binary file and will not be displayed.

src-tauri/gen/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png

This is a binary file and will not be displayed.

src-tauri/gen/android/app/src/main/res/mipmap-mdpi/ic_launcher.png

This is a binary file and will not be displayed.

src-tauri/gen/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png

This is a binary file and will not be displayed.

src-tauri/gen/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png

This is a binary file and will not be displayed.

src-tauri/gen/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png

This is a binary file and will not be displayed.

src-tauri/gen/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png

This is a binary file and will not be displayed.

src-tauri/gen/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png

This is a binary file and will not be displayed.

src-tauri/gen/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png

This is a binary file and will not be displayed.

src-tauri/gen/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png

This is a binary file and will not be displayed.

src-tauri/gen/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png

This is a binary file and will not be displayed.

src-tauri/gen/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png

This is a binary file and will not be displayed.

src-tauri/gen/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png

This is a binary file and will not be displayed.

src-tauri/gen/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png

This is a binary file and will not be displayed.

-6
src-tauri/gen/android/app/src/main/res/values-night/themes.xml
··· 1 - <resources xmlns:tools="http://schemas.android.com/tools"> 2 - <!-- Base application theme. --> 3 - <style name="Theme.app" parent="Theme.MaterialComponents.DayNight.NoActionBar"> 4 - <!-- Customize your theme here. --> 5 - </style> 6 - </resources>
-10
src-tauri/gen/android/app/src/main/res/values/colors.xml
··· 1 - <?xml version="1.0" encoding="utf-8"?> 2 - <resources> 3 - <color name="purple_200">#FFBB86FC</color> 4 - <color name="purple_500">#FF6200EE</color> 5 - <color name="purple_700">#FF3700B3</color> 6 - <color name="teal_200">#FF03DAC5</color> 7 - <color name="teal_700">#FF018786</color> 8 - <color name="black">#FF000000</color> 9 - <color name="white">#FFFFFFFF</color> 10 - </resources>
-4
src-tauri/gen/android/app/src/main/res/values/ic_launcher_background.xml
··· 1 - <?xml version="1.0" encoding="utf-8"?> 2 - <resources> 3 - <color name="ic_launcher_background">#fff</color> 4 - </resources>
-4
src-tauri/gen/android/app/src/main/res/values/strings.xml
··· 1 - <resources> 2 - <string name="app_name">Moonboard</string> 3 - <string name="main_activity_title">Moonboard</string> 4 - </resources>
-6
src-tauri/gen/android/app/src/main/res/values/themes.xml
··· 1 - <resources xmlns:tools="http://schemas.android.com/tools"> 2 - <!-- Base application theme. --> 3 - <style name="Theme.app" parent="Theme.MaterialComponents.DayNight.NoActionBar"> 4 - <!-- Customize your theme here. --> 5 - </style> 6 - </resources>
-5
src-tauri/gen/android/app/src/main/res/xml/file_paths.xml
··· 1 - <?xml version="1.0" encoding="utf-8"?> 2 - <paths xmlns:android="http://schemas.android.com/apk/res/android"> 3 - <external-path name="my_images" path="." /> 4 - <cache-path name="my_cache_images" path="." /> 5 - </paths>
-22
src-tauri/gen/android/build.gradle.kts
··· 1 - buildscript { 2 - repositories { 3 - google() 4 - mavenCentral() 5 - } 6 - dependencies { 7 - classpath("com.android.tools.build:gradle:8.11.0") 8 - classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.25") 9 - } 10 - } 11 - 12 - allprojects { 13 - repositories { 14 - google() 15 - mavenCentral() 16 - } 17 - } 18 - 19 - tasks.register("clean").configure { 20 - delete("build") 21 - } 22 -
-23
src-tauri/gen/android/buildSrc/build.gradle.kts
··· 1 - plugins { 2 - `kotlin-dsl` 3 - } 4 - 5 - gradlePlugin { 6 - plugins { 7 - create("pluginsForCoolKids") { 8 - id = "rust" 9 - implementationClass = "RustPlugin" 10 - } 11 - } 12 - } 13 - 14 - repositories { 15 - google() 16 - mavenCentral() 17 - } 18 - 19 - dependencies { 20 - compileOnly(gradleApi()) 21 - implementation("com.android.tools.build:gradle:8.11.0") 22 - } 23 -
-68
src-tauri/gen/android/buildSrc/src/main/java/moonboard/bpev/me/kotlin/BuildTask.kt
··· 1 - import java.io.File 2 - import org.apache.tools.ant.taskdefs.condition.Os 3 - import org.gradle.api.DefaultTask 4 - import org.gradle.api.GradleException 5 - import org.gradle.api.logging.LogLevel 6 - import org.gradle.api.tasks.Input 7 - import org.gradle.api.tasks.TaskAction 8 - 9 - open class BuildTask : DefaultTask() { 10 - @Input 11 - var rootDirRel: String? = null 12 - @Input 13 - var target: String? = null 14 - @Input 15 - var release: Boolean? = null 16 - 17 - @TaskAction 18 - fun assemble() { 19 - val executable = """cargo"""; 20 - try { 21 - runTauriCli(executable) 22 - } catch (e: Exception) { 23 - if (Os.isFamily(Os.FAMILY_WINDOWS)) { 24 - // Try different Windows-specific extensions 25 - val fallbacks = listOf( 26 - "$executable.exe", 27 - "$executable.cmd", 28 - "$executable.bat", 29 - ) 30 - 31 - var lastException: Exception = e 32 - for (fallback in fallbacks) { 33 - try { 34 - runTauriCli(fallback) 35 - return 36 - } catch (fallbackException: Exception) { 37 - lastException = fallbackException 38 - } 39 - } 40 - throw lastException 41 - } else { 42 - throw e; 43 - } 44 - } 45 - } 46 - 47 - fun runTauriCli(executable: String) { 48 - val rootDirRel = rootDirRel ?: throw GradleException("rootDirRel cannot be null") 49 - val target = target ?: throw GradleException("target cannot be null") 50 - val release = release ?: throw GradleException("release cannot be null") 51 - val args = listOf("tauri", "android", "android-studio-script"); 52 - 53 - project.exec { 54 - workingDir(File(project.projectDir, rootDirRel)) 55 - executable(executable) 56 - args(args) 57 - if (project.logger.isEnabled(LogLevel.DEBUG)) { 58 - args("-vv") 59 - } else if (project.logger.isEnabled(LogLevel.INFO)) { 60 - args("-v") 61 - } 62 - if (release) { 63 - args("--release") 64 - } 65 - args(listOf("--target", target)) 66 - }.assertNormalExitValue() 67 - } 68 - }
-85
src-tauri/gen/android/buildSrc/src/main/java/moonboard/bpev/me/kotlin/RustPlugin.kt
··· 1 - import com.android.build.api.dsl.ApplicationExtension 2 - import org.gradle.api.DefaultTask 3 - import org.gradle.api.Plugin 4 - import org.gradle.api.Project 5 - import org.gradle.kotlin.dsl.configure 6 - import org.gradle.kotlin.dsl.get 7 - 8 - const val TASK_GROUP = "rust" 9 - 10 - open class Config { 11 - lateinit var rootDirRel: String 12 - } 13 - 14 - open class RustPlugin : Plugin<Project> { 15 - private lateinit var config: Config 16 - 17 - override fun apply(project: Project) = with(project) { 18 - config = extensions.create("rust", Config::class.java) 19 - 20 - val defaultAbiList = listOf("arm64-v8a", "armeabi-v7a", "x86", "x86_64"); 21 - val abiList = (findProperty("abiList") as? String)?.split(',') ?: defaultAbiList 22 - 23 - val defaultArchList = listOf("arm64", "arm", "x86", "x86_64"); 24 - val archList = (findProperty("archList") as? String)?.split(',') ?: defaultArchList 25 - 26 - val targetsList = (findProperty("targetList") as? String)?.split(',') ?: listOf("aarch64", "armv7", "i686", "x86_64") 27 - 28 - extensions.configure<ApplicationExtension> { 29 - @Suppress("UnstableApiUsage") 30 - flavorDimensions.add("abi") 31 - productFlavors { 32 - create("universal") { 33 - dimension = "abi" 34 - ndk { 35 - abiFilters += abiList 36 - } 37 - } 38 - defaultArchList.forEachIndexed { index, arch -> 39 - create(arch) { 40 - dimension = "abi" 41 - ndk { 42 - abiFilters.add(defaultAbiList[index]) 43 - } 44 - } 45 - } 46 - } 47 - } 48 - 49 - afterEvaluate { 50 - for (profile in listOf("debug", "release")) { 51 - val profileCapitalized = profile.replaceFirstChar { it.uppercase() } 52 - val buildTask = tasks.maybeCreate( 53 - "rustBuildUniversal$profileCapitalized", 54 - DefaultTask::class.java 55 - ).apply { 56 - group = TASK_GROUP 57 - description = "Build dynamic library in $profile mode for all targets" 58 - } 59 - 60 - tasks["mergeUniversal${profileCapitalized}JniLibFolders"].dependsOn(buildTask) 61 - 62 - for (targetPair in targetsList.withIndex()) { 63 - val targetName = targetPair.value 64 - val targetArch = archList[targetPair.index] 65 - val targetArchCapitalized = targetArch.replaceFirstChar { it.uppercase() } 66 - val targetBuildTask = project.tasks.maybeCreate( 67 - "rustBuild$targetArchCapitalized$profileCapitalized", 68 - BuildTask::class.java 69 - ).apply { 70 - group = TASK_GROUP 71 - description = "Build dynamic library in $profile mode for $targetArch" 72 - rootDirRel = config.rootDirRel 73 - target = targetName 74 - release = profile == "release" 75 - } 76 - 77 - buildTask.dependsOn(targetBuildTask) 78 - tasks["merge$targetArchCapitalized${profileCapitalized}JniLibFolders"].dependsOn( 79 - targetBuildTask 80 - ) 81 - } 82 - } 83 - } 84 - } 85 - }
-24
src-tauri/gen/android/gradle.properties
··· 1 - # Project-wide Gradle settings. 2 - # IDE (e.g. Android Studio) users: 3 - # Gradle settings configured through the IDE *will override* 4 - # any settings specified in this file. 5 - # For more details on how to configure your build environment visit 6 - # http://www.gradle.org/docs/current/userguide/build_environment.html 7 - # Specifies the JVM arguments used for the daemon process. 8 - # The setting is particularly useful for tweaking memory settings. 9 - org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 10 - # When configured, Gradle will run in incubating parallel mode. 11 - # This option should only be used with decoupled projects. More details, visit 12 - # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects 13 - # org.gradle.parallel=true 14 - # AndroidX package structure to make it clearer which packages are bundled with the 15 - # Android operating system, and which are packaged with your app"s APK 16 - # https://developer.android.com/topic/libraries/support-library/androidx-rn 17 - android.useAndroidX=true 18 - # Kotlin code style for this project: "official" or "obsolete": 19 - kotlin.code.style=official 20 - # Enables namespacing of each library's R class so that its R class includes only the 21 - # resources declared in the library itself and none from the library's dependencies, 22 - # thereby reducing the size of the R class for that library 23 - android.nonTransitiveRClass=true 24 - android.nonFinalResIds=false
src-tauri/gen/android/gradle/wrapper/gradle-wrapper.jar

This is a binary file and will not be displayed.

-6
src-tauri/gen/android/gradle/wrapper/gradle-wrapper.properties
··· 1 - #Tue May 10 19:22:52 CST 2022 2 - distributionBase=GRADLE_USER_HOME 3 - distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip 4 - distributionPath=wrapper/dists 5 - zipStorePath=wrapper/dists 6 - zipStoreBase=GRADLE_USER_HOME
-185
src-tauri/gen/android/gradlew
··· 1 - #!/usr/bin/env sh 2 - 3 - # 4 - # Copyright 2015 the original author or authors. 5 - # 6 - # Licensed under the Apache License, Version 2.0 (the "License"); 7 - # you may not use this file except in compliance with the License. 8 - # You may obtain a copy of the License at 9 - # 10 - # https://www.apache.org/licenses/LICENSE-2.0 11 - # 12 - # Unless required by applicable law or agreed to in writing, software 13 - # distributed under the License is distributed on an "AS IS" BASIS, 14 - # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 - # See the License for the specific language governing permissions and 16 - # limitations under the License. 17 - # 18 - 19 - ############################################################################## 20 - ## 21 - ## Gradle start up script for UN*X 22 - ## 23 - ############################################################################## 24 - 25 - # Attempt to set APP_HOME 26 - # Resolve links: $0 may be a link 27 - PRG="$0" 28 - # Need this for relative symlinks. 29 - while [ -h "$PRG" ] ; do 30 - ls=`ls -ld "$PRG"` 31 - link=`expr "$ls" : '.*-> \(.*\)$'` 32 - if expr "$link" : '/.*' > /dev/null; then 33 - PRG="$link" 34 - else 35 - PRG=`dirname "$PRG"`"/$link" 36 - fi 37 - done 38 - SAVED="`pwd`" 39 - cd "`dirname \"$PRG\"`/" >/dev/null 40 - APP_HOME="`pwd -P`" 41 - cd "$SAVED" >/dev/null 42 - 43 - APP_NAME="Gradle" 44 - APP_BASE_NAME=`basename "$0"` 45 - 46 - # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. 47 - DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' 48 - 49 - # Use the maximum available, or set MAX_FD != -1 to use that value. 50 - MAX_FD="maximum" 51 - 52 - warn () { 53 - echo "$*" 54 - } 55 - 56 - die () { 57 - echo 58 - echo "$*" 59 - echo 60 - exit 1 61 - } 62 - 63 - # OS specific support (must be 'true' or 'false'). 64 - cygwin=false 65 - msys=false 66 - darwin=false 67 - nonstop=false 68 - case "`uname`" in 69 - CYGWIN* ) 70 - cygwin=true 71 - ;; 72 - Darwin* ) 73 - darwin=true 74 - ;; 75 - MINGW* ) 76 - msys=true 77 - ;; 78 - NONSTOP* ) 79 - nonstop=true 80 - ;; 81 - esac 82 - 83 - CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar 84 - 85 - 86 - # Determine the Java command to use to start the JVM. 87 - if [ -n "$JAVA_HOME" ] ; then 88 - if [ -x "$JAVA_HOME/jre/sh/java" ] ; then 89 - # IBM's JDK on AIX uses strange locations for the executables 90 - JAVACMD="$JAVA_HOME/jre/sh/java" 91 - else 92 - JAVACMD="$JAVA_HOME/bin/java" 93 - fi 94 - if [ ! -x "$JAVACMD" ] ; then 95 - die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME 96 - 97 - Please set the JAVA_HOME variable in your environment to match the 98 - location of your Java installation." 99 - fi 100 - else 101 - JAVACMD="java" 102 - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 103 - 104 - Please set the JAVA_HOME variable in your environment to match the 105 - location of your Java installation." 106 - fi 107 - 108 - # Increase the maximum file descriptors if we can. 109 - if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then 110 - MAX_FD_LIMIT=`ulimit -H -n` 111 - if [ $? -eq 0 ] ; then 112 - if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then 113 - MAX_FD="$MAX_FD_LIMIT" 114 - fi 115 - ulimit -n $MAX_FD 116 - if [ $? -ne 0 ] ; then 117 - warn "Could not set maximum file descriptor limit: $MAX_FD" 118 - fi 119 - else 120 - warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT" 121 - fi 122 - fi 123 - 124 - # For Darwin, add options to specify how the application appears in the dock 125 - if $darwin; then 126 - GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\"" 127 - fi 128 - 129 - # For Cygwin or MSYS, switch paths to Windows format before running java 130 - if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then 131 - APP_HOME=`cygpath --path --mixed "$APP_HOME"` 132 - CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` 133 - 134 - JAVACMD=`cygpath --unix "$JAVACMD"` 135 - 136 - # We build the pattern for arguments to be converted via cygpath 137 - ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null` 138 - SEP="" 139 - for dir in $ROOTDIRSRAW ; do 140 - ROOTDIRS="$ROOTDIRS$SEP$dir" 141 - SEP="|" 142 - done 143 - OURCYGPATTERN="(^($ROOTDIRS))" 144 - # Add a user-defined pattern to the cygpath arguments 145 - if [ "$GRADLE_CYGPATTERN" != "" ] ; then 146 - OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)" 147 - fi 148 - # Now convert the arguments - kludge to limit ourselves to /bin/sh 149 - i=0 150 - for arg in "$@" ; do 151 - CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -` 152 - CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option 153 - 154 - if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition 155 - eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"` 156 - else 157 - eval `echo args$i`="\"$arg\"" 158 - fi 159 - i=`expr $i + 1` 160 - done 161 - case $i in 162 - 0) set -- ;; 163 - 1) set -- "$args0" ;; 164 - 2) set -- "$args0" "$args1" ;; 165 - 3) set -- "$args0" "$args1" "$args2" ;; 166 - 4) set -- "$args0" "$args1" "$args2" "$args3" ;; 167 - 5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;; 168 - 6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;; 169 - 7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;; 170 - 8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;; 171 - 9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;; 172 - esac 173 - fi 174 - 175 - # Escape application args 176 - save () { 177 - for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done 178 - echo " " 179 - } 180 - APP_ARGS=`save "$@"` 181 - 182 - # Collect all arguments for the java command, following the shell quoting and substitution rules 183 - eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS" 184 - 185 - exec "$JAVACMD" "$@"
-89
src-tauri/gen/android/gradlew.bat
··· 1 - @rem 2 - @rem Copyright 2015 the original author or authors. 3 - @rem 4 - @rem Licensed under the Apache License, Version 2.0 (the "License"); 5 - @rem you may not use this file except in compliance with the License. 6 - @rem You may obtain a copy of the License at 7 - @rem 8 - @rem https://www.apache.org/licenses/LICENSE-2.0 9 - @rem 10 - @rem Unless required by applicable law or agreed to in writing, software 11 - @rem distributed under the License is distributed on an "AS IS" BASIS, 12 - @rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 - @rem See the License for the specific language governing permissions and 14 - @rem limitations under the License. 15 - @rem 16 - 17 - @if "%DEBUG%" == "" @echo off 18 - @rem ########################################################################## 19 - @rem 20 - @rem Gradle startup script for Windows 21 - @rem 22 - @rem ########################################################################## 23 - 24 - @rem Set local scope for the variables with windows NT shell 25 - if "%OS%"=="Windows_NT" setlocal 26 - 27 - set DIRNAME=%~dp0 28 - if "%DIRNAME%" == "" set DIRNAME=. 29 - set APP_BASE_NAME=%~n0 30 - set APP_HOME=%DIRNAME% 31 - 32 - @rem Resolve any "." and ".." in APP_HOME to make it shorter. 33 - for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 34 - 35 - @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. 36 - set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" 37 - 38 - @rem Find java.exe 39 - if defined JAVA_HOME goto findJavaFromJavaHome 40 - 41 - set JAVA_EXE=java.exe 42 - %JAVA_EXE% -version >NUL 2>&1 43 - if "%ERRORLEVEL%" == "0" goto execute 44 - 45 - echo. 46 - echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 47 - echo. 48 - echo Please set the JAVA_HOME variable in your environment to match the 49 - echo location of your Java installation. 50 - 51 - goto fail 52 - 53 - :findJavaFromJavaHome 54 - set JAVA_HOME=%JAVA_HOME:"=% 55 - set JAVA_EXE=%JAVA_HOME%/bin/java.exe 56 - 57 - if exist "%JAVA_EXE%" goto execute 58 - 59 - echo. 60 - echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 61 - echo. 62 - echo Please set the JAVA_HOME variable in your environment to match the 63 - echo location of your Java installation. 64 - 65 - goto fail 66 - 67 - :execute 68 - @rem Setup the command line 69 - 70 - set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar 71 - 72 - 73 - @rem Execute Gradle 74 - "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %* 75 - 76 - :end 77 - @rem End local scope for the variables with windows NT shell 78 - if "%ERRORLEVEL%"=="0" goto mainEnd 79 - 80 - :fail 81 - rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of 82 - rem the _cmd.exe /c_ return code! 83 - if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 84 - exit /b 1 85 - 86 - :mainEnd 87 - if "%OS%"=="Windows_NT" endlocal 88 - 89 - :omega
-3
src-tauri/gen/android/settings.gradle
··· 1 - include ':app' 2 - 3 - apply from: 'tauri.settings.gradle'
src-tauri/icons/128x128.png

This is a binary file and will not be displayed.

src-tauri/icons/128x128@2x.png

This is a binary file and will not be displayed.

src-tauri/icons/32x32.png

This is a binary file and will not be displayed.

src-tauri/icons/64x64.png

This is a binary file and will not be displayed.

src-tauri/icons/Square107x107Logo.png

This is a binary file and will not be displayed.

src-tauri/icons/Square142x142Logo.png

This is a binary file and will not be displayed.

src-tauri/icons/Square150x150Logo.png

This is a binary file and will not be displayed.

src-tauri/icons/Square284x284Logo.png

This is a binary file and will not be displayed.

src-tauri/icons/Square30x30Logo.png

This is a binary file and will not be displayed.

src-tauri/icons/Square310x310Logo.png

This is a binary file and will not be displayed.

src-tauri/icons/Square44x44Logo.png

This is a binary file and will not be displayed.

src-tauri/icons/Square71x71Logo.png

This is a binary file and will not be displayed.

src-tauri/icons/Square89x89Logo.png

This is a binary file and will not be displayed.

src-tauri/icons/StoreLogo.png

This is a binary file and will not be displayed.

src-tauri/icons/icon.icns

This is a binary file and will not be displayed.

src-tauri/icons/icon.ico

This is a binary file and will not be displayed.

src-tauri/icons/icon.png

This is a binary file and will not be displayed.

src-tauri/icons/ios/AppIcon-20x20@1x.png

This is a binary file and will not be displayed.

src-tauri/icons/ios/AppIcon-20x20@2x-1.png

This is a binary file and will not be displayed.

src-tauri/icons/ios/AppIcon-20x20@2x.png

This is a binary file and will not be displayed.

src-tauri/icons/ios/AppIcon-20x20@3x.png

This is a binary file and will not be displayed.

src-tauri/icons/ios/AppIcon-29x29@1x.png

This is a binary file and will not be displayed.

src-tauri/icons/ios/AppIcon-29x29@2x-1.png

This is a binary file and will not be displayed.

src-tauri/icons/ios/AppIcon-29x29@2x.png

This is a binary file and will not be displayed.

src-tauri/icons/ios/AppIcon-29x29@3x.png

This is a binary file and will not be displayed.

src-tauri/icons/ios/AppIcon-40x40@1x.png

This is a binary file and will not be displayed.

src-tauri/icons/ios/AppIcon-40x40@2x-1.png

This is a binary file and will not be displayed.

src-tauri/icons/ios/AppIcon-40x40@2x.png

This is a binary file and will not be displayed.

src-tauri/icons/ios/AppIcon-40x40@3x.png

This is a binary file and will not be displayed.

src-tauri/icons/ios/AppIcon-512@2x.png

This is a binary file and will not be displayed.

src-tauri/icons/ios/AppIcon-60x60@2x.png

This is a binary file and will not be displayed.

src-tauri/icons/ios/AppIcon-60x60@3x.png

This is a binary file and will not be displayed.

src-tauri/icons/ios/AppIcon-76x76@1x.png

This is a binary file and will not be displayed.

src-tauri/icons/ios/AppIcon-76x76@2x.png

This is a binary file and will not be displayed.

src-tauri/icons/ios/AppIcon-83.5x83.5@2x.png

This is a binary file and will not be displayed.

-16
src-tauri/src/lib.rs
··· 1 - #[cfg_attr(mobile, tauri::mobile_entry_point)] 2 - pub fn run() { 3 - tauri::Builder::default() 4 - .setup(|app| { 5 - if cfg!(debug_assertions) { 6 - app.handle().plugin( 7 - tauri_plugin_log::Builder::default() 8 - .level(log::LevelFilter::Info) 9 - .build(), 10 - )?; 11 - } 12 - Ok(()) 13 - }) 14 - .run(tauri::generate_context!()) 15 - .expect("error while running tauri application"); 16 - }
-6
src-tauri/src/main.rs
··· 1 - // Prevents additional console window on Windows in release, DO NOT REMOVE!! 2 - #![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] 3 - 4 - fn main() { 5 - app_lib::run(); 6 - }
-37
src-tauri/tauri.conf.json
··· 1 - { 2 - "$schema": "https://schema.tauri.app/config/2", 3 - "productName": "Moonboard", 4 - "version": "0.1.0", 5 - "identifier": "moonboard.bpev.me", 6 - "build": { 7 - "frontendDist": "../www", 8 - "devUrl": "localhost:8000", 9 - "beforeDevCommand": "civility start", 10 - "beforeBuildCommand": "civility build" 11 - }, 12 - "app": { 13 - "windows": [ 14 - { 15 - "title": "Moonboard", 16 - "width": 800, 17 - "height": 600, 18 - "resizable": true, 19 - "fullscreen": false 20 - } 21 - ], 22 - "security": { 23 - "csp": null 24 - } 25 - }, 26 - "bundle": { 27 - "active": true, 28 - "targets": "all", 29 - "icon": [ 30 - "icons/32x32.png", 31 - "icons/128x128.png", 32 - "icons/128x128@2x.png", 33 - "icons/icon.icns", 34 - "icons/icon.ico" 35 - ] 36 - } 37 - }