Cargo.lock
sha256:a78e7e5a8740e03315f325d19edeb3aa1b306b3337d04abbaa9a9e0f3bbeb7a1
docs: MuseHub-first before ISR #74 — staging solidify NEXT
Human
12 hours ago
| 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.4" |
| 29 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 30 | checksum = "0e76a019e91224d279006ff972f1e984179a6e9feb050adba6ce8274aef23195" |
| 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.103" |
| 47 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 48 | checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3" |
| 49 | |
| 50 | [[package]] |
| 51 | name = "atk" |
| 52 | version = "0.18.2" |
| 53 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 54 | checksum = "241b621213072e993be4f6f3a9e4b45f65b7e6faad43001be957184b7bb1824b" |
| 55 | dependencies = [ |
| 56 | "atk-sys", |
| 57 | "glib", |
| 58 | "libc", |
| 59 | ] |
| 60 | |
| 61 | [[package]] |
| 62 | name = "atk-sys" |
| 63 | version = "0.18.2" |
| 64 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 65 | checksum = "c5e48b684b0ca77d2bbadeef17424c2ea3c897d44d566a1617e7e8f30614d086" |
| 66 | dependencies = [ |
| 67 | "glib-sys", |
| 68 | "gobject-sys", |
| 69 | "libc", |
| 70 | "system-deps", |
| 71 | ] |
| 72 | |
| 73 | [[package]] |
| 74 | name = "atomic-waker" |
| 75 | version = "1.1.2" |
| 76 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 77 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| 78 | |
| 79 | [[package]] |
| 80 | name = "autocfg" |
| 81 | version = "1.5.1" |
| 82 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 83 | checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" |
| 84 | |
| 85 | [[package]] |
| 86 | name = "base64" |
| 87 | version = "0.21.7" |
| 88 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 89 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
| 90 | |
| 91 | [[package]] |
| 92 | name = "base64" |
| 93 | version = "0.22.1" |
| 94 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 95 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| 96 | |
| 97 | [[package]] |
| 98 | name = "bit-set" |
| 99 | version = "0.8.0" |
| 100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 101 | checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" |
| 102 | dependencies = [ |
| 103 | "bit-vec", |
| 104 | ] |
| 105 | |
| 106 | [[package]] |
| 107 | name = "bit-vec" |
| 108 | version = "0.8.0" |
| 109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 110 | checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" |
| 111 | |
| 112 | [[package]] |
| 113 | name = "bitflags" |
| 114 | version = "1.3.2" |
| 115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 116 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| 117 | |
| 118 | [[package]] |
| 119 | name = "bitflags" |
| 120 | version = "2.13.0" |
| 121 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 122 | checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8" |
| 123 | dependencies = [ |
| 124 | "serde_core", |
| 125 | ] |
| 126 | |
| 127 | [[package]] |
| 128 | name = "block-buffer" |
| 129 | version = "0.10.4" |
| 130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 131 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 132 | dependencies = [ |
| 133 | "generic-array", |
| 134 | ] |
| 135 | |
| 136 | [[package]] |
| 137 | name = "block2" |
| 138 | version = "0.6.2" |
| 139 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 140 | checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" |
| 141 | dependencies = [ |
| 142 | "objc2", |
| 143 | ] |
| 144 | |
| 145 | [[package]] |
| 146 | name = "brotli" |
| 147 | version = "8.0.4" |
| 148 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 149 | checksum = "5cc91aac060a7a1e25823bdccbfb6af1875b88f17c6daac97894eed8207166b3" |
| 150 | dependencies = [ |
| 151 | "alloc-no-stdlib", |
| 152 | "alloc-stdlib", |
| 153 | "brotli-decompressor", |
| 154 | ] |
| 155 | |
| 156 | [[package]] |
| 157 | name = "brotli-decompressor" |
| 158 | version = "5.0.3" |
| 159 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 160 | checksum = "3a32acac15fe1967bc3986b2a6347dffc965602354ea6f450ad07e8bfd253583" |
| 161 | dependencies = [ |
| 162 | "alloc-no-stdlib", |
| 163 | "alloc-stdlib", |
| 164 | ] |
| 165 | |
| 166 | [[package]] |
| 167 | name = "bs58" |
| 168 | version = "0.5.1" |
| 169 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 170 | checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" |
| 171 | dependencies = [ |
| 172 | "tinyvec", |
| 173 | ] |
| 174 | |
| 175 | [[package]] |
| 176 | name = "bumpalo" |
| 177 | version = "3.20.3" |
| 178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 179 | checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" |
| 180 | |
| 181 | [[package]] |
| 182 | name = "bytemuck" |
| 183 | version = "1.25.1" |
| 184 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 185 | checksum = "d6aedf8ae72766347502cf3cb4f41cf5e9cc37d28bee90f1fdaaae15f9cf9424" |
| 186 | |
| 187 | [[package]] |
| 188 | name = "byteorder" |
| 189 | version = "1.5.0" |
| 190 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 191 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| 192 | |
| 193 | [[package]] |
| 194 | name = "bytes" |
| 195 | version = "1.12.1" |
| 196 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 197 | checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04" |
| 198 | dependencies = [ |
| 199 | "serde", |
| 200 | ] |
| 201 | |
| 202 | [[package]] |
| 203 | name = "cairo-rs" |
| 204 | version = "0.18.5" |
| 205 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 206 | checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2" |
| 207 | dependencies = [ |
| 208 | "bitflags 2.13.0", |
| 209 | "cairo-sys-rs", |
| 210 | "glib", |
| 211 | "libc", |
| 212 | "once_cell", |
| 213 | "thiserror 1.0.69", |
| 214 | ] |
| 215 | |
| 216 | [[package]] |
| 217 | name = "cairo-sys-rs" |
| 218 | version = "0.18.2" |
| 219 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 220 | checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51" |
| 221 | dependencies = [ |
| 222 | "glib-sys", |
| 223 | "libc", |
| 224 | "system-deps", |
| 225 | ] |
| 226 | |
| 227 | [[package]] |
| 228 | name = "camino" |
| 229 | version = "1.2.4" |
| 230 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 231 | checksum = "5f2d30e4173c4026932d51d31d6b0613b1fd3014bf3f9f8943d4ba139c437ba0" |
| 232 | dependencies = [ |
| 233 | "serde_core", |
| 234 | ] |
| 235 | |
| 236 | [[package]] |
| 237 | name = "cargo-platform" |
| 238 | version = "0.1.9" |
| 239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 240 | checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea" |
| 241 | dependencies = [ |
| 242 | "serde", |
| 243 | ] |
| 244 | |
| 245 | [[package]] |
| 246 | name = "cargo_metadata" |
| 247 | version = "0.19.2" |
| 248 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 249 | checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba" |
| 250 | dependencies = [ |
| 251 | "camino", |
| 252 | "cargo-platform", |
| 253 | "semver", |
| 254 | "serde", |
| 255 | "serde_json", |
| 256 | "thiserror 2.0.18", |
| 257 | ] |
| 258 | |
| 259 | [[package]] |
| 260 | name = "cargo_toml" |
| 261 | version = "0.22.3" |
| 262 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 263 | checksum = "374b7c592d9c00c1f4972ea58390ac6b18cbb6ab79011f3bdc90a0b82ca06b77" |
| 264 | dependencies = [ |
| 265 | "serde", |
| 266 | "toml 0.9.12+spec-1.1.0", |
| 267 | ] |
| 268 | |
| 269 | [[package]] |
| 270 | name = "cc" |
| 271 | version = "1.2.67" |
| 272 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 273 | checksum = "e17dd265a7d0f31ef544e1b20e03add05d3b45b491b633b10d67145d2acc1a38" |
| 274 | dependencies = [ |
| 275 | "find-msvc-tools", |
| 276 | "shlex", |
| 277 | ] |
| 278 | |
| 279 | [[package]] |
| 280 | name = "cesu8" |
| 281 | version = "1.1.0" |
| 282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 283 | checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" |
| 284 | |
| 285 | [[package]] |
| 286 | name = "cfb" |
| 287 | version = "0.7.3" |
| 288 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 289 | checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f" |
| 290 | dependencies = [ |
| 291 | "byteorder", |
| 292 | "fnv", |
| 293 | "uuid", |
| 294 | ] |
| 295 | |
| 296 | [[package]] |
| 297 | name = "cfg-expr" |
| 298 | version = "0.15.8" |
| 299 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 300 | checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" |
| 301 | dependencies = [ |
| 302 | "smallvec", |
| 303 | "target-lexicon", |
| 304 | ] |
| 305 | |
| 306 | [[package]] |
| 307 | name = "cfg-if" |
| 308 | version = "1.0.4" |
| 309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 310 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 311 | |
| 312 | [[package]] |
| 313 | name = "chrono" |
| 314 | version = "0.4.45" |
| 315 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 316 | checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" |
| 317 | dependencies = [ |
| 318 | "iana-time-zone", |
| 319 | "num-traits", |
| 320 | "serde", |
| 321 | "windows-link 0.2.1", |
| 322 | ] |
| 323 | |
| 324 | [[package]] |
| 325 | name = "combine" |
| 326 | version = "4.6.7" |
| 327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 328 | checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" |
| 329 | dependencies = [ |
| 330 | "bytes", |
| 331 | "memchr", |
| 332 | ] |
| 333 | |
| 334 | [[package]] |
| 335 | name = "cookie" |
| 336 | version = "0.18.1" |
| 337 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 338 | checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" |
| 339 | dependencies = [ |
| 340 | "time", |
| 341 | "version_check", |
| 342 | ] |
| 343 | |
| 344 | [[package]] |
| 345 | name = "core-foundation" |
| 346 | version = "0.10.1" |
| 347 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 348 | checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" |
| 349 | dependencies = [ |
| 350 | "core-foundation-sys", |
| 351 | "libc", |
| 352 | ] |
| 353 | |
| 354 | [[package]] |
| 355 | name = "core-foundation-sys" |
| 356 | version = "0.8.7" |
| 357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 358 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 359 | |
| 360 | [[package]] |
| 361 | name = "core-graphics" |
| 362 | version = "0.25.0" |
| 363 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 364 | checksum = "064badf302c3194842cf2c5d61f56cc88e54a759313879cdf03abdd27d0c3b97" |
| 365 | dependencies = [ |
| 366 | "bitflags 2.13.0", |
| 367 | "core-foundation", |
| 368 | "core-graphics-types", |
| 369 | "foreign-types", |
| 370 | "libc", |
| 371 | ] |
| 372 | |
| 373 | [[package]] |
| 374 | name = "core-graphics-types" |
| 375 | version = "0.2.0" |
| 376 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 377 | checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb" |
| 378 | dependencies = [ |
| 379 | "bitflags 2.13.0", |
| 380 | "core-foundation", |
| 381 | "libc", |
| 382 | ] |
| 383 | |
| 384 | [[package]] |
| 385 | name = "cpufeatures" |
| 386 | version = "0.2.17" |
| 387 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 388 | checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| 389 | dependencies = [ |
| 390 | "libc", |
| 391 | ] |
| 392 | |
| 393 | [[package]] |
| 394 | name = "crc32fast" |
| 395 | version = "1.5.0" |
| 396 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 397 | checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
| 398 | dependencies = [ |
| 399 | "cfg-if", |
| 400 | ] |
| 401 | |
| 402 | [[package]] |
| 403 | name = "crossbeam-channel" |
| 404 | version = "0.5.16" |
| 405 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 406 | checksum = "d85363c37faeca707aef026efa9f3b34d077bce547e48f770770625c6013679e" |
| 407 | dependencies = [ |
| 408 | "crossbeam-utils", |
| 409 | ] |
| 410 | |
| 411 | [[package]] |
| 412 | name = "crossbeam-utils" |
| 413 | version = "0.8.22" |
| 414 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 415 | checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17" |
| 416 | |
| 417 | [[package]] |
| 418 | name = "crypto-common" |
| 419 | version = "0.1.7" |
| 420 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 421 | checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
| 422 | dependencies = [ |
| 423 | "generic-array", |
| 424 | "typenum", |
| 425 | ] |
| 426 | |
| 427 | [[package]] |
| 428 | name = "cssparser" |
| 429 | version = "0.36.0" |
| 430 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 431 | checksum = "dae61cf9c0abb83bd659dab65b7e4e38d8236824c85f0f804f173567bda257d2" |
| 432 | dependencies = [ |
| 433 | "cssparser-macros", |
| 434 | "dtoa-short", |
| 435 | "itoa", |
| 436 | "phf", |
| 437 | "smallvec", |
| 438 | ] |
| 439 | |
| 440 | [[package]] |
| 441 | name = "cssparser-macros" |
| 442 | version = "0.6.1" |
| 443 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 444 | checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" |
| 445 | dependencies = [ |
| 446 | "quote", |
| 447 | "syn 2.0.118", |
| 448 | ] |
| 449 | |
| 450 | [[package]] |
| 451 | name = "ctor" |
| 452 | version = "0.8.0" |
| 453 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 454 | checksum = "352d39c2f7bef1d6ad73db6f5160efcaed66d94ef8c6c573a8410c00bf909a98" |
| 455 | dependencies = [ |
| 456 | "ctor-proc-macro", |
| 457 | "dtor", |
| 458 | ] |
| 459 | |
| 460 | [[package]] |
| 461 | name = "ctor-proc-macro" |
| 462 | version = "0.0.7" |
| 463 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 464 | checksum = "52560adf09603e58c9a7ee1fe1dcb95a16927b17c127f0ac02d6e768a0e25bc1" |
| 465 | |
| 466 | [[package]] |
| 467 | name = "darling" |
| 468 | version = "0.23.0" |
| 469 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 470 | checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" |
| 471 | dependencies = [ |
| 472 | "darling_core", |
| 473 | "darling_macro", |
| 474 | ] |
| 475 | |
| 476 | [[package]] |
| 477 | name = "darling_core" |
| 478 | version = "0.23.0" |
| 479 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 480 | checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" |
| 481 | dependencies = [ |
| 482 | "ident_case", |
| 483 | "proc-macro2", |
| 484 | "quote", |
| 485 | "strsim", |
| 486 | "syn 2.0.118", |
| 487 | ] |
| 488 | |
| 489 | [[package]] |
| 490 | name = "darling_macro" |
| 491 | version = "0.23.0" |
| 492 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 493 | checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" |
| 494 | dependencies = [ |
| 495 | "darling_core", |
| 496 | "quote", |
| 497 | "syn 2.0.118", |
| 498 | ] |
| 499 | |
| 500 | [[package]] |
| 501 | name = "dbus" |
| 502 | version = "0.9.12" |
| 503 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 504 | checksum = "3ab69f03cc8c4340c9c8e315114e1658e6775a9b16a04357973aa21cec22b32e" |
| 505 | dependencies = [ |
| 506 | "libc", |
| 507 | "libdbus-sys", |
| 508 | "windows-sys 0.61.2", |
| 509 | ] |
| 510 | |
| 511 | [[package]] |
| 512 | name = "deranged" |
| 513 | version = "0.5.8" |
| 514 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 515 | checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" |
| 516 | dependencies = [ |
| 517 | "serde_core", |
| 518 | ] |
| 519 | |
| 520 | [[package]] |
| 521 | name = "derive_more" |
| 522 | version = "2.1.1" |
| 523 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 524 | checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" |
| 525 | dependencies = [ |
| 526 | "derive_more-impl", |
| 527 | ] |
| 528 | |
| 529 | [[package]] |
| 530 | name = "derive_more-impl" |
| 531 | version = "2.1.1" |
| 532 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 533 | checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" |
| 534 | dependencies = [ |
| 535 | "proc-macro2", |
| 536 | "quote", |
| 537 | "rustc_version", |
| 538 | "syn 2.0.118", |
| 539 | ] |
| 540 | |
| 541 | [[package]] |
| 542 | name = "digest" |
| 543 | version = "0.10.7" |
| 544 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 545 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| 546 | dependencies = [ |
| 547 | "block-buffer", |
| 548 | "crypto-common", |
| 549 | ] |
| 550 | |
| 551 | [[package]] |
| 552 | name = "dirs" |
| 553 | version = "6.0.0" |
| 554 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 555 | checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" |
| 556 | dependencies = [ |
| 557 | "dirs-sys", |
| 558 | ] |
| 559 | |
| 560 | [[package]] |
| 561 | name = "dirs-sys" |
| 562 | version = "0.5.0" |
| 563 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 564 | checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" |
| 565 | dependencies = [ |
| 566 | "libc", |
| 567 | "option-ext", |
| 568 | "redox_users", |
| 569 | "windows-sys 0.61.2", |
| 570 | ] |
| 571 | |
| 572 | [[package]] |
| 573 | name = "dispatch2" |
| 574 | version = "0.3.1" |
| 575 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 576 | checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38" |
| 577 | dependencies = [ |
| 578 | "bitflags 2.13.0", |
| 579 | "block2", |
| 580 | "libc", |
| 581 | "objc2", |
| 582 | ] |
| 583 | |
| 584 | [[package]] |
| 585 | name = "displaydoc" |
| 586 | version = "0.2.6" |
| 587 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 588 | checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f" |
| 589 | dependencies = [ |
| 590 | "proc-macro2", |
| 591 | "quote", |
| 592 | "syn 2.0.118", |
| 593 | ] |
| 594 | |
| 595 | [[package]] |
| 596 | name = "dlopen2" |
| 597 | version = "0.8.2" |
| 598 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 599 | checksum = "5e2c5bd4158e66d1e215c49b837e11d62f3267b30c92f1d171c4d3105e3dc4d4" |
| 600 | dependencies = [ |
| 601 | "dlopen2_derive", |
| 602 | "libc", |
| 603 | "once_cell", |
| 604 | "winapi", |
| 605 | ] |
| 606 | |
| 607 | [[package]] |
| 608 | name = "dlopen2_derive" |
| 609 | version = "0.4.3" |
| 610 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 611 | checksum = "0fbbb781877580993a8707ec48672673ec7b81eeba04cfd2310bd28c08e47c8f" |
| 612 | dependencies = [ |
| 613 | "proc-macro2", |
| 614 | "quote", |
| 615 | "syn 2.0.118", |
| 616 | ] |
| 617 | |
| 618 | [[package]] |
| 619 | name = "dom_query" |
| 620 | version = "0.27.0" |
| 621 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 622 | checksum = "521e380c0c8afb8d9a1e83a1822ee03556fc3e3e7dbc1fd30be14e37f9cb3f89" |
| 623 | dependencies = [ |
| 624 | "bit-set", |
| 625 | "cssparser", |
| 626 | "foldhash", |
| 627 | "html5ever", |
| 628 | "precomputed-hash", |
| 629 | "selectors", |
| 630 | "tendril", |
| 631 | ] |
| 632 | |
| 633 | [[package]] |
| 634 | name = "dpi" |
| 635 | version = "0.1.2" |
| 636 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 637 | checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76" |
| 638 | dependencies = [ |
| 639 | "serde", |
| 640 | ] |
| 641 | |
| 642 | [[package]] |
| 643 | name = "dtoa" |
| 644 | version = "1.0.11" |
| 645 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 646 | checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590" |
| 647 | |
| 648 | [[package]] |
| 649 | name = "dtoa-short" |
| 650 | version = "0.3.5" |
| 651 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 652 | checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87" |
| 653 | dependencies = [ |
| 654 | "dtoa", |
| 655 | ] |
| 656 | |
| 657 | [[package]] |
| 658 | name = "dtor" |
| 659 | version = "0.3.0" |
| 660 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 661 | checksum = "f1057d6c64987086ff8ed0fd3fbf377a6b7d205cc7715868cd401705f715cbe4" |
| 662 | dependencies = [ |
| 663 | "dtor-proc-macro", |
| 664 | ] |
| 665 | |
| 666 | [[package]] |
| 667 | name = "dtor-proc-macro" |
| 668 | version = "0.0.6" |
| 669 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 670 | checksum = "f678cf4a922c215c63e0de95eb1ff08a958a81d47e485cf9da1e27bf6305cfa5" |
| 671 | |
| 672 | [[package]] |
| 673 | name = "dunce" |
| 674 | version = "1.0.5" |
| 675 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 676 | checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" |
| 677 | |
| 678 | [[package]] |
| 679 | name = "dyn-clone" |
| 680 | version = "1.0.20" |
| 681 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 682 | checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" |
| 683 | |
| 684 | [[package]] |
| 685 | name = "embed-resource" |
| 686 | version = "3.0.11" |
| 687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 688 | checksum = "fbfdaacccebec3b28e4866b8973543c7647797db5ada1bdab552e48fe665fbbd" |
| 689 | dependencies = [ |
| 690 | "cc", |
| 691 | "memchr", |
| 692 | "rustc_version", |
| 693 | "toml 1.1.2+spec-1.1.0", |
| 694 | "vswhom", |
| 695 | "winreg", |
| 696 | ] |
| 697 | |
| 698 | [[package]] |
| 699 | name = "embed_plist" |
| 700 | version = "1.2.2" |
| 701 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 702 | checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7" |
| 703 | |
| 704 | [[package]] |
| 705 | name = "equivalent" |
| 706 | version = "1.0.2" |
| 707 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 708 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 709 | |
| 710 | [[package]] |
| 711 | name = "erased-serde" |
| 712 | version = "0.4.10" |
| 713 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 714 | checksum = "d2add8a07dd6a8d93ff627029c51de145e12686fbc36ecb298ac22e74cf02dec" |
| 715 | dependencies = [ |
| 716 | "serde", |
| 717 | "serde_core", |
| 718 | "typeid", |
| 719 | ] |
| 720 | |
| 721 | [[package]] |
| 722 | name = "fastrand" |
| 723 | version = "2.4.1" |
| 724 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 725 | checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" |
| 726 | |
| 727 | [[package]] |
| 728 | name = "fdeflate" |
| 729 | version = "0.3.7" |
| 730 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 731 | checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" |
| 732 | dependencies = [ |
| 733 | "simd-adler32", |
| 734 | ] |
| 735 | |
| 736 | [[package]] |
| 737 | name = "field-offset" |
| 738 | version = "0.3.6" |
| 739 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 740 | checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" |
| 741 | dependencies = [ |
| 742 | "memoffset", |
| 743 | "rustc_version", |
| 744 | ] |
| 745 | |
| 746 | [[package]] |
| 747 | name = "find-msvc-tools" |
| 748 | version = "0.1.9" |
| 749 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 750 | checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" |
| 751 | |
| 752 | [[package]] |
| 753 | name = "flate2" |
| 754 | version = "1.1.9" |
| 755 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 756 | checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" |
| 757 | dependencies = [ |
| 758 | "crc32fast", |
| 759 | "miniz_oxide", |
| 760 | ] |
| 761 | |
| 762 | [[package]] |
| 763 | name = "fnv" |
| 764 | version = "1.0.7" |
| 765 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 766 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| 767 | |
| 768 | [[package]] |
| 769 | name = "foldhash" |
| 770 | version = "0.2.0" |
| 771 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 772 | checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" |
| 773 | |
| 774 | [[package]] |
| 775 | name = "foreign-types" |
| 776 | version = "0.5.0" |
| 777 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 778 | checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" |
| 779 | dependencies = [ |
| 780 | "foreign-types-macros", |
| 781 | "foreign-types-shared", |
| 782 | ] |
| 783 | |
| 784 | [[package]] |
| 785 | name = "foreign-types-macros" |
| 786 | version = "0.2.3" |
| 787 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 788 | checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" |
| 789 | dependencies = [ |
| 790 | "proc-macro2", |
| 791 | "quote", |
| 792 | "syn 2.0.118", |
| 793 | ] |
| 794 | |
| 795 | [[package]] |
| 796 | name = "foreign-types-shared" |
| 797 | version = "0.3.1" |
| 798 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 799 | checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" |
| 800 | |
| 801 | [[package]] |
| 802 | name = "form_urlencoded" |
| 803 | version = "1.2.2" |
| 804 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 805 | checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| 806 | dependencies = [ |
| 807 | "percent-encoding", |
| 808 | ] |
| 809 | |
| 810 | [[package]] |
| 811 | name = "futures-channel" |
| 812 | version = "0.3.32" |
| 813 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 814 | checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" |
| 815 | dependencies = [ |
| 816 | "futures-core", |
| 817 | ] |
| 818 | |
| 819 | [[package]] |
| 820 | name = "futures-core" |
| 821 | version = "0.3.32" |
| 822 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 823 | checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" |
| 824 | |
| 825 | [[package]] |
| 826 | name = "futures-executor" |
| 827 | version = "0.3.32" |
| 828 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 829 | checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" |
| 830 | dependencies = [ |
| 831 | "futures-core", |
| 832 | "futures-task", |
| 833 | "futures-util", |
| 834 | ] |
| 835 | |
| 836 | [[package]] |
| 837 | name = "futures-io" |
| 838 | version = "0.3.32" |
| 839 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 840 | checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" |
| 841 | |
| 842 | [[package]] |
| 843 | name = "futures-macro" |
| 844 | version = "0.3.32" |
| 845 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 846 | checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" |
| 847 | dependencies = [ |
| 848 | "proc-macro2", |
| 849 | "quote", |
| 850 | "syn 2.0.118", |
| 851 | ] |
| 852 | |
| 853 | [[package]] |
| 854 | name = "futures-sink" |
| 855 | version = "0.3.32" |
| 856 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 857 | checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" |
| 858 | |
| 859 | [[package]] |
| 860 | name = "futures-task" |
| 861 | version = "0.3.32" |
| 862 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 863 | checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" |
| 864 | |
| 865 | [[package]] |
| 866 | name = "futures-util" |
| 867 | version = "0.3.32" |
| 868 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 869 | checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" |
| 870 | dependencies = [ |
| 871 | "futures-core", |
| 872 | "futures-io", |
| 873 | "futures-macro", |
| 874 | "futures-sink", |
| 875 | "futures-task", |
| 876 | "memchr", |
| 877 | "pin-project-lite", |
| 878 | "slab", |
| 879 | ] |
| 880 | |
| 881 | [[package]] |
| 882 | name = "gdk" |
| 883 | version = "0.18.2" |
| 884 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 885 | checksum = "d9f245958c627ac99d8e529166f9823fb3b838d1d41fd2b297af3075093c2691" |
| 886 | dependencies = [ |
| 887 | "cairo-rs", |
| 888 | "gdk-pixbuf", |
| 889 | "gdk-sys", |
| 890 | "gio", |
| 891 | "glib", |
| 892 | "libc", |
| 893 | "pango", |
| 894 | ] |
| 895 | |
| 896 | [[package]] |
| 897 | name = "gdk-pixbuf" |
| 898 | version = "0.18.5" |
| 899 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 900 | checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec" |
| 901 | dependencies = [ |
| 902 | "gdk-pixbuf-sys", |
| 903 | "gio", |
| 904 | "glib", |
| 905 | "libc", |
| 906 | "once_cell", |
| 907 | ] |
| 908 | |
| 909 | [[package]] |
| 910 | name = "gdk-pixbuf-sys" |
| 911 | version = "0.18.0" |
| 912 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 913 | checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7" |
| 914 | dependencies = [ |
| 915 | "gio-sys", |
| 916 | "glib-sys", |
| 917 | "gobject-sys", |
| 918 | "libc", |
| 919 | "system-deps", |
| 920 | ] |
| 921 | |
| 922 | [[package]] |
| 923 | name = "gdk-sys" |
| 924 | version = "0.18.2" |
| 925 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 926 | checksum = "5c2d13f38594ac1e66619e188c6d5a1adb98d11b2fcf7894fc416ad76aa2f3f7" |
| 927 | dependencies = [ |
| 928 | "cairo-sys-rs", |
| 929 | "gdk-pixbuf-sys", |
| 930 | "gio-sys", |
| 931 | "glib-sys", |
| 932 | "gobject-sys", |
| 933 | "libc", |
| 934 | "pango-sys", |
| 935 | "pkg-config", |
| 936 | "system-deps", |
| 937 | ] |
| 938 | |
| 939 | [[package]] |
| 940 | name = "gdkwayland-sys" |
| 941 | version = "0.18.2" |
| 942 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 943 | checksum = "140071d506d223f7572b9f09b5e155afbd77428cd5cc7af8f2694c41d98dfe69" |
| 944 | dependencies = [ |
| 945 | "gdk-sys", |
| 946 | "glib-sys", |
| 947 | "gobject-sys", |
| 948 | "libc", |
| 949 | "pkg-config", |
| 950 | "system-deps", |
| 951 | ] |
| 952 | |
| 953 | [[package]] |
| 954 | name = "gdkx11" |
| 955 | version = "0.18.2" |
| 956 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 957 | checksum = "3caa00e14351bebbc8183b3c36690327eb77c49abc2268dd4bd36b856db3fbfe" |
| 958 | dependencies = [ |
| 959 | "gdk", |
| 960 | "gdkx11-sys", |
| 961 | "gio", |
| 962 | "glib", |
| 963 | "libc", |
| 964 | "x11", |
| 965 | ] |
| 966 | |
| 967 | [[package]] |
| 968 | name = "gdkx11-sys" |
| 969 | version = "0.18.2" |
| 970 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 971 | checksum = "6e2e7445fe01ac26f11601db260dd8608fe172514eb63b3b5e261ea6b0f4428d" |
| 972 | dependencies = [ |
| 973 | "gdk-sys", |
| 974 | "glib-sys", |
| 975 | "libc", |
| 976 | "system-deps", |
| 977 | "x11", |
| 978 | ] |
| 979 | |
| 980 | [[package]] |
| 981 | name = "generic-array" |
| 982 | version = "0.14.7" |
| 983 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 984 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| 985 | dependencies = [ |
| 986 | "typenum", |
| 987 | "version_check", |
| 988 | ] |
| 989 | |
| 990 | [[package]] |
| 991 | name = "getrandom" |
| 992 | version = "0.2.17" |
| 993 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 994 | checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| 995 | dependencies = [ |
| 996 | "cfg-if", |
| 997 | "libc", |
| 998 | "wasi", |
| 999 | ] |
| 1000 | |
| 1001 | [[package]] |
| 1002 | name = "getrandom" |
| 1003 | version = "0.3.4" |
| 1004 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1005 | checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| 1006 | dependencies = [ |
| 1007 | "cfg-if", |
| 1008 | "libc", |
| 1009 | "r-efi 5.3.0", |
| 1010 | "wasip2", |
| 1011 | ] |
| 1012 | |
| 1013 | [[package]] |
| 1014 | name = "getrandom" |
| 1015 | version = "0.4.3" |
| 1016 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1017 | checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" |
| 1018 | dependencies = [ |
| 1019 | "cfg-if", |
| 1020 | "libc", |
| 1021 | "r-efi 6.0.0", |
| 1022 | ] |
| 1023 | |
| 1024 | [[package]] |
| 1025 | name = "gio" |
| 1026 | version = "0.18.4" |
| 1027 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1028 | checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73" |
| 1029 | dependencies = [ |
| 1030 | "futures-channel", |
| 1031 | "futures-core", |
| 1032 | "futures-io", |
| 1033 | "futures-util", |
| 1034 | "gio-sys", |
| 1035 | "glib", |
| 1036 | "libc", |
| 1037 | "once_cell", |
| 1038 | "pin-project-lite", |
| 1039 | "smallvec", |
| 1040 | "thiserror 1.0.69", |
| 1041 | ] |
| 1042 | |
| 1043 | [[package]] |
| 1044 | name = "gio-sys" |
| 1045 | version = "0.18.1" |
| 1046 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1047 | checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2" |
| 1048 | dependencies = [ |
| 1049 | "glib-sys", |
| 1050 | "gobject-sys", |
| 1051 | "libc", |
| 1052 | "system-deps", |
| 1053 | "winapi", |
| 1054 | ] |
| 1055 | |
| 1056 | [[package]] |
| 1057 | name = "glib" |
| 1058 | version = "0.18.5" |
| 1059 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1060 | checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5" |
| 1061 | dependencies = [ |
| 1062 | "bitflags 2.13.0", |
| 1063 | "futures-channel", |
| 1064 | "futures-core", |
| 1065 | "futures-executor", |
| 1066 | "futures-task", |
| 1067 | "futures-util", |
| 1068 | "gio-sys", |
| 1069 | "glib-macros", |
| 1070 | "glib-sys", |
| 1071 | "gobject-sys", |
| 1072 | "libc", |
| 1073 | "memchr", |
| 1074 | "once_cell", |
| 1075 | "smallvec", |
| 1076 | "thiserror 1.0.69", |
| 1077 | ] |
| 1078 | |
| 1079 | [[package]] |
| 1080 | name = "glib-macros" |
| 1081 | version = "0.18.5" |
| 1082 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1083 | checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc" |
| 1084 | dependencies = [ |
| 1085 | "heck 0.4.1", |
| 1086 | "proc-macro-crate 2.0.2", |
| 1087 | "proc-macro-error", |
| 1088 | "proc-macro2", |
| 1089 | "quote", |
| 1090 | "syn 2.0.118", |
| 1091 | ] |
| 1092 | |
| 1093 | [[package]] |
| 1094 | name = "glib-sys" |
| 1095 | version = "0.18.1" |
| 1096 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1097 | checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898" |
| 1098 | dependencies = [ |
| 1099 | "libc", |
| 1100 | "system-deps", |
| 1101 | ] |
| 1102 | |
| 1103 | [[package]] |
| 1104 | name = "glob" |
| 1105 | version = "0.3.3" |
| 1106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1107 | checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" |
| 1108 | |
| 1109 | [[package]] |
| 1110 | name = "gobject-sys" |
| 1111 | version = "0.18.0" |
| 1112 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1113 | checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44" |
| 1114 | dependencies = [ |
| 1115 | "glib-sys", |
| 1116 | "libc", |
| 1117 | "system-deps", |
| 1118 | ] |
| 1119 | |
| 1120 | [[package]] |
| 1121 | name = "gtk" |
| 1122 | version = "0.18.2" |
| 1123 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1124 | checksum = "fd56fb197bfc42bd5d2751f4f017d44ff59fbb58140c6b49f9b3b2bdab08506a" |
| 1125 | dependencies = [ |
| 1126 | "atk", |
| 1127 | "cairo-rs", |
| 1128 | "field-offset", |
| 1129 | "futures-channel", |
| 1130 | "gdk", |
| 1131 | "gdk-pixbuf", |
| 1132 | "gio", |
| 1133 | "glib", |
| 1134 | "gtk-sys", |
| 1135 | "gtk3-macros", |
| 1136 | "libc", |
| 1137 | "pango", |
| 1138 | "pkg-config", |
| 1139 | ] |
| 1140 | |
| 1141 | [[package]] |
| 1142 | name = "gtk-sys" |
| 1143 | version = "0.18.2" |
| 1144 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1145 | checksum = "8f29a1c21c59553eb7dd40e918be54dccd60c52b049b75119d5d96ce6b624414" |
| 1146 | dependencies = [ |
| 1147 | "atk-sys", |
| 1148 | "cairo-sys-rs", |
| 1149 | "gdk-pixbuf-sys", |
| 1150 | "gdk-sys", |
| 1151 | "gio-sys", |
| 1152 | "glib-sys", |
| 1153 | "gobject-sys", |
| 1154 | "libc", |
| 1155 | "pango-sys", |
| 1156 | "system-deps", |
| 1157 | ] |
| 1158 | |
| 1159 | [[package]] |
| 1160 | name = "gtk3-macros" |
| 1161 | version = "0.18.2" |
| 1162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1163 | checksum = "52ff3c5b21f14f0736fed6dcfc0bfb4225ebf5725f3c0209edeec181e4d73e9d" |
| 1164 | dependencies = [ |
| 1165 | "proc-macro-crate 1.3.1", |
| 1166 | "proc-macro-error", |
| 1167 | "proc-macro2", |
| 1168 | "quote", |
| 1169 | "syn 2.0.118", |
| 1170 | ] |
| 1171 | |
| 1172 | [[package]] |
| 1173 | name = "hashbrown" |
| 1174 | version = "0.12.3" |
| 1175 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1176 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
| 1177 | |
| 1178 | [[package]] |
| 1179 | name = "hashbrown" |
| 1180 | version = "0.17.1" |
| 1181 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1182 | checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" |
| 1183 | |
| 1184 | [[package]] |
| 1185 | name = "heck" |
| 1186 | version = "0.4.1" |
| 1187 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1188 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
| 1189 | |
| 1190 | [[package]] |
| 1191 | name = "heck" |
| 1192 | version = "0.5.0" |
| 1193 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1194 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 1195 | |
| 1196 | [[package]] |
| 1197 | name = "hex" |
| 1198 | version = "0.4.3" |
| 1199 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1200 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| 1201 | |
| 1202 | [[package]] |
| 1203 | name = "html5ever" |
| 1204 | version = "0.38.0" |
| 1205 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1206 | checksum = "1054432bae2f14e0061e33d23402fbaa67a921d319d56adc6bcf887ddad1cbc2" |
| 1207 | dependencies = [ |
| 1208 | "log", |
| 1209 | "markup5ever", |
| 1210 | ] |
| 1211 | |
| 1212 | [[package]] |
| 1213 | name = "http" |
| 1214 | version = "1.4.2" |
| 1215 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1216 | checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425" |
| 1217 | dependencies = [ |
| 1218 | "bytes", |
| 1219 | "itoa", |
| 1220 | ] |
| 1221 | |
| 1222 | [[package]] |
| 1223 | name = "http-body" |
| 1224 | version = "1.1.0" |
| 1225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1226 | checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c" |
| 1227 | dependencies = [ |
| 1228 | "bytes", |
| 1229 | "http", |
| 1230 | ] |
| 1231 | |
| 1232 | [[package]] |
| 1233 | name = "http-body-util" |
| 1234 | version = "0.1.4" |
| 1235 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1236 | checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2" |
| 1237 | dependencies = [ |
| 1238 | "bytes", |
| 1239 | "futures-core", |
| 1240 | "http", |
| 1241 | "http-body", |
| 1242 | "pin-project-lite", |
| 1243 | ] |
| 1244 | |
| 1245 | [[package]] |
| 1246 | name = "httparse" |
| 1247 | version = "1.10.1" |
| 1248 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1249 | checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
| 1250 | |
| 1251 | [[package]] |
| 1252 | name = "hyper" |
| 1253 | version = "1.10.1" |
| 1254 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1255 | checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498" |
| 1256 | dependencies = [ |
| 1257 | "atomic-waker", |
| 1258 | "bytes", |
| 1259 | "futures-channel", |
| 1260 | "futures-core", |
| 1261 | "http", |
| 1262 | "http-body", |
| 1263 | "httparse", |
| 1264 | "itoa", |
| 1265 | "pin-project-lite", |
| 1266 | "smallvec", |
| 1267 | "tokio", |
| 1268 | "want", |
| 1269 | ] |
| 1270 | |
| 1271 | [[package]] |
| 1272 | name = "hyper-util" |
| 1273 | version = "0.1.20" |
| 1274 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1275 | checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" |
| 1276 | dependencies = [ |
| 1277 | "base64 0.22.1", |
| 1278 | "bytes", |
| 1279 | "futures-channel", |
| 1280 | "futures-util", |
| 1281 | "http", |
| 1282 | "http-body", |
| 1283 | "hyper", |
| 1284 | "ipnet", |
| 1285 | "libc", |
| 1286 | "percent-encoding", |
| 1287 | "pin-project-lite", |
| 1288 | "socket2", |
| 1289 | "tokio", |
| 1290 | "tower-service", |
| 1291 | "tracing", |
| 1292 | ] |
| 1293 | |
| 1294 | [[package]] |
| 1295 | name = "iana-time-zone" |
| 1296 | version = "0.1.65" |
| 1297 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1298 | checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" |
| 1299 | dependencies = [ |
| 1300 | "android_system_properties", |
| 1301 | "core-foundation-sys", |
| 1302 | "iana-time-zone-haiku", |
| 1303 | "js-sys", |
| 1304 | "log", |
| 1305 | "wasm-bindgen", |
| 1306 | "windows-core 0.62.2", |
| 1307 | ] |
| 1308 | |
| 1309 | [[package]] |
| 1310 | name = "iana-time-zone-haiku" |
| 1311 | version = "0.1.2" |
| 1312 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1313 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| 1314 | dependencies = [ |
| 1315 | "cc", |
| 1316 | ] |
| 1317 | |
| 1318 | [[package]] |
| 1319 | name = "ico" |
| 1320 | version = "0.5.0" |
| 1321 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1322 | checksum = "3e795dff5605e0f04bff85ca41b51a96b83e80b281e96231bcaaf1ac35103371" |
| 1323 | dependencies = [ |
| 1324 | "byteorder", |
| 1325 | "png 0.17.16", |
| 1326 | ] |
| 1327 | |
| 1328 | [[package]] |
| 1329 | name = "icu_collections" |
| 1330 | version = "2.2.0" |
| 1331 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1332 | checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" |
| 1333 | dependencies = [ |
| 1334 | "displaydoc", |
| 1335 | "potential_utf", |
| 1336 | "utf8_iter", |
| 1337 | "yoke", |
| 1338 | "zerofrom", |
| 1339 | "zerovec", |
| 1340 | ] |
| 1341 | |
| 1342 | [[package]] |
| 1343 | name = "icu_locale_core" |
| 1344 | version = "2.2.0" |
| 1345 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1346 | checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" |
| 1347 | dependencies = [ |
| 1348 | "displaydoc", |
| 1349 | "litemap", |
| 1350 | "tinystr", |
| 1351 | "writeable", |
| 1352 | "zerovec", |
| 1353 | ] |
| 1354 | |
| 1355 | [[package]] |
| 1356 | name = "icu_normalizer" |
| 1357 | version = "2.2.0" |
| 1358 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1359 | checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" |
| 1360 | dependencies = [ |
| 1361 | "icu_collections", |
| 1362 | "icu_normalizer_data", |
| 1363 | "icu_properties", |
| 1364 | "icu_provider", |
| 1365 | "smallvec", |
| 1366 | "zerovec", |
| 1367 | ] |
| 1368 | |
| 1369 | [[package]] |
| 1370 | name = "icu_normalizer_data" |
| 1371 | version = "2.2.0" |
| 1372 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1373 | checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" |
| 1374 | |
| 1375 | [[package]] |
| 1376 | name = "icu_properties" |
| 1377 | version = "2.2.0" |
| 1378 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1379 | checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" |
| 1380 | dependencies = [ |
| 1381 | "icu_collections", |
| 1382 | "icu_locale_core", |
| 1383 | "icu_properties_data", |
| 1384 | "icu_provider", |
| 1385 | "zerotrie", |
| 1386 | "zerovec", |
| 1387 | ] |
| 1388 | |
| 1389 | [[package]] |
| 1390 | name = "icu_properties_data" |
| 1391 | version = "2.2.0" |
| 1392 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1393 | checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" |
| 1394 | |
| 1395 | [[package]] |
| 1396 | name = "icu_provider" |
| 1397 | version = "2.2.0" |
| 1398 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1399 | checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" |
| 1400 | dependencies = [ |
| 1401 | "displaydoc", |
| 1402 | "icu_locale_core", |
| 1403 | "writeable", |
| 1404 | "yoke", |
| 1405 | "zerofrom", |
| 1406 | "zerotrie", |
| 1407 | "zerovec", |
| 1408 | ] |
| 1409 | |
| 1410 | [[package]] |
| 1411 | name = "ident_case" |
| 1412 | version = "1.0.1" |
| 1413 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1414 | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| 1415 | |
| 1416 | [[package]] |
| 1417 | name = "idna" |
| 1418 | version = "1.1.0" |
| 1419 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1420 | checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
| 1421 | dependencies = [ |
| 1422 | "idna_adapter", |
| 1423 | "smallvec", |
| 1424 | "utf8_iter", |
| 1425 | ] |
| 1426 | |
| 1427 | [[package]] |
| 1428 | name = "idna_adapter" |
| 1429 | version = "1.2.2" |
| 1430 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1431 | checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714" |
| 1432 | dependencies = [ |
| 1433 | "icu_normalizer", |
| 1434 | "icu_properties", |
| 1435 | ] |
| 1436 | |
| 1437 | [[package]] |
| 1438 | name = "indexmap" |
| 1439 | version = "1.9.3" |
| 1440 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1441 | checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
| 1442 | dependencies = [ |
| 1443 | "autocfg", |
| 1444 | "hashbrown 0.12.3", |
| 1445 | "serde", |
| 1446 | ] |
| 1447 | |
| 1448 | [[package]] |
| 1449 | name = "indexmap" |
| 1450 | version = "2.14.0" |
| 1451 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1452 | checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" |
| 1453 | dependencies = [ |
| 1454 | "equivalent", |
| 1455 | "hashbrown 0.17.1", |
| 1456 | "serde", |
| 1457 | "serde_core", |
| 1458 | ] |
| 1459 | |
| 1460 | [[package]] |
| 1461 | name = "infer" |
| 1462 | version = "0.19.0" |
| 1463 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1464 | checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7" |
| 1465 | dependencies = [ |
| 1466 | "cfb", |
| 1467 | ] |
| 1468 | |
| 1469 | [[package]] |
| 1470 | name = "ipnet" |
| 1471 | version = "2.12.0" |
| 1472 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1473 | checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" |
| 1474 | |
| 1475 | [[package]] |
| 1476 | name = "itoa" |
| 1477 | version = "1.0.18" |
| 1478 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1479 | checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| 1480 | |
| 1481 | [[package]] |
| 1482 | name = "javascriptcore-rs" |
| 1483 | version = "1.1.2" |
| 1484 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1485 | checksum = "ca5671e9ffce8ffba57afc24070e906da7fc4b1ba66f2cabebf61bf2ea257fcc" |
| 1486 | dependencies = [ |
| 1487 | "bitflags 1.3.2", |
| 1488 | "glib", |
| 1489 | "javascriptcore-rs-sys", |
| 1490 | ] |
| 1491 | |
| 1492 | [[package]] |
| 1493 | name = "javascriptcore-rs-sys" |
| 1494 | version = "1.1.1" |
| 1495 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1496 | checksum = "af1be78d14ffa4b75b66df31840478fef72b51f8c2465d4ca7c194da9f7a5124" |
| 1497 | dependencies = [ |
| 1498 | "glib-sys", |
| 1499 | "gobject-sys", |
| 1500 | "libc", |
| 1501 | "system-deps", |
| 1502 | ] |
| 1503 | |
| 1504 | [[package]] |
| 1505 | name = "jni" |
| 1506 | version = "0.21.1" |
| 1507 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1508 | checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" |
| 1509 | dependencies = [ |
| 1510 | "cesu8", |
| 1511 | "cfg-if", |
| 1512 | "combine", |
| 1513 | "jni-sys 0.3.1", |
| 1514 | "log", |
| 1515 | "thiserror 1.0.69", |
| 1516 | "walkdir", |
| 1517 | "windows-sys 0.45.0", |
| 1518 | ] |
| 1519 | |
| 1520 | [[package]] |
| 1521 | name = "jni-sys" |
| 1522 | version = "0.3.1" |
| 1523 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1524 | checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258" |
| 1525 | dependencies = [ |
| 1526 | "jni-sys 0.4.1", |
| 1527 | ] |
| 1528 | |
| 1529 | [[package]] |
| 1530 | name = "jni-sys" |
| 1531 | version = "0.4.1" |
| 1532 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1533 | checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2" |
| 1534 | dependencies = [ |
| 1535 | "jni-sys-macros", |
| 1536 | ] |
| 1537 | |
| 1538 | [[package]] |
| 1539 | name = "jni-sys-macros" |
| 1540 | version = "0.4.1" |
| 1541 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1542 | checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264" |
| 1543 | dependencies = [ |
| 1544 | "quote", |
| 1545 | "syn 2.0.118", |
| 1546 | ] |
| 1547 | |
| 1548 | [[package]] |
| 1549 | name = "js-sys" |
| 1550 | version = "0.3.103" |
| 1551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1552 | checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102" |
| 1553 | dependencies = [ |
| 1554 | "cfg-if", |
| 1555 | "futures-util", |
| 1556 | "wasm-bindgen", |
| 1557 | ] |
| 1558 | |
| 1559 | [[package]] |
| 1560 | name = "json-patch" |
| 1561 | version = "3.0.1" |
| 1562 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1563 | checksum = "863726d7afb6bc2590eeff7135d923545e5e964f004c2ccf8716c25e70a86f08" |
| 1564 | dependencies = [ |
| 1565 | "jsonptr", |
| 1566 | "serde", |
| 1567 | "serde_json", |
| 1568 | "thiserror 1.0.69", |
| 1569 | ] |
| 1570 | |
| 1571 | [[package]] |
| 1572 | name = "jsonptr" |
| 1573 | version = "0.6.3" |
| 1574 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1575 | checksum = "5dea2b27dd239b2556ed7a25ba842fe47fd602e7fc7433c2a8d6106d4d9edd70" |
| 1576 | dependencies = [ |
| 1577 | "serde", |
| 1578 | "serde_json", |
| 1579 | ] |
| 1580 | |
| 1581 | [[package]] |
| 1582 | name = "keyboard-types" |
| 1583 | version = "0.7.0" |
| 1584 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1585 | checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a" |
| 1586 | dependencies = [ |
| 1587 | "bitflags 2.13.0", |
| 1588 | "serde", |
| 1589 | "unicode-segmentation", |
| 1590 | ] |
| 1591 | |
| 1592 | [[package]] |
| 1593 | name = "libappindicator" |
| 1594 | version = "0.9.0" |
| 1595 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1596 | checksum = "03589b9607c868cc7ae54c0b2a22c8dc03dd41692d48f2d7df73615c6a95dc0a" |
| 1597 | dependencies = [ |
| 1598 | "glib", |
| 1599 | "gtk", |
| 1600 | "gtk-sys", |
| 1601 | "libappindicator-sys", |
| 1602 | "log", |
| 1603 | ] |
| 1604 | |
| 1605 | [[package]] |
| 1606 | name = "libappindicator-sys" |
| 1607 | version = "0.9.0" |
| 1608 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1609 | checksum = "6e9ec52138abedcc58dc17a7c6c0c00a2bdb4f3427c7f63fa97fd0d859155caf" |
| 1610 | dependencies = [ |
| 1611 | "gtk-sys", |
| 1612 | "libloading", |
| 1613 | "once_cell", |
| 1614 | ] |
| 1615 | |
| 1616 | [[package]] |
| 1617 | name = "libc" |
| 1618 | version = "0.2.186" |
| 1619 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1620 | checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" |
| 1621 | |
| 1622 | [[package]] |
| 1623 | name = "libdbus-sys" |
| 1624 | version = "0.2.7" |
| 1625 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1626 | checksum = "328c4789d42200f1eeec05bd86c9c13c7f091d2ba9a6ea35acdf51f31bc0f043" |
| 1627 | dependencies = [ |
| 1628 | "pkg-config", |
| 1629 | ] |
| 1630 | |
| 1631 | [[package]] |
| 1632 | name = "libloading" |
| 1633 | version = "0.7.4" |
| 1634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1635 | checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" |
| 1636 | dependencies = [ |
| 1637 | "cfg-if", |
| 1638 | "winapi", |
| 1639 | ] |
| 1640 | |
| 1641 | [[package]] |
| 1642 | name = "libredox" |
| 1643 | version = "0.1.18" |
| 1644 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1645 | checksum = "c943259e342f1e06ff2da7a83eabdfe7f92ce10262688dbf1895ff0b3e6e4652" |
| 1646 | dependencies = [ |
| 1647 | "libc", |
| 1648 | ] |
| 1649 | |
| 1650 | [[package]] |
| 1651 | name = "litemap" |
| 1652 | version = "0.8.2" |
| 1653 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1654 | checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" |
| 1655 | |
| 1656 | [[package]] |
| 1657 | name = "lock_api" |
| 1658 | version = "0.4.14" |
| 1659 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1660 | checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 1661 | dependencies = [ |
| 1662 | "scopeguard", |
| 1663 | ] |
| 1664 | |
| 1665 | [[package]] |
| 1666 | name = "log" |
| 1667 | version = "0.4.33" |
| 1668 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1669 | checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" |
| 1670 | |
| 1671 | [[package]] |
| 1672 | name = "markup5ever" |
| 1673 | version = "0.38.0" |
| 1674 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1675 | checksum = "8983d30f2915feeaaab2d6babdd6bc7e9ed1a00b66b5e6d74df19aa9c0e91862" |
| 1676 | dependencies = [ |
| 1677 | "log", |
| 1678 | "tendril", |
| 1679 | "web_atoms", |
| 1680 | ] |
| 1681 | |
| 1682 | [[package]] |
| 1683 | name = "memchr" |
| 1684 | version = "2.8.3" |
| 1685 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1686 | checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98" |
| 1687 | |
| 1688 | [[package]] |
| 1689 | name = "memoffset" |
| 1690 | version = "0.9.1" |
| 1691 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1692 | checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
| 1693 | dependencies = [ |
| 1694 | "autocfg", |
| 1695 | ] |
| 1696 | |
| 1697 | [[package]] |
| 1698 | name = "mime" |
| 1699 | version = "0.3.17" |
| 1700 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1701 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
| 1702 | |
| 1703 | [[package]] |
| 1704 | name = "miniz_oxide" |
| 1705 | version = "0.8.9" |
| 1706 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1707 | checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
| 1708 | dependencies = [ |
| 1709 | "adler2", |
| 1710 | "simd-adler32", |
| 1711 | ] |
| 1712 | |
| 1713 | [[package]] |
| 1714 | name = "mio" |
| 1715 | version = "1.2.2" |
| 1716 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1717 | checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427" |
| 1718 | dependencies = [ |
| 1719 | "libc", |
| 1720 | "wasi", |
| 1721 | "windows-sys 0.61.2", |
| 1722 | ] |
| 1723 | |
| 1724 | [[package]] |
| 1725 | name = "muda" |
| 1726 | version = "0.19.3" |
| 1727 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1728 | checksum = "1dd04e60bc0b07438a6771710ee1698f98f6ebbc7f89b61264af1563b8aeb878" |
| 1729 | dependencies = [ |
| 1730 | "crossbeam-channel", |
| 1731 | "dpi", |
| 1732 | "gtk", |
| 1733 | "keyboard-types", |
| 1734 | "objc2", |
| 1735 | "objc2-app-kit", |
| 1736 | "objc2-core-foundation", |
| 1737 | "objc2-foundation", |
| 1738 | "once_cell", |
| 1739 | "png 0.18.1", |
| 1740 | "serde", |
| 1741 | "thiserror 2.0.18", |
| 1742 | "windows-sys 0.61.2", |
| 1743 | ] |
| 1744 | |
| 1745 | [[package]] |
| 1746 | name = "ndk" |
| 1747 | version = "0.9.0" |
| 1748 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1749 | checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" |
| 1750 | dependencies = [ |
| 1751 | "bitflags 2.13.0", |
| 1752 | "jni-sys 0.3.1", |
| 1753 | "log", |
| 1754 | "ndk-sys", |
| 1755 | "num_enum", |
| 1756 | "raw-window-handle", |
| 1757 | "thiserror 1.0.69", |
| 1758 | ] |
| 1759 | |
| 1760 | [[package]] |
| 1761 | name = "ndk-sys" |
| 1762 | version = "0.6.0+11769913" |
| 1763 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1764 | checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873" |
| 1765 | dependencies = [ |
| 1766 | "jni-sys 0.3.1", |
| 1767 | ] |
| 1768 | |
| 1769 | [[package]] |
| 1770 | name = "new_debug_unreachable" |
| 1771 | version = "1.0.6" |
| 1772 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1773 | checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" |
| 1774 | |
| 1775 | [[package]] |
| 1776 | name = "num-conv" |
| 1777 | version = "0.2.2" |
| 1778 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1779 | checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441" |
| 1780 | |
| 1781 | [[package]] |
| 1782 | name = "num-traits" |
| 1783 | version = "0.2.19" |
| 1784 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1785 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 1786 | dependencies = [ |
| 1787 | "autocfg", |
| 1788 | ] |
| 1789 | |
| 1790 | [[package]] |
| 1791 | name = "num_enum" |
| 1792 | version = "0.7.6" |
| 1793 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1794 | checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26" |
| 1795 | dependencies = [ |
| 1796 | "num_enum_derive", |
| 1797 | "rustversion", |
| 1798 | ] |
| 1799 | |
| 1800 | [[package]] |
| 1801 | name = "num_enum_derive" |
| 1802 | version = "0.7.6" |
| 1803 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1804 | checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8" |
| 1805 | dependencies = [ |
| 1806 | "proc-macro-crate 3.5.0", |
| 1807 | "proc-macro2", |
| 1808 | "quote", |
| 1809 | "syn 2.0.118", |
| 1810 | ] |
| 1811 | |
| 1812 | [[package]] |
| 1813 | name = "objc2" |
| 1814 | version = "0.6.4" |
| 1815 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1816 | checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f" |
| 1817 | dependencies = [ |
| 1818 | "objc2-encode", |
| 1819 | "objc2-exception-helper", |
| 1820 | ] |
| 1821 | |
| 1822 | [[package]] |
| 1823 | name = "objc2-app-kit" |
| 1824 | version = "0.3.2" |
| 1825 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1826 | checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c" |
| 1827 | dependencies = [ |
| 1828 | "bitflags 2.13.0", |
| 1829 | "block2", |
| 1830 | "objc2", |
| 1831 | "objc2-core-foundation", |
| 1832 | "objc2-foundation", |
| 1833 | ] |
| 1834 | |
| 1835 | [[package]] |
| 1836 | name = "objc2-cloud-kit" |
| 1837 | version = "0.3.2" |
| 1838 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1839 | checksum = "73ad74d880bb43877038da939b7427bba67e9dd42004a18b809ba7d87cee241c" |
| 1840 | dependencies = [ |
| 1841 | "bitflags 2.13.0", |
| 1842 | "objc2", |
| 1843 | "objc2-foundation", |
| 1844 | ] |
| 1845 | |
| 1846 | [[package]] |
| 1847 | name = "objc2-core-data" |
| 1848 | version = "0.3.2" |
| 1849 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1850 | checksum = "0b402a653efbb5e82ce4df10683b6b28027616a2715e90009947d50b8dd298fa" |
| 1851 | dependencies = [ |
| 1852 | "objc2", |
| 1853 | "objc2-foundation", |
| 1854 | ] |
| 1855 | |
| 1856 | [[package]] |
| 1857 | name = "objc2-core-foundation" |
| 1858 | version = "0.3.2" |
| 1859 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1860 | checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" |
| 1861 | dependencies = [ |
| 1862 | "bitflags 2.13.0", |
| 1863 | "dispatch2", |
| 1864 | "objc2", |
| 1865 | ] |
| 1866 | |
| 1867 | [[package]] |
| 1868 | name = "objc2-core-graphics" |
| 1869 | version = "0.3.2" |
| 1870 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1871 | checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807" |
| 1872 | dependencies = [ |
| 1873 | "bitflags 2.13.0", |
| 1874 | "dispatch2", |
| 1875 | "objc2", |
| 1876 | "objc2-core-foundation", |
| 1877 | "objc2-io-surface", |
| 1878 | ] |
| 1879 | |
| 1880 | [[package]] |
| 1881 | name = "objc2-core-image" |
| 1882 | version = "0.3.2" |
| 1883 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1884 | checksum = "e5d563b38d2b97209f8e861173de434bd0214cf020e3423a52624cd1d989f006" |
| 1885 | dependencies = [ |
| 1886 | "objc2", |
| 1887 | "objc2-foundation", |
| 1888 | ] |
| 1889 | |
| 1890 | [[package]] |
| 1891 | name = "objc2-core-location" |
| 1892 | version = "0.3.2" |
| 1893 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1894 | checksum = "ca347214e24bc973fc025fd0d36ebb179ff30536ed1f80252706db19ee452009" |
| 1895 | dependencies = [ |
| 1896 | "objc2", |
| 1897 | "objc2-foundation", |
| 1898 | ] |
| 1899 | |
| 1900 | [[package]] |
| 1901 | name = "objc2-core-text" |
| 1902 | version = "0.3.2" |
| 1903 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1904 | checksum = "0cde0dfb48d25d2b4862161a4d5fcc0e3c24367869ad306b0c9ec0073bfed92d" |
| 1905 | dependencies = [ |
| 1906 | "bitflags 2.13.0", |
| 1907 | "objc2", |
| 1908 | "objc2-core-foundation", |
| 1909 | "objc2-core-graphics", |
| 1910 | ] |
| 1911 | |
| 1912 | [[package]] |
| 1913 | name = "objc2-encode" |
| 1914 | version = "4.1.0" |
| 1915 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1916 | checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" |
| 1917 | |
| 1918 | [[package]] |
| 1919 | name = "objc2-exception-helper" |
| 1920 | version = "0.1.1" |
| 1921 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1922 | checksum = "c7a1c5fbb72d7735b076bb47b578523aedc40f3c439bea6dfd595c089d79d98a" |
| 1923 | dependencies = [ |
| 1924 | "cc", |
| 1925 | ] |
| 1926 | |
| 1927 | [[package]] |
| 1928 | name = "objc2-foundation" |
| 1929 | version = "0.3.2" |
| 1930 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1931 | checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" |
| 1932 | dependencies = [ |
| 1933 | "bitflags 2.13.0", |
| 1934 | "block2", |
| 1935 | "objc2", |
| 1936 | "objc2-core-foundation", |
| 1937 | ] |
| 1938 | |
| 1939 | [[package]] |
| 1940 | name = "objc2-io-surface" |
| 1941 | version = "0.3.2" |
| 1942 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1943 | checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d" |
| 1944 | dependencies = [ |
| 1945 | "bitflags 2.13.0", |
| 1946 | "objc2", |
| 1947 | "objc2-core-foundation", |
| 1948 | ] |
| 1949 | |
| 1950 | [[package]] |
| 1951 | name = "objc2-quartz-core" |
| 1952 | version = "0.3.2" |
| 1953 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1954 | checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f" |
| 1955 | dependencies = [ |
| 1956 | "bitflags 2.13.0", |
| 1957 | "objc2", |
| 1958 | "objc2-core-foundation", |
| 1959 | "objc2-foundation", |
| 1960 | ] |
| 1961 | |
| 1962 | [[package]] |
| 1963 | name = "objc2-ui-kit" |
| 1964 | version = "0.3.2" |
| 1965 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1966 | checksum = "d87d638e33c06f577498cbcc50491496a3ed4246998a7fbba7ccb98b1e7eab22" |
| 1967 | dependencies = [ |
| 1968 | "bitflags 2.13.0", |
| 1969 | "block2", |
| 1970 | "objc2", |
| 1971 | "objc2-cloud-kit", |
| 1972 | "objc2-core-data", |
| 1973 | "objc2-core-foundation", |
| 1974 | "objc2-core-graphics", |
| 1975 | "objc2-core-image", |
| 1976 | "objc2-core-location", |
| 1977 | "objc2-core-text", |
| 1978 | "objc2-foundation", |
| 1979 | "objc2-quartz-core", |
| 1980 | "objc2-user-notifications", |
| 1981 | ] |
| 1982 | |
| 1983 | [[package]] |
| 1984 | name = "objc2-user-notifications" |
| 1985 | version = "0.3.2" |
| 1986 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1987 | checksum = "9df9128cbbfef73cda168416ccf7f837b62737d748333bfe9ab71c245d76613e" |
| 1988 | dependencies = [ |
| 1989 | "objc2", |
| 1990 | "objc2-foundation", |
| 1991 | ] |
| 1992 | |
| 1993 | [[package]] |
| 1994 | name = "objc2-web-kit" |
| 1995 | version = "0.3.2" |
| 1996 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1997 | checksum = "b2e5aaab980c433cf470df9d7af96a7b46a9d892d521a2cbbb2f8a4c16751e7f" |
| 1998 | dependencies = [ |
| 1999 | "bitflags 2.13.0", |
| 2000 | "block2", |
| 2001 | "objc2", |
| 2002 | "objc2-app-kit", |
| 2003 | "objc2-core-foundation", |
| 2004 | "objc2-foundation", |
| 2005 | ] |
| 2006 | |
| 2007 | [[package]] |
| 2008 | name = "once_cell" |
| 2009 | version = "1.21.4" |
| 2010 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2011 | checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| 2012 | |
| 2013 | [[package]] |
| 2014 | name = "option-ext" |
| 2015 | version = "0.2.0" |
| 2016 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2017 | checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 2018 | |
| 2019 | [[package]] |
| 2020 | name = "overseer-kit-desktop" |
| 2021 | version = "0.1.0" |
| 2022 | dependencies = [ |
| 2023 | "serde", |
| 2024 | "serde_json", |
| 2025 | "tauri", |
| 2026 | "tauri-build", |
| 2027 | "url", |
| 2028 | ] |
| 2029 | |
| 2030 | [[package]] |
| 2031 | name = "pango" |
| 2032 | version = "0.18.3" |
| 2033 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2034 | checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4" |
| 2035 | dependencies = [ |
| 2036 | "gio", |
| 2037 | "glib", |
| 2038 | "libc", |
| 2039 | "once_cell", |
| 2040 | "pango-sys", |
| 2041 | ] |
| 2042 | |
| 2043 | [[package]] |
| 2044 | name = "pango-sys" |
| 2045 | version = "0.18.0" |
| 2046 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2047 | checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5" |
| 2048 | dependencies = [ |
| 2049 | "glib-sys", |
| 2050 | "gobject-sys", |
| 2051 | "libc", |
| 2052 | "system-deps", |
| 2053 | ] |
| 2054 | |
| 2055 | [[package]] |
| 2056 | name = "parking_lot" |
| 2057 | version = "0.12.5" |
| 2058 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2059 | checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 2060 | dependencies = [ |
| 2061 | "lock_api", |
| 2062 | "parking_lot_core", |
| 2063 | ] |
| 2064 | |
| 2065 | [[package]] |
| 2066 | name = "parking_lot_core" |
| 2067 | version = "0.9.12" |
| 2068 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2069 | checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 2070 | dependencies = [ |
| 2071 | "cfg-if", |
| 2072 | "libc", |
| 2073 | "redox_syscall", |
| 2074 | "smallvec", |
| 2075 | "windows-link 0.2.1", |
| 2076 | ] |
| 2077 | |
| 2078 | [[package]] |
| 2079 | name = "percent-encoding" |
| 2080 | version = "2.3.2" |
| 2081 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2082 | checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| 2083 | |
| 2084 | [[package]] |
| 2085 | name = "phf" |
| 2086 | version = "0.13.1" |
| 2087 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2088 | checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf" |
| 2089 | dependencies = [ |
| 2090 | "phf_macros", |
| 2091 | "phf_shared", |
| 2092 | "serde", |
| 2093 | ] |
| 2094 | |
| 2095 | [[package]] |
| 2096 | name = "phf_codegen" |
| 2097 | version = "0.13.1" |
| 2098 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2099 | checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1" |
| 2100 | dependencies = [ |
| 2101 | "phf_generator", |
| 2102 | "phf_shared", |
| 2103 | ] |
| 2104 | |
| 2105 | [[package]] |
| 2106 | name = "phf_generator" |
| 2107 | version = "0.13.1" |
| 2108 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2109 | checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737" |
| 2110 | dependencies = [ |
| 2111 | "fastrand", |
| 2112 | "phf_shared", |
| 2113 | ] |
| 2114 | |
| 2115 | [[package]] |
| 2116 | name = "phf_macros" |
| 2117 | version = "0.13.1" |
| 2118 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2119 | checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef" |
| 2120 | dependencies = [ |
| 2121 | "phf_generator", |
| 2122 | "phf_shared", |
| 2123 | "proc-macro2", |
| 2124 | "quote", |
| 2125 | "syn 2.0.118", |
| 2126 | ] |
| 2127 | |
| 2128 | [[package]] |
| 2129 | name = "phf_shared" |
| 2130 | version = "0.13.1" |
| 2131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2132 | checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266" |
| 2133 | dependencies = [ |
| 2134 | "siphasher", |
| 2135 | ] |
| 2136 | |
| 2137 | [[package]] |
| 2138 | name = "pin-project-lite" |
| 2139 | version = "0.2.17" |
| 2140 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2141 | checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| 2142 | |
| 2143 | [[package]] |
| 2144 | name = "pkg-config" |
| 2145 | version = "0.3.33" |
| 2146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2147 | checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" |
| 2148 | |
| 2149 | [[package]] |
| 2150 | name = "plist" |
| 2151 | version = "1.10.0" |
| 2152 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2153 | checksum = "7da1d65da6dd5d1e44199ac0f58712d241c0f439f80adea8924d832384087f85" |
| 2154 | dependencies = [ |
| 2155 | "base64 0.22.1", |
| 2156 | "indexmap 2.14.0", |
| 2157 | "quick-xml", |
| 2158 | "serde", |
| 2159 | "time", |
| 2160 | ] |
| 2161 | |
| 2162 | [[package]] |
| 2163 | name = "png" |
| 2164 | version = "0.17.16" |
| 2165 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2166 | checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526" |
| 2167 | dependencies = [ |
| 2168 | "bitflags 1.3.2", |
| 2169 | "crc32fast", |
| 2170 | "fdeflate", |
| 2171 | "flate2", |
| 2172 | "miniz_oxide", |
| 2173 | ] |
| 2174 | |
| 2175 | [[package]] |
| 2176 | name = "png" |
| 2177 | version = "0.18.1" |
| 2178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2179 | checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61" |
| 2180 | dependencies = [ |
| 2181 | "bitflags 2.13.0", |
| 2182 | "crc32fast", |
| 2183 | "fdeflate", |
| 2184 | "flate2", |
| 2185 | "miniz_oxide", |
| 2186 | ] |
| 2187 | |
| 2188 | [[package]] |
| 2189 | name = "potential_utf" |
| 2190 | version = "0.1.5" |
| 2191 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2192 | checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" |
| 2193 | dependencies = [ |
| 2194 | "zerovec", |
| 2195 | ] |
| 2196 | |
| 2197 | [[package]] |
| 2198 | name = "powerfmt" |
| 2199 | version = "0.2.0" |
| 2200 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2201 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| 2202 | |
| 2203 | [[package]] |
| 2204 | name = "precomputed-hash" |
| 2205 | version = "0.1.1" |
| 2206 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2207 | checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
| 2208 | |
| 2209 | [[package]] |
| 2210 | name = "proc-macro-crate" |
| 2211 | version = "1.3.1" |
| 2212 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2213 | checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" |
| 2214 | dependencies = [ |
| 2215 | "once_cell", |
| 2216 | "toml_edit 0.19.15", |
| 2217 | ] |
| 2218 | |
| 2219 | [[package]] |
| 2220 | name = "proc-macro-crate" |
| 2221 | version = "2.0.2" |
| 2222 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2223 | checksum = "b00f26d3400549137f92511a46ac1cd8ce37cb5598a96d382381458b992a5d24" |
| 2224 | dependencies = [ |
| 2225 | "toml_datetime 0.6.3", |
| 2226 | "toml_edit 0.20.2", |
| 2227 | ] |
| 2228 | |
| 2229 | [[package]] |
| 2230 | name = "proc-macro-crate" |
| 2231 | version = "3.5.0" |
| 2232 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2233 | checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f" |
| 2234 | dependencies = [ |
| 2235 | "toml_edit 0.25.12+spec-1.1.0", |
| 2236 | ] |
| 2237 | |
| 2238 | [[package]] |
| 2239 | name = "proc-macro-error" |
| 2240 | version = "1.0.4" |
| 2241 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2242 | checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
| 2243 | dependencies = [ |
| 2244 | "proc-macro-error-attr", |
| 2245 | "proc-macro2", |
| 2246 | "quote", |
| 2247 | "syn 1.0.109", |
| 2248 | "version_check", |
| 2249 | ] |
| 2250 | |
| 2251 | [[package]] |
| 2252 | name = "proc-macro-error-attr" |
| 2253 | version = "1.0.4" |
| 2254 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2255 | checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
| 2256 | dependencies = [ |
| 2257 | "proc-macro2", |
| 2258 | "quote", |
| 2259 | "version_check", |
| 2260 | ] |
| 2261 | |
| 2262 | [[package]] |
| 2263 | name = "proc-macro2" |
| 2264 | version = "1.0.106" |
| 2265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2266 | checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 2267 | dependencies = [ |
| 2268 | "unicode-ident", |
| 2269 | ] |
| 2270 | |
| 2271 | [[package]] |
| 2272 | name = "quick-xml" |
| 2273 | version = "0.41.0" |
| 2274 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2275 | checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1" |
| 2276 | dependencies = [ |
| 2277 | "memchr", |
| 2278 | ] |
| 2279 | |
| 2280 | [[package]] |
| 2281 | name = "quote" |
| 2282 | version = "1.0.46" |
| 2283 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2284 | checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368" |
| 2285 | dependencies = [ |
| 2286 | "proc-macro2", |
| 2287 | ] |
| 2288 | |
| 2289 | [[package]] |
| 2290 | name = "r-efi" |
| 2291 | version = "5.3.0" |
| 2292 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2293 | checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 2294 | |
| 2295 | [[package]] |
| 2296 | name = "r-efi" |
| 2297 | version = "6.0.0" |
| 2298 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2299 | checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" |
| 2300 | |
| 2301 | [[package]] |
| 2302 | name = "raw-window-handle" |
| 2303 | version = "0.6.2" |
| 2304 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2305 | checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" |
| 2306 | |
| 2307 | [[package]] |
| 2308 | name = "redox_syscall" |
| 2309 | version = "0.5.18" |
| 2310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2311 | checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 2312 | dependencies = [ |
| 2313 | "bitflags 2.13.0", |
| 2314 | ] |
| 2315 | |
| 2316 | [[package]] |
| 2317 | name = "redox_users" |
| 2318 | version = "0.5.2" |
| 2319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2320 | checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" |
| 2321 | dependencies = [ |
| 2322 | "getrandom 0.2.17", |
| 2323 | "libredox", |
| 2324 | "thiserror 2.0.18", |
| 2325 | ] |
| 2326 | |
| 2327 | [[package]] |
| 2328 | name = "ref-cast" |
| 2329 | version = "1.0.25" |
| 2330 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2331 | checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" |
| 2332 | dependencies = [ |
| 2333 | "ref-cast-impl", |
| 2334 | ] |
| 2335 | |
| 2336 | [[package]] |
| 2337 | name = "ref-cast-impl" |
| 2338 | version = "1.0.25" |
| 2339 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2340 | checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" |
| 2341 | dependencies = [ |
| 2342 | "proc-macro2", |
| 2343 | "quote", |
| 2344 | "syn 2.0.118", |
| 2345 | ] |
| 2346 | |
| 2347 | [[package]] |
| 2348 | name = "regex" |
| 2349 | version = "1.13.0" |
| 2350 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2351 | checksum = "2a0e75113e14dc5acb068cd0786884f214f1312650a3d36d269f5c4f3cdee8a2" |
| 2352 | dependencies = [ |
| 2353 | "aho-corasick", |
| 2354 | "memchr", |
| 2355 | "regex-automata", |
| 2356 | "regex-syntax", |
| 2357 | ] |
| 2358 | |
| 2359 | [[package]] |
| 2360 | name = "regex-automata" |
| 2361 | version = "0.4.15" |
| 2362 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2363 | checksum = "1f388202e4b80542a0921078cc23b6333bcf1409c1e3f86404cae4766a6131db" |
| 2364 | dependencies = [ |
| 2365 | "aho-corasick", |
| 2366 | "memchr", |
| 2367 | "regex-syntax", |
| 2368 | ] |
| 2369 | |
| 2370 | [[package]] |
| 2371 | name = "regex-syntax" |
| 2372 | version = "0.8.11" |
| 2373 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2374 | checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" |
| 2375 | |
| 2376 | [[package]] |
| 2377 | name = "reqwest" |
| 2378 | version = "0.13.4" |
| 2379 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2380 | checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" |
| 2381 | dependencies = [ |
| 2382 | "base64 0.22.1", |
| 2383 | "bytes", |
| 2384 | "futures-core", |
| 2385 | "futures-util", |
| 2386 | "http", |
| 2387 | "http-body", |
| 2388 | "http-body-util", |
| 2389 | "hyper", |
| 2390 | "hyper-util", |
| 2391 | "js-sys", |
| 2392 | "log", |
| 2393 | "percent-encoding", |
| 2394 | "pin-project-lite", |
| 2395 | "serde", |
| 2396 | "serde_json", |
| 2397 | "sync_wrapper", |
| 2398 | "tokio", |
| 2399 | "tokio-util", |
| 2400 | "tower", |
| 2401 | "tower-http", |
| 2402 | "tower-service", |
| 2403 | "url", |
| 2404 | "wasm-bindgen", |
| 2405 | "wasm-bindgen-futures", |
| 2406 | "wasm-streams", |
| 2407 | "web-sys", |
| 2408 | ] |
| 2409 | |
| 2410 | [[package]] |
| 2411 | name = "rustc-hash" |
| 2412 | version = "2.1.3" |
| 2413 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2414 | checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d" |
| 2415 | |
| 2416 | [[package]] |
| 2417 | name = "rustc_version" |
| 2418 | version = "0.4.1" |
| 2419 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2420 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
| 2421 | dependencies = [ |
| 2422 | "semver", |
| 2423 | ] |
| 2424 | |
| 2425 | [[package]] |
| 2426 | name = "rustversion" |
| 2427 | version = "1.0.23" |
| 2428 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2429 | checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f" |
| 2430 | |
| 2431 | [[package]] |
| 2432 | name = "same-file" |
| 2433 | version = "1.0.6" |
| 2434 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2435 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| 2436 | dependencies = [ |
| 2437 | "winapi-util", |
| 2438 | ] |
| 2439 | |
| 2440 | [[package]] |
| 2441 | name = "schemars" |
| 2442 | version = "0.8.22" |
| 2443 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2444 | checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615" |
| 2445 | dependencies = [ |
| 2446 | "dyn-clone", |
| 2447 | "indexmap 1.9.3", |
| 2448 | "schemars_derive", |
| 2449 | "serde", |
| 2450 | "serde_json", |
| 2451 | "url", |
| 2452 | "uuid", |
| 2453 | ] |
| 2454 | |
| 2455 | [[package]] |
| 2456 | name = "schemars" |
| 2457 | version = "0.9.0" |
| 2458 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2459 | checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" |
| 2460 | dependencies = [ |
| 2461 | "dyn-clone", |
| 2462 | "ref-cast", |
| 2463 | "serde", |
| 2464 | "serde_json", |
| 2465 | ] |
| 2466 | |
| 2467 | [[package]] |
| 2468 | name = "schemars" |
| 2469 | version = "1.2.1" |
| 2470 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2471 | checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc" |
| 2472 | dependencies = [ |
| 2473 | "dyn-clone", |
| 2474 | "ref-cast", |
| 2475 | "serde", |
| 2476 | "serde_json", |
| 2477 | ] |
| 2478 | |
| 2479 | [[package]] |
| 2480 | name = "schemars_derive" |
| 2481 | version = "0.8.22" |
| 2482 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2483 | checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d" |
| 2484 | dependencies = [ |
| 2485 | "proc-macro2", |
| 2486 | "quote", |
| 2487 | "serde_derive_internals", |
| 2488 | "syn 2.0.118", |
| 2489 | ] |
| 2490 | |
| 2491 | [[package]] |
| 2492 | name = "scopeguard" |
| 2493 | version = "1.2.0" |
| 2494 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2495 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 2496 | |
| 2497 | [[package]] |
| 2498 | name = "selectors" |
| 2499 | version = "0.36.1" |
| 2500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2501 | checksum = "c5d9c0c92a92d33f08817311cf3f2c29a3538a8240e94a6a3c622ce652d7e00c" |
| 2502 | dependencies = [ |
| 2503 | "bitflags 2.13.0", |
| 2504 | "cssparser", |
| 2505 | "derive_more", |
| 2506 | "log", |
| 2507 | "new_debug_unreachable", |
| 2508 | "phf", |
| 2509 | "phf_codegen", |
| 2510 | "precomputed-hash", |
| 2511 | "rustc-hash", |
| 2512 | "servo_arc", |
| 2513 | "smallvec", |
| 2514 | ] |
| 2515 | |
| 2516 | [[package]] |
| 2517 | name = "semver" |
| 2518 | version = "1.0.28" |
| 2519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2520 | checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" |
| 2521 | dependencies = [ |
| 2522 | "serde", |
| 2523 | "serde_core", |
| 2524 | ] |
| 2525 | |
| 2526 | [[package]] |
| 2527 | name = "serde" |
| 2528 | version = "1.0.228" |
| 2529 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2530 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 2531 | dependencies = [ |
| 2532 | "serde_core", |
| 2533 | "serde_derive", |
| 2534 | ] |
| 2535 | |
| 2536 | [[package]] |
| 2537 | name = "serde-untagged" |
| 2538 | version = "0.1.9" |
| 2539 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2540 | checksum = "f9faf48a4a2d2693be24c6289dbe26552776eb7737074e6722891fadbe6c5058" |
| 2541 | dependencies = [ |
| 2542 | "erased-serde", |
| 2543 | "serde", |
| 2544 | "serde_core", |
| 2545 | "typeid", |
| 2546 | ] |
| 2547 | |
| 2548 | [[package]] |
| 2549 | name = "serde_core" |
| 2550 | version = "1.0.228" |
| 2551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2552 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 2553 | dependencies = [ |
| 2554 | "serde_derive", |
| 2555 | ] |
| 2556 | |
| 2557 | [[package]] |
| 2558 | name = "serde_derive" |
| 2559 | version = "1.0.228" |
| 2560 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2561 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 2562 | dependencies = [ |
| 2563 | "proc-macro2", |
| 2564 | "quote", |
| 2565 | "syn 2.0.118", |
| 2566 | ] |
| 2567 | |
| 2568 | [[package]] |
| 2569 | name = "serde_derive_internals" |
| 2570 | version = "0.29.1" |
| 2571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2572 | checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" |
| 2573 | dependencies = [ |
| 2574 | "proc-macro2", |
| 2575 | "quote", |
| 2576 | "syn 2.0.118", |
| 2577 | ] |
| 2578 | |
| 2579 | [[package]] |
| 2580 | name = "serde_json" |
| 2581 | version = "1.0.150" |
| 2582 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2583 | checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" |
| 2584 | dependencies = [ |
| 2585 | "itoa", |
| 2586 | "memchr", |
| 2587 | "serde", |
| 2588 | "serde_core", |
| 2589 | "zmij", |
| 2590 | ] |
| 2591 | |
| 2592 | [[package]] |
| 2593 | name = "serde_repr" |
| 2594 | version = "0.1.20" |
| 2595 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2596 | checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" |
| 2597 | dependencies = [ |
| 2598 | "proc-macro2", |
| 2599 | "quote", |
| 2600 | "syn 2.0.118", |
| 2601 | ] |
| 2602 | |
| 2603 | [[package]] |
| 2604 | name = "serde_spanned" |
| 2605 | version = "0.6.9" |
| 2606 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2607 | checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" |
| 2608 | dependencies = [ |
| 2609 | "serde", |
| 2610 | ] |
| 2611 | |
| 2612 | [[package]] |
| 2613 | name = "serde_spanned" |
| 2614 | version = "1.1.1" |
| 2615 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2616 | checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26" |
| 2617 | dependencies = [ |
| 2618 | "serde_core", |
| 2619 | ] |
| 2620 | |
| 2621 | [[package]] |
| 2622 | name = "serde_with" |
| 2623 | version = "3.21.0" |
| 2624 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2625 | checksum = "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c" |
| 2626 | dependencies = [ |
| 2627 | "base64 0.22.1", |
| 2628 | "bs58", |
| 2629 | "chrono", |
| 2630 | "hex", |
| 2631 | "indexmap 1.9.3", |
| 2632 | "indexmap 2.14.0", |
| 2633 | "schemars 0.9.0", |
| 2634 | "schemars 1.2.1", |
| 2635 | "serde_core", |
| 2636 | "serde_json", |
| 2637 | "serde_with_macros", |
| 2638 | "time", |
| 2639 | ] |
| 2640 | |
| 2641 | [[package]] |
| 2642 | name = "serde_with_macros" |
| 2643 | version = "3.21.0" |
| 2644 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2645 | checksum = "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660" |
| 2646 | dependencies = [ |
| 2647 | "darling", |
| 2648 | "proc-macro2", |
| 2649 | "quote", |
| 2650 | "syn 2.0.118", |
| 2651 | ] |
| 2652 | |
| 2653 | [[package]] |
| 2654 | name = "serialize-to-javascript" |
| 2655 | version = "0.1.2" |
| 2656 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2657 | checksum = "04f3666a07a197cdb77cdf306c32be9b7f598d7060d50cfd4d5aa04bfd92f6c5" |
| 2658 | dependencies = [ |
| 2659 | "serde", |
| 2660 | "serde_json", |
| 2661 | "serialize-to-javascript-impl", |
| 2662 | ] |
| 2663 | |
| 2664 | [[package]] |
| 2665 | name = "serialize-to-javascript-impl" |
| 2666 | version = "0.1.2" |
| 2667 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2668 | checksum = "772ee033c0916d670af7860b6e1ef7d658a4629a6d0b4c8c3e67f09b3765b75d" |
| 2669 | dependencies = [ |
| 2670 | "proc-macro2", |
| 2671 | "quote", |
| 2672 | "syn 2.0.118", |
| 2673 | ] |
| 2674 | |
| 2675 | [[package]] |
| 2676 | name = "servo_arc" |
| 2677 | version = "0.4.3" |
| 2678 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2679 | checksum = "170fb83ab34de17dc69aa7c67482b22218ddb85da56546f9bd6b929e32a05930" |
| 2680 | dependencies = [ |
| 2681 | "stable_deref_trait", |
| 2682 | ] |
| 2683 | |
| 2684 | [[package]] |
| 2685 | name = "sha2" |
| 2686 | version = "0.10.9" |
| 2687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2688 | checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
| 2689 | dependencies = [ |
| 2690 | "cfg-if", |
| 2691 | "cpufeatures", |
| 2692 | "digest", |
| 2693 | ] |
| 2694 | |
| 2695 | [[package]] |
| 2696 | name = "shlex" |
| 2697 | version = "2.0.1" |
| 2698 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2699 | checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" |
| 2700 | |
| 2701 | [[package]] |
| 2702 | name = "simd-adler32" |
| 2703 | version = "0.3.9" |
| 2704 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2705 | checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" |
| 2706 | |
| 2707 | [[package]] |
| 2708 | name = "siphasher" |
| 2709 | version = "1.0.3" |
| 2710 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2711 | checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649" |
| 2712 | |
| 2713 | [[package]] |
| 2714 | name = "slab" |
| 2715 | version = "0.4.12" |
| 2716 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2717 | checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 2718 | |
| 2719 | [[package]] |
| 2720 | name = "smallvec" |
| 2721 | version = "1.15.2" |
| 2722 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2723 | checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" |
| 2724 | |
| 2725 | [[package]] |
| 2726 | name = "socket2" |
| 2727 | version = "0.6.4" |
| 2728 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2729 | checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51" |
| 2730 | dependencies = [ |
| 2731 | "libc", |
| 2732 | "windows-sys 0.61.2", |
| 2733 | ] |
| 2734 | |
| 2735 | [[package]] |
| 2736 | name = "softbuffer" |
| 2737 | version = "0.4.8" |
| 2738 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2739 | checksum = "aac18da81ebbf05109ab275b157c22a653bb3c12cf884450179942f81bcbf6c3" |
| 2740 | dependencies = [ |
| 2741 | "bytemuck", |
| 2742 | "js-sys", |
| 2743 | "ndk", |
| 2744 | "objc2", |
| 2745 | "objc2-core-foundation", |
| 2746 | "objc2-core-graphics", |
| 2747 | "objc2-foundation", |
| 2748 | "objc2-quartz-core", |
| 2749 | "raw-window-handle", |
| 2750 | "redox_syscall", |
| 2751 | "tracing", |
| 2752 | "wasm-bindgen", |
| 2753 | "web-sys", |
| 2754 | "windows-sys 0.61.2", |
| 2755 | ] |
| 2756 | |
| 2757 | [[package]] |
| 2758 | name = "soup3" |
| 2759 | version = "0.5.0" |
| 2760 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2761 | checksum = "471f924a40f31251afc77450e781cb26d55c0b650842efafc9c6cbd2f7cc4f9f" |
| 2762 | dependencies = [ |
| 2763 | "futures-channel", |
| 2764 | "gio", |
| 2765 | "glib", |
| 2766 | "libc", |
| 2767 | "soup3-sys", |
| 2768 | ] |
| 2769 | |
| 2770 | [[package]] |
| 2771 | name = "soup3-sys" |
| 2772 | version = "0.5.0" |
| 2773 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2774 | checksum = "7ebe8950a680a12f24f15ebe1bf70db7af98ad242d9db43596ad3108aab86c27" |
| 2775 | dependencies = [ |
| 2776 | "gio-sys", |
| 2777 | "glib-sys", |
| 2778 | "gobject-sys", |
| 2779 | "libc", |
| 2780 | "system-deps", |
| 2781 | ] |
| 2782 | |
| 2783 | [[package]] |
| 2784 | name = "stable_deref_trait" |
| 2785 | version = "1.2.1" |
| 2786 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2787 | checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| 2788 | |
| 2789 | [[package]] |
| 2790 | name = "string_cache" |
| 2791 | version = "0.9.0" |
| 2792 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2793 | checksum = "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901" |
| 2794 | dependencies = [ |
| 2795 | "new_debug_unreachable", |
| 2796 | "parking_lot", |
| 2797 | "phf_shared", |
| 2798 | "precomputed-hash", |
| 2799 | ] |
| 2800 | |
| 2801 | [[package]] |
| 2802 | name = "string_cache_codegen" |
| 2803 | version = "0.6.1" |
| 2804 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2805 | checksum = "585635e46db231059f76c5849798146164652513eb9e8ab2685939dd90f29b69" |
| 2806 | dependencies = [ |
| 2807 | "phf_generator", |
| 2808 | "phf_shared", |
| 2809 | "proc-macro2", |
| 2810 | "quote", |
| 2811 | ] |
| 2812 | |
| 2813 | [[package]] |
| 2814 | name = "strsim" |
| 2815 | version = "0.11.1" |
| 2816 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2817 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 2818 | |
| 2819 | [[package]] |
| 2820 | name = "swift-rs" |
| 2821 | version = "1.0.7" |
| 2822 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2823 | checksum = "4057c98e2e852d51fdcfca832aac7b571f6b351ad159f9eda5db1655f8d0c4d7" |
| 2824 | dependencies = [ |
| 2825 | "base64 0.21.7", |
| 2826 | "serde", |
| 2827 | "serde_json", |
| 2828 | ] |
| 2829 | |
| 2830 | [[package]] |
| 2831 | name = "syn" |
| 2832 | version = "1.0.109" |
| 2833 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2834 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
| 2835 | dependencies = [ |
| 2836 | "proc-macro2", |
| 2837 | "unicode-ident", |
| 2838 | ] |
| 2839 | |
| 2840 | [[package]] |
| 2841 | name = "syn" |
| 2842 | version = "2.0.118" |
| 2843 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2844 | checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422" |
| 2845 | dependencies = [ |
| 2846 | "proc-macro2", |
| 2847 | "quote", |
| 2848 | "unicode-ident", |
| 2849 | ] |
| 2850 | |
| 2851 | [[package]] |
| 2852 | name = "sync_wrapper" |
| 2853 | version = "1.0.2" |
| 2854 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2855 | checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" |
| 2856 | dependencies = [ |
| 2857 | "futures-core", |
| 2858 | ] |
| 2859 | |
| 2860 | [[package]] |
| 2861 | name = "synstructure" |
| 2862 | version = "0.13.2" |
| 2863 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2864 | checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
| 2865 | dependencies = [ |
| 2866 | "proc-macro2", |
| 2867 | "quote", |
| 2868 | "syn 2.0.118", |
| 2869 | ] |
| 2870 | |
| 2871 | [[package]] |
| 2872 | name = "system-deps" |
| 2873 | version = "6.2.2" |
| 2874 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2875 | checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349" |
| 2876 | dependencies = [ |
| 2877 | "cfg-expr", |
| 2878 | "heck 0.5.0", |
| 2879 | "pkg-config", |
| 2880 | "toml 0.8.2", |
| 2881 | "version-compare", |
| 2882 | ] |
| 2883 | |
| 2884 | [[package]] |
| 2885 | name = "tao" |
| 2886 | version = "0.35.3" |
| 2887 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2888 | checksum = "d1c93047acf68669466a34690ac58cca7010bd1b201e1ec86f1fd0a75d3dd4a9" |
| 2889 | dependencies = [ |
| 2890 | "bitflags 2.13.0", |
| 2891 | "block2", |
| 2892 | "core-foundation", |
| 2893 | "core-graphics", |
| 2894 | "crossbeam-channel", |
| 2895 | "dbus", |
| 2896 | "dispatch2", |
| 2897 | "dlopen2", |
| 2898 | "dpi", |
| 2899 | "gdkwayland-sys", |
| 2900 | "gdkx11-sys", |
| 2901 | "gtk", |
| 2902 | "jni", |
| 2903 | "libc", |
| 2904 | "log", |
| 2905 | "ndk", |
| 2906 | "ndk-sys", |
| 2907 | "objc2", |
| 2908 | "objc2-app-kit", |
| 2909 | "objc2-foundation", |
| 2910 | "objc2-ui-kit", |
| 2911 | "once_cell", |
| 2912 | "parking_lot", |
| 2913 | "percent-encoding", |
| 2914 | "raw-window-handle", |
| 2915 | "tao-macros", |
| 2916 | "unicode-segmentation", |
| 2917 | "url", |
| 2918 | "windows", |
| 2919 | "windows-core 0.61.2", |
| 2920 | "windows-version", |
| 2921 | "x11-dl", |
| 2922 | ] |
| 2923 | |
| 2924 | [[package]] |
| 2925 | name = "tao-macros" |
| 2926 | version = "0.1.3" |
| 2927 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2928 | checksum = "f4e16beb8b2ac17db28eab8bca40e62dbfbb34c0fcdc6d9826b11b7b5d047dfd" |
| 2929 | dependencies = [ |
| 2930 | "proc-macro2", |
| 2931 | "quote", |
| 2932 | "syn 2.0.118", |
| 2933 | ] |
| 2934 | |
| 2935 | [[package]] |
| 2936 | name = "target-lexicon" |
| 2937 | version = "0.12.16" |
| 2938 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2939 | checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" |
| 2940 | |
| 2941 | [[package]] |
| 2942 | name = "tauri" |
| 2943 | version = "2.11.5" |
| 2944 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2945 | checksum = "667b20e2726d572dea2de7370da16e188eb06008faf9a92fab7cdc46791190b5" |
| 2946 | dependencies = [ |
| 2947 | "anyhow", |
| 2948 | "bytes", |
| 2949 | "cookie", |
| 2950 | "dirs", |
| 2951 | "dunce", |
| 2952 | "embed_plist", |
| 2953 | "getrandom 0.3.4", |
| 2954 | "glob", |
| 2955 | "gtk", |
| 2956 | "heck 0.5.0", |
| 2957 | "http", |
| 2958 | "jni", |
| 2959 | "libc", |
| 2960 | "log", |
| 2961 | "mime", |
| 2962 | "muda", |
| 2963 | "objc2", |
| 2964 | "objc2-app-kit", |
| 2965 | "objc2-foundation", |
| 2966 | "objc2-ui-kit", |
| 2967 | "objc2-web-kit", |
| 2968 | "percent-encoding", |
| 2969 | "plist", |
| 2970 | "raw-window-handle", |
| 2971 | "reqwest", |
| 2972 | "serde", |
| 2973 | "serde_json", |
| 2974 | "serde_repr", |
| 2975 | "serialize-to-javascript", |
| 2976 | "swift-rs", |
| 2977 | "tauri-build", |
| 2978 | "tauri-macros", |
| 2979 | "tauri-runtime", |
| 2980 | "tauri-runtime-wry", |
| 2981 | "tauri-utils", |
| 2982 | "thiserror 2.0.18", |
| 2983 | "tokio", |
| 2984 | "tray-icon", |
| 2985 | "url", |
| 2986 | "webkit2gtk", |
| 2987 | "webview2-com", |
| 2988 | "window-vibrancy", |
| 2989 | "windows", |
| 2990 | ] |
| 2991 | |
| 2992 | [[package]] |
| 2993 | name = "tauri-build" |
| 2994 | version = "2.6.3" |
| 2995 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2996 | checksum = "bc9ce40b16101cb6ea63d3e221567affd1c3a9205f95d7bc574941a10636b632" |
| 2997 | dependencies = [ |
| 2998 | "anyhow", |
| 2999 | "cargo_toml", |
| 3000 | "dirs", |
| 3001 | "glob", |
| 3002 | "heck 0.5.0", |
| 3003 | "json-patch", |
| 3004 | "schemars 0.8.22", |
| 3005 | "semver", |
| 3006 | "serde", |
| 3007 | "serde_json", |
| 3008 | "tauri-utils", |
| 3009 | "tauri-winres", |
| 3010 | "walkdir", |
| 3011 | ] |
| 3012 | |
| 3013 | [[package]] |
| 3014 | name = "tauri-codegen" |
| 3015 | version = "2.6.3" |
| 3016 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3017 | checksum = "08279169ff42f8fc45a1dbc9dcae888893ba95288142e5880c59b93a26d2cfc5" |
| 3018 | dependencies = [ |
| 3019 | "base64 0.22.1", |
| 3020 | "brotli", |
| 3021 | "ico", |
| 3022 | "json-patch", |
| 3023 | "plist", |
| 3024 | "png 0.17.16", |
| 3025 | "proc-macro2", |
| 3026 | "quote", |
| 3027 | "semver", |
| 3028 | "serde", |
| 3029 | "serde_json", |
| 3030 | "sha2", |
| 3031 | "syn 2.0.118", |
| 3032 | "tauri-utils", |
| 3033 | "thiserror 2.0.18", |
| 3034 | "time", |
| 3035 | "url", |
| 3036 | "uuid", |
| 3037 | "walkdir", |
| 3038 | ] |
| 3039 | |
| 3040 | [[package]] |
| 3041 | name = "tauri-macros" |
| 3042 | version = "2.6.3" |
| 3043 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3044 | checksum = "e8b394794f399a421811d06966343e7933fcae92d59f5180b9388d1174497a45" |
| 3045 | dependencies = [ |
| 3046 | "heck 0.5.0", |
| 3047 | "proc-macro2", |
| 3048 | "quote", |
| 3049 | "syn 2.0.118", |
| 3050 | "tauri-codegen", |
| 3051 | "tauri-utils", |
| 3052 | ] |
| 3053 | |
| 3054 | [[package]] |
| 3055 | name = "tauri-runtime" |
| 3056 | version = "2.11.3" |
| 3057 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3058 | checksum = "b0b4bc95aed361b0019067d189a1174a603d460d0f6c72606512d59fc9c12ec8" |
| 3059 | dependencies = [ |
| 3060 | "cookie", |
| 3061 | "dpi", |
| 3062 | "gtk", |
| 3063 | "http", |
| 3064 | "jni", |
| 3065 | "objc2", |
| 3066 | "objc2-ui-kit", |
| 3067 | "objc2-web-kit", |
| 3068 | "raw-window-handle", |
| 3069 | "serde", |
| 3070 | "serde_json", |
| 3071 | "tauri-utils", |
| 3072 | "thiserror 2.0.18", |
| 3073 | "url", |
| 3074 | "webkit2gtk", |
| 3075 | "webview2-com", |
| 3076 | "windows", |
| 3077 | ] |
| 3078 | |
| 3079 | [[package]] |
| 3080 | name = "tauri-runtime-wry" |
| 3081 | version = "2.11.4" |
| 3082 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3083 | checksum = "4e6fac707727b7a2f48e4ded90976324267371073edbb415ffb73bb0458d203f" |
| 3084 | dependencies = [ |
| 3085 | "gtk", |
| 3086 | "http", |
| 3087 | "jni", |
| 3088 | "log", |
| 3089 | "objc2", |
| 3090 | "objc2-app-kit", |
| 3091 | "once_cell", |
| 3092 | "percent-encoding", |
| 3093 | "raw-window-handle", |
| 3094 | "softbuffer", |
| 3095 | "tao", |
| 3096 | "tauri-runtime", |
| 3097 | "tauri-utils", |
| 3098 | "url", |
| 3099 | "webkit2gtk", |
| 3100 | "webview2-com", |
| 3101 | "windows", |
| 3102 | "wry", |
| 3103 | ] |
| 3104 | |
| 3105 | [[package]] |
| 3106 | name = "tauri-utils" |
| 3107 | version = "2.9.3" |
| 3108 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3109 | checksum = "3e176a18e67764923c4f1ce66f25ae4abe5f688384d5eb1a0fa6c77f3d90f887" |
| 3110 | dependencies = [ |
| 3111 | "anyhow", |
| 3112 | "brotli", |
| 3113 | "cargo_metadata", |
| 3114 | "ctor", |
| 3115 | "dom_query", |
| 3116 | "dunce", |
| 3117 | "glob", |
| 3118 | "http", |
| 3119 | "infer", |
| 3120 | "json-patch", |
| 3121 | "log", |
| 3122 | "memchr", |
| 3123 | "phf", |
| 3124 | "plist", |
| 3125 | "proc-macro2", |
| 3126 | "quote", |
| 3127 | "regex", |
| 3128 | "schemars 0.8.22", |
| 3129 | "semver", |
| 3130 | "serde", |
| 3131 | "serde-untagged", |
| 3132 | "serde_json", |
| 3133 | "serde_with", |
| 3134 | "swift-rs", |
| 3135 | "thiserror 2.0.18", |
| 3136 | "toml 1.1.2+spec-1.1.0", |
| 3137 | "url", |
| 3138 | "urlpattern", |
| 3139 | "uuid", |
| 3140 | "walkdir", |
| 3141 | ] |
| 3142 | |
| 3143 | [[package]] |
| 3144 | name = "tauri-winres" |
| 3145 | version = "0.3.6" |
| 3146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3147 | checksum = "cc65d45c68858bfe420dd29e834b5d15dbecf8a07a8a16cf4d532c7b1f69d4b6" |
| 3148 | dependencies = [ |
| 3149 | "dunce", |
| 3150 | "embed-resource", |
| 3151 | "toml 1.1.2+spec-1.1.0", |
| 3152 | ] |
| 3153 | |
| 3154 | [[package]] |
| 3155 | name = "tendril" |
| 3156 | version = "0.5.1" |
| 3157 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3158 | checksum = "5fed54709c5b3a53d09bb1c113ea4f5ceafd1e772ddcb0030a82e1d56c087b08" |
| 3159 | dependencies = [ |
| 3160 | "new_debug_unreachable", |
| 3161 | ] |
| 3162 | |
| 3163 | [[package]] |
| 3164 | name = "thiserror" |
| 3165 | version = "1.0.69" |
| 3166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3167 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| 3168 | dependencies = [ |
| 3169 | "thiserror-impl 1.0.69", |
| 3170 | ] |
| 3171 | |
| 3172 | [[package]] |
| 3173 | name = "thiserror" |
| 3174 | version = "2.0.18" |
| 3175 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3176 | checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" |
| 3177 | dependencies = [ |
| 3178 | "thiserror-impl 2.0.18", |
| 3179 | ] |
| 3180 | |
| 3181 | [[package]] |
| 3182 | name = "thiserror-impl" |
| 3183 | version = "1.0.69" |
| 3184 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3185 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| 3186 | dependencies = [ |
| 3187 | "proc-macro2", |
| 3188 | "quote", |
| 3189 | "syn 2.0.118", |
| 3190 | ] |
| 3191 | |
| 3192 | [[package]] |
| 3193 | name = "thiserror-impl" |
| 3194 | version = "2.0.18" |
| 3195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3196 | checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" |
| 3197 | dependencies = [ |
| 3198 | "proc-macro2", |
| 3199 | "quote", |
| 3200 | "syn 2.0.118", |
| 3201 | ] |
| 3202 | |
| 3203 | [[package]] |
| 3204 | name = "time" |
| 3205 | version = "0.3.53" |
| 3206 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3207 | checksum = "18dfaaeddcb932337b5e7866ee7d0ce9b76d2fd092997146f187ec09b4558a50" |
| 3208 | dependencies = [ |
| 3209 | "deranged", |
| 3210 | "num-conv", |
| 3211 | "powerfmt", |
| 3212 | "serde_core", |
| 3213 | "time-core", |
| 3214 | "time-macros", |
| 3215 | ] |
| 3216 | |
| 3217 | [[package]] |
| 3218 | name = "time-core" |
| 3219 | version = "0.1.9" |
| 3220 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3221 | checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109" |
| 3222 | |
| 3223 | [[package]] |
| 3224 | name = "time-macros" |
| 3225 | version = "0.2.31" |
| 3226 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3227 | checksum = "c431b87111666e491a90baa837f914fb45cd5dc3c268591b0220ff5057f2085f" |
| 3228 | dependencies = [ |
| 3229 | "num-conv", |
| 3230 | "time-core", |
| 3231 | ] |
| 3232 | |
| 3233 | [[package]] |
| 3234 | name = "tinystr" |
| 3235 | version = "0.8.3" |
| 3236 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3237 | checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" |
| 3238 | dependencies = [ |
| 3239 | "displaydoc", |
| 3240 | "zerovec", |
| 3241 | ] |
| 3242 | |
| 3243 | [[package]] |
| 3244 | name = "tinyvec" |
| 3245 | version = "1.12.0" |
| 3246 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3247 | checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f" |
| 3248 | dependencies = [ |
| 3249 | "tinyvec_macros", |
| 3250 | ] |
| 3251 | |
| 3252 | [[package]] |
| 3253 | name = "tinyvec_macros" |
| 3254 | version = "0.1.1" |
| 3255 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3256 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| 3257 | |
| 3258 | [[package]] |
| 3259 | name = "tokio" |
| 3260 | version = "1.52.3" |
| 3261 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3262 | checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" |
| 3263 | dependencies = [ |
| 3264 | "bytes", |
| 3265 | "libc", |
| 3266 | "mio", |
| 3267 | "pin-project-lite", |
| 3268 | "socket2", |
| 3269 | "windows-sys 0.61.2", |
| 3270 | ] |
| 3271 | |
| 3272 | [[package]] |
| 3273 | name = "tokio-util" |
| 3274 | version = "0.7.18" |
| 3275 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3276 | checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" |
| 3277 | dependencies = [ |
| 3278 | "bytes", |
| 3279 | "futures-core", |
| 3280 | "futures-sink", |
| 3281 | "pin-project-lite", |
| 3282 | "tokio", |
| 3283 | ] |
| 3284 | |
| 3285 | [[package]] |
| 3286 | name = "toml" |
| 3287 | version = "0.8.2" |
| 3288 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3289 | checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d" |
| 3290 | dependencies = [ |
| 3291 | "serde", |
| 3292 | "serde_spanned 0.6.9", |
| 3293 | "toml_datetime 0.6.3", |
| 3294 | "toml_edit 0.20.2", |
| 3295 | ] |
| 3296 | |
| 3297 | [[package]] |
| 3298 | name = "toml" |
| 3299 | version = "0.9.12+spec-1.1.0" |
| 3300 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3301 | checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" |
| 3302 | dependencies = [ |
| 3303 | "indexmap 2.14.0", |
| 3304 | "serde_core", |
| 3305 | "serde_spanned 1.1.1", |
| 3306 | "toml_datetime 0.7.5+spec-1.1.0", |
| 3307 | "toml_parser", |
| 3308 | "toml_writer", |
| 3309 | "winnow 0.7.15", |
| 3310 | ] |
| 3311 | |
| 3312 | [[package]] |
| 3313 | name = "toml" |
| 3314 | version = "1.1.2+spec-1.1.0" |
| 3315 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3316 | checksum = "81f3d15e84cbcd896376e6730314d59fb5a87f31e4b038454184435cd57defee" |
| 3317 | dependencies = [ |
| 3318 | "indexmap 2.14.0", |
| 3319 | "serde_core", |
| 3320 | "serde_spanned 1.1.1", |
| 3321 | "toml_datetime 1.1.1+spec-1.1.0", |
| 3322 | "toml_parser", |
| 3323 | "toml_writer", |
| 3324 | "winnow 1.0.4", |
| 3325 | ] |
| 3326 | |
| 3327 | [[package]] |
| 3328 | name = "toml_datetime" |
| 3329 | version = "0.6.3" |
| 3330 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3331 | checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" |
| 3332 | dependencies = [ |
| 3333 | "serde", |
| 3334 | ] |
| 3335 | |
| 3336 | [[package]] |
| 3337 | name = "toml_datetime" |
| 3338 | version = "0.7.5+spec-1.1.0" |
| 3339 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3340 | checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" |
| 3341 | dependencies = [ |
| 3342 | "serde_core", |
| 3343 | ] |
| 3344 | |
| 3345 | [[package]] |
| 3346 | name = "toml_datetime" |
| 3347 | version = "1.1.1+spec-1.1.0" |
| 3348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3349 | checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7" |
| 3350 | dependencies = [ |
| 3351 | "serde_core", |
| 3352 | ] |
| 3353 | |
| 3354 | [[package]] |
| 3355 | name = "toml_edit" |
| 3356 | version = "0.19.15" |
| 3357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3358 | checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" |
| 3359 | dependencies = [ |
| 3360 | "indexmap 2.14.0", |
| 3361 | "toml_datetime 0.6.3", |
| 3362 | "winnow 0.5.40", |
| 3363 | ] |
| 3364 | |
| 3365 | [[package]] |
| 3366 | name = "toml_edit" |
| 3367 | version = "0.20.2" |
| 3368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3369 | checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" |
| 3370 | dependencies = [ |
| 3371 | "indexmap 2.14.0", |
| 3372 | "serde", |
| 3373 | "serde_spanned 0.6.9", |
| 3374 | "toml_datetime 0.6.3", |
| 3375 | "winnow 0.5.40", |
| 3376 | ] |
| 3377 | |
| 3378 | [[package]] |
| 3379 | name = "toml_edit" |
| 3380 | version = "0.25.12+spec-1.1.0" |
| 3381 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3382 | checksum = "d2153edc6955a6c354fad8f5efd38b6a8769bdccf9fe50f8e1329f81b0baa5d7" |
| 3383 | dependencies = [ |
| 3384 | "indexmap 2.14.0", |
| 3385 | "toml_datetime 1.1.1+spec-1.1.0", |
| 3386 | "toml_parser", |
| 3387 | "winnow 1.0.4", |
| 3388 | ] |
| 3389 | |
| 3390 | [[package]] |
| 3391 | name = "toml_parser" |
| 3392 | version = "1.1.2+spec-1.1.0" |
| 3393 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3394 | checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526" |
| 3395 | dependencies = [ |
| 3396 | "winnow 1.0.4", |
| 3397 | ] |
| 3398 | |
| 3399 | [[package]] |
| 3400 | name = "toml_writer" |
| 3401 | version = "1.1.1+spec-1.1.0" |
| 3402 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3403 | checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db" |
| 3404 | |
| 3405 | [[package]] |
| 3406 | name = "tower" |
| 3407 | version = "0.5.3" |
| 3408 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3409 | checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" |
| 3410 | dependencies = [ |
| 3411 | "futures-core", |
| 3412 | "futures-util", |
| 3413 | "pin-project-lite", |
| 3414 | "sync_wrapper", |
| 3415 | "tokio", |
| 3416 | "tower-layer", |
| 3417 | "tower-service", |
| 3418 | ] |
| 3419 | |
| 3420 | [[package]] |
| 3421 | name = "tower-http" |
| 3422 | version = "0.6.11" |
| 3423 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3424 | checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" |
| 3425 | dependencies = [ |
| 3426 | "bitflags 2.13.0", |
| 3427 | "bytes", |
| 3428 | "futures-util", |
| 3429 | "http", |
| 3430 | "http-body", |
| 3431 | "pin-project-lite", |
| 3432 | "tower", |
| 3433 | "tower-layer", |
| 3434 | "tower-service", |
| 3435 | "url", |
| 3436 | ] |
| 3437 | |
| 3438 | [[package]] |
| 3439 | name = "tower-layer" |
| 3440 | version = "0.3.3" |
| 3441 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3442 | checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" |
| 3443 | |
| 3444 | [[package]] |
| 3445 | name = "tower-service" |
| 3446 | version = "0.3.3" |
| 3447 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3448 | checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
| 3449 | |
| 3450 | [[package]] |
| 3451 | name = "tracing" |
| 3452 | version = "0.1.44" |
| 3453 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3454 | checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 3455 | dependencies = [ |
| 3456 | "pin-project-lite", |
| 3457 | "tracing-core", |
| 3458 | ] |
| 3459 | |
| 3460 | [[package]] |
| 3461 | name = "tracing-core" |
| 3462 | version = "0.1.36" |
| 3463 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3464 | checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 3465 | dependencies = [ |
| 3466 | "once_cell", |
| 3467 | ] |
| 3468 | |
| 3469 | [[package]] |
| 3470 | name = "tray-icon" |
| 3471 | version = "0.24.1" |
| 3472 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3473 | checksum = "65ba1e5f6b9ef9fd87e21b9c6f351554dbd717960089168fcfdef854686961dc" |
| 3474 | dependencies = [ |
| 3475 | "crossbeam-channel", |
| 3476 | "dirs", |
| 3477 | "libappindicator", |
| 3478 | "muda", |
| 3479 | "objc2", |
| 3480 | "objc2-app-kit", |
| 3481 | "objc2-core-foundation", |
| 3482 | "objc2-core-graphics", |
| 3483 | "objc2-foundation", |
| 3484 | "once_cell", |
| 3485 | "png 0.18.1", |
| 3486 | "serde", |
| 3487 | "thiserror 2.0.18", |
| 3488 | "windows-sys 0.61.2", |
| 3489 | ] |
| 3490 | |
| 3491 | [[package]] |
| 3492 | name = "try-lock" |
| 3493 | version = "0.2.5" |
| 3494 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3495 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
| 3496 | |
| 3497 | [[package]] |
| 3498 | name = "typeid" |
| 3499 | version = "1.0.3" |
| 3500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3501 | checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" |
| 3502 | |
| 3503 | [[package]] |
| 3504 | name = "typenum" |
| 3505 | version = "1.20.1" |
| 3506 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3507 | checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20" |
| 3508 | |
| 3509 | [[package]] |
| 3510 | name = "unic-char-property" |
| 3511 | version = "0.9.0" |
| 3512 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3513 | checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" |
| 3514 | dependencies = [ |
| 3515 | "unic-char-range", |
| 3516 | ] |
| 3517 | |
| 3518 | [[package]] |
| 3519 | name = "unic-char-range" |
| 3520 | version = "0.9.0" |
| 3521 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3522 | checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" |
| 3523 | |
| 3524 | [[package]] |
| 3525 | name = "unic-common" |
| 3526 | version = "0.9.0" |
| 3527 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3528 | checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" |
| 3529 | |
| 3530 | [[package]] |
| 3531 | name = "unic-ucd-ident" |
| 3532 | version = "0.9.0" |
| 3533 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3534 | checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987" |
| 3535 | dependencies = [ |
| 3536 | "unic-char-property", |
| 3537 | "unic-char-range", |
| 3538 | "unic-ucd-version", |
| 3539 | ] |
| 3540 | |
| 3541 | [[package]] |
| 3542 | name = "unic-ucd-version" |
| 3543 | version = "0.9.0" |
| 3544 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3545 | checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" |
| 3546 | dependencies = [ |
| 3547 | "unic-common", |
| 3548 | ] |
| 3549 | |
| 3550 | [[package]] |
| 3551 | name = "unicode-ident" |
| 3552 | version = "1.0.24" |
| 3553 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3554 | checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 3555 | |
| 3556 | [[package]] |
| 3557 | name = "unicode-segmentation" |
| 3558 | version = "1.13.3" |
| 3559 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3560 | checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8" |
| 3561 | |
| 3562 | [[package]] |
| 3563 | name = "url" |
| 3564 | version = "2.5.8" |
| 3565 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3566 | checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" |
| 3567 | dependencies = [ |
| 3568 | "form_urlencoded", |
| 3569 | "idna", |
| 3570 | "percent-encoding", |
| 3571 | "serde", |
| 3572 | "serde_derive", |
| 3573 | ] |
| 3574 | |
| 3575 | [[package]] |
| 3576 | name = "urlpattern" |
| 3577 | version = "0.3.0" |
| 3578 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3579 | checksum = "70acd30e3aa1450bc2eece896ce2ad0d178e9c079493819301573dae3c37ba6d" |
| 3580 | dependencies = [ |
| 3581 | "regex", |
| 3582 | "serde", |
| 3583 | "unic-ucd-ident", |
| 3584 | "url", |
| 3585 | ] |
| 3586 | |
| 3587 | [[package]] |
| 3588 | name = "utf8_iter" |
| 3589 | version = "1.0.4" |
| 3590 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3591 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| 3592 | |
| 3593 | [[package]] |
| 3594 | name = "uuid" |
| 3595 | version = "1.23.5" |
| 3596 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3597 | checksum = "ea5fab0d6c3c01ae70085a09cb03d4c7a1d6314e2b3e075392783396d724ca0a" |
| 3598 | dependencies = [ |
| 3599 | "getrandom 0.4.3", |
| 3600 | "js-sys", |
| 3601 | "serde_core", |
| 3602 | "wasm-bindgen", |
| 3603 | ] |
| 3604 | |
| 3605 | [[package]] |
| 3606 | name = "version-compare" |
| 3607 | version = "0.2.1" |
| 3608 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3609 | checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e" |
| 3610 | |
| 3611 | [[package]] |
| 3612 | name = "version_check" |
| 3613 | version = "0.9.5" |
| 3614 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3615 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 3616 | |
| 3617 | [[package]] |
| 3618 | name = "vswhom" |
| 3619 | version = "0.1.0" |
| 3620 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3621 | checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b" |
| 3622 | dependencies = [ |
| 3623 | "libc", |
| 3624 | "vswhom-sys", |
| 3625 | ] |
| 3626 | |
| 3627 | [[package]] |
| 3628 | name = "vswhom-sys" |
| 3629 | version = "0.1.3" |
| 3630 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3631 | checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150" |
| 3632 | dependencies = [ |
| 3633 | "cc", |
| 3634 | "libc", |
| 3635 | ] |
| 3636 | |
| 3637 | [[package]] |
| 3638 | name = "walkdir" |
| 3639 | version = "2.5.0" |
| 3640 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3641 | checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| 3642 | dependencies = [ |
| 3643 | "same-file", |
| 3644 | "winapi-util", |
| 3645 | ] |
| 3646 | |
| 3647 | [[package]] |
| 3648 | name = "want" |
| 3649 | version = "0.3.1" |
| 3650 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3651 | checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| 3652 | dependencies = [ |
| 3653 | "try-lock", |
| 3654 | ] |
| 3655 | |
| 3656 | [[package]] |
| 3657 | name = "wasi" |
| 3658 | version = "0.11.1+wasi-snapshot-preview1" |
| 3659 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3660 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 3661 | |
| 3662 | [[package]] |
| 3663 | name = "wasip2" |
| 3664 | version = "1.0.4+wasi-0.2.12" |
| 3665 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3666 | checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487" |
| 3667 | dependencies = [ |
| 3668 | "wit-bindgen", |
| 3669 | ] |
| 3670 | |
| 3671 | [[package]] |
| 3672 | name = "wasm-bindgen" |
| 3673 | version = "0.2.126" |
| 3674 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3675 | checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4" |
| 3676 | dependencies = [ |
| 3677 | "cfg-if", |
| 3678 | "once_cell", |
| 3679 | "rustversion", |
| 3680 | "wasm-bindgen-macro", |
| 3681 | "wasm-bindgen-shared", |
| 3682 | ] |
| 3683 | |
| 3684 | [[package]] |
| 3685 | name = "wasm-bindgen-futures" |
| 3686 | version = "0.4.76" |
| 3687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3688 | checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d" |
| 3689 | dependencies = [ |
| 3690 | "js-sys", |
| 3691 | "wasm-bindgen", |
| 3692 | ] |
| 3693 | |
| 3694 | [[package]] |
| 3695 | name = "wasm-bindgen-macro" |
| 3696 | version = "0.2.126" |
| 3697 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3698 | checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1" |
| 3699 | dependencies = [ |
| 3700 | "quote", |
| 3701 | "wasm-bindgen-macro-support", |
| 3702 | ] |
| 3703 | |
| 3704 | [[package]] |
| 3705 | name = "wasm-bindgen-macro-support" |
| 3706 | version = "0.2.126" |
| 3707 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3708 | checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e" |
| 3709 | dependencies = [ |
| 3710 | "bumpalo", |
| 3711 | "proc-macro2", |
| 3712 | "quote", |
| 3713 | "syn 2.0.118", |
| 3714 | "wasm-bindgen-shared", |
| 3715 | ] |
| 3716 | |
| 3717 | [[package]] |
| 3718 | name = "wasm-bindgen-shared" |
| 3719 | version = "0.2.126" |
| 3720 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3721 | checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24" |
| 3722 | dependencies = [ |
| 3723 | "unicode-ident", |
| 3724 | ] |
| 3725 | |
| 3726 | [[package]] |
| 3727 | name = "wasm-streams" |
| 3728 | version = "0.5.0" |
| 3729 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3730 | checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb" |
| 3731 | dependencies = [ |
| 3732 | "futures-util", |
| 3733 | "js-sys", |
| 3734 | "wasm-bindgen", |
| 3735 | "wasm-bindgen-futures", |
| 3736 | "web-sys", |
| 3737 | ] |
| 3738 | |
| 3739 | [[package]] |
| 3740 | name = "web-sys" |
| 3741 | version = "0.3.103" |
| 3742 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3743 | checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141" |
| 3744 | dependencies = [ |
| 3745 | "js-sys", |
| 3746 | "wasm-bindgen", |
| 3747 | ] |
| 3748 | |
| 3749 | [[package]] |
| 3750 | name = "web_atoms" |
| 3751 | version = "0.2.5" |
| 3752 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3753 | checksum = "075474b12bcb3d2e3d4546580e9de478eeeead668a1761e2a8860c836b7ef297" |
| 3754 | dependencies = [ |
| 3755 | "phf", |
| 3756 | "phf_codegen", |
| 3757 | "string_cache", |
| 3758 | "string_cache_codegen", |
| 3759 | ] |
| 3760 | |
| 3761 | [[package]] |
| 3762 | name = "webkit2gtk" |
| 3763 | version = "2.0.2" |
| 3764 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3765 | checksum = "a1027150013530fb2eaf806408df88461ae4815a45c541c8975e61d6f2fc4793" |
| 3766 | dependencies = [ |
| 3767 | "bitflags 1.3.2", |
| 3768 | "cairo-rs", |
| 3769 | "gdk", |
| 3770 | "gdk-sys", |
| 3771 | "gio", |
| 3772 | "gio-sys", |
| 3773 | "glib", |
| 3774 | "glib-sys", |
| 3775 | "gobject-sys", |
| 3776 | "gtk", |
| 3777 | "gtk-sys", |
| 3778 | "javascriptcore-rs", |
| 3779 | "libc", |
| 3780 | "once_cell", |
| 3781 | "soup3", |
| 3782 | "webkit2gtk-sys", |
| 3783 | ] |
| 3784 | |
| 3785 | [[package]] |
| 3786 | name = "webkit2gtk-sys" |
| 3787 | version = "2.0.2" |
| 3788 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3789 | checksum = "916a5f65c2ef0dfe12fff695960a2ec3d4565359fdbb2e9943c974e06c734ea5" |
| 3790 | dependencies = [ |
| 3791 | "bitflags 1.3.2", |
| 3792 | "cairo-sys-rs", |
| 3793 | "gdk-sys", |
| 3794 | "gio-sys", |
| 3795 | "glib-sys", |
| 3796 | "gobject-sys", |
| 3797 | "gtk-sys", |
| 3798 | "javascriptcore-rs-sys", |
| 3799 | "libc", |
| 3800 | "pkg-config", |
| 3801 | "soup3-sys", |
| 3802 | "system-deps", |
| 3803 | ] |
| 3804 | |
| 3805 | [[package]] |
| 3806 | name = "webview2-com" |
| 3807 | version = "0.38.2" |
| 3808 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3809 | checksum = "7130243a7a5b33c54a444e54842e6a9e133de08b5ad7b5861cd8ed9a6a5bc96a" |
| 3810 | dependencies = [ |
| 3811 | "webview2-com-macros", |
| 3812 | "webview2-com-sys", |
| 3813 | "windows", |
| 3814 | "windows-core 0.61.2", |
| 3815 | "windows-implement", |
| 3816 | "windows-interface", |
| 3817 | ] |
| 3818 | |
| 3819 | [[package]] |
| 3820 | name = "webview2-com-macros" |
| 3821 | version = "0.8.1" |
| 3822 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3823 | checksum = "67a921c1b6914c367b2b823cd4cde6f96beec77d30a939c8199bb377cf9b9b54" |
| 3824 | dependencies = [ |
| 3825 | "proc-macro2", |
| 3826 | "quote", |
| 3827 | "syn 2.0.118", |
| 3828 | ] |
| 3829 | |
| 3830 | [[package]] |
| 3831 | name = "webview2-com-sys" |
| 3832 | version = "0.38.2" |
| 3833 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3834 | checksum = "381336cfffd772377d291702245447a5251a2ffa5bad679c99e61bc48bacbf9c" |
| 3835 | dependencies = [ |
| 3836 | "thiserror 2.0.18", |
| 3837 | "windows", |
| 3838 | "windows-core 0.61.2", |
| 3839 | ] |
| 3840 | |
| 3841 | [[package]] |
| 3842 | name = "winapi" |
| 3843 | version = "0.3.9" |
| 3844 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3845 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 3846 | dependencies = [ |
| 3847 | "winapi-i686-pc-windows-gnu", |
| 3848 | "winapi-x86_64-pc-windows-gnu", |
| 3849 | ] |
| 3850 | |
| 3851 | [[package]] |
| 3852 | name = "winapi-i686-pc-windows-gnu" |
| 3853 | version = "0.4.0" |
| 3854 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3855 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 3856 | |
| 3857 | [[package]] |
| 3858 | name = "winapi-util" |
| 3859 | version = "0.1.11" |
| 3860 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3861 | checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
| 3862 | dependencies = [ |
| 3863 | "windows-sys 0.61.2", |
| 3864 | ] |
| 3865 | |
| 3866 | [[package]] |
| 3867 | name = "winapi-x86_64-pc-windows-gnu" |
| 3868 | version = "0.4.0" |
| 3869 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3870 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 3871 | |
| 3872 | [[package]] |
| 3873 | name = "window-vibrancy" |
| 3874 | version = "0.6.0" |
| 3875 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3876 | checksum = "d9bec5a31f3f9362f2258fd0e9c9dd61a9ca432e7306cc78c444258f0dce9a9c" |
| 3877 | dependencies = [ |
| 3878 | "objc2", |
| 3879 | "objc2-app-kit", |
| 3880 | "objc2-core-foundation", |
| 3881 | "objc2-foundation", |
| 3882 | "raw-window-handle", |
| 3883 | "windows-sys 0.59.0", |
| 3884 | "windows-version", |
| 3885 | ] |
| 3886 | |
| 3887 | [[package]] |
| 3888 | name = "windows" |
| 3889 | version = "0.61.3" |
| 3890 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3891 | checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" |
| 3892 | dependencies = [ |
| 3893 | "windows-collections", |
| 3894 | "windows-core 0.61.2", |
| 3895 | "windows-future", |
| 3896 | "windows-link 0.1.3", |
| 3897 | "windows-numerics", |
| 3898 | ] |
| 3899 | |
| 3900 | [[package]] |
| 3901 | name = "windows-collections" |
| 3902 | version = "0.2.0" |
| 3903 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3904 | checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" |
| 3905 | dependencies = [ |
| 3906 | "windows-core 0.61.2", |
| 3907 | ] |
| 3908 | |
| 3909 | [[package]] |
| 3910 | name = "windows-core" |
| 3911 | version = "0.61.2" |
| 3912 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3913 | checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" |
| 3914 | dependencies = [ |
| 3915 | "windows-implement", |
| 3916 | "windows-interface", |
| 3917 | "windows-link 0.1.3", |
| 3918 | "windows-result 0.3.4", |
| 3919 | "windows-strings 0.4.2", |
| 3920 | ] |
| 3921 | |
| 3922 | [[package]] |
| 3923 | name = "windows-core" |
| 3924 | version = "0.62.2" |
| 3925 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3926 | checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
| 3927 | dependencies = [ |
| 3928 | "windows-implement", |
| 3929 | "windows-interface", |
| 3930 | "windows-link 0.2.1", |
| 3931 | "windows-result 0.4.1", |
| 3932 | "windows-strings 0.5.1", |
| 3933 | ] |
| 3934 | |
| 3935 | [[package]] |
| 3936 | name = "windows-future" |
| 3937 | version = "0.2.1" |
| 3938 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3939 | checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" |
| 3940 | dependencies = [ |
| 3941 | "windows-core 0.61.2", |
| 3942 | "windows-link 0.1.3", |
| 3943 | "windows-threading", |
| 3944 | ] |
| 3945 | |
| 3946 | [[package]] |
| 3947 | name = "windows-implement" |
| 3948 | version = "0.60.2" |
| 3949 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3950 | checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
| 3951 | dependencies = [ |
| 3952 | "proc-macro2", |
| 3953 | "quote", |
| 3954 | "syn 2.0.118", |
| 3955 | ] |
| 3956 | |
| 3957 | [[package]] |
| 3958 | name = "windows-interface" |
| 3959 | version = "0.59.3" |
| 3960 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3961 | checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
| 3962 | dependencies = [ |
| 3963 | "proc-macro2", |
| 3964 | "quote", |
| 3965 | "syn 2.0.118", |
| 3966 | ] |
| 3967 | |
| 3968 | [[package]] |
| 3969 | name = "windows-link" |
| 3970 | version = "0.1.3" |
| 3971 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3972 | checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" |
| 3973 | |
| 3974 | [[package]] |
| 3975 | name = "windows-link" |
| 3976 | version = "0.2.1" |
| 3977 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3978 | checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 3979 | |
| 3980 | [[package]] |
| 3981 | name = "windows-numerics" |
| 3982 | version = "0.2.0" |
| 3983 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3984 | checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" |
| 3985 | dependencies = [ |
| 3986 | "windows-core 0.61.2", |
| 3987 | "windows-link 0.1.3", |
| 3988 | ] |
| 3989 | |
| 3990 | [[package]] |
| 3991 | name = "windows-result" |
| 3992 | version = "0.3.4" |
| 3993 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3994 | checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" |
| 3995 | dependencies = [ |
| 3996 | "windows-link 0.1.3", |
| 3997 | ] |
| 3998 | |
| 3999 | [[package]] |
| 4000 | name = "windows-result" |
| 4001 | version = "0.4.1" |
| 4002 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4003 | checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" |
| 4004 | dependencies = [ |
| 4005 | "windows-link 0.2.1", |
| 4006 | ] |
| 4007 | |
| 4008 | [[package]] |
| 4009 | name = "windows-strings" |
| 4010 | version = "0.4.2" |
| 4011 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4012 | checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" |
| 4013 | dependencies = [ |
| 4014 | "windows-link 0.1.3", |
| 4015 | ] |
| 4016 | |
| 4017 | [[package]] |
| 4018 | name = "windows-strings" |
| 4019 | version = "0.5.1" |
| 4020 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4021 | checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" |
| 4022 | dependencies = [ |
| 4023 | "windows-link 0.2.1", |
| 4024 | ] |
| 4025 | |
| 4026 | [[package]] |
| 4027 | name = "windows-sys" |
| 4028 | version = "0.45.0" |
| 4029 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4030 | checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" |
| 4031 | dependencies = [ |
| 4032 | "windows-targets 0.42.2", |
| 4033 | ] |
| 4034 | |
| 4035 | [[package]] |
| 4036 | name = "windows-sys" |
| 4037 | version = "0.59.0" |
| 4038 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4039 | checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| 4040 | dependencies = [ |
| 4041 | "windows-targets 0.52.6", |
| 4042 | ] |
| 4043 | |
| 4044 | [[package]] |
| 4045 | name = "windows-sys" |
| 4046 | version = "0.61.2" |
| 4047 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4048 | checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 4049 | dependencies = [ |
| 4050 | "windows-link 0.2.1", |
| 4051 | ] |
| 4052 | |
| 4053 | [[package]] |
| 4054 | name = "windows-targets" |
| 4055 | version = "0.42.2" |
| 4056 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4057 | checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" |
| 4058 | dependencies = [ |
| 4059 | "windows_aarch64_gnullvm 0.42.2", |
| 4060 | "windows_aarch64_msvc 0.42.2", |
| 4061 | "windows_i686_gnu 0.42.2", |
| 4062 | "windows_i686_msvc 0.42.2", |
| 4063 | "windows_x86_64_gnu 0.42.2", |
| 4064 | "windows_x86_64_gnullvm 0.42.2", |
| 4065 | "windows_x86_64_msvc 0.42.2", |
| 4066 | ] |
| 4067 | |
| 4068 | [[package]] |
| 4069 | name = "windows-targets" |
| 4070 | version = "0.52.6" |
| 4071 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4072 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 4073 | dependencies = [ |
| 4074 | "windows_aarch64_gnullvm 0.52.6", |
| 4075 | "windows_aarch64_msvc 0.52.6", |
| 4076 | "windows_i686_gnu 0.52.6", |
| 4077 | "windows_i686_gnullvm", |
| 4078 | "windows_i686_msvc 0.52.6", |
| 4079 | "windows_x86_64_gnu 0.52.6", |
| 4080 | "windows_x86_64_gnullvm 0.52.6", |
| 4081 | "windows_x86_64_msvc 0.52.6", |
| 4082 | ] |
| 4083 | |
| 4084 | [[package]] |
| 4085 | name = "windows-threading" |
| 4086 | version = "0.1.0" |
| 4087 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4088 | checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" |
| 4089 | dependencies = [ |
| 4090 | "windows-link 0.1.3", |
| 4091 | ] |
| 4092 | |
| 4093 | [[package]] |
| 4094 | name = "windows-version" |
| 4095 | version = "0.1.7" |
| 4096 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4097 | checksum = "e4060a1da109b9d0326b7262c8e12c84df67cc0dbc9e33cf49e01ccc2eb63631" |
| 4098 | dependencies = [ |
| 4099 | "windows-link 0.2.1", |
| 4100 | ] |
| 4101 | |
| 4102 | [[package]] |
| 4103 | name = "windows_aarch64_gnullvm" |
| 4104 | version = "0.42.2" |
| 4105 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4106 | checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" |
| 4107 | |
| 4108 | [[package]] |
| 4109 | name = "windows_aarch64_gnullvm" |
| 4110 | version = "0.52.6" |
| 4111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4112 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 4113 | |
| 4114 | [[package]] |
| 4115 | name = "windows_aarch64_msvc" |
| 4116 | version = "0.42.2" |
| 4117 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4118 | checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" |
| 4119 | |
| 4120 | [[package]] |
| 4121 | name = "windows_aarch64_msvc" |
| 4122 | version = "0.52.6" |
| 4123 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4124 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 4125 | |
| 4126 | [[package]] |
| 4127 | name = "windows_i686_gnu" |
| 4128 | version = "0.42.2" |
| 4129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4130 | checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" |
| 4131 | |
| 4132 | [[package]] |
| 4133 | name = "windows_i686_gnu" |
| 4134 | version = "0.52.6" |
| 4135 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4136 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 4137 | |
| 4138 | [[package]] |
| 4139 | name = "windows_i686_gnullvm" |
| 4140 | version = "0.52.6" |
| 4141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4142 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 4143 | |
| 4144 | [[package]] |
| 4145 | name = "windows_i686_msvc" |
| 4146 | version = "0.42.2" |
| 4147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4148 | checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" |
| 4149 | |
| 4150 | [[package]] |
| 4151 | name = "windows_i686_msvc" |
| 4152 | version = "0.52.6" |
| 4153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4154 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 4155 | |
| 4156 | [[package]] |
| 4157 | name = "windows_x86_64_gnu" |
| 4158 | version = "0.42.2" |
| 4159 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4160 | checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" |
| 4161 | |
| 4162 | [[package]] |
| 4163 | name = "windows_x86_64_gnu" |
| 4164 | version = "0.52.6" |
| 4165 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4166 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 4167 | |
| 4168 | [[package]] |
| 4169 | name = "windows_x86_64_gnullvm" |
| 4170 | version = "0.42.2" |
| 4171 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4172 | checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" |
| 4173 | |
| 4174 | [[package]] |
| 4175 | name = "windows_x86_64_gnullvm" |
| 4176 | version = "0.52.6" |
| 4177 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4178 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 4179 | |
| 4180 | [[package]] |
| 4181 | name = "windows_x86_64_msvc" |
| 4182 | version = "0.42.2" |
| 4183 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4184 | checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" |
| 4185 | |
| 4186 | [[package]] |
| 4187 | name = "windows_x86_64_msvc" |
| 4188 | version = "0.52.6" |
| 4189 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4190 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 4191 | |
| 4192 | [[package]] |
| 4193 | name = "winnow" |
| 4194 | version = "0.5.40" |
| 4195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4196 | checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" |
| 4197 | dependencies = [ |
| 4198 | "memchr", |
| 4199 | ] |
| 4200 | |
| 4201 | [[package]] |
| 4202 | name = "winnow" |
| 4203 | version = "0.7.15" |
| 4204 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4205 | checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" |
| 4206 | |
| 4207 | [[package]] |
| 4208 | name = "winnow" |
| 4209 | version = "1.0.4" |
| 4210 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4211 | checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81" |
| 4212 | dependencies = [ |
| 4213 | "memchr", |
| 4214 | ] |
| 4215 | |
| 4216 | [[package]] |
| 4217 | name = "winreg" |
| 4218 | version = "0.55.0" |
| 4219 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4220 | checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97" |
| 4221 | dependencies = [ |
| 4222 | "cfg-if", |
| 4223 | "windows-sys 0.59.0", |
| 4224 | ] |
| 4225 | |
| 4226 | [[package]] |
| 4227 | name = "wit-bindgen" |
| 4228 | version = "0.57.1" |
| 4229 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4230 | checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" |
| 4231 | |
| 4232 | [[package]] |
| 4233 | name = "writeable" |
| 4234 | version = "0.6.3" |
| 4235 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4236 | checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" |
| 4237 | |
| 4238 | [[package]] |
| 4239 | name = "wry" |
| 4240 | version = "0.55.1" |
| 4241 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4242 | checksum = "186f9871daa55fd9c016578b810d149de58367113db7fb72b462d2323ce19514" |
| 4243 | dependencies = [ |
| 4244 | "base64 0.22.1", |
| 4245 | "block2", |
| 4246 | "cookie", |
| 4247 | "crossbeam-channel", |
| 4248 | "dirs", |
| 4249 | "dom_query", |
| 4250 | "dpi", |
| 4251 | "dunce", |
| 4252 | "gdkx11", |
| 4253 | "gtk", |
| 4254 | "http", |
| 4255 | "javascriptcore-rs", |
| 4256 | "jni", |
| 4257 | "libc", |
| 4258 | "ndk", |
| 4259 | "objc2", |
| 4260 | "objc2-app-kit", |
| 4261 | "objc2-core-foundation", |
| 4262 | "objc2-foundation", |
| 4263 | "objc2-ui-kit", |
| 4264 | "objc2-web-kit", |
| 4265 | "once_cell", |
| 4266 | "percent-encoding", |
| 4267 | "raw-window-handle", |
| 4268 | "sha2", |
| 4269 | "soup3", |
| 4270 | "tao-macros", |
| 4271 | "thiserror 2.0.18", |
| 4272 | "url", |
| 4273 | "webkit2gtk", |
| 4274 | "webkit2gtk-sys", |
| 4275 | "webview2-com", |
| 4276 | "windows", |
| 4277 | "windows-core 0.61.2", |
| 4278 | "windows-version", |
| 4279 | "x11-dl", |
| 4280 | ] |
| 4281 | |
| 4282 | [[package]] |
| 4283 | name = "x11" |
| 4284 | version = "2.21.0" |
| 4285 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4286 | checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e" |
| 4287 | dependencies = [ |
| 4288 | "libc", |
| 4289 | "pkg-config", |
| 4290 | ] |
| 4291 | |
| 4292 | [[package]] |
| 4293 | name = "x11-dl" |
| 4294 | version = "2.21.0" |
| 4295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4296 | checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" |
| 4297 | dependencies = [ |
| 4298 | "libc", |
| 4299 | "once_cell", |
| 4300 | "pkg-config", |
| 4301 | ] |
| 4302 | |
| 4303 | [[package]] |
| 4304 | name = "yoke" |
| 4305 | version = "0.8.3" |
| 4306 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4307 | checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5" |
| 4308 | dependencies = [ |
| 4309 | "stable_deref_trait", |
| 4310 | "yoke-derive", |
| 4311 | "zerofrom", |
| 4312 | ] |
| 4313 | |
| 4314 | [[package]] |
| 4315 | name = "yoke-derive" |
| 4316 | version = "0.8.2" |
| 4317 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4318 | checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" |
| 4319 | dependencies = [ |
| 4320 | "proc-macro2", |
| 4321 | "quote", |
| 4322 | "syn 2.0.118", |
| 4323 | "synstructure", |
| 4324 | ] |
| 4325 | |
| 4326 | [[package]] |
| 4327 | name = "zerofrom" |
| 4328 | version = "0.1.8" |
| 4329 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4330 | checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272" |
| 4331 | dependencies = [ |
| 4332 | "zerofrom-derive", |
| 4333 | ] |
| 4334 | |
| 4335 | [[package]] |
| 4336 | name = "zerofrom-derive" |
| 4337 | version = "0.1.7" |
| 4338 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4339 | checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" |
| 4340 | dependencies = [ |
| 4341 | "proc-macro2", |
| 4342 | "quote", |
| 4343 | "syn 2.0.118", |
| 4344 | "synstructure", |
| 4345 | ] |
| 4346 | |
| 4347 | [[package]] |
| 4348 | name = "zerotrie" |
| 4349 | version = "0.2.4" |
| 4350 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4351 | checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" |
| 4352 | dependencies = [ |
| 4353 | "displaydoc", |
| 4354 | "yoke", |
| 4355 | "zerofrom", |
| 4356 | ] |
| 4357 | |
| 4358 | [[package]] |
| 4359 | name = "zerovec" |
| 4360 | version = "0.11.6" |
| 4361 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4362 | checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" |
| 4363 | dependencies = [ |
| 4364 | "yoke", |
| 4365 | "zerofrom", |
| 4366 | "zerovec-derive", |
| 4367 | ] |
| 4368 | |
| 4369 | [[package]] |
| 4370 | name = "zerovec-derive" |
| 4371 | version = "0.11.3" |
| 4372 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4373 | checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" |
| 4374 | dependencies = [ |
| 4375 | "proc-macro2", |
| 4376 | "quote", |
| 4377 | "syn 2.0.118", |
| 4378 | ] |
| 4379 | |
| 4380 | [[package]] |
| 4381 | name = "zmij" |
| 4382 | version = "1.0.23" |
| 4383 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4384 | checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b" |
File History
1 commit
sha256:a78e7e5a8740e03315f325d19edeb3aa1b306b3337d04abbaa9a9e0f3bbeb7a1
docs: MuseHub-first before ISR #74 — staging solidify NEXT
Human
12 hours ago