[READ-ONLY] Mirror of https://github.com/probablykasper/ferrum. Music library app for Mac, Linux and Windows ferrum.kasper.space
electron linux macos music music-library music-player napi windows
0

Configure Feed

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

Init Tauri mobile app

Kasper (Mar 5, 2026, 1:28 PM +0100) 058dbae0 6a2f5d2d

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

This is a binary file and will not be displayed.

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

This is a binary file and will not be displayed.

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

This is a binary file and will not be displayed.

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

This is a binary file and will not be displayed.

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

This is a binary file and will not be displayed.

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

This is a binary file and will not be displayed.

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

This is a binary file and will not be displayed.

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

This is a binary file and will not be displayed.

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

This is a binary file and will not be displayed.

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

This is a binary file and will not be displayed.

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

This is a binary file and will not be displayed.

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

This is a binary file and will not be displayed.

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

This is a binary file and will not be displayed.

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

This is a binary file and will not be displayed.

mobile/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
mobile/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.ferrum" parent="Theme.MaterialComponents.DayNight.NoActionBar"> 4 + <!-- Customize your theme here. --> 5 + </style> 6 + </resources>
+10
mobile/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
mobile/src-tauri/gen/android/app/src/main/res/values/strings.xml
··· 1 + <resources> 2 + <string name="app_name">ferrum</string> 3 + <string name="main_activity_title">ferrum</string> 4 + </resources>
+6
mobile/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.ferrum" parent="Theme.MaterialComponents.DayNight.NoActionBar"> 4 + <!-- Customize your theme here. --> 5 + </style> 6 + </resources>
+5
mobile/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
mobile/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
mobile/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
mobile/src-tauri/gen/android/buildSrc/src/main/java/space/kasper/ferrum/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 = """npm"""; 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("run", "--", "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
mobile/src-tauri/gen/android/buildSrc/src/main/java/space/kasper/ferrum/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
mobile/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
mobile/src-tauri/gen/android/gradle/wrapper/gradle-wrapper.jar

This is a binary file and will not be displayed.

+6
mobile/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
mobile/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
mobile/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
mobile/src-tauri/gen/android/settings.gradle
··· 1 + include ':app' 2 + 3 + apply from: 'tauri.settings.gradle'
mobile/src-tauri/icons/128x128.png

This is a binary file and will not be displayed.

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

This is a binary file and will not be displayed.

mobile/src-tauri/icons/32x32.png

This is a binary file and will not be displayed.

mobile/src-tauri/icons/Square107x107Logo.png

This is a binary file and will not be displayed.

mobile/src-tauri/icons/Square142x142Logo.png

This is a binary file and will not be displayed.

mobile/src-tauri/icons/Square150x150Logo.png

This is a binary file and will not be displayed.

mobile/src-tauri/icons/Square284x284Logo.png

This is a binary file and will not be displayed.

mobile/src-tauri/icons/Square30x30Logo.png

This is a binary file and will not be displayed.

mobile/src-tauri/icons/Square310x310Logo.png

This is a binary file and will not be displayed.

mobile/src-tauri/icons/Square44x44Logo.png

This is a binary file and will not be displayed.

mobile/src-tauri/icons/Square71x71Logo.png

This is a binary file and will not be displayed.

mobile/src-tauri/icons/Square89x89Logo.png

This is a binary file and will not be displayed.

mobile/src-tauri/icons/StoreLogo.png

This is a binary file and will not be displayed.

mobile/src-tauri/icons/icon.icns

This is a binary file and will not be displayed.

mobile/src-tauri/icons/icon.ico

This is a binary file and will not be displayed.

mobile/src-tauri/icons/icon.png

This is a binary file and will not be displayed.

+14
mobile/src-tauri/src/lib.rs
··· 1 + // Learn more about Tauri commands at https://tauri.app/develop/calling-rust/ 2 + #[tauri::command] 3 + fn greet(name: &str) -> String { 4 + format!("Hello, {}! You've been greeted from Rust!", name) 5 + } 6 + 7 + #[cfg_attr(mobile, tauri::mobile_entry_point)] 8 + pub fn run() { 9 + tauri::Builder::default() 10 + .plugin(tauri_plugin_opener::init()) 11 + .invoke_handler(tauri::generate_handler![greet]) 12 + .run(tauri::generate_context!()) 13 + .expect("error while running tauri application"); 14 + }
+6
mobile/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 + ferrum_lib::run() 6 + }
+35
mobile/src-tauri/tauri.conf.json
··· 1 + { 2 + "$schema": "https://schema.tauri.app/config/2", 3 + "productName": "ferrum", 4 + "version": "0.1.0", 5 + "identifier": "space.kasper.ferrum", 6 + "build": { 7 + "beforeDevCommand": "npm run dev:web", 8 + "devUrl": "http://localhost:1420", 9 + "beforeBuildCommand": "npm run build:web", 10 + "frontendDist": "../build" 11 + }, 12 + "app": { 13 + "windows": [ 14 + { 15 + "title": "ferrum", 16 + "width": 800, 17 + "height": 600 18 + } 19 + ], 20 + "security": { 21 + "csp": null 22 + } 23 + }, 24 + "bundle": { 25 + "active": true, 26 + "targets": "all", 27 + "icon": [ 28 + "icons/32x32.png", 29 + "icons/128x128.png", 30 + "icons/128x128@2x.png", 31 + "icons/icon.icns", 32 + "icons/icon.ico" 33 + ] 34 + } 35 + }
+13
mobile/src/app.html
··· 1 + <!doctype html> 2 + <html lang="en"> 3 + <head> 4 + <meta charset="utf-8" /> 5 + <link rel="icon" href="%sveltekit.assets%/favicon.png" /> 6 + <meta name="viewport" content="width=device-width, initial-scale=1" /> 7 + <title>Tauri + SvelteKit + Typescript App</title> 8 + %sveltekit.head% 9 + </head> 10 + <body data-sveltekit-preload-data="hover"> 11 + <div style="display: contents">%sveltekit.body%</div> 12 + </body> 13 + </html>
+5
mobile/src/routes/+layout.ts
··· 1 + // Tauri doesn't have a Node.js server to do proper SSR 2 + // so we use adapter-static with a fallback to index.html to put the site in SPA mode 3 + // See: https://svelte.dev/docs/kit/single-page-apps 4 + // See: https://v2.tauri.app/start/frontend/sveltekit/ for more info 5 + export const ssr = false;
+156
mobile/src/routes/+page.svelte
··· 1 + <script lang="ts"> 2 + import { invoke } from "@tauri-apps/api/core"; 3 + 4 + let name = $state(""); 5 + let greetMsg = $state(""); 6 + 7 + async function greet(event: Event) { 8 + event.preventDefault(); 9 + // Learn more about Tauri commands at https://tauri.app/develop/calling-rust/ 10 + greetMsg = await invoke("greet", { name }); 11 + } 12 + </script> 13 + 14 + <main class="container"> 15 + <h1>Welcome to Tauri + Svelte</h1> 16 + 17 + <div class="row"> 18 + <a href="https://vite.dev" target="_blank"> 19 + <img src="/vite.svg" class="logo vite" alt="Vite Logo" /> 20 + </a> 21 + <a href="https://tauri.app" target="_blank"> 22 + <img src="/tauri.svg" class="logo tauri" alt="Tauri Logo" /> 23 + </a> 24 + <a href="https://svelte.dev" target="_blank"> 25 + <img src="/svelte.svg" class="logo svelte-kit" alt="SvelteKit Logo" /> 26 + </a> 27 + </div> 28 + <p>Click on the Tauri, Vite, and SvelteKit logos to learn more.</p> 29 + 30 + <form class="row" onsubmit={greet}> 31 + <input id="greet-input" placeholder="Enter a name..." bind:value={name} /> 32 + <button type="submit">Greet</button> 33 + </form> 34 + <p>{greetMsg}</p> 35 + </main> 36 + 37 + <style> 38 + .logo.vite:hover { 39 + filter: drop-shadow(0 0 2em #747bff); 40 + } 41 + 42 + .logo.svelte-kit:hover { 43 + filter: drop-shadow(0 0 2em #ff3e00); 44 + } 45 + 46 + :root { 47 + font-family: Inter, Avenir, Helvetica, Arial, sans-serif; 48 + font-size: 16px; 49 + line-height: 24px; 50 + font-weight: 400; 51 + 52 + color: #0f0f0f; 53 + background-color: #f6f6f6; 54 + 55 + font-synthesis: none; 56 + text-rendering: optimizeLegibility; 57 + -webkit-font-smoothing: antialiased; 58 + -moz-osx-font-smoothing: grayscale; 59 + -webkit-text-size-adjust: 100%; 60 + } 61 + 62 + .container { 63 + margin: 0; 64 + padding-top: 10vh; 65 + display: flex; 66 + flex-direction: column; 67 + justify-content: center; 68 + text-align: center; 69 + } 70 + 71 + .logo { 72 + height: 6em; 73 + padding: 1.5em; 74 + will-change: filter; 75 + transition: 0.75s; 76 + } 77 + 78 + .logo.tauri:hover { 79 + filter: drop-shadow(0 0 2em #24c8db); 80 + } 81 + 82 + .row { 83 + display: flex; 84 + justify-content: center; 85 + } 86 + 87 + a { 88 + font-weight: 500; 89 + color: #646cff; 90 + text-decoration: inherit; 91 + } 92 + 93 + a:hover { 94 + color: #535bf2; 95 + } 96 + 97 + h1 { 98 + text-align: center; 99 + } 100 + 101 + input, 102 + button { 103 + border-radius: 8px; 104 + border: 1px solid transparent; 105 + padding: 0.6em 1.2em; 106 + font-size: 1em; 107 + font-weight: 500; 108 + font-family: inherit; 109 + color: #0f0f0f; 110 + background-color: #ffffff; 111 + transition: border-color 0.25s; 112 + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); 113 + } 114 + 115 + button { 116 + cursor: pointer; 117 + } 118 + 119 + button:hover { 120 + border-color: #396cd8; 121 + } 122 + button:active { 123 + border-color: #396cd8; 124 + background-color: #e8e8e8; 125 + } 126 + 127 + input, 128 + button { 129 + outline: none; 130 + } 131 + 132 + #greet-input { 133 + margin-right: 5px; 134 + } 135 + 136 + @media (prefers-color-scheme: dark) { 137 + :root { 138 + color: #f6f6f6; 139 + background-color: #2f2f2f; 140 + } 141 + 142 + a:hover { 143 + color: #24c8db; 144 + } 145 + 146 + input, 147 + button { 148 + color: #ffffff; 149 + background-color: #0f0f0f98; 150 + } 151 + button:active { 152 + background-color: #0f0f0f69; 153 + } 154 + } 155 + 156 + </style>
mobile/static/favicon.png

This is a binary file and will not be displayed.

+1
mobile/static/svelte.svg
··· 1 + <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="26.6" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 308"><path fill="#FF3E00" d="M239.682 40.707C211.113-.182 154.69-12.301 113.895 13.69L42.247 59.356a82.198 82.198 0 0 0-37.135 55.056a86.566 86.566 0 0 0 8.536 55.576a82.425 82.425 0 0 0-12.296 30.719a87.596 87.596 0 0 0 14.964 66.244c28.574 40.893 84.997 53.007 125.787 27.016l71.648-45.664a82.182 82.182 0 0 0 37.135-55.057a86.601 86.601 0 0 0-8.53-55.577a82.409 82.409 0 0 0 12.29-30.718a87.573 87.573 0 0 0-14.963-66.244"></path><path fill="#FFF" d="M106.889 270.841c-23.102 6.007-47.497-3.036-61.103-22.648a52.685 52.685 0 0 1-9.003-39.85a49.978 49.978 0 0 1 1.713-6.693l1.35-4.115l3.671 2.697a92.447 92.447 0 0 0 28.036 14.007l2.663.808l-.245 2.659a16.067 16.067 0 0 0 2.89 10.656a17.143 17.143 0 0 0 18.397 6.828a15.786 15.786 0 0 0 4.403-1.935l71.67-45.672a14.922 14.922 0 0 0 6.734-9.977a15.923 15.923 0 0 0-2.713-12.011a17.156 17.156 0 0 0-18.404-6.832a15.78 15.78 0 0 0-4.396 1.933l-27.35 17.434a52.298 52.298 0 0 1-14.553 6.391c-23.101 6.007-47.497-3.036-61.101-22.649a52.681 52.681 0 0 1-9.004-39.849a49.428 49.428 0 0 1 22.34-33.114l71.664-45.677a52.218 52.218 0 0 1 14.563-6.398c23.101-6.007 47.497 3.036 61.101 22.648a52.685 52.685 0 0 1 9.004 39.85a50.559 50.559 0 0 1-1.713 6.692l-1.35 4.116l-3.67-2.693a92.373 92.373 0 0 0-28.037-14.013l-2.664-.809l.246-2.658a16.099 16.099 0 0 0-2.89-10.656a17.143 17.143 0 0 0-18.398-6.828a15.786 15.786 0 0 0-4.402 1.935l-71.67 45.674a14.898 14.898 0 0 0-6.73 9.975a15.9 15.9 0 0 0 2.709 12.012a17.156 17.156 0 0 0 18.404 6.832a15.841 15.841 0 0 0 4.402-1.935l27.345-17.427a52.147 52.147 0 0 1 14.552-6.397c23.101-6.006 47.497 3.037 61.102 22.65a52.681 52.681 0 0 1 9.003 39.848a49.453 49.453 0 0 1-22.34 33.12l-71.664 45.673a52.218 52.218 0 0 1-14.563 6.398"></path></svg>
+6
mobile/static/tauri.svg
··· 1 + <svg width="206" height="231" viewBox="0 0 206 231" fill="none" xmlns="http://www.w3.org/2000/svg"> 2 + <path d="M143.143 84C143.143 96.1503 133.293 106 121.143 106C108.992 106 99.1426 96.1503 99.1426 84C99.1426 71.8497 108.992 62 121.143 62C133.293 62 143.143 71.8497 143.143 84Z" fill="#FFC131"/> 3 + <ellipse cx="84.1426" cy="147" rx="22" ry="22" transform="rotate(180 84.1426 147)" fill="#24C8DB"/> 4 + <path fill-rule="evenodd" clip-rule="evenodd" d="M166.738 154.548C157.86 160.286 148.023 164.269 137.757 166.341C139.858 160.282 141 153.774 141 147C141 144.543 140.85 142.121 140.558 139.743C144.975 138.204 149.215 136.139 153.183 133.575C162.73 127.404 170.292 118.608 174.961 108.244C179.63 97.8797 181.207 86.3876 179.502 75.1487C177.798 63.9098 172.884 53.4021 165.352 44.8883C157.82 36.3744 147.99 30.2165 137.042 27.1546C126.095 24.0926 114.496 24.2568 103.64 27.6274C92.7839 30.998 83.1319 37.4317 75.8437 46.1553C74.9102 47.2727 74.0206 48.4216 73.176 49.5993C61.9292 50.8488 51.0363 54.0318 40.9629 58.9556C44.2417 48.4586 49.5653 38.6591 56.679 30.1442C67.0505 17.7298 80.7861 8.57426 96.2354 3.77762C111.685 -1.01901 128.19 -1.25267 143.769 3.10474C159.348 7.46215 173.337 16.2252 184.056 28.3411C194.775 40.457 201.767 55.4101 204.193 71.404C206.619 87.3978 204.374 103.752 197.73 118.501C191.086 133.25 180.324 145.767 166.738 154.548ZM41.9631 74.275L62.5557 76.8042C63.0459 72.813 63.9401 68.9018 65.2138 65.1274C57.0465 67.0016 49.2088 70.087 41.9631 74.275Z" fill="#FFC131"/> 5 + <path fill-rule="evenodd" clip-rule="evenodd" d="M38.4045 76.4519C47.3493 70.6709 57.2677 66.6712 67.6171 64.6132C65.2774 70.9669 64 77.8343 64 85.0001C64 87.1434 64.1143 89.26 64.3371 91.3442C60.0093 92.8732 55.8533 94.9092 51.9599 97.4256C42.4128 103.596 34.8505 112.392 30.1816 122.756C25.5126 133.12 23.9357 144.612 25.6403 155.851C27.3449 167.09 32.2584 177.598 39.7906 186.112C47.3227 194.626 57.153 200.784 68.1003 203.846C79.0476 206.907 90.6462 206.743 101.502 203.373C112.359 200.002 122.011 193.568 129.299 184.845C130.237 183.722 131.131 182.567 131.979 181.383C143.235 180.114 154.132 176.91 164.205 171.962C160.929 182.49 155.596 192.319 148.464 200.856C138.092 213.27 124.357 222.426 108.907 227.222C93.458 232.019 76.9524 232.253 61.3736 227.895C45.7948 223.538 31.8055 214.775 21.0867 202.659C10.3679 190.543 3.37557 175.59 0.949823 159.596C-1.47592 143.602 0.768139 127.248 7.41237 112.499C14.0566 97.7497 24.8183 85.2327 38.4045 76.4519ZM163.062 156.711L163.062 156.711C162.954 156.773 162.846 156.835 162.738 156.897C162.846 156.835 162.954 156.773 163.062 156.711Z" fill="#24C8DB"/> 6 + </svg>
+1
mobile/static/vite.svg
··· 1 + <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
+18
mobile/svelte.config.js
··· 1 + // Tauri doesn't have a Node.js server to do proper SSR 2 + // so we use adapter-static with a fallback to index.html to put the site in SPA mode 3 + // See: https://svelte.dev/docs/kit/single-page-apps 4 + // See: https://v2.tauri.app/start/frontend/sveltekit/ for more info 5 + import adapter from "@sveltejs/adapter-static"; 6 + import { vitePreprocess } from "@sveltejs/vite-plugin-svelte"; 7 + 8 + /** @type {import('@sveltejs/kit').Config} */ 9 + const config = { 10 + preprocess: vitePreprocess(), 11 + kit: { 12 + adapter: adapter({ 13 + fallback: "index.html", 14 + }), 15 + }, 16 + }; 17 + 18 + export default config;
+19
mobile/tsconfig.json
··· 1 + { 2 + "extends": "./.svelte-kit/tsconfig.json", 3 + "compilerOptions": { 4 + "allowJs": true, 5 + "checkJs": true, 6 + "esModuleInterop": true, 7 + "forceConsistentCasingInFileNames": true, 8 + "resolveJsonModule": true, 9 + "skipLibCheck": true, 10 + "sourceMap": true, 11 + "strict": true, 12 + "moduleResolution": "bundler" 13 + } 14 + // Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias 15 + // except $lib which is handled by https://svelte.dev/docs/kit/configuration#files 16 + // 17 + // If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes 18 + // from the referenced tsconfig.json - TypeScript does not merge them in 19 + }
+32
mobile/vite.config.js
··· 1 + import { defineConfig } from "vite"; 2 + import { sveltekit } from "@sveltejs/kit/vite"; 3 + 4 + // @ts-expect-error process is a nodejs global 5 + const host = process.env.TAURI_DEV_HOST; 6 + 7 + // https://vite.dev/config/ 8 + export default defineConfig(async () => ({ 9 + plugins: [sveltekit()], 10 + 11 + // Vite options tailored for Tauri development and only applied in `tauri dev` or `tauri build` 12 + // 13 + // 1. prevent Vite from obscuring rust errors 14 + clearScreen: false, 15 + // 2. tauri expects a fixed port, fail if that port is not available 16 + server: { 17 + port: 1420, 18 + strictPort: true, 19 + host: host || false, 20 + hmr: host 21 + ? { 22 + protocol: "ws", 23 + host, 24 + port: 1421, 25 + } 26 + : undefined, 27 + watch: { 28 + // 3. tell Vite to ignore watching `src-tauri` 29 + ignored: ["**/src-tauri/**"], 30 + }, 31 + }, 32 + }));