A photo manager for VRChat.
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "VRChatPhotoManager" 7version = "0.2.6" 8dependencies = [ 9 "arboard", 10 "dirs 5.0.1", 11 "fast_image_resize", 12 "image", 13 "mslnk", 14 "notify", 15 "open", 16 "regex", 17 "reqwest", 18 "serde", 19 "serde_json", 20 "tauri", 21 "tauri-build", 22 "tauri-plugin-http", 23 "tauri-plugin-process", 24 "tauri-plugin-shell", 25 "tauri-plugin-single-instance", 26] 27 28[[package]] 29name = "addr2line" 30version = "0.24.2" 31source = "registry+https://github.com/rust-lang/crates.io-index" 32checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" 33dependencies = [ 34 "gimli", 35] 36 37[[package]] 38name = "adler2" 39version = "2.0.1" 40source = "registry+https://github.com/rust-lang/crates.io-index" 41checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 42 43[[package]] 44name = "aho-corasick" 45version = "1.1.3" 46source = "registry+https://github.com/rust-lang/crates.io-index" 47checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 48dependencies = [ 49 "memchr", 50] 51 52[[package]] 53name = "aligned-vec" 54version = "0.6.4" 55source = "registry+https://github.com/rust-lang/crates.io-index" 56checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b" 57dependencies = [ 58 "equator", 59] 60 61[[package]] 62name = "alloc-no-stdlib" 63version = "2.0.4" 64source = "registry+https://github.com/rust-lang/crates.io-index" 65checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 66 67[[package]] 68name = "alloc-stdlib" 69version = "0.2.2" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 72dependencies = [ 73 "alloc-no-stdlib", 74] 75 76[[package]] 77name = "android-tzdata" 78version = "0.1.1" 79source = "registry+https://github.com/rust-lang/crates.io-index" 80checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 81 82[[package]] 83name = "android_system_properties" 84version = "0.1.5" 85source = "registry+https://github.com/rust-lang/crates.io-index" 86checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 87dependencies = [ 88 "libc", 89] 90 91[[package]] 92name = "anyhow" 93version = "1.0.99" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" 96 97[[package]] 98name = "arbitrary" 99version = "1.4.2" 100source = "registry+https://github.com/rust-lang/crates.io-index" 101checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" 102 103[[package]] 104name = "arboard" 105version = "3.6.0" 106source = "registry+https://github.com/rust-lang/crates.io-index" 107checksum = "55f533f8e0af236ffe5eb979b99381df3258853f00ba2e44b6e1955292c75227" 108dependencies = [ 109 "clipboard-win", 110 "image", 111 "log", 112 "objc2 0.6.2", 113 "objc2-app-kit", 114 "objc2-core-foundation", 115 "objc2-core-graphics", 116 "objc2-foundation 0.3.1", 117 "parking_lot", 118 "percent-encoding", 119 "windows-sys 0.59.0", 120 "x11rb", 121] 122 123[[package]] 124name = "arg_enum_proc_macro" 125version = "0.3.4" 126source = "registry+https://github.com/rust-lang/crates.io-index" 127checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea" 128dependencies = [ 129 "proc-macro2", 130 "quote", 131 "syn 2.0.105", 132] 133 134[[package]] 135name = "arrayvec" 136version = "0.7.6" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 139 140[[package]] 141name = "async-broadcast" 142version = "0.7.2" 143source = "registry+https://github.com/rust-lang/crates.io-index" 144checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" 145dependencies = [ 146 "event-listener", 147 "event-listener-strategy", 148 "futures-core", 149 "pin-project-lite", 150] 151 152[[package]] 153name = "async-channel" 154version = "2.5.0" 155source = "registry+https://github.com/rust-lang/crates.io-index" 156checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" 157dependencies = [ 158 "concurrent-queue", 159 "event-listener-strategy", 160 "futures-core", 161 "pin-project-lite", 162] 163 164[[package]] 165name = "async-executor" 166version = "1.13.2" 167source = "registry+https://github.com/rust-lang/crates.io-index" 168checksum = "bb812ffb58524bdd10860d7d974e2f01cc0950c2438a74ee5ec2e2280c6c4ffa" 169dependencies = [ 170 "async-task", 171 "concurrent-queue", 172 "fastrand", 173 "futures-lite", 174 "pin-project-lite", 175 "slab", 176] 177 178[[package]] 179name = "async-io" 180version = "2.5.0" 181source = "registry+https://github.com/rust-lang/crates.io-index" 182checksum = "19634d6336019ef220f09fd31168ce5c184b295cbf80345437cc36094ef223ca" 183dependencies = [ 184 "async-lock", 185 "cfg-if", 186 "concurrent-queue", 187 "futures-io", 188 "futures-lite", 189 "parking", 190 "polling", 191 "rustix 1.0.8", 192 "slab", 193 "windows-sys 0.60.2", 194] 195 196[[package]] 197name = "async-lock" 198version = "3.4.1" 199source = "registry+https://github.com/rust-lang/crates.io-index" 200checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc" 201dependencies = [ 202 "event-listener", 203 "event-listener-strategy", 204 "pin-project-lite", 205] 206 207[[package]] 208name = "async-process" 209version = "2.4.0" 210source = "registry+https://github.com/rust-lang/crates.io-index" 211checksum = "65daa13722ad51e6ab1a1b9c01299142bc75135b337923cfa10e79bbbd669f00" 212dependencies = [ 213 "async-channel", 214 "async-io", 215 "async-lock", 216 "async-signal", 217 "async-task", 218 "blocking", 219 "cfg-if", 220 "event-listener", 221 "futures-lite", 222 "rustix 1.0.8", 223] 224 225[[package]] 226name = "async-recursion" 227version = "1.1.1" 228source = "registry+https://github.com/rust-lang/crates.io-index" 229checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" 230dependencies = [ 231 "proc-macro2", 232 "quote", 233 "syn 2.0.105", 234] 235 236[[package]] 237name = "async-signal" 238version = "0.2.12" 239source = "registry+https://github.com/rust-lang/crates.io-index" 240checksum = "f567af260ef69e1d52c2b560ce0ea230763e6fbb9214a85d768760a920e3e3c1" 241dependencies = [ 242 "async-io", 243 "async-lock", 244 "atomic-waker", 245 "cfg-if", 246 "futures-core", 247 "futures-io", 248 "rustix 1.0.8", 249 "signal-hook-registry", 250 "slab", 251 "windows-sys 0.60.2", 252] 253 254[[package]] 255name = "async-task" 256version = "4.7.1" 257source = "registry+https://github.com/rust-lang/crates.io-index" 258checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 259 260[[package]] 261name = "async-trait" 262version = "0.1.89" 263source = "registry+https://github.com/rust-lang/crates.io-index" 264checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 265dependencies = [ 266 "proc-macro2", 267 "quote", 268 "syn 2.0.105", 269] 270 271[[package]] 272name = "atk" 273version = "0.18.2" 274source = "registry+https://github.com/rust-lang/crates.io-index" 275checksum = "241b621213072e993be4f6f3a9e4b45f65b7e6faad43001be957184b7bb1824b" 276dependencies = [ 277 "atk-sys", 278 "glib", 279 "libc", 280] 281 282[[package]] 283name = "atk-sys" 284version = "0.18.2" 285source = "registry+https://github.com/rust-lang/crates.io-index" 286checksum = "c5e48b684b0ca77d2bbadeef17424c2ea3c897d44d566a1617e7e8f30614d086" 287dependencies = [ 288 "glib-sys", 289 "gobject-sys", 290 "libc", 291 "system-deps", 292] 293 294[[package]] 295name = "atomic-waker" 296version = "1.1.2" 297source = "registry+https://github.com/rust-lang/crates.io-index" 298checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 299 300[[package]] 301name = "autocfg" 302version = "1.5.0" 303source = "registry+https://github.com/rust-lang/crates.io-index" 304checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 305 306[[package]] 307name = "av1-grain" 308version = "0.2.4" 309source = "registry+https://github.com/rust-lang/crates.io-index" 310checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8" 311dependencies = [ 312 "anyhow", 313 "arrayvec", 314 "log", 315 "nom", 316 "num-rational", 317 "v_frame", 318] 319 320[[package]] 321name = "avif-serialize" 322version = "0.8.6" 323source = "registry+https://github.com/rust-lang/crates.io-index" 324checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f" 325dependencies = [ 326 "arrayvec", 327] 328 329[[package]] 330name = "backtrace" 331version = "0.3.75" 332source = "registry+https://github.com/rust-lang/crates.io-index" 333checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" 334dependencies = [ 335 "addr2line", 336 "cfg-if", 337 "libc", 338 "miniz_oxide", 339 "object", 340 "rustc-demangle", 341 "windows-targets 0.52.6", 342] 343 344[[package]] 345name = "base64" 346version = "0.21.7" 347source = "registry+https://github.com/rust-lang/crates.io-index" 348checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 349 350[[package]] 351name = "base64" 352version = "0.22.1" 353source = "registry+https://github.com/rust-lang/crates.io-index" 354checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 355 356[[package]] 357name = "bit_field" 358version = "0.10.2" 359source = "registry+https://github.com/rust-lang/crates.io-index" 360checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61" 361 362[[package]] 363name = "bitflags" 364version = "1.3.2" 365source = "registry+https://github.com/rust-lang/crates.io-index" 366checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 367 368[[package]] 369name = "bitflags" 370version = "2.9.1" 371source = "registry+https://github.com/rust-lang/crates.io-index" 372checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" 373dependencies = [ 374 "serde", 375] 376 377[[package]] 378name = "bitstream-io" 379version = "2.6.0" 380source = "registry+https://github.com/rust-lang/crates.io-index" 381checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2" 382 383[[package]] 384name = "block-buffer" 385version = "0.10.4" 386source = "registry+https://github.com/rust-lang/crates.io-index" 387checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 388dependencies = [ 389 "generic-array", 390] 391 392[[package]] 393name = "block2" 394version = "0.5.1" 395source = "registry+https://github.com/rust-lang/crates.io-index" 396checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f" 397dependencies = [ 398 "objc2 0.5.2", 399] 400 401[[package]] 402name = "block2" 403version = "0.6.1" 404source = "registry+https://github.com/rust-lang/crates.io-index" 405checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2" 406dependencies = [ 407 "objc2 0.6.2", 408] 409 410[[package]] 411name = "blocking" 412version = "1.6.2" 413source = "registry+https://github.com/rust-lang/crates.io-index" 414checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" 415dependencies = [ 416 "async-channel", 417 "async-task", 418 "futures-io", 419 "futures-lite", 420 "piper", 421] 422 423[[package]] 424name = "brotli" 425version = "8.0.1" 426source = "registry+https://github.com/rust-lang/crates.io-index" 427checksum = "9991eea70ea4f293524138648e41ee89b0b2b12ddef3b255effa43c8056e0e0d" 428dependencies = [ 429 "alloc-no-stdlib", 430 "alloc-stdlib", 431 "brotli-decompressor", 432] 433 434[[package]] 435name = "brotli-decompressor" 436version = "5.0.0" 437source = "registry+https://github.com/rust-lang/crates.io-index" 438checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" 439dependencies = [ 440 "alloc-no-stdlib", 441 "alloc-stdlib", 442] 443 444[[package]] 445name = "built" 446version = "0.7.7" 447source = "registry+https://github.com/rust-lang/crates.io-index" 448checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b" 449 450[[package]] 451name = "bumpalo" 452version = "3.19.0" 453source = "registry+https://github.com/rust-lang/crates.io-index" 454checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 455 456[[package]] 457name = "bytemuck" 458version = "1.23.2" 459source = "registry+https://github.com/rust-lang/crates.io-index" 460checksum = "3995eaeebcdf32f91f980d360f78732ddc061097ab4e39991ae7a6ace9194677" 461 462[[package]] 463name = "byteorder" 464version = "1.5.0" 465source = "registry+https://github.com/rust-lang/crates.io-index" 466checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 467 468[[package]] 469name = "byteorder-lite" 470version = "0.1.0" 471source = "registry+https://github.com/rust-lang/crates.io-index" 472checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" 473 474[[package]] 475name = "bytes" 476version = "1.10.1" 477source = "registry+https://github.com/rust-lang/crates.io-index" 478checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 479dependencies = [ 480 "serde", 481] 482 483[[package]] 484name = "cairo-rs" 485version = "0.18.5" 486source = "registry+https://github.com/rust-lang/crates.io-index" 487checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2" 488dependencies = [ 489 "bitflags 2.9.1", 490 "cairo-sys-rs", 491 "glib", 492 "libc", 493 "once_cell", 494 "thiserror 1.0.69", 495] 496 497[[package]] 498name = "cairo-sys-rs" 499version = "0.18.2" 500source = "registry+https://github.com/rust-lang/crates.io-index" 501checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51" 502dependencies = [ 503 "glib-sys", 504 "libc", 505 "system-deps", 506] 507 508[[package]] 509name = "camino" 510version = "1.1.11" 511source = "registry+https://github.com/rust-lang/crates.io-index" 512checksum = "5d07aa9a93b00c76f71bc35d598bed923f6d4f3a9ca5c24b7737ae1a292841c0" 513dependencies = [ 514 "serde", 515] 516 517[[package]] 518name = "cargo-platform" 519version = "0.1.9" 520source = "registry+https://github.com/rust-lang/crates.io-index" 521checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea" 522dependencies = [ 523 "serde", 524] 525 526[[package]] 527name = "cargo_metadata" 528version = "0.19.2" 529source = "registry+https://github.com/rust-lang/crates.io-index" 530checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba" 531dependencies = [ 532 "camino", 533 "cargo-platform", 534 "semver", 535 "serde", 536 "serde_json", 537 "thiserror 2.0.14", 538] 539 540[[package]] 541name = "cargo_toml" 542version = "0.22.3" 543source = "registry+https://github.com/rust-lang/crates.io-index" 544checksum = "374b7c592d9c00c1f4972ea58390ac6b18cbb6ab79011f3bdc90a0b82ca06b77" 545dependencies = [ 546 "serde", 547 "toml 0.9.5", 548] 549 550[[package]] 551name = "cc" 552version = "1.2.32" 553source = "registry+https://github.com/rust-lang/crates.io-index" 554checksum = "2352e5597e9c544d5e6d9c95190d5d27738ade584fa8db0a16e130e5c2b5296e" 555dependencies = [ 556 "jobserver", 557 "libc", 558 "shlex", 559] 560 561[[package]] 562name = "cesu8" 563version = "1.1.0" 564source = "registry+https://github.com/rust-lang/crates.io-index" 565checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 566 567[[package]] 568name = "cfb" 569version = "0.7.3" 570source = "registry+https://github.com/rust-lang/crates.io-index" 571checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f" 572dependencies = [ 573 "byteorder", 574 "fnv", 575 "uuid", 576] 577 578[[package]] 579name = "cfg-expr" 580version = "0.15.8" 581source = "registry+https://github.com/rust-lang/crates.io-index" 582checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" 583dependencies = [ 584 "smallvec", 585 "target-lexicon", 586] 587 588[[package]] 589name = "cfg-if" 590version = "1.0.1" 591source = "registry+https://github.com/rust-lang/crates.io-index" 592checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" 593 594[[package]] 595name = "cfg_aliases" 596version = "0.2.1" 597source = "registry+https://github.com/rust-lang/crates.io-index" 598checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 599 600[[package]] 601name = "chrono" 602version = "0.4.41" 603source = "registry+https://github.com/rust-lang/crates.io-index" 604checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" 605dependencies = [ 606 "android-tzdata", 607 "iana-time-zone", 608 "num-traits", 609 "serde", 610 "windows-link", 611] 612 613[[package]] 614name = "clipboard-win" 615version = "5.4.1" 616source = "registry+https://github.com/rust-lang/crates.io-index" 617checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4" 618dependencies = [ 619 "error-code", 620] 621 622[[package]] 623name = "color_quant" 624version = "1.1.0" 625source = "registry+https://github.com/rust-lang/crates.io-index" 626checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 627 628[[package]] 629name = "combine" 630version = "4.6.7" 631source = "registry+https://github.com/rust-lang/crates.io-index" 632checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 633dependencies = [ 634 "bytes", 635 "memchr", 636] 637 638[[package]] 639name = "concurrent-queue" 640version = "2.5.0" 641source = "registry+https://github.com/rust-lang/crates.io-index" 642checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 643dependencies = [ 644 "crossbeam-utils", 645] 646 647[[package]] 648name = "const-random" 649version = "0.1.18" 650source = "registry+https://github.com/rust-lang/crates.io-index" 651checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" 652dependencies = [ 653 "const-random-macro", 654] 655 656[[package]] 657name = "const-random-macro" 658version = "0.1.16" 659source = "registry+https://github.com/rust-lang/crates.io-index" 660checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" 661dependencies = [ 662 "getrandom 0.2.16", 663 "once_cell", 664 "tiny-keccak", 665] 666 667[[package]] 668name = "convert_case" 669version = "0.4.0" 670source = "registry+https://github.com/rust-lang/crates.io-index" 671checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 672 673[[package]] 674name = "cookie" 675version = "0.18.1" 676source = "registry+https://github.com/rust-lang/crates.io-index" 677checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" 678dependencies = [ 679 "percent-encoding", 680 "time", 681 "version_check", 682] 683 684[[package]] 685name = "cookie_store" 686version = "0.21.1" 687source = "registry+https://github.com/rust-lang/crates.io-index" 688checksum = "2eac901828f88a5241ee0600950ab981148a18f2f756900ffba1b125ca6a3ef9" 689dependencies = [ 690 "cookie", 691 "document-features", 692 "idna", 693 "log", 694 "publicsuffix", 695 "serde", 696 "serde_derive", 697 "serde_json", 698 "time", 699 "url", 700] 701 702[[package]] 703name = "core-foundation" 704version = "0.9.4" 705source = "registry+https://github.com/rust-lang/crates.io-index" 706checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 707dependencies = [ 708 "core-foundation-sys", 709 "libc", 710] 711 712[[package]] 713name = "core-foundation" 714version = "0.10.1" 715source = "registry+https://github.com/rust-lang/crates.io-index" 716checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 717dependencies = [ 718 "core-foundation-sys", 719 "libc", 720] 721 722[[package]] 723name = "core-foundation-sys" 724version = "0.8.7" 725source = "registry+https://github.com/rust-lang/crates.io-index" 726checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 727 728[[package]] 729name = "core-graphics" 730version = "0.24.0" 731source = "registry+https://github.com/rust-lang/crates.io-index" 732checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1" 733dependencies = [ 734 "bitflags 2.9.1", 735 "core-foundation 0.10.1", 736 "core-graphics-types", 737 "foreign-types 0.5.0", 738 "libc", 739] 740 741[[package]] 742name = "core-graphics-types" 743version = "0.2.0" 744source = "registry+https://github.com/rust-lang/crates.io-index" 745checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb" 746dependencies = [ 747 "bitflags 2.9.1", 748 "core-foundation 0.10.1", 749 "libc", 750] 751 752[[package]] 753name = "cpufeatures" 754version = "0.2.17" 755source = "registry+https://github.com/rust-lang/crates.io-index" 756checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 757dependencies = [ 758 "libc", 759] 760 761[[package]] 762name = "crc32fast" 763version = "1.5.0" 764source = "registry+https://github.com/rust-lang/crates.io-index" 765checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 766dependencies = [ 767 "cfg-if", 768] 769 770[[package]] 771name = "crossbeam-channel" 772version = "0.5.15" 773source = "registry+https://github.com/rust-lang/crates.io-index" 774checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 775dependencies = [ 776 "crossbeam-utils", 777] 778 779[[package]] 780name = "crossbeam-deque" 781version = "0.8.6" 782source = "registry+https://github.com/rust-lang/crates.io-index" 783checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 784dependencies = [ 785 "crossbeam-epoch", 786 "crossbeam-utils", 787] 788 789[[package]] 790name = "crossbeam-epoch" 791version = "0.9.18" 792source = "registry+https://github.com/rust-lang/crates.io-index" 793checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 794dependencies = [ 795 "crossbeam-utils", 796] 797 798[[package]] 799name = "crossbeam-utils" 800version = "0.8.21" 801source = "registry+https://github.com/rust-lang/crates.io-index" 802checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 803 804[[package]] 805name = "crunchy" 806version = "0.2.4" 807source = "registry+https://github.com/rust-lang/crates.io-index" 808checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 809 810[[package]] 811name = "crypto-common" 812version = "0.1.6" 813source = "registry+https://github.com/rust-lang/crates.io-index" 814checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 815dependencies = [ 816 "generic-array", 817 "typenum", 818] 819 820[[package]] 821name = "cssparser" 822version = "0.29.6" 823source = "registry+https://github.com/rust-lang/crates.io-index" 824checksum = "f93d03419cb5950ccfd3daf3ff1c7a36ace64609a1a8746d493df1ca0afde0fa" 825dependencies = [ 826 "cssparser-macros", 827 "dtoa-short", 828 "itoa", 829 "matches", 830 "phf 0.10.1", 831 "proc-macro2", 832 "quote", 833 "smallvec", 834 "syn 1.0.109", 835] 836 837[[package]] 838name = "cssparser-macros" 839version = "0.6.1" 840source = "registry+https://github.com/rust-lang/crates.io-index" 841checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" 842dependencies = [ 843 "quote", 844 "syn 2.0.105", 845] 846 847[[package]] 848name = "ctor" 849version = "0.2.9" 850source = "registry+https://github.com/rust-lang/crates.io-index" 851checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501" 852dependencies = [ 853 "quote", 854 "syn 2.0.105", 855] 856 857[[package]] 858name = "darling" 859version = "0.20.11" 860source = "registry+https://github.com/rust-lang/crates.io-index" 861checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" 862dependencies = [ 863 "darling_core", 864 "darling_macro", 865] 866 867[[package]] 868name = "darling_core" 869version = "0.20.11" 870source = "registry+https://github.com/rust-lang/crates.io-index" 871checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" 872dependencies = [ 873 "fnv", 874 "ident_case", 875 "proc-macro2", 876 "quote", 877 "strsim", 878 "syn 2.0.105", 879] 880 881[[package]] 882name = "darling_macro" 883version = "0.20.11" 884source = "registry+https://github.com/rust-lang/crates.io-index" 885checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" 886dependencies = [ 887 "darling_core", 888 "quote", 889 "syn 2.0.105", 890] 891 892[[package]] 893name = "data-url" 894version = "0.3.1" 895source = "registry+https://github.com/rust-lang/crates.io-index" 896checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a" 897 898[[package]] 899name = "deranged" 900version = "0.4.0" 901source = "registry+https://github.com/rust-lang/crates.io-index" 902checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e" 903dependencies = [ 904 "powerfmt", 905 "serde", 906] 907 908[[package]] 909name = "derive_more" 910version = "0.99.20" 911source = "registry+https://github.com/rust-lang/crates.io-index" 912checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f" 913dependencies = [ 914 "convert_case", 915 "proc-macro2", 916 "quote", 917 "rustc_version", 918 "syn 2.0.105", 919] 920 921[[package]] 922name = "digest" 923version = "0.10.7" 924source = "registry+https://github.com/rust-lang/crates.io-index" 925checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 926dependencies = [ 927 "block-buffer", 928 "crypto-common", 929] 930 931[[package]] 932name = "dirs" 933version = "5.0.1" 934source = "registry+https://github.com/rust-lang/crates.io-index" 935checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 936dependencies = [ 937 "dirs-sys 0.4.1", 938] 939 940[[package]] 941name = "dirs" 942version = "6.0.0" 943source = "registry+https://github.com/rust-lang/crates.io-index" 944checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" 945dependencies = [ 946 "dirs-sys 0.5.0", 947] 948 949[[package]] 950name = "dirs-sys" 951version = "0.4.1" 952source = "registry+https://github.com/rust-lang/crates.io-index" 953checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 954dependencies = [ 955 "libc", 956 "option-ext", 957 "redox_users 0.4.6", 958 "windows-sys 0.48.0", 959] 960 961[[package]] 962name = "dirs-sys" 963version = "0.5.0" 964source = "registry+https://github.com/rust-lang/crates.io-index" 965checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" 966dependencies = [ 967 "libc", 968 "option-ext", 969 "redox_users 0.5.2", 970 "windows-sys 0.60.2", 971] 972 973[[package]] 974name = "dispatch" 975version = "0.2.0" 976source = "registry+https://github.com/rust-lang/crates.io-index" 977checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 978 979[[package]] 980name = "dispatch2" 981version = "0.3.0" 982source = "registry+https://github.com/rust-lang/crates.io-index" 983checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec" 984dependencies = [ 985 "bitflags 2.9.1", 986 "objc2 0.6.2", 987] 988 989[[package]] 990name = "displaydoc" 991version = "0.2.5" 992source = "registry+https://github.com/rust-lang/crates.io-index" 993checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 994dependencies = [ 995 "proc-macro2", 996 "quote", 997 "syn 2.0.105", 998] 999 1000[[package]] 1001name = "dlopen2" 1002version = "0.7.0" 1003source = "registry+https://github.com/rust-lang/crates.io-index" 1004checksum = "9e1297103d2bbaea85724fcee6294c2d50b1081f9ad47d0f6f6f61eda65315a6" 1005dependencies = [ 1006 "dlopen2_derive", 1007 "libc", 1008 "once_cell", 1009 "winapi", 1010] 1011 1012[[package]] 1013name = "dlopen2_derive" 1014version = "0.4.1" 1015source = "registry+https://github.com/rust-lang/crates.io-index" 1016checksum = "788160fb30de9cdd857af31c6a2675904b16ece8fc2737b2c7127ba368c9d0f4" 1017dependencies = [ 1018 "proc-macro2", 1019 "quote", 1020 "syn 2.0.105", 1021] 1022 1023[[package]] 1024name = "dlv-list" 1025version = "0.5.2" 1026source = "registry+https://github.com/rust-lang/crates.io-index" 1027checksum = "442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f" 1028dependencies = [ 1029 "const-random", 1030] 1031 1032[[package]] 1033name = "document-features" 1034version = "0.2.11" 1035source = "registry+https://github.com/rust-lang/crates.io-index" 1036checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d" 1037dependencies = [ 1038 "litrs", 1039] 1040 1041[[package]] 1042name = "dpi" 1043version = "0.1.2" 1044source = "registry+https://github.com/rust-lang/crates.io-index" 1045checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76" 1046dependencies = [ 1047 "serde", 1048] 1049 1050[[package]] 1051name = "dtoa" 1052version = "1.0.10" 1053source = "registry+https://github.com/rust-lang/crates.io-index" 1054checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04" 1055 1056[[package]] 1057name = "dtoa-short" 1058version = "0.3.5" 1059source = "registry+https://github.com/rust-lang/crates.io-index" 1060checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87" 1061dependencies = [ 1062 "dtoa", 1063] 1064 1065[[package]] 1066name = "dunce" 1067version = "1.0.5" 1068source = "registry+https://github.com/rust-lang/crates.io-index" 1069checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 1070 1071[[package]] 1072name = "dyn-clone" 1073version = "1.0.20" 1074source = "registry+https://github.com/rust-lang/crates.io-index" 1075checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" 1076 1077[[package]] 1078name = "either" 1079version = "1.15.0" 1080source = "registry+https://github.com/rust-lang/crates.io-index" 1081checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 1082 1083[[package]] 1084name = "embed-resource" 1085version = "3.0.5" 1086source = "registry+https://github.com/rust-lang/crates.io-index" 1087checksum = "4c6d81016d6c977deefb2ef8d8290da019e27cc26167e102185da528e6c0ab38" 1088dependencies = [ 1089 "cc", 1090 "memchr", 1091 "rustc_version", 1092 "toml 0.9.5", 1093 "vswhom", 1094 "winreg", 1095] 1096 1097[[package]] 1098name = "embed_plist" 1099version = "1.2.2" 1100source = "registry+https://github.com/rust-lang/crates.io-index" 1101checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7" 1102 1103[[package]] 1104name = "encoding_rs" 1105version = "0.8.35" 1106source = "registry+https://github.com/rust-lang/crates.io-index" 1107checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 1108dependencies = [ 1109 "cfg-if", 1110] 1111 1112[[package]] 1113name = "endi" 1114version = "1.1.0" 1115source = "registry+https://github.com/rust-lang/crates.io-index" 1116checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf" 1117 1118[[package]] 1119name = "enumflags2" 1120version = "0.7.12" 1121source = "registry+https://github.com/rust-lang/crates.io-index" 1122checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef" 1123dependencies = [ 1124 "enumflags2_derive", 1125 "serde", 1126] 1127 1128[[package]] 1129name = "enumflags2_derive" 1130version = "0.7.12" 1131source = "registry+https://github.com/rust-lang/crates.io-index" 1132checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" 1133dependencies = [ 1134 "proc-macro2", 1135 "quote", 1136 "syn 2.0.105", 1137] 1138 1139[[package]] 1140name = "equator" 1141version = "0.4.2" 1142source = "registry+https://github.com/rust-lang/crates.io-index" 1143checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc" 1144dependencies = [ 1145 "equator-macro", 1146] 1147 1148[[package]] 1149name = "equator-macro" 1150version = "0.4.2" 1151source = "registry+https://github.com/rust-lang/crates.io-index" 1152checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3" 1153dependencies = [ 1154 "proc-macro2", 1155 "quote", 1156 "syn 2.0.105", 1157] 1158 1159[[package]] 1160name = "equivalent" 1161version = "1.0.2" 1162source = "registry+https://github.com/rust-lang/crates.io-index" 1163checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 1164 1165[[package]] 1166name = "erased-serde" 1167version = "0.4.6" 1168source = "registry+https://github.com/rust-lang/crates.io-index" 1169checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7" 1170dependencies = [ 1171 "serde", 1172 "typeid", 1173] 1174 1175[[package]] 1176name = "errno" 1177version = "0.3.13" 1178source = "registry+https://github.com/rust-lang/crates.io-index" 1179checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" 1180dependencies = [ 1181 "libc", 1182 "windows-sys 0.60.2", 1183] 1184 1185[[package]] 1186name = "error-code" 1187version = "3.3.2" 1188source = "registry+https://github.com/rust-lang/crates.io-index" 1189checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59" 1190 1191[[package]] 1192name = "event-listener" 1193version = "5.4.1" 1194source = "registry+https://github.com/rust-lang/crates.io-index" 1195checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 1196dependencies = [ 1197 "concurrent-queue", 1198 "parking", 1199 "pin-project-lite", 1200] 1201 1202[[package]] 1203name = "event-listener-strategy" 1204version = "0.5.4" 1205source = "registry+https://github.com/rust-lang/crates.io-index" 1206checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" 1207dependencies = [ 1208 "event-listener", 1209 "pin-project-lite", 1210] 1211 1212[[package]] 1213name = "exr" 1214version = "1.73.0" 1215source = "registry+https://github.com/rust-lang/crates.io-index" 1216checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0" 1217dependencies = [ 1218 "bit_field", 1219 "half", 1220 "lebe", 1221 "miniz_oxide", 1222 "rayon-core", 1223 "smallvec", 1224 "zune-inflate", 1225] 1226 1227[[package]] 1228name = "fast_image_resize" 1229version = "4.2.3" 1230source = "registry+https://github.com/rust-lang/crates.io-index" 1231checksum = "43e5ce628b529e9bd2e2f378c1193215104b526fd494a572aa23414adc4e5553" 1232dependencies = [ 1233 "bytemuck", 1234 "cfg-if", 1235 "document-features", 1236 "image", 1237 "num-traits", 1238 "thiserror 1.0.69", 1239] 1240 1241[[package]] 1242name = "fastrand" 1243version = "2.3.0" 1244source = "registry+https://github.com/rust-lang/crates.io-index" 1245checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 1246 1247[[package]] 1248name = "fdeflate" 1249version = "0.3.7" 1250source = "registry+https://github.com/rust-lang/crates.io-index" 1251checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" 1252dependencies = [ 1253 "simd-adler32", 1254] 1255 1256[[package]] 1257name = "field-offset" 1258version = "0.3.6" 1259source = "registry+https://github.com/rust-lang/crates.io-index" 1260checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" 1261dependencies = [ 1262 "memoffset", 1263 "rustc_version", 1264] 1265 1266[[package]] 1267name = "filetime" 1268version = "0.2.25" 1269source = "registry+https://github.com/rust-lang/crates.io-index" 1270checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" 1271dependencies = [ 1272 "cfg-if", 1273 "libc", 1274 "libredox", 1275 "windows-sys 0.59.0", 1276] 1277 1278[[package]] 1279name = "flate2" 1280version = "1.1.2" 1281source = "registry+https://github.com/rust-lang/crates.io-index" 1282checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d" 1283dependencies = [ 1284 "crc32fast", 1285 "miniz_oxide", 1286] 1287 1288[[package]] 1289name = "fnv" 1290version = "1.0.7" 1291source = "registry+https://github.com/rust-lang/crates.io-index" 1292checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1293 1294[[package]] 1295name = "foreign-types" 1296version = "0.3.2" 1297source = "registry+https://github.com/rust-lang/crates.io-index" 1298checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1299dependencies = [ 1300 "foreign-types-shared 0.1.1", 1301] 1302 1303[[package]] 1304name = "foreign-types" 1305version = "0.5.0" 1306source = "registry+https://github.com/rust-lang/crates.io-index" 1307checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 1308dependencies = [ 1309 "foreign-types-macros", 1310 "foreign-types-shared 0.3.1", 1311] 1312 1313[[package]] 1314name = "foreign-types-macros" 1315version = "0.2.3" 1316source = "registry+https://github.com/rust-lang/crates.io-index" 1317checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 1318dependencies = [ 1319 "proc-macro2", 1320 "quote", 1321 "syn 2.0.105", 1322] 1323 1324[[package]] 1325name = "foreign-types-shared" 1326version = "0.1.1" 1327source = "registry+https://github.com/rust-lang/crates.io-index" 1328checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1329 1330[[package]] 1331name = "foreign-types-shared" 1332version = "0.3.1" 1333source = "registry+https://github.com/rust-lang/crates.io-index" 1334checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 1335 1336[[package]] 1337name = "form_urlencoded" 1338version = "1.2.1" 1339source = "registry+https://github.com/rust-lang/crates.io-index" 1340checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 1341dependencies = [ 1342 "percent-encoding", 1343] 1344 1345[[package]] 1346name = "fsevent-sys" 1347version = "4.1.0" 1348source = "registry+https://github.com/rust-lang/crates.io-index" 1349checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" 1350dependencies = [ 1351 "libc", 1352] 1353 1354[[package]] 1355name = "futf" 1356version = "0.1.5" 1357source = "registry+https://github.com/rust-lang/crates.io-index" 1358checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" 1359dependencies = [ 1360 "mac", 1361 "new_debug_unreachable", 1362] 1363 1364[[package]] 1365name = "futures-channel" 1366version = "0.3.31" 1367source = "registry+https://github.com/rust-lang/crates.io-index" 1368checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 1369dependencies = [ 1370 "futures-core", 1371 "futures-sink", 1372] 1373 1374[[package]] 1375name = "futures-core" 1376version = "0.3.31" 1377source = "registry+https://github.com/rust-lang/crates.io-index" 1378checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 1379 1380[[package]] 1381name = "futures-executor" 1382version = "0.3.31" 1383source = "registry+https://github.com/rust-lang/crates.io-index" 1384checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 1385dependencies = [ 1386 "futures-core", 1387 "futures-task", 1388 "futures-util", 1389] 1390 1391[[package]] 1392name = "futures-io" 1393version = "0.3.31" 1394source = "registry+https://github.com/rust-lang/crates.io-index" 1395checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 1396 1397[[package]] 1398name = "futures-lite" 1399version = "2.6.1" 1400source = "registry+https://github.com/rust-lang/crates.io-index" 1401checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" 1402dependencies = [ 1403 "fastrand", 1404 "futures-core", 1405 "futures-io", 1406 "parking", 1407 "pin-project-lite", 1408] 1409 1410[[package]] 1411name = "futures-macro" 1412version = "0.3.31" 1413source = "registry+https://github.com/rust-lang/crates.io-index" 1414checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 1415dependencies = [ 1416 "proc-macro2", 1417 "quote", 1418 "syn 2.0.105", 1419] 1420 1421[[package]] 1422name = "futures-sink" 1423version = "0.3.31" 1424source = "registry+https://github.com/rust-lang/crates.io-index" 1425checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 1426 1427[[package]] 1428name = "futures-task" 1429version = "0.3.31" 1430source = "registry+https://github.com/rust-lang/crates.io-index" 1431checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 1432 1433[[package]] 1434name = "futures-util" 1435version = "0.3.31" 1436source = "registry+https://github.com/rust-lang/crates.io-index" 1437checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 1438dependencies = [ 1439 "futures-core", 1440 "futures-io", 1441 "futures-macro", 1442 "futures-sink", 1443 "futures-task", 1444 "memchr", 1445 "pin-project-lite", 1446 "pin-utils", 1447 "slab", 1448] 1449 1450[[package]] 1451name = "fxhash" 1452version = "0.2.1" 1453source = "registry+https://github.com/rust-lang/crates.io-index" 1454checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 1455dependencies = [ 1456 "byteorder", 1457] 1458 1459[[package]] 1460name = "gdk" 1461version = "0.18.2" 1462source = "registry+https://github.com/rust-lang/crates.io-index" 1463checksum = "d9f245958c627ac99d8e529166f9823fb3b838d1d41fd2b297af3075093c2691" 1464dependencies = [ 1465 "cairo-rs", 1466 "gdk-pixbuf", 1467 "gdk-sys", 1468 "gio", 1469 "glib", 1470 "libc", 1471 "pango", 1472] 1473 1474[[package]] 1475name = "gdk-pixbuf" 1476version = "0.18.5" 1477source = "registry+https://github.com/rust-lang/crates.io-index" 1478checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec" 1479dependencies = [ 1480 "gdk-pixbuf-sys", 1481 "gio", 1482 "glib", 1483 "libc", 1484 "once_cell", 1485] 1486 1487[[package]] 1488name = "gdk-pixbuf-sys" 1489version = "0.18.0" 1490source = "registry+https://github.com/rust-lang/crates.io-index" 1491checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7" 1492dependencies = [ 1493 "gio-sys", 1494 "glib-sys", 1495 "gobject-sys", 1496 "libc", 1497 "system-deps", 1498] 1499 1500[[package]] 1501name = "gdk-sys" 1502version = "0.18.2" 1503source = "registry+https://github.com/rust-lang/crates.io-index" 1504checksum = "5c2d13f38594ac1e66619e188c6d5a1adb98d11b2fcf7894fc416ad76aa2f3f7" 1505dependencies = [ 1506 "cairo-sys-rs", 1507 "gdk-pixbuf-sys", 1508 "gio-sys", 1509 "glib-sys", 1510 "gobject-sys", 1511 "libc", 1512 "pango-sys", 1513 "pkg-config", 1514 "system-deps", 1515] 1516 1517[[package]] 1518name = "gdkwayland-sys" 1519version = "0.18.2" 1520source = "registry+https://github.com/rust-lang/crates.io-index" 1521checksum = "140071d506d223f7572b9f09b5e155afbd77428cd5cc7af8f2694c41d98dfe69" 1522dependencies = [ 1523 "gdk-sys", 1524 "glib-sys", 1525 "gobject-sys", 1526 "libc", 1527 "pkg-config", 1528 "system-deps", 1529] 1530 1531[[package]] 1532name = "gdkx11" 1533version = "0.18.2" 1534source = "registry+https://github.com/rust-lang/crates.io-index" 1535checksum = "3caa00e14351bebbc8183b3c36690327eb77c49abc2268dd4bd36b856db3fbfe" 1536dependencies = [ 1537 "gdk", 1538 "gdkx11-sys", 1539 "gio", 1540 "glib", 1541 "libc", 1542 "x11", 1543] 1544 1545[[package]] 1546name = "gdkx11-sys" 1547version = "0.18.2" 1548source = "registry+https://github.com/rust-lang/crates.io-index" 1549checksum = "6e2e7445fe01ac26f11601db260dd8608fe172514eb63b3b5e261ea6b0f4428d" 1550dependencies = [ 1551 "gdk-sys", 1552 "glib-sys", 1553 "libc", 1554 "system-deps", 1555 "x11", 1556] 1557 1558[[package]] 1559name = "generic-array" 1560version = "0.14.7" 1561source = "registry+https://github.com/rust-lang/crates.io-index" 1562checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1563dependencies = [ 1564 "typenum", 1565 "version_check", 1566] 1567 1568[[package]] 1569name = "gethostname" 1570version = "0.4.3" 1571source = "registry+https://github.com/rust-lang/crates.io-index" 1572checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818" 1573dependencies = [ 1574 "libc", 1575 "windows-targets 0.48.5", 1576] 1577 1578[[package]] 1579name = "getrandom" 1580version = "0.1.16" 1581source = "registry+https://github.com/rust-lang/crates.io-index" 1582checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 1583dependencies = [ 1584 "cfg-if", 1585 "libc", 1586 "wasi 0.9.0+wasi-snapshot-preview1", 1587] 1588 1589[[package]] 1590name = "getrandom" 1591version = "0.2.16" 1592source = "registry+https://github.com/rust-lang/crates.io-index" 1593checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 1594dependencies = [ 1595 "cfg-if", 1596 "js-sys", 1597 "libc", 1598 "wasi 0.11.1+wasi-snapshot-preview1", 1599 "wasm-bindgen", 1600] 1601 1602[[package]] 1603name = "getrandom" 1604version = "0.3.3" 1605source = "registry+https://github.com/rust-lang/crates.io-index" 1606checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 1607dependencies = [ 1608 "cfg-if", 1609 "js-sys", 1610 "libc", 1611 "r-efi", 1612 "wasi 0.14.2+wasi-0.2.4", 1613 "wasm-bindgen", 1614] 1615 1616[[package]] 1617name = "gif" 1618version = "0.13.3" 1619source = "registry+https://github.com/rust-lang/crates.io-index" 1620checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b" 1621dependencies = [ 1622 "color_quant", 1623 "weezl", 1624] 1625 1626[[package]] 1627name = "gimli" 1628version = "0.31.1" 1629source = "registry+https://github.com/rust-lang/crates.io-index" 1630checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 1631 1632[[package]] 1633name = "gio" 1634version = "0.18.4" 1635source = "registry+https://github.com/rust-lang/crates.io-index" 1636checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73" 1637dependencies = [ 1638 "futures-channel", 1639 "futures-core", 1640 "futures-io", 1641 "futures-util", 1642 "gio-sys", 1643 "glib", 1644 "libc", 1645 "once_cell", 1646 "pin-project-lite", 1647 "smallvec", 1648 "thiserror 1.0.69", 1649] 1650 1651[[package]] 1652name = "gio-sys" 1653version = "0.18.1" 1654source = "registry+https://github.com/rust-lang/crates.io-index" 1655checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2" 1656dependencies = [ 1657 "glib-sys", 1658 "gobject-sys", 1659 "libc", 1660 "system-deps", 1661 "winapi", 1662] 1663 1664[[package]] 1665name = "glib" 1666version = "0.18.5" 1667source = "registry+https://github.com/rust-lang/crates.io-index" 1668checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5" 1669dependencies = [ 1670 "bitflags 2.9.1", 1671 "futures-channel", 1672 "futures-core", 1673 "futures-executor", 1674 "futures-task", 1675 "futures-util", 1676 "gio-sys", 1677 "glib-macros", 1678 "glib-sys", 1679 "gobject-sys", 1680 "libc", 1681 "memchr", 1682 "once_cell", 1683 "smallvec", 1684 "thiserror 1.0.69", 1685] 1686 1687[[package]] 1688name = "glib-macros" 1689version = "0.18.5" 1690source = "registry+https://github.com/rust-lang/crates.io-index" 1691checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc" 1692dependencies = [ 1693 "heck 0.4.1", 1694 "proc-macro-crate 2.0.0", 1695 "proc-macro-error", 1696 "proc-macro2", 1697 "quote", 1698 "syn 2.0.105", 1699] 1700 1701[[package]] 1702name = "glib-sys" 1703version = "0.18.1" 1704source = "registry+https://github.com/rust-lang/crates.io-index" 1705checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898" 1706dependencies = [ 1707 "libc", 1708 "system-deps", 1709] 1710 1711[[package]] 1712name = "glob" 1713version = "0.3.3" 1714source = "registry+https://github.com/rust-lang/crates.io-index" 1715checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" 1716 1717[[package]] 1718name = "gobject-sys" 1719version = "0.18.0" 1720source = "registry+https://github.com/rust-lang/crates.io-index" 1721checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44" 1722dependencies = [ 1723 "glib-sys", 1724 "libc", 1725 "system-deps", 1726] 1727 1728[[package]] 1729name = "gtk" 1730version = "0.18.2" 1731source = "registry+https://github.com/rust-lang/crates.io-index" 1732checksum = "fd56fb197bfc42bd5d2751f4f017d44ff59fbb58140c6b49f9b3b2bdab08506a" 1733dependencies = [ 1734 "atk", 1735 "cairo-rs", 1736 "field-offset", 1737 "futures-channel", 1738 "gdk", 1739 "gdk-pixbuf", 1740 "gio", 1741 "glib", 1742 "gtk-sys", 1743 "gtk3-macros", 1744 "libc", 1745 "pango", 1746 "pkg-config", 1747] 1748 1749[[package]] 1750name = "gtk-sys" 1751version = "0.18.2" 1752source = "registry+https://github.com/rust-lang/crates.io-index" 1753checksum = "8f29a1c21c59553eb7dd40e918be54dccd60c52b049b75119d5d96ce6b624414" 1754dependencies = [ 1755 "atk-sys", 1756 "cairo-sys-rs", 1757 "gdk-pixbuf-sys", 1758 "gdk-sys", 1759 "gio-sys", 1760 "glib-sys", 1761 "gobject-sys", 1762 "libc", 1763 "pango-sys", 1764 "system-deps", 1765] 1766 1767[[package]] 1768name = "gtk3-macros" 1769version = "0.18.2" 1770source = "registry+https://github.com/rust-lang/crates.io-index" 1771checksum = "52ff3c5b21f14f0736fed6dcfc0bfb4225ebf5725f3c0209edeec181e4d73e9d" 1772dependencies = [ 1773 "proc-macro-crate 1.3.1", 1774 "proc-macro-error", 1775 "proc-macro2", 1776 "quote", 1777 "syn 2.0.105", 1778] 1779 1780[[package]] 1781name = "h2" 1782version = "0.4.12" 1783source = "registry+https://github.com/rust-lang/crates.io-index" 1784checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" 1785dependencies = [ 1786 "atomic-waker", 1787 "bytes", 1788 "fnv", 1789 "futures-core", 1790 "futures-sink", 1791 "http", 1792 "indexmap 2.10.0", 1793 "slab", 1794 "tokio", 1795 "tokio-util", 1796 "tracing", 1797] 1798 1799[[package]] 1800name = "half" 1801version = "2.6.0" 1802source = "registry+https://github.com/rust-lang/crates.io-index" 1803checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9" 1804dependencies = [ 1805 "cfg-if", 1806 "crunchy", 1807] 1808 1809[[package]] 1810name = "hashbrown" 1811version = "0.12.3" 1812source = "registry+https://github.com/rust-lang/crates.io-index" 1813checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1814 1815[[package]] 1816name = "hashbrown" 1817version = "0.14.5" 1818source = "registry+https://github.com/rust-lang/crates.io-index" 1819checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 1820 1821[[package]] 1822name = "hashbrown" 1823version = "0.15.5" 1824source = "registry+https://github.com/rust-lang/crates.io-index" 1825checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 1826 1827[[package]] 1828name = "heck" 1829version = "0.4.1" 1830source = "registry+https://github.com/rust-lang/crates.io-index" 1831checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1832 1833[[package]] 1834name = "heck" 1835version = "0.5.0" 1836source = "registry+https://github.com/rust-lang/crates.io-index" 1837checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1838 1839[[package]] 1840name = "hermit-abi" 1841version = "0.5.2" 1842source = "registry+https://github.com/rust-lang/crates.io-index" 1843checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" 1844 1845[[package]] 1846name = "hex" 1847version = "0.4.3" 1848source = "registry+https://github.com/rust-lang/crates.io-index" 1849checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1850 1851[[package]] 1852name = "html5ever" 1853version = "0.29.1" 1854source = "registry+https://github.com/rust-lang/crates.io-index" 1855checksum = "3b7410cae13cbc75623c98ac4cbfd1f0bedddf3227afc24f370cf0f50a44a11c" 1856dependencies = [ 1857 "log", 1858 "mac", 1859 "markup5ever", 1860 "match_token", 1861] 1862 1863[[package]] 1864name = "http" 1865version = "1.3.1" 1866source = "registry+https://github.com/rust-lang/crates.io-index" 1867checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 1868dependencies = [ 1869 "bytes", 1870 "fnv", 1871 "itoa", 1872] 1873 1874[[package]] 1875name = "http-body" 1876version = "1.0.1" 1877source = "registry+https://github.com/rust-lang/crates.io-index" 1878checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1879dependencies = [ 1880 "bytes", 1881 "http", 1882] 1883 1884[[package]] 1885name = "http-body-util" 1886version = "0.1.3" 1887source = "registry+https://github.com/rust-lang/crates.io-index" 1888checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 1889dependencies = [ 1890 "bytes", 1891 "futures-core", 1892 "http", 1893 "http-body", 1894 "pin-project-lite", 1895] 1896 1897[[package]] 1898name = "httparse" 1899version = "1.10.1" 1900source = "registry+https://github.com/rust-lang/crates.io-index" 1901checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 1902 1903[[package]] 1904name = "hyper" 1905version = "1.6.0" 1906source = "registry+https://github.com/rust-lang/crates.io-index" 1907checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" 1908dependencies = [ 1909 "bytes", 1910 "futures-channel", 1911 "futures-util", 1912 "h2", 1913 "http", 1914 "http-body", 1915 "httparse", 1916 "itoa", 1917 "pin-project-lite", 1918 "smallvec", 1919 "tokio", 1920 "want", 1921] 1922 1923[[package]] 1924name = "hyper-rustls" 1925version = "0.27.7" 1926source = "registry+https://github.com/rust-lang/crates.io-index" 1927checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 1928dependencies = [ 1929 "http", 1930 "hyper", 1931 "hyper-util", 1932 "rustls", 1933 "rustls-pki-types", 1934 "tokio", 1935 "tokio-rustls", 1936 "tower-service", 1937 "webpki-roots", 1938] 1939 1940[[package]] 1941name = "hyper-tls" 1942version = "0.6.0" 1943source = "registry+https://github.com/rust-lang/crates.io-index" 1944checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 1945dependencies = [ 1946 "bytes", 1947 "http-body-util", 1948 "hyper", 1949 "hyper-util", 1950 "native-tls", 1951 "tokio", 1952 "tokio-native-tls", 1953 "tower-service", 1954] 1955 1956[[package]] 1957name = "hyper-util" 1958version = "0.1.16" 1959source = "registry+https://github.com/rust-lang/crates.io-index" 1960checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e" 1961dependencies = [ 1962 "base64 0.22.1", 1963 "bytes", 1964 "futures-channel", 1965 "futures-core", 1966 "futures-util", 1967 "http", 1968 "http-body", 1969 "hyper", 1970 "ipnet", 1971 "libc", 1972 "percent-encoding", 1973 "pin-project-lite", 1974 "socket2 0.6.0", 1975 "system-configuration", 1976 "tokio", 1977 "tower-service", 1978 "tracing", 1979 "windows-registry", 1980] 1981 1982[[package]] 1983name = "iana-time-zone" 1984version = "0.1.63" 1985source = "registry+https://github.com/rust-lang/crates.io-index" 1986checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8" 1987dependencies = [ 1988 "android_system_properties", 1989 "core-foundation-sys", 1990 "iana-time-zone-haiku", 1991 "js-sys", 1992 "log", 1993 "wasm-bindgen", 1994 "windows-core", 1995] 1996 1997[[package]] 1998name = "iana-time-zone-haiku" 1999version = "0.1.2" 2000source = "registry+https://github.com/rust-lang/crates.io-index" 2001checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 2002dependencies = [ 2003 "cc", 2004] 2005 2006[[package]] 2007name = "ico" 2008version = "0.4.0" 2009source = "registry+https://github.com/rust-lang/crates.io-index" 2010checksum = "cc50b891e4acf8fe0e71ef88ec43ad82ee07b3810ad09de10f1d01f072ed4b98" 2011dependencies = [ 2012 "byteorder", 2013 "png", 2014] 2015 2016[[package]] 2017name = "icu_collections" 2018version = "2.0.0" 2019source = "registry+https://github.com/rust-lang/crates.io-index" 2020checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" 2021dependencies = [ 2022 "displaydoc", 2023 "potential_utf", 2024 "yoke", 2025 "zerofrom", 2026 "zerovec", 2027] 2028 2029[[package]] 2030name = "icu_locale_core" 2031version = "2.0.0" 2032source = "registry+https://github.com/rust-lang/crates.io-index" 2033checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" 2034dependencies = [ 2035 "displaydoc", 2036 "litemap", 2037 "tinystr", 2038 "writeable", 2039 "zerovec", 2040] 2041 2042[[package]] 2043name = "icu_normalizer" 2044version = "2.0.0" 2045source = "registry+https://github.com/rust-lang/crates.io-index" 2046checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" 2047dependencies = [ 2048 "displaydoc", 2049 "icu_collections", 2050 "icu_normalizer_data", 2051 "icu_properties", 2052 "icu_provider", 2053 "smallvec", 2054 "zerovec", 2055] 2056 2057[[package]] 2058name = "icu_normalizer_data" 2059version = "2.0.0" 2060source = "registry+https://github.com/rust-lang/crates.io-index" 2061checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" 2062 2063[[package]] 2064name = "icu_properties" 2065version = "2.0.1" 2066source = "registry+https://github.com/rust-lang/crates.io-index" 2067checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" 2068dependencies = [ 2069 "displaydoc", 2070 "icu_collections", 2071 "icu_locale_core", 2072 "icu_properties_data", 2073 "icu_provider", 2074 "potential_utf", 2075 "zerotrie", 2076 "zerovec", 2077] 2078 2079[[package]] 2080name = "icu_properties_data" 2081version = "2.0.1" 2082source = "registry+https://github.com/rust-lang/crates.io-index" 2083checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" 2084 2085[[package]] 2086name = "icu_provider" 2087version = "2.0.0" 2088source = "registry+https://github.com/rust-lang/crates.io-index" 2089checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" 2090dependencies = [ 2091 "displaydoc", 2092 "icu_locale_core", 2093 "stable_deref_trait", 2094 "tinystr", 2095 "writeable", 2096 "yoke", 2097 "zerofrom", 2098 "zerotrie", 2099 "zerovec", 2100] 2101 2102[[package]] 2103name = "ident_case" 2104version = "1.0.1" 2105source = "registry+https://github.com/rust-lang/crates.io-index" 2106checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 2107 2108[[package]] 2109name = "idna" 2110version = "1.0.3" 2111source = "registry+https://github.com/rust-lang/crates.io-index" 2112checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 2113dependencies = [ 2114 "idna_adapter", 2115 "smallvec", 2116 "utf8_iter", 2117] 2118 2119[[package]] 2120name = "idna_adapter" 2121version = "1.2.1" 2122source = "registry+https://github.com/rust-lang/crates.io-index" 2123checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 2124dependencies = [ 2125 "icu_normalizer", 2126 "icu_properties", 2127] 2128 2129[[package]] 2130name = "image" 2131version = "0.25.6" 2132source = "registry+https://github.com/rust-lang/crates.io-index" 2133checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a" 2134dependencies = [ 2135 "bytemuck", 2136 "byteorder-lite", 2137 "color_quant", 2138 "exr", 2139 "gif", 2140 "image-webp", 2141 "num-traits", 2142 "png", 2143 "qoi", 2144 "ravif", 2145 "rayon", 2146 "rgb", 2147 "tiff", 2148 "zune-core", 2149 "zune-jpeg", 2150] 2151 2152[[package]] 2153name = "image-webp" 2154version = "0.2.3" 2155source = "registry+https://github.com/rust-lang/crates.io-index" 2156checksum = "f6970fe7a5300b4b42e62c52efa0187540a5bef546c60edaf554ef595d2e6f0b" 2157dependencies = [ 2158 "byteorder-lite", 2159 "quick-error", 2160] 2161 2162[[package]] 2163name = "imgref" 2164version = "1.11.0" 2165source = "registry+https://github.com/rust-lang/crates.io-index" 2166checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408" 2167 2168[[package]] 2169name = "indexmap" 2170version = "1.9.3" 2171source = "registry+https://github.com/rust-lang/crates.io-index" 2172checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 2173dependencies = [ 2174 "autocfg", 2175 "hashbrown 0.12.3", 2176 "serde", 2177] 2178 2179[[package]] 2180name = "indexmap" 2181version = "2.10.0" 2182source = "registry+https://github.com/rust-lang/crates.io-index" 2183checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661" 2184dependencies = [ 2185 "equivalent", 2186 "hashbrown 0.15.5", 2187 "serde", 2188] 2189 2190[[package]] 2191name = "infer" 2192version = "0.19.0" 2193source = "registry+https://github.com/rust-lang/crates.io-index" 2194checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7" 2195dependencies = [ 2196 "cfb", 2197] 2198 2199[[package]] 2200name = "inotify" 2201version = "0.9.6" 2202source = "registry+https://github.com/rust-lang/crates.io-index" 2203checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" 2204dependencies = [ 2205 "bitflags 1.3.2", 2206 "inotify-sys", 2207 "libc", 2208] 2209 2210[[package]] 2211name = "inotify-sys" 2212version = "0.1.5" 2213source = "registry+https://github.com/rust-lang/crates.io-index" 2214checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 2215dependencies = [ 2216 "libc", 2217] 2218 2219[[package]] 2220name = "interpolate_name" 2221version = "0.2.4" 2222source = "registry+https://github.com/rust-lang/crates.io-index" 2223checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60" 2224dependencies = [ 2225 "proc-macro2", 2226 "quote", 2227 "syn 2.0.105", 2228] 2229 2230[[package]] 2231name = "io-uring" 2232version = "0.7.9" 2233source = "registry+https://github.com/rust-lang/crates.io-index" 2234checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4" 2235dependencies = [ 2236 "bitflags 2.9.1", 2237 "cfg-if", 2238 "libc", 2239] 2240 2241[[package]] 2242name = "ipnet" 2243version = "2.11.0" 2244source = "registry+https://github.com/rust-lang/crates.io-index" 2245checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 2246 2247[[package]] 2248name = "iri-string" 2249version = "0.7.8" 2250source = "registry+https://github.com/rust-lang/crates.io-index" 2251checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" 2252dependencies = [ 2253 "memchr", 2254 "serde", 2255] 2256 2257[[package]] 2258name = "is-docker" 2259version = "0.2.0" 2260source = "registry+https://github.com/rust-lang/crates.io-index" 2261checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3" 2262dependencies = [ 2263 "once_cell", 2264] 2265 2266[[package]] 2267name = "is-wsl" 2268version = "0.4.0" 2269source = "registry+https://github.com/rust-lang/crates.io-index" 2270checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5" 2271dependencies = [ 2272 "is-docker", 2273 "once_cell", 2274] 2275 2276[[package]] 2277name = "itertools" 2278version = "0.12.1" 2279source = "registry+https://github.com/rust-lang/crates.io-index" 2280checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 2281dependencies = [ 2282 "either", 2283] 2284 2285[[package]] 2286name = "itoa" 2287version = "1.0.15" 2288source = "registry+https://github.com/rust-lang/crates.io-index" 2289checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 2290 2291[[package]] 2292name = "javascriptcore-rs" 2293version = "1.1.2" 2294source = "registry+https://github.com/rust-lang/crates.io-index" 2295checksum = "ca5671e9ffce8ffba57afc24070e906da7fc4b1ba66f2cabebf61bf2ea257fcc" 2296dependencies = [ 2297 "bitflags 1.3.2", 2298 "glib", 2299 "javascriptcore-rs-sys", 2300] 2301 2302[[package]] 2303name = "javascriptcore-rs-sys" 2304version = "1.1.1" 2305source = "registry+https://github.com/rust-lang/crates.io-index" 2306checksum = "af1be78d14ffa4b75b66df31840478fef72b51f8c2465d4ca7c194da9f7a5124" 2307dependencies = [ 2308 "glib-sys", 2309 "gobject-sys", 2310 "libc", 2311 "system-deps", 2312] 2313 2314[[package]] 2315name = "jni" 2316version = "0.21.1" 2317source = "registry+https://github.com/rust-lang/crates.io-index" 2318checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 2319dependencies = [ 2320 "cesu8", 2321 "cfg-if", 2322 "combine", 2323 "jni-sys", 2324 "log", 2325 "thiserror 1.0.69", 2326 "walkdir", 2327 "windows-sys 0.45.0", 2328] 2329 2330[[package]] 2331name = "jni-sys" 2332version = "0.3.0" 2333source = "registry+https://github.com/rust-lang/crates.io-index" 2334checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2335 2336[[package]] 2337name = "jobserver" 2338version = "0.1.33" 2339source = "registry+https://github.com/rust-lang/crates.io-index" 2340checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" 2341dependencies = [ 2342 "getrandom 0.3.3", 2343 "libc", 2344] 2345 2346[[package]] 2347name = "jpeg-decoder" 2348version = "0.3.2" 2349source = "registry+https://github.com/rust-lang/crates.io-index" 2350checksum = "00810f1d8b74be64b13dbf3db89ac67740615d6c891f0e7b6179326533011a07" 2351 2352[[package]] 2353name = "js-sys" 2354version = "0.3.77" 2355source = "registry+https://github.com/rust-lang/crates.io-index" 2356checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 2357dependencies = [ 2358 "once_cell", 2359 "wasm-bindgen", 2360] 2361 2362[[package]] 2363name = "json-patch" 2364version = "3.0.1" 2365source = "registry+https://github.com/rust-lang/crates.io-index" 2366checksum = "863726d7afb6bc2590eeff7135d923545e5e964f004c2ccf8716c25e70a86f08" 2367dependencies = [ 2368 "jsonptr", 2369 "serde", 2370 "serde_json", 2371 "thiserror 1.0.69", 2372] 2373 2374[[package]] 2375name = "jsonptr" 2376version = "0.6.3" 2377source = "registry+https://github.com/rust-lang/crates.io-index" 2378checksum = "5dea2b27dd239b2556ed7a25ba842fe47fd602e7fc7433c2a8d6106d4d9edd70" 2379dependencies = [ 2380 "serde", 2381 "serde_json", 2382] 2383 2384[[package]] 2385name = "keyboard-types" 2386version = "0.7.0" 2387source = "registry+https://github.com/rust-lang/crates.io-index" 2388checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a" 2389dependencies = [ 2390 "bitflags 2.9.1", 2391 "serde", 2392 "unicode-segmentation", 2393] 2394 2395[[package]] 2396name = "kqueue" 2397version = "1.1.1" 2398source = "registry+https://github.com/rust-lang/crates.io-index" 2399checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a" 2400dependencies = [ 2401 "kqueue-sys", 2402 "libc", 2403] 2404 2405[[package]] 2406name = "kqueue-sys" 2407version = "1.0.4" 2408source = "registry+https://github.com/rust-lang/crates.io-index" 2409checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" 2410dependencies = [ 2411 "bitflags 1.3.2", 2412 "libc", 2413] 2414 2415[[package]] 2416name = "kuchikiki" 2417version = "0.8.8-speedreader" 2418source = "registry+https://github.com/rust-lang/crates.io-index" 2419checksum = "02cb977175687f33fa4afa0c95c112b987ea1443e5a51c8f8ff27dc618270cc2" 2420dependencies = [ 2421 "cssparser", 2422 "html5ever", 2423 "indexmap 2.10.0", 2424 "selectors", 2425] 2426 2427[[package]] 2428name = "lazy_static" 2429version = "1.5.0" 2430source = "registry+https://github.com/rust-lang/crates.io-index" 2431checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 2432 2433[[package]] 2434name = "lebe" 2435version = "0.5.2" 2436source = "registry+https://github.com/rust-lang/crates.io-index" 2437checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8" 2438 2439[[package]] 2440name = "libappindicator" 2441version = "0.9.0" 2442source = "registry+https://github.com/rust-lang/crates.io-index" 2443checksum = "03589b9607c868cc7ae54c0b2a22c8dc03dd41692d48f2d7df73615c6a95dc0a" 2444dependencies = [ 2445 "glib", 2446 "gtk", 2447 "gtk-sys", 2448 "libappindicator-sys", 2449 "log", 2450] 2451 2452[[package]] 2453name = "libappindicator-sys" 2454version = "0.9.0" 2455source = "registry+https://github.com/rust-lang/crates.io-index" 2456checksum = "6e9ec52138abedcc58dc17a7c6c0c00a2bdb4f3427c7f63fa97fd0d859155caf" 2457dependencies = [ 2458 "gtk-sys", 2459 "libloading", 2460 "once_cell", 2461] 2462 2463[[package]] 2464name = "libc" 2465version = "0.2.175" 2466source = "registry+https://github.com/rust-lang/crates.io-index" 2467checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" 2468 2469[[package]] 2470name = "libfuzzer-sys" 2471version = "0.4.10" 2472source = "registry+https://github.com/rust-lang/crates.io-index" 2473checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404" 2474dependencies = [ 2475 "arbitrary", 2476 "cc", 2477] 2478 2479[[package]] 2480name = "libloading" 2481version = "0.7.4" 2482source = "registry+https://github.com/rust-lang/crates.io-index" 2483checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 2484dependencies = [ 2485 "cfg-if", 2486 "winapi", 2487] 2488 2489[[package]] 2490name = "libredox" 2491version = "0.1.9" 2492source = "registry+https://github.com/rust-lang/crates.io-index" 2493checksum = "391290121bad3d37fbddad76d8f5d1c1c314cfc646d143d7e07a3086ddff0ce3" 2494dependencies = [ 2495 "bitflags 2.9.1", 2496 "libc", 2497 "redox_syscall", 2498] 2499 2500[[package]] 2501name = "linux-raw-sys" 2502version = "0.4.15" 2503source = "registry+https://github.com/rust-lang/crates.io-index" 2504checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 2505 2506[[package]] 2507name = "linux-raw-sys" 2508version = "0.9.4" 2509source = "registry+https://github.com/rust-lang/crates.io-index" 2510checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" 2511 2512[[package]] 2513name = "litemap" 2514version = "0.8.0" 2515source = "registry+https://github.com/rust-lang/crates.io-index" 2516checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" 2517 2518[[package]] 2519name = "litrs" 2520version = "0.4.2" 2521source = "registry+https://github.com/rust-lang/crates.io-index" 2522checksum = "f5e54036fe321fd421e10d732f155734c4e4afd610dd556d9a82833ab3ee0bed" 2523 2524[[package]] 2525name = "lock_api" 2526version = "0.4.13" 2527source = "registry+https://github.com/rust-lang/crates.io-index" 2528checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" 2529dependencies = [ 2530 "autocfg", 2531 "scopeguard", 2532] 2533 2534[[package]] 2535name = "log" 2536version = "0.4.27" 2537source = "registry+https://github.com/rust-lang/crates.io-index" 2538checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" 2539 2540[[package]] 2541name = "loop9" 2542version = "0.1.5" 2543source = "registry+https://github.com/rust-lang/crates.io-index" 2544checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062" 2545dependencies = [ 2546 "imgref", 2547] 2548 2549[[package]] 2550name = "lru-slab" 2551version = "0.1.2" 2552source = "registry+https://github.com/rust-lang/crates.io-index" 2553checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 2554 2555[[package]] 2556name = "mac" 2557version = "0.1.1" 2558source = "registry+https://github.com/rust-lang/crates.io-index" 2559checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" 2560 2561[[package]] 2562name = "markup5ever" 2563version = "0.14.1" 2564source = "registry+https://github.com/rust-lang/crates.io-index" 2565checksum = "c7a7213d12e1864c0f002f52c2923d4556935a43dec5e71355c2760e0f6e7a18" 2566dependencies = [ 2567 "log", 2568 "phf 0.11.3", 2569 "phf_codegen 0.11.3", 2570 "string_cache", 2571 "string_cache_codegen", 2572 "tendril", 2573] 2574 2575[[package]] 2576name = "match_token" 2577version = "0.1.0" 2578source = "registry+https://github.com/rust-lang/crates.io-index" 2579checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b" 2580dependencies = [ 2581 "proc-macro2", 2582 "quote", 2583 "syn 2.0.105", 2584] 2585 2586[[package]] 2587name = "matches" 2588version = "0.1.10" 2589source = "registry+https://github.com/rust-lang/crates.io-index" 2590checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" 2591 2592[[package]] 2593name = "maybe-rayon" 2594version = "0.1.1" 2595source = "registry+https://github.com/rust-lang/crates.io-index" 2596checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519" 2597dependencies = [ 2598 "cfg-if", 2599 "rayon", 2600] 2601 2602[[package]] 2603name = "memchr" 2604version = "2.7.5" 2605source = "registry+https://github.com/rust-lang/crates.io-index" 2606checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" 2607 2608[[package]] 2609name = "memoffset" 2610version = "0.9.1" 2611source = "registry+https://github.com/rust-lang/crates.io-index" 2612checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 2613dependencies = [ 2614 "autocfg", 2615] 2616 2617[[package]] 2618name = "mime" 2619version = "0.3.17" 2620source = "registry+https://github.com/rust-lang/crates.io-index" 2621checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 2622 2623[[package]] 2624name = "minimal-lexical" 2625version = "0.2.1" 2626source = "registry+https://github.com/rust-lang/crates.io-index" 2627checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2628 2629[[package]] 2630name = "miniz_oxide" 2631version = "0.8.9" 2632source = "registry+https://github.com/rust-lang/crates.io-index" 2633checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 2634dependencies = [ 2635 "adler2", 2636 "simd-adler32", 2637] 2638 2639[[package]] 2640name = "mio" 2641version = "0.8.11" 2642source = "registry+https://github.com/rust-lang/crates.io-index" 2643checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 2644dependencies = [ 2645 "libc", 2646 "log", 2647 "wasi 0.11.1+wasi-snapshot-preview1", 2648 "windows-sys 0.48.0", 2649] 2650 2651[[package]] 2652name = "mio" 2653version = "1.0.4" 2654source = "registry+https://github.com/rust-lang/crates.io-index" 2655checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" 2656dependencies = [ 2657 "libc", 2658 "wasi 0.11.1+wasi-snapshot-preview1", 2659 "windows-sys 0.59.0", 2660] 2661 2662[[package]] 2663name = "mslnk" 2664version = "0.1.8" 2665source = "registry+https://github.com/rust-lang/crates.io-index" 2666checksum = "86c97310150b7f496a93f31690da7822b99d95ff68ca9d30fb09d3ad54375c76" 2667dependencies = [ 2668 "bitflags 1.3.2", 2669 "byteorder", 2670 "log", 2671] 2672 2673[[package]] 2674name = "muda" 2675version = "0.17.1" 2676source = "registry+https://github.com/rust-lang/crates.io-index" 2677checksum = "01c1738382f66ed56b3b9c8119e794a2e23148ac8ea214eda86622d4cb9d415a" 2678dependencies = [ 2679 "crossbeam-channel", 2680 "dpi", 2681 "gtk", 2682 "keyboard-types", 2683 "objc2 0.6.2", 2684 "objc2-app-kit", 2685 "objc2-core-foundation", 2686 "objc2-foundation 0.3.1", 2687 "once_cell", 2688 "png", 2689 "serde", 2690 "thiserror 2.0.14", 2691 "windows-sys 0.60.2", 2692] 2693 2694[[package]] 2695name = "native-tls" 2696version = "0.2.14" 2697source = "registry+https://github.com/rust-lang/crates.io-index" 2698checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" 2699dependencies = [ 2700 "libc", 2701 "log", 2702 "openssl", 2703 "openssl-probe", 2704 "openssl-sys", 2705 "schannel", 2706 "security-framework", 2707 "security-framework-sys", 2708 "tempfile", 2709] 2710 2711[[package]] 2712name = "ndk" 2713version = "0.9.0" 2714source = "registry+https://github.com/rust-lang/crates.io-index" 2715checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" 2716dependencies = [ 2717 "bitflags 2.9.1", 2718 "jni-sys", 2719 "log", 2720 "ndk-sys", 2721 "num_enum", 2722 "raw-window-handle", 2723 "thiserror 1.0.69", 2724] 2725 2726[[package]] 2727name = "ndk-context" 2728version = "0.1.1" 2729source = "registry+https://github.com/rust-lang/crates.io-index" 2730checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 2731 2732[[package]] 2733name = "ndk-sys" 2734version = "0.6.0+11769913" 2735source = "registry+https://github.com/rust-lang/crates.io-index" 2736checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873" 2737dependencies = [ 2738 "jni-sys", 2739] 2740 2741[[package]] 2742name = "new_debug_unreachable" 2743version = "1.0.6" 2744source = "registry+https://github.com/rust-lang/crates.io-index" 2745checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 2746 2747[[package]] 2748name = "nix" 2749version = "0.30.1" 2750source = "registry+https://github.com/rust-lang/crates.io-index" 2751checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" 2752dependencies = [ 2753 "bitflags 2.9.1", 2754 "cfg-if", 2755 "cfg_aliases", 2756 "libc", 2757 "memoffset", 2758] 2759 2760[[package]] 2761name = "nodrop" 2762version = "0.1.14" 2763source = "registry+https://github.com/rust-lang/crates.io-index" 2764checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" 2765 2766[[package]] 2767name = "nom" 2768version = "7.1.3" 2769source = "registry+https://github.com/rust-lang/crates.io-index" 2770checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 2771dependencies = [ 2772 "memchr", 2773 "minimal-lexical", 2774] 2775 2776[[package]] 2777name = "noop_proc_macro" 2778version = "0.3.0" 2779source = "registry+https://github.com/rust-lang/crates.io-index" 2780checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8" 2781 2782[[package]] 2783name = "notify" 2784version = "6.1.1" 2785source = "registry+https://github.com/rust-lang/crates.io-index" 2786checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" 2787dependencies = [ 2788 "bitflags 2.9.1", 2789 "crossbeam-channel", 2790 "filetime", 2791 "fsevent-sys", 2792 "inotify", 2793 "kqueue", 2794 "libc", 2795 "log", 2796 "mio 0.8.11", 2797 "walkdir", 2798 "windows-sys 0.48.0", 2799] 2800 2801[[package]] 2802name = "num-bigint" 2803version = "0.4.6" 2804source = "registry+https://github.com/rust-lang/crates.io-index" 2805checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 2806dependencies = [ 2807 "num-integer", 2808 "num-traits", 2809] 2810 2811[[package]] 2812name = "num-conv" 2813version = "0.1.0" 2814source = "registry+https://github.com/rust-lang/crates.io-index" 2815checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 2816 2817[[package]] 2818name = "num-derive" 2819version = "0.4.2" 2820source = "registry+https://github.com/rust-lang/crates.io-index" 2821checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" 2822dependencies = [ 2823 "proc-macro2", 2824 "quote", 2825 "syn 2.0.105", 2826] 2827 2828[[package]] 2829name = "num-integer" 2830version = "0.1.46" 2831source = "registry+https://github.com/rust-lang/crates.io-index" 2832checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 2833dependencies = [ 2834 "num-traits", 2835] 2836 2837[[package]] 2838name = "num-rational" 2839version = "0.4.2" 2840source = "registry+https://github.com/rust-lang/crates.io-index" 2841checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" 2842dependencies = [ 2843 "num-bigint", 2844 "num-integer", 2845 "num-traits", 2846] 2847 2848[[package]] 2849name = "num-traits" 2850version = "0.2.19" 2851source = "registry+https://github.com/rust-lang/crates.io-index" 2852checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 2853dependencies = [ 2854 "autocfg", 2855] 2856 2857[[package]] 2858name = "num_enum" 2859version = "0.7.4" 2860source = "registry+https://github.com/rust-lang/crates.io-index" 2861checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a" 2862dependencies = [ 2863 "num_enum_derive", 2864 "rustversion", 2865] 2866 2867[[package]] 2868name = "num_enum_derive" 2869version = "0.7.4" 2870source = "registry+https://github.com/rust-lang/crates.io-index" 2871checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d" 2872dependencies = [ 2873 "proc-macro-crate 1.3.1", 2874 "proc-macro2", 2875 "quote", 2876 "syn 2.0.105", 2877] 2878 2879[[package]] 2880name = "objc-sys" 2881version = "0.3.5" 2882source = "registry+https://github.com/rust-lang/crates.io-index" 2883checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310" 2884 2885[[package]] 2886name = "objc2" 2887version = "0.5.2" 2888source = "registry+https://github.com/rust-lang/crates.io-index" 2889checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804" 2890dependencies = [ 2891 "objc-sys", 2892 "objc2-encode", 2893] 2894 2895[[package]] 2896name = "objc2" 2897version = "0.6.2" 2898source = "registry+https://github.com/rust-lang/crates.io-index" 2899checksum = "561f357ba7f3a2a61563a186a163d0a3a5247e1089524a3981d49adb775078bc" 2900dependencies = [ 2901 "objc2-encode", 2902 "objc2-exception-helper", 2903] 2904 2905[[package]] 2906name = "objc2-app-kit" 2907version = "0.3.1" 2908source = "registry+https://github.com/rust-lang/crates.io-index" 2909checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc" 2910dependencies = [ 2911 "bitflags 2.9.1", 2912 "block2 0.6.1", 2913 "libc", 2914 "objc2 0.6.2", 2915 "objc2-cloud-kit", 2916 "objc2-core-data", 2917 "objc2-core-foundation", 2918 "objc2-core-graphics", 2919 "objc2-core-image", 2920 "objc2-foundation 0.3.1", 2921 "objc2-quartz-core 0.3.1", 2922] 2923 2924[[package]] 2925name = "objc2-cloud-kit" 2926version = "0.3.1" 2927source = "registry+https://github.com/rust-lang/crates.io-index" 2928checksum = "17614fdcd9b411e6ff1117dfb1d0150f908ba83a7df81b1f118005fe0a8ea15d" 2929dependencies = [ 2930 "bitflags 2.9.1", 2931 "objc2 0.6.2", 2932 "objc2-foundation 0.3.1", 2933] 2934 2935[[package]] 2936name = "objc2-core-data" 2937version = "0.3.1" 2938source = "registry+https://github.com/rust-lang/crates.io-index" 2939checksum = "291fbbf7d29287518e8686417cf7239c74700fd4b607623140a7d4a3c834329d" 2940dependencies = [ 2941 "bitflags 2.9.1", 2942 "objc2 0.6.2", 2943 "objc2-foundation 0.3.1", 2944] 2945 2946[[package]] 2947name = "objc2-core-foundation" 2948version = "0.3.1" 2949source = "registry+https://github.com/rust-lang/crates.io-index" 2950checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166" 2951dependencies = [ 2952 "bitflags 2.9.1", 2953 "dispatch2", 2954 "objc2 0.6.2", 2955] 2956 2957[[package]] 2958name = "objc2-core-graphics" 2959version = "0.3.1" 2960source = "registry+https://github.com/rust-lang/crates.io-index" 2961checksum = "989c6c68c13021b5c2d6b71456ebb0f9dc78d752e86a98da7c716f4f9470f5a4" 2962dependencies = [ 2963 "bitflags 2.9.1", 2964 "dispatch2", 2965 "objc2 0.6.2", 2966 "objc2-core-foundation", 2967 "objc2-io-surface", 2968] 2969 2970[[package]] 2971name = "objc2-core-image" 2972version = "0.3.1" 2973source = "registry+https://github.com/rust-lang/crates.io-index" 2974checksum = "79b3dc0cc4386b6ccf21c157591b34a7f44c8e75b064f85502901ab2188c007e" 2975dependencies = [ 2976 "objc2 0.6.2", 2977 "objc2-foundation 0.3.1", 2978] 2979 2980[[package]] 2981name = "objc2-encode" 2982version = "4.1.0" 2983source = "registry+https://github.com/rust-lang/crates.io-index" 2984checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" 2985 2986[[package]] 2987name = "objc2-exception-helper" 2988version = "0.1.1" 2989source = "registry+https://github.com/rust-lang/crates.io-index" 2990checksum = "c7a1c5fbb72d7735b076bb47b578523aedc40f3c439bea6dfd595c089d79d98a" 2991dependencies = [ 2992 "cc", 2993] 2994 2995[[package]] 2996name = "objc2-foundation" 2997version = "0.2.2" 2998source = "registry+https://github.com/rust-lang/crates.io-index" 2999checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8" 3000dependencies = [ 3001 "bitflags 2.9.1", 3002 "block2 0.5.1", 3003 "libc", 3004 "objc2 0.5.2", 3005] 3006 3007[[package]] 3008name = "objc2-foundation" 3009version = "0.3.1" 3010source = "registry+https://github.com/rust-lang/crates.io-index" 3011checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c" 3012dependencies = [ 3013 "bitflags 2.9.1", 3014 "block2 0.6.1", 3015 "libc", 3016 "objc2 0.6.2", 3017 "objc2-core-foundation", 3018] 3019 3020[[package]] 3021name = "objc2-io-surface" 3022version = "0.3.1" 3023source = "registry+https://github.com/rust-lang/crates.io-index" 3024checksum = "7282e9ac92529fa3457ce90ebb15f4ecbc383e8338060960760fa2cf75420c3c" 3025dependencies = [ 3026 "bitflags 2.9.1", 3027 "objc2 0.6.2", 3028 "objc2-core-foundation", 3029] 3030 3031[[package]] 3032name = "objc2-metal" 3033version = "0.2.2" 3034source = "registry+https://github.com/rust-lang/crates.io-index" 3035checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6" 3036dependencies = [ 3037 "bitflags 2.9.1", 3038 "block2 0.5.1", 3039 "objc2 0.5.2", 3040 "objc2-foundation 0.2.2", 3041] 3042 3043[[package]] 3044name = "objc2-quartz-core" 3045version = "0.2.2" 3046source = "registry+https://github.com/rust-lang/crates.io-index" 3047checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a" 3048dependencies = [ 3049 "bitflags 2.9.1", 3050 "block2 0.5.1", 3051 "objc2 0.5.2", 3052 "objc2-foundation 0.2.2", 3053 "objc2-metal", 3054] 3055 3056[[package]] 3057name = "objc2-quartz-core" 3058version = "0.3.1" 3059source = "registry+https://github.com/rust-lang/crates.io-index" 3060checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5" 3061dependencies = [ 3062 "bitflags 2.9.1", 3063 "objc2 0.6.2", 3064 "objc2-foundation 0.3.1", 3065] 3066 3067[[package]] 3068name = "objc2-ui-kit" 3069version = "0.3.1" 3070source = "registry+https://github.com/rust-lang/crates.io-index" 3071checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed" 3072dependencies = [ 3073 "bitflags 2.9.1", 3074 "objc2 0.6.2", 3075 "objc2-core-foundation", 3076 "objc2-foundation 0.3.1", 3077] 3078 3079[[package]] 3080name = "objc2-web-kit" 3081version = "0.3.1" 3082source = "registry+https://github.com/rust-lang/crates.io-index" 3083checksum = "91672909de8b1ce1c2252e95bbee8c1649c9ad9d14b9248b3d7b4c47903c47ad" 3084dependencies = [ 3085 "bitflags 2.9.1", 3086 "block2 0.6.1", 3087 "objc2 0.6.2", 3088 "objc2-app-kit", 3089 "objc2-core-foundation", 3090 "objc2-foundation 0.3.1", 3091] 3092 3093[[package]] 3094name = "object" 3095version = "0.36.7" 3096source = "registry+https://github.com/rust-lang/crates.io-index" 3097checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 3098dependencies = [ 3099 "memchr", 3100] 3101 3102[[package]] 3103name = "once_cell" 3104version = "1.21.3" 3105source = "registry+https://github.com/rust-lang/crates.io-index" 3106checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 3107 3108[[package]] 3109name = "open" 3110version = "5.3.2" 3111source = "registry+https://github.com/rust-lang/crates.io-index" 3112checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95" 3113dependencies = [ 3114 "dunce", 3115 "is-wsl", 3116 "libc", 3117 "pathdiff", 3118] 3119 3120[[package]] 3121name = "openssl" 3122version = "0.10.73" 3123source = "registry+https://github.com/rust-lang/crates.io-index" 3124checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" 3125dependencies = [ 3126 "bitflags 2.9.1", 3127 "cfg-if", 3128 "foreign-types 0.3.2", 3129 "libc", 3130 "once_cell", 3131 "openssl-macros", 3132 "openssl-sys", 3133] 3134 3135[[package]] 3136name = "openssl-macros" 3137version = "0.1.1" 3138source = "registry+https://github.com/rust-lang/crates.io-index" 3139checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 3140dependencies = [ 3141 "proc-macro2", 3142 "quote", 3143 "syn 2.0.105", 3144] 3145 3146[[package]] 3147name = "openssl-probe" 3148version = "0.1.6" 3149source = "registry+https://github.com/rust-lang/crates.io-index" 3150checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 3151 3152[[package]] 3153name = "openssl-sys" 3154version = "0.9.109" 3155source = "registry+https://github.com/rust-lang/crates.io-index" 3156checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571" 3157dependencies = [ 3158 "cc", 3159 "libc", 3160 "pkg-config", 3161 "vcpkg", 3162] 3163 3164[[package]] 3165name = "option-ext" 3166version = "0.2.0" 3167source = "registry+https://github.com/rust-lang/crates.io-index" 3168checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 3169 3170[[package]] 3171name = "ordered-multimap" 3172version = "0.7.3" 3173source = "registry+https://github.com/rust-lang/crates.io-index" 3174checksum = "49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79" 3175dependencies = [ 3176 "dlv-list", 3177 "hashbrown 0.14.5", 3178] 3179 3180[[package]] 3181name = "ordered-stream" 3182version = "0.2.0" 3183source = "registry+https://github.com/rust-lang/crates.io-index" 3184checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" 3185dependencies = [ 3186 "futures-core", 3187 "pin-project-lite", 3188] 3189 3190[[package]] 3191name = "os_pipe" 3192version = "1.2.2" 3193source = "registry+https://github.com/rust-lang/crates.io-index" 3194checksum = "db335f4760b14ead6290116f2427bf33a14d4f0617d49f78a246de10c1831224" 3195dependencies = [ 3196 "libc", 3197 "windows-sys 0.59.0", 3198] 3199 3200[[package]] 3201name = "pango" 3202version = "0.18.3" 3203source = "registry+https://github.com/rust-lang/crates.io-index" 3204checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4" 3205dependencies = [ 3206 "gio", 3207 "glib", 3208 "libc", 3209 "once_cell", 3210 "pango-sys", 3211] 3212 3213[[package]] 3214name = "pango-sys" 3215version = "0.18.0" 3216source = "registry+https://github.com/rust-lang/crates.io-index" 3217checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5" 3218dependencies = [ 3219 "glib-sys", 3220 "gobject-sys", 3221 "libc", 3222 "system-deps", 3223] 3224 3225[[package]] 3226name = "parking" 3227version = "2.2.1" 3228source = "registry+https://github.com/rust-lang/crates.io-index" 3229checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 3230 3231[[package]] 3232name = "parking_lot" 3233version = "0.12.4" 3234source = "registry+https://github.com/rust-lang/crates.io-index" 3235checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" 3236dependencies = [ 3237 "lock_api", 3238 "parking_lot_core", 3239] 3240 3241[[package]] 3242name = "parking_lot_core" 3243version = "0.9.11" 3244source = "registry+https://github.com/rust-lang/crates.io-index" 3245checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" 3246dependencies = [ 3247 "cfg-if", 3248 "libc", 3249 "redox_syscall", 3250 "smallvec", 3251 "windows-targets 0.52.6", 3252] 3253 3254[[package]] 3255name = "paste" 3256version = "1.0.15" 3257source = "registry+https://github.com/rust-lang/crates.io-index" 3258checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 3259 3260[[package]] 3261name = "pathdiff" 3262version = "0.2.3" 3263source = "registry+https://github.com/rust-lang/crates.io-index" 3264checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" 3265 3266[[package]] 3267name = "percent-encoding" 3268version = "2.3.1" 3269source = "registry+https://github.com/rust-lang/crates.io-index" 3270checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 3271 3272[[package]] 3273name = "phf" 3274version = "0.8.0" 3275source = "registry+https://github.com/rust-lang/crates.io-index" 3276checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12" 3277dependencies = [ 3278 "phf_shared 0.8.0", 3279] 3280 3281[[package]] 3282name = "phf" 3283version = "0.10.1" 3284source = "registry+https://github.com/rust-lang/crates.io-index" 3285checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" 3286dependencies = [ 3287 "phf_macros 0.10.0", 3288 "phf_shared 0.10.0", 3289 "proc-macro-hack", 3290] 3291 3292[[package]] 3293name = "phf" 3294version = "0.11.3" 3295source = "registry+https://github.com/rust-lang/crates.io-index" 3296checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 3297dependencies = [ 3298 "phf_macros 0.11.3", 3299 "phf_shared 0.11.3", 3300] 3301 3302[[package]] 3303name = "phf_codegen" 3304version = "0.8.0" 3305source = "registry+https://github.com/rust-lang/crates.io-index" 3306checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815" 3307dependencies = [ 3308 "phf_generator 0.8.0", 3309 "phf_shared 0.8.0", 3310] 3311 3312[[package]] 3313name = "phf_codegen" 3314version = "0.11.3" 3315source = "registry+https://github.com/rust-lang/crates.io-index" 3316checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" 3317dependencies = [ 3318 "phf_generator 0.11.3", 3319 "phf_shared 0.11.3", 3320] 3321 3322[[package]] 3323name = "phf_generator" 3324version = "0.8.0" 3325source = "registry+https://github.com/rust-lang/crates.io-index" 3326checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" 3327dependencies = [ 3328 "phf_shared 0.8.0", 3329 "rand 0.7.3", 3330] 3331 3332[[package]] 3333name = "phf_generator" 3334version = "0.10.0" 3335source = "registry+https://github.com/rust-lang/crates.io-index" 3336checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" 3337dependencies = [ 3338 "phf_shared 0.10.0", 3339 "rand 0.8.5", 3340] 3341 3342[[package]] 3343name = "phf_generator" 3344version = "0.11.3" 3345source = "registry+https://github.com/rust-lang/crates.io-index" 3346checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" 3347dependencies = [ 3348 "phf_shared 0.11.3", 3349 "rand 0.8.5", 3350] 3351 3352[[package]] 3353name = "phf_macros" 3354version = "0.10.0" 3355source = "registry+https://github.com/rust-lang/crates.io-index" 3356checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0" 3357dependencies = [ 3358 "phf_generator 0.10.0", 3359 "phf_shared 0.10.0", 3360 "proc-macro-hack", 3361 "proc-macro2", 3362 "quote", 3363 "syn 1.0.109", 3364] 3365 3366[[package]] 3367name = "phf_macros" 3368version = "0.11.3" 3369source = "registry+https://github.com/rust-lang/crates.io-index" 3370checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" 3371dependencies = [ 3372 "phf_generator 0.11.3", 3373 "phf_shared 0.11.3", 3374 "proc-macro2", 3375 "quote", 3376 "syn 2.0.105", 3377] 3378 3379[[package]] 3380name = "phf_shared" 3381version = "0.8.0" 3382source = "registry+https://github.com/rust-lang/crates.io-index" 3383checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7" 3384dependencies = [ 3385 "siphasher 0.3.11", 3386] 3387 3388[[package]] 3389name = "phf_shared" 3390version = "0.10.0" 3391source = "registry+https://github.com/rust-lang/crates.io-index" 3392checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 3393dependencies = [ 3394 "siphasher 0.3.11", 3395] 3396 3397[[package]] 3398name = "phf_shared" 3399version = "0.11.3" 3400source = "registry+https://github.com/rust-lang/crates.io-index" 3401checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 3402dependencies = [ 3403 "siphasher 1.0.1", 3404] 3405 3406[[package]] 3407name = "pin-project-lite" 3408version = "0.2.16" 3409source = "registry+https://github.com/rust-lang/crates.io-index" 3410checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 3411 3412[[package]] 3413name = "pin-utils" 3414version = "0.1.0" 3415source = "registry+https://github.com/rust-lang/crates.io-index" 3416checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 3417 3418[[package]] 3419name = "piper" 3420version = "0.2.4" 3421source = "registry+https://github.com/rust-lang/crates.io-index" 3422checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" 3423dependencies = [ 3424 "atomic-waker", 3425 "fastrand", 3426 "futures-io", 3427] 3428 3429[[package]] 3430name = "pkg-config" 3431version = "0.3.32" 3432source = "registry+https://github.com/rust-lang/crates.io-index" 3433checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 3434 3435[[package]] 3436name = "plist" 3437version = "1.7.4" 3438source = "registry+https://github.com/rust-lang/crates.io-index" 3439checksum = "3af6b589e163c5a788fab00ce0c0366f6efbb9959c2f9874b224936af7fce7e1" 3440dependencies = [ 3441 "base64 0.22.1", 3442 "indexmap 2.10.0", 3443 "quick-xml", 3444 "serde", 3445 "time", 3446] 3447 3448[[package]] 3449name = "png" 3450version = "0.17.16" 3451source = "registry+https://github.com/rust-lang/crates.io-index" 3452checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526" 3453dependencies = [ 3454 "bitflags 1.3.2", 3455 "crc32fast", 3456 "fdeflate", 3457 "flate2", 3458 "miniz_oxide", 3459] 3460 3461[[package]] 3462name = "polling" 3463version = "3.10.0" 3464source = "registry+https://github.com/rust-lang/crates.io-index" 3465checksum = "b5bd19146350fe804f7cb2669c851c03d69da628803dab0d98018142aaa5d829" 3466dependencies = [ 3467 "cfg-if", 3468 "concurrent-queue", 3469 "hermit-abi", 3470 "pin-project-lite", 3471 "rustix 1.0.8", 3472 "windows-sys 0.60.2", 3473] 3474 3475[[package]] 3476name = "potential_utf" 3477version = "0.1.2" 3478source = "registry+https://github.com/rust-lang/crates.io-index" 3479checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585" 3480dependencies = [ 3481 "zerovec", 3482] 3483 3484[[package]] 3485name = "powerfmt" 3486version = "0.2.0" 3487source = "registry+https://github.com/rust-lang/crates.io-index" 3488checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 3489 3490[[package]] 3491name = "ppv-lite86" 3492version = "0.2.21" 3493source = "registry+https://github.com/rust-lang/crates.io-index" 3494checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 3495dependencies = [ 3496 "zerocopy", 3497] 3498 3499[[package]] 3500name = "precomputed-hash" 3501version = "0.1.1" 3502source = "registry+https://github.com/rust-lang/crates.io-index" 3503checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 3504 3505[[package]] 3506name = "proc-macro-crate" 3507version = "1.3.1" 3508source = "registry+https://github.com/rust-lang/crates.io-index" 3509checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 3510dependencies = [ 3511 "once_cell", 3512 "toml_edit 0.19.15", 3513] 3514 3515[[package]] 3516name = "proc-macro-crate" 3517version = "2.0.0" 3518source = "registry+https://github.com/rust-lang/crates.io-index" 3519checksum = "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8" 3520dependencies = [ 3521 "toml_edit 0.20.2", 3522] 3523 3524[[package]] 3525name = "proc-macro-crate" 3526version = "3.3.0" 3527source = "registry+https://github.com/rust-lang/crates.io-index" 3528checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35" 3529dependencies = [ 3530 "toml_edit 0.22.27", 3531] 3532 3533[[package]] 3534name = "proc-macro-error" 3535version = "1.0.4" 3536source = "registry+https://github.com/rust-lang/crates.io-index" 3537checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 3538dependencies = [ 3539 "proc-macro-error-attr", 3540 "proc-macro2", 3541 "quote", 3542 "syn 1.0.109", 3543 "version_check", 3544] 3545 3546[[package]] 3547name = "proc-macro-error-attr" 3548version = "1.0.4" 3549source = "registry+https://github.com/rust-lang/crates.io-index" 3550checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 3551dependencies = [ 3552 "proc-macro2", 3553 "quote", 3554 "version_check", 3555] 3556 3557[[package]] 3558name = "proc-macro-hack" 3559version = "0.5.20+deprecated" 3560source = "registry+https://github.com/rust-lang/crates.io-index" 3561checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 3562 3563[[package]] 3564name = "proc-macro2" 3565version = "1.0.97" 3566source = "registry+https://github.com/rust-lang/crates.io-index" 3567checksum = "d61789d7719defeb74ea5fe81f2fdfdbd28a803847077cecce2ff14e1472f6f1" 3568dependencies = [ 3569 "unicode-ident", 3570] 3571 3572[[package]] 3573name = "profiling" 3574version = "1.0.17" 3575source = "registry+https://github.com/rust-lang/crates.io-index" 3576checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" 3577dependencies = [ 3578 "profiling-procmacros", 3579] 3580 3581[[package]] 3582name = "profiling-procmacros" 3583version = "1.0.17" 3584source = "registry+https://github.com/rust-lang/crates.io-index" 3585checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b" 3586dependencies = [ 3587 "quote", 3588 "syn 2.0.105", 3589] 3590 3591[[package]] 3592name = "psl-types" 3593version = "2.0.11" 3594source = "registry+https://github.com/rust-lang/crates.io-index" 3595checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac" 3596 3597[[package]] 3598name = "publicsuffix" 3599version = "2.3.0" 3600source = "registry+https://github.com/rust-lang/crates.io-index" 3601checksum = "6f42ea446cab60335f76979ec15e12619a2165b5ae2c12166bef27d283a9fadf" 3602dependencies = [ 3603 "idna", 3604 "psl-types", 3605] 3606 3607[[package]] 3608name = "qoi" 3609version = "0.4.1" 3610source = "registry+https://github.com/rust-lang/crates.io-index" 3611checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" 3612dependencies = [ 3613 "bytemuck", 3614] 3615 3616[[package]] 3617name = "quick-error" 3618version = "2.0.1" 3619source = "registry+https://github.com/rust-lang/crates.io-index" 3620checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" 3621 3622[[package]] 3623name = "quick-xml" 3624version = "0.38.1" 3625source = "registry+https://github.com/rust-lang/crates.io-index" 3626checksum = "9845d9dccf565065824e69f9f235fafba1587031eda353c1f1561cd6a6be78f4" 3627dependencies = [ 3628 "memchr", 3629] 3630 3631[[package]] 3632name = "quinn" 3633version = "0.11.8" 3634source = "registry+https://github.com/rust-lang/crates.io-index" 3635checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8" 3636dependencies = [ 3637 "bytes", 3638 "cfg_aliases", 3639 "pin-project-lite", 3640 "quinn-proto", 3641 "quinn-udp", 3642 "rustc-hash", 3643 "rustls", 3644 "socket2 0.5.10", 3645 "thiserror 2.0.14", 3646 "tokio", 3647 "tracing", 3648 "web-time", 3649] 3650 3651[[package]] 3652name = "quinn-proto" 3653version = "0.11.12" 3654source = "registry+https://github.com/rust-lang/crates.io-index" 3655checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e" 3656dependencies = [ 3657 "bytes", 3658 "getrandom 0.3.3", 3659 "lru-slab", 3660 "rand 0.9.2", 3661 "ring", 3662 "rustc-hash", 3663 "rustls", 3664 "rustls-pki-types", 3665 "slab", 3666 "thiserror 2.0.14", 3667 "tinyvec", 3668 "tracing", 3669 "web-time", 3670] 3671 3672[[package]] 3673name = "quinn-udp" 3674version = "0.5.13" 3675source = "registry+https://github.com/rust-lang/crates.io-index" 3676checksum = "fcebb1209ee276352ef14ff8732e24cc2b02bbac986cd74a4c81bcb2f9881970" 3677dependencies = [ 3678 "cfg_aliases", 3679 "libc", 3680 "once_cell", 3681 "socket2 0.5.10", 3682 "tracing", 3683 "windows-sys 0.59.0", 3684] 3685 3686[[package]] 3687name = "quote" 3688version = "1.0.40" 3689source = "registry+https://github.com/rust-lang/crates.io-index" 3690checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 3691dependencies = [ 3692 "proc-macro2", 3693] 3694 3695[[package]] 3696name = "r-efi" 3697version = "5.3.0" 3698source = "registry+https://github.com/rust-lang/crates.io-index" 3699checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 3700 3701[[package]] 3702name = "rand" 3703version = "0.7.3" 3704source = "registry+https://github.com/rust-lang/crates.io-index" 3705checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 3706dependencies = [ 3707 "getrandom 0.1.16", 3708 "libc", 3709 "rand_chacha 0.2.2", 3710 "rand_core 0.5.1", 3711 "rand_hc", 3712 "rand_pcg", 3713] 3714 3715[[package]] 3716name = "rand" 3717version = "0.8.5" 3718source = "registry+https://github.com/rust-lang/crates.io-index" 3719checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 3720dependencies = [ 3721 "libc", 3722 "rand_chacha 0.3.1", 3723 "rand_core 0.6.4", 3724] 3725 3726[[package]] 3727name = "rand" 3728version = "0.9.2" 3729source = "registry+https://github.com/rust-lang/crates.io-index" 3730checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 3731dependencies = [ 3732 "rand_chacha 0.9.0", 3733 "rand_core 0.9.3", 3734] 3735 3736[[package]] 3737name = "rand_chacha" 3738version = "0.2.2" 3739source = "registry+https://github.com/rust-lang/crates.io-index" 3740checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 3741dependencies = [ 3742 "ppv-lite86", 3743 "rand_core 0.5.1", 3744] 3745 3746[[package]] 3747name = "rand_chacha" 3748version = "0.3.1" 3749source = "registry+https://github.com/rust-lang/crates.io-index" 3750checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 3751dependencies = [ 3752 "ppv-lite86", 3753 "rand_core 0.6.4", 3754] 3755 3756[[package]] 3757name = "rand_chacha" 3758version = "0.9.0" 3759source = "registry+https://github.com/rust-lang/crates.io-index" 3760checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 3761dependencies = [ 3762 "ppv-lite86", 3763 "rand_core 0.9.3", 3764] 3765 3766[[package]] 3767name = "rand_core" 3768version = "0.5.1" 3769source = "registry+https://github.com/rust-lang/crates.io-index" 3770checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 3771dependencies = [ 3772 "getrandom 0.1.16", 3773] 3774 3775[[package]] 3776name = "rand_core" 3777version = "0.6.4" 3778source = "registry+https://github.com/rust-lang/crates.io-index" 3779checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 3780dependencies = [ 3781 "getrandom 0.2.16", 3782] 3783 3784[[package]] 3785name = "rand_core" 3786version = "0.9.3" 3787source = "registry+https://github.com/rust-lang/crates.io-index" 3788checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 3789dependencies = [ 3790 "getrandom 0.3.3", 3791] 3792 3793[[package]] 3794name = "rand_hc" 3795version = "0.2.0" 3796source = "registry+https://github.com/rust-lang/crates.io-index" 3797checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 3798dependencies = [ 3799 "rand_core 0.5.1", 3800] 3801 3802[[package]] 3803name = "rand_pcg" 3804version = "0.2.1" 3805source = "registry+https://github.com/rust-lang/crates.io-index" 3806checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" 3807dependencies = [ 3808 "rand_core 0.5.1", 3809] 3810 3811[[package]] 3812name = "rav1e" 3813version = "0.7.1" 3814source = "registry+https://github.com/rust-lang/crates.io-index" 3815checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9" 3816dependencies = [ 3817 "arbitrary", 3818 "arg_enum_proc_macro", 3819 "arrayvec", 3820 "av1-grain", 3821 "bitstream-io", 3822 "built", 3823 "cfg-if", 3824 "interpolate_name", 3825 "itertools", 3826 "libc", 3827 "libfuzzer-sys", 3828 "log", 3829 "maybe-rayon", 3830 "new_debug_unreachable", 3831 "noop_proc_macro", 3832 "num-derive", 3833 "num-traits", 3834 "once_cell", 3835 "paste", 3836 "profiling", 3837 "rand 0.8.5", 3838 "rand_chacha 0.3.1", 3839 "simd_helpers", 3840 "system-deps", 3841 "thiserror 1.0.69", 3842 "v_frame", 3843 "wasm-bindgen", 3844] 3845 3846[[package]] 3847name = "ravif" 3848version = "0.11.20" 3849source = "registry+https://github.com/rust-lang/crates.io-index" 3850checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b" 3851dependencies = [ 3852 "avif-serialize", 3853 "imgref", 3854 "loop9", 3855 "quick-error", 3856 "rav1e", 3857 "rayon", 3858 "rgb", 3859] 3860 3861[[package]] 3862name = "raw-window-handle" 3863version = "0.6.2" 3864source = "registry+https://github.com/rust-lang/crates.io-index" 3865checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" 3866 3867[[package]] 3868name = "rayon" 3869version = "1.11.0" 3870source = "registry+https://github.com/rust-lang/crates.io-index" 3871checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" 3872dependencies = [ 3873 "either", 3874 "rayon-core", 3875] 3876 3877[[package]] 3878name = "rayon-core" 3879version = "1.13.0" 3880source = "registry+https://github.com/rust-lang/crates.io-index" 3881checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" 3882dependencies = [ 3883 "crossbeam-deque", 3884 "crossbeam-utils", 3885] 3886 3887[[package]] 3888name = "redox_syscall" 3889version = "0.5.17" 3890source = "registry+https://github.com/rust-lang/crates.io-index" 3891checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77" 3892dependencies = [ 3893 "bitflags 2.9.1", 3894] 3895 3896[[package]] 3897name = "redox_users" 3898version = "0.4.6" 3899source = "registry+https://github.com/rust-lang/crates.io-index" 3900checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" 3901dependencies = [ 3902 "getrandom 0.2.16", 3903 "libredox", 3904 "thiserror 1.0.69", 3905] 3906 3907[[package]] 3908name = "redox_users" 3909version = "0.5.2" 3910source = "registry+https://github.com/rust-lang/crates.io-index" 3911checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" 3912dependencies = [ 3913 "getrandom 0.2.16", 3914 "libredox", 3915 "thiserror 2.0.14", 3916] 3917 3918[[package]] 3919name = "ref-cast" 3920version = "1.0.24" 3921source = "registry+https://github.com/rust-lang/crates.io-index" 3922checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf" 3923dependencies = [ 3924 "ref-cast-impl", 3925] 3926 3927[[package]] 3928name = "ref-cast-impl" 3929version = "1.0.24" 3930source = "registry+https://github.com/rust-lang/crates.io-index" 3931checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7" 3932dependencies = [ 3933 "proc-macro2", 3934 "quote", 3935 "syn 2.0.105", 3936] 3937 3938[[package]] 3939name = "regex" 3940version = "1.11.1" 3941source = "registry+https://github.com/rust-lang/crates.io-index" 3942checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 3943dependencies = [ 3944 "aho-corasick", 3945 "memchr", 3946 "regex-automata", 3947 "regex-syntax", 3948] 3949 3950[[package]] 3951name = "regex-automata" 3952version = "0.4.9" 3953source = "registry+https://github.com/rust-lang/crates.io-index" 3954checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 3955dependencies = [ 3956 "aho-corasick", 3957 "memchr", 3958 "regex-syntax", 3959] 3960 3961[[package]] 3962name = "regex-syntax" 3963version = "0.8.5" 3964source = "registry+https://github.com/rust-lang/crates.io-index" 3965checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 3966 3967[[package]] 3968name = "reqwest" 3969version = "0.12.23" 3970source = "registry+https://github.com/rust-lang/crates.io-index" 3971checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb" 3972dependencies = [ 3973 "base64 0.22.1", 3974 "bytes", 3975 "cookie", 3976 "cookie_store", 3977 "encoding_rs", 3978 "futures-channel", 3979 "futures-core", 3980 "futures-util", 3981 "h2", 3982 "http", 3983 "http-body", 3984 "http-body-util", 3985 "hyper", 3986 "hyper-rustls", 3987 "hyper-tls", 3988 "hyper-util", 3989 "js-sys", 3990 "log", 3991 "mime", 3992 "native-tls", 3993 "percent-encoding", 3994 "pin-project-lite", 3995 "quinn", 3996 "rustls", 3997 "rustls-pki-types", 3998 "serde", 3999 "serde_json", 4000 "serde_urlencoded", 4001 "sync_wrapper", 4002 "tokio", 4003 "tokio-native-tls", 4004 "tokio-rustls", 4005 "tokio-util", 4006 "tower", 4007 "tower-http", 4008 "tower-service", 4009 "url", 4010 "wasm-bindgen", 4011 "wasm-bindgen-futures", 4012 "wasm-streams", 4013 "web-sys", 4014 "webpki-roots", 4015] 4016 4017[[package]] 4018name = "rgb" 4019version = "0.8.52" 4020source = "registry+https://github.com/rust-lang/crates.io-index" 4021checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce" 4022 4023[[package]] 4024name = "ring" 4025version = "0.17.14" 4026source = "registry+https://github.com/rust-lang/crates.io-index" 4027checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 4028dependencies = [ 4029 "cc", 4030 "cfg-if", 4031 "getrandom 0.2.16", 4032 "libc", 4033 "untrusted", 4034 "windows-sys 0.52.0", 4035] 4036 4037[[package]] 4038name = "rust-ini" 4039version = "0.21.2" 4040source = "registry+https://github.com/rust-lang/crates.io-index" 4041checksum = "e7295b7ce3bf4806b419dc3420745998b447178b7005e2011947b38fc5aa6791" 4042dependencies = [ 4043 "cfg-if", 4044 "ordered-multimap", 4045] 4046 4047[[package]] 4048name = "rustc-demangle" 4049version = "0.1.26" 4050source = "registry+https://github.com/rust-lang/crates.io-index" 4051checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" 4052 4053[[package]] 4054name = "rustc-hash" 4055version = "2.1.1" 4056source = "registry+https://github.com/rust-lang/crates.io-index" 4057checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 4058 4059[[package]] 4060name = "rustc_version" 4061version = "0.4.1" 4062source = "registry+https://github.com/rust-lang/crates.io-index" 4063checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 4064dependencies = [ 4065 "semver", 4066] 4067 4068[[package]] 4069name = "rustix" 4070version = "0.38.44" 4071source = "registry+https://github.com/rust-lang/crates.io-index" 4072checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 4073dependencies = [ 4074 "bitflags 2.9.1", 4075 "errno", 4076 "libc", 4077 "linux-raw-sys 0.4.15", 4078 "windows-sys 0.59.0", 4079] 4080 4081[[package]] 4082name = "rustix" 4083version = "1.0.8" 4084source = "registry+https://github.com/rust-lang/crates.io-index" 4085checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8" 4086dependencies = [ 4087 "bitflags 2.9.1", 4088 "errno", 4089 "libc", 4090 "linux-raw-sys 0.9.4", 4091 "windows-sys 0.60.2", 4092] 4093 4094[[package]] 4095name = "rustls" 4096version = "0.23.31" 4097source = "registry+https://github.com/rust-lang/crates.io-index" 4098checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc" 4099dependencies = [ 4100 "once_cell", 4101 "ring", 4102 "rustls-pki-types", 4103 "rustls-webpki", 4104 "subtle", 4105 "zeroize", 4106] 4107 4108[[package]] 4109name = "rustls-pki-types" 4110version = "1.12.0" 4111source = "registry+https://github.com/rust-lang/crates.io-index" 4112checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" 4113dependencies = [ 4114 "web-time", 4115 "zeroize", 4116] 4117 4118[[package]] 4119name = "rustls-webpki" 4120version = "0.103.4" 4121source = "registry+https://github.com/rust-lang/crates.io-index" 4122checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc" 4123dependencies = [ 4124 "ring", 4125 "rustls-pki-types", 4126 "untrusted", 4127] 4128 4129[[package]] 4130name = "rustversion" 4131version = "1.0.22" 4132source = "registry+https://github.com/rust-lang/crates.io-index" 4133checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 4134 4135[[package]] 4136name = "ryu" 4137version = "1.0.20" 4138source = "registry+https://github.com/rust-lang/crates.io-index" 4139checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 4140 4141[[package]] 4142name = "same-file" 4143version = "1.0.6" 4144source = "registry+https://github.com/rust-lang/crates.io-index" 4145checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 4146dependencies = [ 4147 "winapi-util", 4148] 4149 4150[[package]] 4151name = "schannel" 4152version = "0.1.27" 4153source = "registry+https://github.com/rust-lang/crates.io-index" 4154checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" 4155dependencies = [ 4156 "windows-sys 0.59.0", 4157] 4158 4159[[package]] 4160name = "schemars" 4161version = "0.8.22" 4162source = "registry+https://github.com/rust-lang/crates.io-index" 4163checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615" 4164dependencies = [ 4165 "dyn-clone", 4166 "indexmap 1.9.3", 4167 "schemars_derive", 4168 "serde", 4169 "serde_json", 4170 "url", 4171 "uuid", 4172] 4173 4174[[package]] 4175name = "schemars" 4176version = "0.9.0" 4177source = "registry+https://github.com/rust-lang/crates.io-index" 4178checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" 4179dependencies = [ 4180 "dyn-clone", 4181 "ref-cast", 4182 "serde", 4183 "serde_json", 4184] 4185 4186[[package]] 4187name = "schemars" 4188version = "1.0.4" 4189source = "registry+https://github.com/rust-lang/crates.io-index" 4190checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0" 4191dependencies = [ 4192 "dyn-clone", 4193 "ref-cast", 4194 "serde", 4195 "serde_json", 4196] 4197 4198[[package]] 4199name = "schemars_derive" 4200version = "0.8.22" 4201source = "registry+https://github.com/rust-lang/crates.io-index" 4202checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d" 4203dependencies = [ 4204 "proc-macro2", 4205 "quote", 4206 "serde_derive_internals", 4207 "syn 2.0.105", 4208] 4209 4210[[package]] 4211name = "scopeguard" 4212version = "1.2.0" 4213source = "registry+https://github.com/rust-lang/crates.io-index" 4214checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 4215 4216[[package]] 4217name = "security-framework" 4218version = "2.11.1" 4219source = "registry+https://github.com/rust-lang/crates.io-index" 4220checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 4221dependencies = [ 4222 "bitflags 2.9.1", 4223 "core-foundation 0.9.4", 4224 "core-foundation-sys", 4225 "libc", 4226 "security-framework-sys", 4227] 4228 4229[[package]] 4230name = "security-framework-sys" 4231version = "2.14.0" 4232source = "registry+https://github.com/rust-lang/crates.io-index" 4233checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" 4234dependencies = [ 4235 "core-foundation-sys", 4236 "libc", 4237] 4238 4239[[package]] 4240name = "selectors" 4241version = "0.24.0" 4242source = "registry+https://github.com/rust-lang/crates.io-index" 4243checksum = "0c37578180969d00692904465fb7f6b3d50b9a2b952b87c23d0e2e5cb5013416" 4244dependencies = [ 4245 "bitflags 1.3.2", 4246 "cssparser", 4247 "derive_more", 4248 "fxhash", 4249 "log", 4250 "phf 0.8.0", 4251 "phf_codegen 0.8.0", 4252 "precomputed-hash", 4253 "servo_arc", 4254 "smallvec", 4255] 4256 4257[[package]] 4258name = "semver" 4259version = "1.0.26" 4260source = "registry+https://github.com/rust-lang/crates.io-index" 4261checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" 4262dependencies = [ 4263 "serde", 4264] 4265 4266[[package]] 4267name = "serde" 4268version = "1.0.219" 4269source = "registry+https://github.com/rust-lang/crates.io-index" 4270checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 4271dependencies = [ 4272 "serde_derive", 4273] 4274 4275[[package]] 4276name = "serde-untagged" 4277version = "0.1.8" 4278source = "registry+https://github.com/rust-lang/crates.io-index" 4279checksum = "34836a629bcbc6f1afdf0907a744870039b1e14c0561cb26094fa683b158eff3" 4280dependencies = [ 4281 "erased-serde", 4282 "serde", 4283 "typeid", 4284] 4285 4286[[package]] 4287name = "serde_derive" 4288version = "1.0.219" 4289source = "registry+https://github.com/rust-lang/crates.io-index" 4290checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 4291dependencies = [ 4292 "proc-macro2", 4293 "quote", 4294 "syn 2.0.105", 4295] 4296 4297[[package]] 4298name = "serde_derive_internals" 4299version = "0.29.1" 4300source = "registry+https://github.com/rust-lang/crates.io-index" 4301checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" 4302dependencies = [ 4303 "proc-macro2", 4304 "quote", 4305 "syn 2.0.105", 4306] 4307 4308[[package]] 4309name = "serde_json" 4310version = "1.0.142" 4311source = "registry+https://github.com/rust-lang/crates.io-index" 4312checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7" 4313dependencies = [ 4314 "itoa", 4315 "memchr", 4316 "ryu", 4317 "serde", 4318] 4319 4320[[package]] 4321name = "serde_repr" 4322version = "0.1.20" 4323source = "registry+https://github.com/rust-lang/crates.io-index" 4324checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 4325dependencies = [ 4326 "proc-macro2", 4327 "quote", 4328 "syn 2.0.105", 4329] 4330 4331[[package]] 4332name = "serde_spanned" 4333version = "0.6.9" 4334source = "registry+https://github.com/rust-lang/crates.io-index" 4335checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" 4336dependencies = [ 4337 "serde", 4338] 4339 4340[[package]] 4341name = "serde_spanned" 4342version = "1.0.0" 4343source = "registry+https://github.com/rust-lang/crates.io-index" 4344checksum = "40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83" 4345dependencies = [ 4346 "serde", 4347] 4348 4349[[package]] 4350name = "serde_urlencoded" 4351version = "0.7.1" 4352source = "registry+https://github.com/rust-lang/crates.io-index" 4353checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 4354dependencies = [ 4355 "form_urlencoded", 4356 "itoa", 4357 "ryu", 4358 "serde", 4359] 4360 4361[[package]] 4362name = "serde_with" 4363version = "3.14.0" 4364source = "registry+https://github.com/rust-lang/crates.io-index" 4365checksum = "f2c45cd61fefa9db6f254525d46e392b852e0e61d9a1fd36e5bd183450a556d5" 4366dependencies = [ 4367 "base64 0.22.1", 4368 "chrono", 4369 "hex", 4370 "indexmap 1.9.3", 4371 "indexmap 2.10.0", 4372 "schemars 0.9.0", 4373 "schemars 1.0.4", 4374 "serde", 4375 "serde_derive", 4376 "serde_json", 4377 "serde_with_macros", 4378 "time", 4379] 4380 4381[[package]] 4382name = "serde_with_macros" 4383version = "3.14.0" 4384source = "registry+https://github.com/rust-lang/crates.io-index" 4385checksum = "de90945e6565ce0d9a25098082ed4ee4002e047cb59892c318d66821e14bb30f" 4386dependencies = [ 4387 "darling", 4388 "proc-macro2", 4389 "quote", 4390 "syn 2.0.105", 4391] 4392 4393[[package]] 4394name = "serialize-to-javascript" 4395version = "0.1.1" 4396source = "registry+https://github.com/rust-lang/crates.io-index" 4397checksum = "c9823f2d3b6a81d98228151fdeaf848206a7855a7a042bbf9bf870449a66cafb" 4398dependencies = [ 4399 "serde", 4400 "serde_json", 4401 "serialize-to-javascript-impl", 4402] 4403 4404[[package]] 4405name = "serialize-to-javascript-impl" 4406version = "0.1.1" 4407source = "registry+https://github.com/rust-lang/crates.io-index" 4408checksum = "74064874e9f6a15f04c1f3cb627902d0e6b410abbf36668afa873c61889f1763" 4409dependencies = [ 4410 "proc-macro2", 4411 "quote", 4412 "syn 1.0.109", 4413] 4414 4415[[package]] 4416name = "servo_arc" 4417version = "0.2.0" 4418source = "registry+https://github.com/rust-lang/crates.io-index" 4419checksum = "d52aa42f8fdf0fed91e5ce7f23d8138441002fa31dca008acf47e6fd4721f741" 4420dependencies = [ 4421 "nodrop", 4422 "stable_deref_trait", 4423] 4424 4425[[package]] 4426name = "sha2" 4427version = "0.10.9" 4428source = "registry+https://github.com/rust-lang/crates.io-index" 4429checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 4430dependencies = [ 4431 "cfg-if", 4432 "cpufeatures", 4433 "digest", 4434] 4435 4436[[package]] 4437name = "shared_child" 4438version = "1.1.1" 4439source = "registry+https://github.com/rust-lang/crates.io-index" 4440checksum = "1e362d9935bc50f019969e2f9ecd66786612daae13e8f277be7bfb66e8bed3f7" 4441dependencies = [ 4442 "libc", 4443 "sigchld", 4444 "windows-sys 0.60.2", 4445] 4446 4447[[package]] 4448name = "shlex" 4449version = "1.3.0" 4450source = "registry+https://github.com/rust-lang/crates.io-index" 4451checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 4452 4453[[package]] 4454name = "sigchld" 4455version = "0.2.4" 4456source = "registry+https://github.com/rust-lang/crates.io-index" 4457checksum = "47106eded3c154e70176fc83df9737335c94ce22f821c32d17ed1db1f83badb1" 4458dependencies = [ 4459 "libc", 4460 "os_pipe", 4461 "signal-hook", 4462] 4463 4464[[package]] 4465name = "signal-hook" 4466version = "0.3.18" 4467source = "registry+https://github.com/rust-lang/crates.io-index" 4468checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" 4469dependencies = [ 4470 "libc", 4471 "signal-hook-registry", 4472] 4473 4474[[package]] 4475name = "signal-hook-registry" 4476version = "1.4.6" 4477source = "registry+https://github.com/rust-lang/crates.io-index" 4478checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b" 4479dependencies = [ 4480 "libc", 4481] 4482 4483[[package]] 4484name = "simd-adler32" 4485version = "0.3.7" 4486source = "registry+https://github.com/rust-lang/crates.io-index" 4487checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 4488 4489[[package]] 4490name = "simd_helpers" 4491version = "0.1.0" 4492source = "registry+https://github.com/rust-lang/crates.io-index" 4493checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6" 4494dependencies = [ 4495 "quote", 4496] 4497 4498[[package]] 4499name = "siphasher" 4500version = "0.3.11" 4501source = "registry+https://github.com/rust-lang/crates.io-index" 4502checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 4503 4504[[package]] 4505name = "siphasher" 4506version = "1.0.1" 4507source = "registry+https://github.com/rust-lang/crates.io-index" 4508checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" 4509 4510[[package]] 4511name = "slab" 4512version = "0.4.11" 4513source = "registry+https://github.com/rust-lang/crates.io-index" 4514checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 4515 4516[[package]] 4517name = "smallvec" 4518version = "1.15.1" 4519source = "registry+https://github.com/rust-lang/crates.io-index" 4520checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 4521 4522[[package]] 4523name = "socket2" 4524version = "0.5.10" 4525source = "registry+https://github.com/rust-lang/crates.io-index" 4526checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" 4527dependencies = [ 4528 "libc", 4529 "windows-sys 0.52.0", 4530] 4531 4532[[package]] 4533name = "socket2" 4534version = "0.6.0" 4535source = "registry+https://github.com/rust-lang/crates.io-index" 4536checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807" 4537dependencies = [ 4538 "libc", 4539 "windows-sys 0.59.0", 4540] 4541 4542[[package]] 4543name = "softbuffer" 4544version = "0.4.6" 4545source = "registry+https://github.com/rust-lang/crates.io-index" 4546checksum = "18051cdd562e792cad055119e0cdb2cfc137e44e3987532e0f9659a77931bb08" 4547dependencies = [ 4548 "bytemuck", 4549 "cfg_aliases", 4550 "core-graphics", 4551 "foreign-types 0.5.0", 4552 "js-sys", 4553 "log", 4554 "objc2 0.5.2", 4555 "objc2-foundation 0.2.2", 4556 "objc2-quartz-core 0.2.2", 4557 "raw-window-handle", 4558 "redox_syscall", 4559 "wasm-bindgen", 4560 "web-sys", 4561 "windows-sys 0.59.0", 4562] 4563 4564[[package]] 4565name = "soup3" 4566version = "0.5.0" 4567source = "registry+https://github.com/rust-lang/crates.io-index" 4568checksum = "471f924a40f31251afc77450e781cb26d55c0b650842efafc9c6cbd2f7cc4f9f" 4569dependencies = [ 4570 "futures-channel", 4571 "gio", 4572 "glib", 4573 "libc", 4574 "soup3-sys", 4575] 4576 4577[[package]] 4578name = "soup3-sys" 4579version = "0.5.0" 4580source = "registry+https://github.com/rust-lang/crates.io-index" 4581checksum = "7ebe8950a680a12f24f15ebe1bf70db7af98ad242d9db43596ad3108aab86c27" 4582dependencies = [ 4583 "gio-sys", 4584 "glib-sys", 4585 "gobject-sys", 4586 "libc", 4587 "system-deps", 4588] 4589 4590[[package]] 4591name = "stable_deref_trait" 4592version = "1.2.0" 4593source = "registry+https://github.com/rust-lang/crates.io-index" 4594checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 4595 4596[[package]] 4597name = "static_assertions" 4598version = "1.1.0" 4599source = "registry+https://github.com/rust-lang/crates.io-index" 4600checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 4601 4602[[package]] 4603name = "string_cache" 4604version = "0.8.9" 4605source = "registry+https://github.com/rust-lang/crates.io-index" 4606checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f" 4607dependencies = [ 4608 "new_debug_unreachable", 4609 "parking_lot", 4610 "phf_shared 0.11.3", 4611 "precomputed-hash", 4612 "serde", 4613] 4614 4615[[package]] 4616name = "string_cache_codegen" 4617version = "0.5.4" 4618source = "registry+https://github.com/rust-lang/crates.io-index" 4619checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0" 4620dependencies = [ 4621 "phf_generator 0.11.3", 4622 "phf_shared 0.11.3", 4623 "proc-macro2", 4624 "quote", 4625] 4626 4627[[package]] 4628name = "strsim" 4629version = "0.11.1" 4630source = "registry+https://github.com/rust-lang/crates.io-index" 4631checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 4632 4633[[package]] 4634name = "subtle" 4635version = "2.6.1" 4636source = "registry+https://github.com/rust-lang/crates.io-index" 4637checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 4638 4639[[package]] 4640name = "swift-rs" 4641version = "1.0.7" 4642source = "registry+https://github.com/rust-lang/crates.io-index" 4643checksum = "4057c98e2e852d51fdcfca832aac7b571f6b351ad159f9eda5db1655f8d0c4d7" 4644dependencies = [ 4645 "base64 0.21.7", 4646 "serde", 4647 "serde_json", 4648] 4649 4650[[package]] 4651name = "syn" 4652version = "1.0.109" 4653source = "registry+https://github.com/rust-lang/crates.io-index" 4654checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 4655dependencies = [ 4656 "proc-macro2", 4657 "quote", 4658 "unicode-ident", 4659] 4660 4661[[package]] 4662name = "syn" 4663version = "2.0.105" 4664source = "registry+https://github.com/rust-lang/crates.io-index" 4665checksum = "7bc3fcb250e53458e712715cf74285c1f889686520d79294a9ef3bd7aa1fc619" 4666dependencies = [ 4667 "proc-macro2", 4668 "quote", 4669 "unicode-ident", 4670] 4671 4672[[package]] 4673name = "sync_wrapper" 4674version = "1.0.2" 4675source = "registry+https://github.com/rust-lang/crates.io-index" 4676checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 4677dependencies = [ 4678 "futures-core", 4679] 4680 4681[[package]] 4682name = "synstructure" 4683version = "0.13.2" 4684source = "registry+https://github.com/rust-lang/crates.io-index" 4685checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 4686dependencies = [ 4687 "proc-macro2", 4688 "quote", 4689 "syn 2.0.105", 4690] 4691 4692[[package]] 4693name = "system-configuration" 4694version = "0.6.1" 4695source = "registry+https://github.com/rust-lang/crates.io-index" 4696checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 4697dependencies = [ 4698 "bitflags 2.9.1", 4699 "core-foundation 0.9.4", 4700 "system-configuration-sys", 4701] 4702 4703[[package]] 4704name = "system-configuration-sys" 4705version = "0.6.0" 4706source = "registry+https://github.com/rust-lang/crates.io-index" 4707checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 4708dependencies = [ 4709 "core-foundation-sys", 4710 "libc", 4711] 4712 4713[[package]] 4714name = "system-deps" 4715version = "6.2.2" 4716source = "registry+https://github.com/rust-lang/crates.io-index" 4717checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349" 4718dependencies = [ 4719 "cfg-expr", 4720 "heck 0.5.0", 4721 "pkg-config", 4722 "toml 0.8.2", 4723 "version-compare", 4724] 4725 4726[[package]] 4727name = "tao" 4728version = "0.34.0" 4729source = "registry+https://github.com/rust-lang/crates.io-index" 4730checksum = "49c380ca75a231b87b6c9dd86948f035012e7171d1a7c40a9c2890489a7ffd8a" 4731dependencies = [ 4732 "bitflags 2.9.1", 4733 "core-foundation 0.10.1", 4734 "core-graphics", 4735 "crossbeam-channel", 4736 "dispatch", 4737 "dlopen2", 4738 "dpi", 4739 "gdkwayland-sys", 4740 "gdkx11-sys", 4741 "gtk", 4742 "jni", 4743 "lazy_static", 4744 "libc", 4745 "log", 4746 "ndk", 4747 "ndk-context", 4748 "ndk-sys", 4749 "objc2 0.6.2", 4750 "objc2-app-kit", 4751 "objc2-foundation 0.3.1", 4752 "once_cell", 4753 "parking_lot", 4754 "raw-window-handle", 4755 "scopeguard", 4756 "tao-macros", 4757 "unicode-segmentation", 4758 "url", 4759 "windows", 4760 "windows-core", 4761 "windows-version", 4762 "x11-dl", 4763] 4764 4765[[package]] 4766name = "tao-macros" 4767version = "0.1.3" 4768source = "registry+https://github.com/rust-lang/crates.io-index" 4769checksum = "f4e16beb8b2ac17db28eab8bca40e62dbfbb34c0fcdc6d9826b11b7b5d047dfd" 4770dependencies = [ 4771 "proc-macro2", 4772 "quote", 4773 "syn 2.0.105", 4774] 4775 4776[[package]] 4777name = "target-lexicon" 4778version = "0.12.16" 4779source = "registry+https://github.com/rust-lang/crates.io-index" 4780checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" 4781 4782[[package]] 4783name = "tauri" 4784version = "2.7.0" 4785source = "registry+https://github.com/rust-lang/crates.io-index" 4786checksum = "352a4bc7bf6c25f5624227e3641adf475a6535707451b09bb83271df8b7a6ac7" 4787dependencies = [ 4788 "anyhow", 4789 "bytes", 4790 "dirs 6.0.0", 4791 "dunce", 4792 "embed_plist", 4793 "getrandom 0.3.3", 4794 "glob", 4795 "gtk", 4796 "heck 0.5.0", 4797 "http", 4798 "image", 4799 "jni", 4800 "libc", 4801 "log", 4802 "mime", 4803 "muda", 4804 "objc2 0.6.2", 4805 "objc2-app-kit", 4806 "objc2-foundation 0.3.1", 4807 "objc2-ui-kit", 4808 "percent-encoding", 4809 "plist", 4810 "raw-window-handle", 4811 "reqwest", 4812 "serde", 4813 "serde_json", 4814 "serde_repr", 4815 "serialize-to-javascript", 4816 "swift-rs", 4817 "tauri-build", 4818 "tauri-macros", 4819 "tauri-runtime", 4820 "tauri-runtime-wry", 4821 "tauri-utils", 4822 "thiserror 2.0.14", 4823 "tokio", 4824 "tray-icon", 4825 "url", 4826 "urlpattern", 4827 "webkit2gtk", 4828 "webview2-com", 4829 "window-vibrancy", 4830 "windows", 4831] 4832 4833[[package]] 4834name = "tauri-build" 4835version = "2.3.1" 4836source = "registry+https://github.com/rust-lang/crates.io-index" 4837checksum = "182d688496c06bf08ea896459bf483eb29cdff35c1c4c115fb14053514303064" 4838dependencies = [ 4839 "anyhow", 4840 "cargo_toml", 4841 "dirs 6.0.0", 4842 "glob", 4843 "heck 0.5.0", 4844 "json-patch", 4845 "schemars 0.8.22", 4846 "semver", 4847 "serde", 4848 "serde_json", 4849 "tauri-utils", 4850 "tauri-winres", 4851 "toml 0.8.2", 4852 "walkdir", 4853] 4854 4855[[package]] 4856name = "tauri-codegen" 4857version = "2.3.1" 4858source = "registry+https://github.com/rust-lang/crates.io-index" 4859checksum = "b54a99a6cd8e01abcfa61508177e6096a4fe2681efecee9214e962f2f073ae4a" 4860dependencies = [ 4861 "base64 0.22.1", 4862 "brotli", 4863 "ico", 4864 "json-patch", 4865 "plist", 4866 "png", 4867 "proc-macro2", 4868 "quote", 4869 "semver", 4870 "serde", 4871 "serde_json", 4872 "sha2", 4873 "syn 2.0.105", 4874 "tauri-utils", 4875 "thiserror 2.0.14", 4876 "time", 4877 "url", 4878 "uuid", 4879 "walkdir", 4880] 4881 4882[[package]] 4883name = "tauri-macros" 4884version = "2.3.2" 4885source = "registry+https://github.com/rust-lang/crates.io-index" 4886checksum = "7945b14dc45e23532f2ded6e120170bbdd4af5ceaa45784a6b33d250fbce3f9e" 4887dependencies = [ 4888 "heck 0.5.0", 4889 "proc-macro2", 4890 "quote", 4891 "syn 2.0.105", 4892 "tauri-codegen", 4893 "tauri-utils", 4894] 4895 4896[[package]] 4897name = "tauri-plugin" 4898version = "2.3.1" 4899source = "registry+https://github.com/rust-lang/crates.io-index" 4900checksum = "5bd5c1e56990c70a906ef67a9851bbdba9136d26075ee9a2b19c8b46986b3e02" 4901dependencies = [ 4902 "anyhow", 4903 "glob", 4904 "plist", 4905 "schemars 0.8.22", 4906 "serde", 4907 "serde_json", 4908 "tauri-utils", 4909 "toml 0.8.2", 4910 "walkdir", 4911] 4912 4913[[package]] 4914name = "tauri-plugin-deep-link" 4915version = "2.4.1" 4916source = "registry+https://github.com/rust-lang/crates.io-index" 4917checksum = "1fec67f32d7a06d80bd3dc009fdb678c35a66116d9cb8cd2bb32e406c2b5bbd2" 4918dependencies = [ 4919 "dunce", 4920 "rust-ini", 4921 "serde", 4922 "serde_json", 4923 "tauri", 4924 "tauri-plugin", 4925 "tauri-utils", 4926 "thiserror 2.0.14", 4927 "tracing", 4928 "url", 4929 "windows-registry", 4930 "windows-result", 4931] 4932 4933[[package]] 4934name = "tauri-plugin-fs" 4935version = "2.4.1" 4936source = "registry+https://github.com/rust-lang/crates.io-index" 4937checksum = "8c6ef84ee2f2094ce093e55106d90d763ba343fad57566992962e8f76d113f99" 4938dependencies = [ 4939 "anyhow", 4940 "dunce", 4941 "glob", 4942 "percent-encoding", 4943 "schemars 0.8.22", 4944 "serde", 4945 "serde_json", 4946 "serde_repr", 4947 "tauri", 4948 "tauri-plugin", 4949 "tauri-utils", 4950 "thiserror 2.0.14", 4951 "toml 0.8.2", 4952 "url", 4953] 4954 4955[[package]] 4956name = "tauri-plugin-http" 4957version = "2.5.1" 4958source = "registry+https://github.com/rust-lang/crates.io-index" 4959checksum = "fcde333d97e565a7765aad82f32d8672458f7bd77b6ee653830d5dded9d7b5c2" 4960dependencies = [ 4961 "bytes", 4962 "cookie_store", 4963 "data-url", 4964 "http", 4965 "regex", 4966 "reqwest", 4967 "schemars 0.8.22", 4968 "serde", 4969 "serde_json", 4970 "tauri", 4971 "tauri-plugin", 4972 "tauri-plugin-fs", 4973 "thiserror 2.0.14", 4974 "tokio", 4975 "url", 4976 "urlpattern", 4977] 4978 4979[[package]] 4980name = "tauri-plugin-process" 4981version = "2.3.0" 4982source = "registry+https://github.com/rust-lang/crates.io-index" 4983checksum = "7461c622a5ea00eb9cd9f7a08dbd3bf79484499fd5c21aa2964677f64ca651ab" 4984dependencies = [ 4985 "tauri", 4986 "tauri-plugin", 4987] 4988 4989[[package]] 4990name = "tauri-plugin-shell" 4991version = "2.3.0" 4992source = "registry+https://github.com/rust-lang/crates.io-index" 4993checksum = "2b9ffadec5c3523f11e8273465cacb3d86ea7652a28e6e2a2e9b5c182f791d25" 4994dependencies = [ 4995 "encoding_rs", 4996 "log", 4997 "open", 4998 "os_pipe", 4999 "regex", 5000 "schemars 0.8.22", 5001 "serde", 5002 "serde_json", 5003 "shared_child", 5004 "tauri", 5005 "tauri-plugin", 5006 "thiserror 2.0.14", 5007 "tokio", 5008] 5009 5010[[package]] 5011name = "tauri-plugin-single-instance" 5012version = "2.3.2" 5013source = "registry+https://github.com/rust-lang/crates.io-index" 5014checksum = "50a0e5a4ce43cb3a733c3aef85e8478bc769dac743c615e26639cbf5d953faf7" 5015dependencies = [ 5016 "serde", 5017 "serde_json", 5018 "tauri", 5019 "tauri-plugin-deep-link", 5020 "thiserror 2.0.14", 5021 "tracing", 5022 "windows-sys 0.60.2", 5023 "zbus", 5024] 5025 5026[[package]] 5027name = "tauri-runtime" 5028version = "2.7.1" 5029source = "registry+https://github.com/rust-lang/crates.io-index" 5030checksum = "2b1cc885be806ea15ff7b0eb47098a7b16323d9228876afda329e34e2d6c4676" 5031dependencies = [ 5032 "cookie", 5033 "dpi", 5034 "gtk", 5035 "http", 5036 "jni", 5037 "objc2 0.6.2", 5038 "objc2-ui-kit", 5039 "raw-window-handle", 5040 "serde", 5041 "serde_json", 5042 "tauri-utils", 5043 "thiserror 2.0.14", 5044 "url", 5045 "windows", 5046] 5047 5048[[package]] 5049name = "tauri-runtime-wry" 5050version = "2.7.2" 5051source = "registry+https://github.com/rust-lang/crates.io-index" 5052checksum = "fe653a2fbbef19fe898efc774bc52c8742576342a33d3d028c189b57eb1d2439" 5053dependencies = [ 5054 "gtk", 5055 "http", 5056 "jni", 5057 "log", 5058 "objc2 0.6.2", 5059 "objc2-app-kit", 5060 "objc2-foundation 0.3.1", 5061 "once_cell", 5062 "percent-encoding", 5063 "raw-window-handle", 5064 "softbuffer", 5065 "tao", 5066 "tauri-runtime", 5067 "tauri-utils", 5068 "url", 5069 "webkit2gtk", 5070 "webview2-com", 5071 "windows", 5072 "wry", 5073] 5074 5075[[package]] 5076name = "tauri-utils" 5077version = "2.6.0" 5078source = "registry+https://github.com/rust-lang/crates.io-index" 5079checksum = "9330c15cabfe1d9f213478c9e8ec2b0c76dab26bb6f314b8ad1c8a568c1d186e" 5080dependencies = [ 5081 "anyhow", 5082 "brotli", 5083 "cargo_metadata", 5084 "ctor", 5085 "dunce", 5086 "glob", 5087 "html5ever", 5088 "http", 5089 "infer", 5090 "json-patch", 5091 "kuchikiki", 5092 "log", 5093 "memchr", 5094 "phf 0.11.3", 5095 "proc-macro2", 5096 "quote", 5097 "regex", 5098 "schemars 0.8.22", 5099 "semver", 5100 "serde", 5101 "serde-untagged", 5102 "serde_json", 5103 "serde_with", 5104 "swift-rs", 5105 "thiserror 2.0.14", 5106 "toml 0.8.2", 5107 "url", 5108 "urlpattern", 5109 "uuid", 5110 "walkdir", 5111] 5112 5113[[package]] 5114name = "tauri-winres" 5115version = "0.3.3" 5116source = "registry+https://github.com/rust-lang/crates.io-index" 5117checksum = "fd21509dd1fa9bd355dc29894a6ff10635880732396aa38c0066c1e6c1ab8074" 5118dependencies = [ 5119 "embed-resource", 5120 "toml 0.9.5", 5121] 5122 5123[[package]] 5124name = "tempfile" 5125version = "3.20.0" 5126source = "registry+https://github.com/rust-lang/crates.io-index" 5127checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" 5128dependencies = [ 5129 "fastrand", 5130 "getrandom 0.3.3", 5131 "once_cell", 5132 "rustix 1.0.8", 5133 "windows-sys 0.59.0", 5134] 5135 5136[[package]] 5137name = "tendril" 5138version = "0.4.3" 5139source = "registry+https://github.com/rust-lang/crates.io-index" 5140checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" 5141dependencies = [ 5142 "futf", 5143 "mac", 5144 "utf-8", 5145] 5146 5147[[package]] 5148name = "thiserror" 5149version = "1.0.69" 5150source = "registry+https://github.com/rust-lang/crates.io-index" 5151checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 5152dependencies = [ 5153 "thiserror-impl 1.0.69", 5154] 5155 5156[[package]] 5157name = "thiserror" 5158version = "2.0.14" 5159source = "registry+https://github.com/rust-lang/crates.io-index" 5160checksum = "0b0949c3a6c842cbde3f1686d6eea5a010516deb7085f79db747562d4102f41e" 5161dependencies = [ 5162 "thiserror-impl 2.0.14", 5163] 5164 5165[[package]] 5166name = "thiserror-impl" 5167version = "1.0.69" 5168source = "registry+https://github.com/rust-lang/crates.io-index" 5169checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 5170dependencies = [ 5171 "proc-macro2", 5172 "quote", 5173 "syn 2.0.105", 5174] 5175 5176[[package]] 5177name = "thiserror-impl" 5178version = "2.0.14" 5179source = "registry+https://github.com/rust-lang/crates.io-index" 5180checksum = "cc5b44b4ab9c2fdd0e0512e6bece8388e214c0749f5862b114cc5b7a25daf227" 5181dependencies = [ 5182 "proc-macro2", 5183 "quote", 5184 "syn 2.0.105", 5185] 5186 5187[[package]] 5188name = "tiff" 5189version = "0.9.1" 5190source = "registry+https://github.com/rust-lang/crates.io-index" 5191checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e" 5192dependencies = [ 5193 "flate2", 5194 "jpeg-decoder", 5195 "weezl", 5196] 5197 5198[[package]] 5199name = "time" 5200version = "0.3.41" 5201source = "registry+https://github.com/rust-lang/crates.io-index" 5202checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" 5203dependencies = [ 5204 "deranged", 5205 "itoa", 5206 "num-conv", 5207 "powerfmt", 5208 "serde", 5209 "time-core", 5210 "time-macros", 5211] 5212 5213[[package]] 5214name = "time-core" 5215version = "0.1.4" 5216source = "registry+https://github.com/rust-lang/crates.io-index" 5217checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" 5218 5219[[package]] 5220name = "time-macros" 5221version = "0.2.22" 5222source = "registry+https://github.com/rust-lang/crates.io-index" 5223checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49" 5224dependencies = [ 5225 "num-conv", 5226 "time-core", 5227] 5228 5229[[package]] 5230name = "tiny-keccak" 5231version = "2.0.2" 5232source = "registry+https://github.com/rust-lang/crates.io-index" 5233checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" 5234dependencies = [ 5235 "crunchy", 5236] 5237 5238[[package]] 5239name = "tinystr" 5240version = "0.8.1" 5241source = "registry+https://github.com/rust-lang/crates.io-index" 5242checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" 5243dependencies = [ 5244 "displaydoc", 5245 "zerovec", 5246] 5247 5248[[package]] 5249name = "tinyvec" 5250version = "1.9.0" 5251source = "registry+https://github.com/rust-lang/crates.io-index" 5252checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" 5253dependencies = [ 5254 "tinyvec_macros", 5255] 5256 5257[[package]] 5258name = "tinyvec_macros" 5259version = "0.1.1" 5260source = "registry+https://github.com/rust-lang/crates.io-index" 5261checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 5262 5263[[package]] 5264name = "tokio" 5265version = "1.47.1" 5266source = "registry+https://github.com/rust-lang/crates.io-index" 5267checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038" 5268dependencies = [ 5269 "backtrace", 5270 "bytes", 5271 "io-uring", 5272 "libc", 5273 "mio 1.0.4", 5274 "pin-project-lite", 5275 "slab", 5276 "socket2 0.6.0", 5277 "tokio-macros", 5278 "windows-sys 0.59.0", 5279] 5280 5281[[package]] 5282name = "tokio-macros" 5283version = "2.5.0" 5284source = "registry+https://github.com/rust-lang/crates.io-index" 5285checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 5286dependencies = [ 5287 "proc-macro2", 5288 "quote", 5289 "syn 2.0.105", 5290] 5291 5292[[package]] 5293name = "tokio-native-tls" 5294version = "0.3.1" 5295source = "registry+https://github.com/rust-lang/crates.io-index" 5296checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 5297dependencies = [ 5298 "native-tls", 5299 "tokio", 5300] 5301 5302[[package]] 5303name = "tokio-rustls" 5304version = "0.26.2" 5305source = "registry+https://github.com/rust-lang/crates.io-index" 5306checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" 5307dependencies = [ 5308 "rustls", 5309 "tokio", 5310] 5311 5312[[package]] 5313name = "tokio-util" 5314version = "0.7.16" 5315source = "registry+https://github.com/rust-lang/crates.io-index" 5316checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" 5317dependencies = [ 5318 "bytes", 5319 "futures-core", 5320 "futures-sink", 5321 "pin-project-lite", 5322 "tokio", 5323] 5324 5325[[package]] 5326name = "toml" 5327version = "0.8.2" 5328source = "registry+https://github.com/rust-lang/crates.io-index" 5329checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d" 5330dependencies = [ 5331 "serde", 5332 "serde_spanned 0.6.9", 5333 "toml_datetime 0.6.11", 5334 "toml_edit 0.20.2", 5335] 5336 5337[[package]] 5338name = "toml" 5339version = "0.9.5" 5340source = "registry+https://github.com/rust-lang/crates.io-index" 5341checksum = "75129e1dc5000bfbaa9fee9d1b21f974f9fbad9daec557a521ee6e080825f6e8" 5342dependencies = [ 5343 "indexmap 2.10.0", 5344 "serde", 5345 "serde_spanned 1.0.0", 5346 "toml_datetime 0.7.0", 5347 "toml_parser", 5348 "toml_writer", 5349 "winnow 0.7.12", 5350] 5351 5352[[package]] 5353name = "toml_datetime" 5354version = "0.6.11" 5355source = "registry+https://github.com/rust-lang/crates.io-index" 5356checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" 5357dependencies = [ 5358 "serde", 5359] 5360 5361[[package]] 5362name = "toml_datetime" 5363version = "0.7.0" 5364source = "registry+https://github.com/rust-lang/crates.io-index" 5365checksum = "bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3" 5366dependencies = [ 5367 "serde", 5368] 5369 5370[[package]] 5371name = "toml_edit" 5372version = "0.19.15" 5373source = "registry+https://github.com/rust-lang/crates.io-index" 5374checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 5375dependencies = [ 5376 "indexmap 2.10.0", 5377 "toml_datetime 0.6.11", 5378 "winnow 0.5.40", 5379] 5380 5381[[package]] 5382name = "toml_edit" 5383version = "0.20.2" 5384source = "registry+https://github.com/rust-lang/crates.io-index" 5385checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" 5386dependencies = [ 5387 "indexmap 2.10.0", 5388 "serde", 5389 "serde_spanned 0.6.9", 5390 "toml_datetime 0.6.11", 5391 "winnow 0.5.40", 5392] 5393 5394[[package]] 5395name = "toml_edit" 5396version = "0.22.27" 5397source = "registry+https://github.com/rust-lang/crates.io-index" 5398checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" 5399dependencies = [ 5400 "indexmap 2.10.0", 5401 "toml_datetime 0.6.11", 5402 "winnow 0.7.12", 5403] 5404 5405[[package]] 5406name = "toml_parser" 5407version = "1.0.2" 5408source = "registry+https://github.com/rust-lang/crates.io-index" 5409checksum = "b551886f449aa90d4fe2bdaa9f4a2577ad2dde302c61ecf262d80b116db95c10" 5410dependencies = [ 5411 "winnow 0.7.12", 5412] 5413 5414[[package]] 5415name = "toml_writer" 5416version = "1.0.2" 5417source = "registry+https://github.com/rust-lang/crates.io-index" 5418checksum = "fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64" 5419 5420[[package]] 5421name = "tower" 5422version = "0.5.2" 5423source = "registry+https://github.com/rust-lang/crates.io-index" 5424checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 5425dependencies = [ 5426 "futures-core", 5427 "futures-util", 5428 "pin-project-lite", 5429 "sync_wrapper", 5430 "tokio", 5431 "tower-layer", 5432 "tower-service", 5433] 5434 5435[[package]] 5436name = "tower-http" 5437version = "0.6.6" 5438source = "registry+https://github.com/rust-lang/crates.io-index" 5439checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" 5440dependencies = [ 5441 "bitflags 2.9.1", 5442 "bytes", 5443 "futures-util", 5444 "http", 5445 "http-body", 5446 "iri-string", 5447 "pin-project-lite", 5448 "tower", 5449 "tower-layer", 5450 "tower-service", 5451] 5452 5453[[package]] 5454name = "tower-layer" 5455version = "0.3.3" 5456source = "registry+https://github.com/rust-lang/crates.io-index" 5457checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 5458 5459[[package]] 5460name = "tower-service" 5461version = "0.3.3" 5462source = "registry+https://github.com/rust-lang/crates.io-index" 5463checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 5464 5465[[package]] 5466name = "tracing" 5467version = "0.1.41" 5468source = "registry+https://github.com/rust-lang/crates.io-index" 5469checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 5470dependencies = [ 5471 "pin-project-lite", 5472 "tracing-attributes", 5473 "tracing-core", 5474] 5475 5476[[package]] 5477name = "tracing-attributes" 5478version = "0.1.30" 5479source = "registry+https://github.com/rust-lang/crates.io-index" 5480checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" 5481dependencies = [ 5482 "proc-macro2", 5483 "quote", 5484 "syn 2.0.105", 5485] 5486 5487[[package]] 5488name = "tracing-core" 5489version = "0.1.34" 5490source = "registry+https://github.com/rust-lang/crates.io-index" 5491checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 5492dependencies = [ 5493 "once_cell", 5494] 5495 5496[[package]] 5497name = "tray-icon" 5498version = "0.21.1" 5499source = "registry+https://github.com/rust-lang/crates.io-index" 5500checksum = "a0d92153331e7d02ec09137538996a7786fe679c629c279e82a6be762b7e6fe2" 5501dependencies = [ 5502 "crossbeam-channel", 5503 "dirs 6.0.0", 5504 "libappindicator", 5505 "muda", 5506 "objc2 0.6.2", 5507 "objc2-app-kit", 5508 "objc2-core-foundation", 5509 "objc2-core-graphics", 5510 "objc2-foundation 0.3.1", 5511 "once_cell", 5512 "png", 5513 "serde", 5514 "thiserror 2.0.14", 5515 "windows-sys 0.59.0", 5516] 5517 5518[[package]] 5519name = "try-lock" 5520version = "0.2.5" 5521source = "registry+https://github.com/rust-lang/crates.io-index" 5522checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 5523 5524[[package]] 5525name = "typeid" 5526version = "1.0.3" 5527source = "registry+https://github.com/rust-lang/crates.io-index" 5528checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" 5529 5530[[package]] 5531name = "typenum" 5532version = "1.18.0" 5533source = "registry+https://github.com/rust-lang/crates.io-index" 5534checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" 5535 5536[[package]] 5537name = "uds_windows" 5538version = "1.1.0" 5539source = "registry+https://github.com/rust-lang/crates.io-index" 5540checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9" 5541dependencies = [ 5542 "memoffset", 5543 "tempfile", 5544 "winapi", 5545] 5546 5547[[package]] 5548name = "unic-char-property" 5549version = "0.9.0" 5550source = "registry+https://github.com/rust-lang/crates.io-index" 5551checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" 5552dependencies = [ 5553 "unic-char-range", 5554] 5555 5556[[package]] 5557name = "unic-char-range" 5558version = "0.9.0" 5559source = "registry+https://github.com/rust-lang/crates.io-index" 5560checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" 5561 5562[[package]] 5563name = "unic-common" 5564version = "0.9.0" 5565source = "registry+https://github.com/rust-lang/crates.io-index" 5566checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" 5567 5568[[package]] 5569name = "unic-ucd-ident" 5570version = "0.9.0" 5571source = "registry+https://github.com/rust-lang/crates.io-index" 5572checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987" 5573dependencies = [ 5574 "unic-char-property", 5575 "unic-char-range", 5576 "unic-ucd-version", 5577] 5578 5579[[package]] 5580name = "unic-ucd-version" 5581version = "0.9.0" 5582source = "registry+https://github.com/rust-lang/crates.io-index" 5583checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" 5584dependencies = [ 5585 "unic-common", 5586] 5587 5588[[package]] 5589name = "unicode-ident" 5590version = "1.0.18" 5591source = "registry+https://github.com/rust-lang/crates.io-index" 5592checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 5593 5594[[package]] 5595name = "unicode-segmentation" 5596version = "1.12.0" 5597source = "registry+https://github.com/rust-lang/crates.io-index" 5598checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 5599 5600[[package]] 5601name = "untrusted" 5602version = "0.9.0" 5603source = "registry+https://github.com/rust-lang/crates.io-index" 5604checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 5605 5606[[package]] 5607name = "url" 5608version = "2.5.4" 5609source = "registry+https://github.com/rust-lang/crates.io-index" 5610checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 5611dependencies = [ 5612 "form_urlencoded", 5613 "idna", 5614 "percent-encoding", 5615 "serde", 5616] 5617 5618[[package]] 5619name = "urlpattern" 5620version = "0.3.0" 5621source = "registry+https://github.com/rust-lang/crates.io-index" 5622checksum = "70acd30e3aa1450bc2eece896ce2ad0d178e9c079493819301573dae3c37ba6d" 5623dependencies = [ 5624 "regex", 5625 "serde", 5626 "unic-ucd-ident", 5627 "url", 5628] 5629 5630[[package]] 5631name = "utf-8" 5632version = "0.7.6" 5633source = "registry+https://github.com/rust-lang/crates.io-index" 5634checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 5635 5636[[package]] 5637name = "utf8_iter" 5638version = "1.0.4" 5639source = "registry+https://github.com/rust-lang/crates.io-index" 5640checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 5641 5642[[package]] 5643name = "uuid" 5644version = "1.18.0" 5645source = "registry+https://github.com/rust-lang/crates.io-index" 5646checksum = "f33196643e165781c20a5ead5582283a7dacbb87855d867fbc2df3f81eddc1be" 5647dependencies = [ 5648 "getrandom 0.3.3", 5649 "js-sys", 5650 "serde", 5651 "wasm-bindgen", 5652] 5653 5654[[package]] 5655name = "v_frame" 5656version = "0.3.9" 5657source = "registry+https://github.com/rust-lang/crates.io-index" 5658checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2" 5659dependencies = [ 5660 "aligned-vec", 5661 "num-traits", 5662 "wasm-bindgen", 5663] 5664 5665[[package]] 5666name = "vcpkg" 5667version = "0.2.15" 5668source = "registry+https://github.com/rust-lang/crates.io-index" 5669checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 5670 5671[[package]] 5672name = "version-compare" 5673version = "0.2.0" 5674source = "registry+https://github.com/rust-lang/crates.io-index" 5675checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b" 5676 5677[[package]] 5678name = "version_check" 5679version = "0.9.5" 5680source = "registry+https://github.com/rust-lang/crates.io-index" 5681checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 5682 5683[[package]] 5684name = "vswhom" 5685version = "0.1.0" 5686source = "registry+https://github.com/rust-lang/crates.io-index" 5687checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b" 5688dependencies = [ 5689 "libc", 5690 "vswhom-sys", 5691] 5692 5693[[package]] 5694name = "vswhom-sys" 5695version = "0.1.3" 5696source = "registry+https://github.com/rust-lang/crates.io-index" 5697checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150" 5698dependencies = [ 5699 "cc", 5700 "libc", 5701] 5702 5703[[package]] 5704name = "walkdir" 5705version = "2.5.0" 5706source = "registry+https://github.com/rust-lang/crates.io-index" 5707checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 5708dependencies = [ 5709 "same-file", 5710 "winapi-util", 5711] 5712 5713[[package]] 5714name = "want" 5715version = "0.3.1" 5716source = "registry+https://github.com/rust-lang/crates.io-index" 5717checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 5718dependencies = [ 5719 "try-lock", 5720] 5721 5722[[package]] 5723name = "wasi" 5724version = "0.9.0+wasi-snapshot-preview1" 5725source = "registry+https://github.com/rust-lang/crates.io-index" 5726checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 5727 5728[[package]] 5729name = "wasi" 5730version = "0.11.1+wasi-snapshot-preview1" 5731source = "registry+https://github.com/rust-lang/crates.io-index" 5732checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 5733 5734[[package]] 5735name = "wasi" 5736version = "0.14.2+wasi-0.2.4" 5737source = "registry+https://github.com/rust-lang/crates.io-index" 5738checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" 5739dependencies = [ 5740 "wit-bindgen-rt", 5741] 5742 5743[[package]] 5744name = "wasm-bindgen" 5745version = "0.2.100" 5746source = "registry+https://github.com/rust-lang/crates.io-index" 5747checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 5748dependencies = [ 5749 "cfg-if", 5750 "once_cell", 5751 "rustversion", 5752 "wasm-bindgen-macro", 5753] 5754 5755[[package]] 5756name = "wasm-bindgen-backend" 5757version = "0.2.100" 5758source = "registry+https://github.com/rust-lang/crates.io-index" 5759checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 5760dependencies = [ 5761 "bumpalo", 5762 "log", 5763 "proc-macro2", 5764 "quote", 5765 "syn 2.0.105", 5766 "wasm-bindgen-shared", 5767] 5768 5769[[package]] 5770name = "wasm-bindgen-futures" 5771version = "0.4.50" 5772source = "registry+https://github.com/rust-lang/crates.io-index" 5773checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" 5774dependencies = [ 5775 "cfg-if", 5776 "js-sys", 5777 "once_cell", 5778 "wasm-bindgen", 5779 "web-sys", 5780] 5781 5782[[package]] 5783name = "wasm-bindgen-macro" 5784version = "0.2.100" 5785source = "registry+https://github.com/rust-lang/crates.io-index" 5786checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 5787dependencies = [ 5788 "quote", 5789 "wasm-bindgen-macro-support", 5790] 5791 5792[[package]] 5793name = "wasm-bindgen-macro-support" 5794version = "0.2.100" 5795source = "registry+https://github.com/rust-lang/crates.io-index" 5796checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 5797dependencies = [ 5798 "proc-macro2", 5799 "quote", 5800 "syn 2.0.105", 5801 "wasm-bindgen-backend", 5802 "wasm-bindgen-shared", 5803] 5804 5805[[package]] 5806name = "wasm-bindgen-shared" 5807version = "0.2.100" 5808source = "registry+https://github.com/rust-lang/crates.io-index" 5809checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 5810dependencies = [ 5811 "unicode-ident", 5812] 5813 5814[[package]] 5815name = "wasm-streams" 5816version = "0.4.2" 5817source = "registry+https://github.com/rust-lang/crates.io-index" 5818checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" 5819dependencies = [ 5820 "futures-util", 5821 "js-sys", 5822 "wasm-bindgen", 5823 "wasm-bindgen-futures", 5824 "web-sys", 5825] 5826 5827[[package]] 5828name = "web-sys" 5829version = "0.3.77" 5830source = "registry+https://github.com/rust-lang/crates.io-index" 5831checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" 5832dependencies = [ 5833 "js-sys", 5834 "wasm-bindgen", 5835] 5836 5837[[package]] 5838name = "web-time" 5839version = "1.1.0" 5840source = "registry+https://github.com/rust-lang/crates.io-index" 5841checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 5842dependencies = [ 5843 "js-sys", 5844 "wasm-bindgen", 5845] 5846 5847[[package]] 5848name = "webkit2gtk" 5849version = "2.0.1" 5850source = "registry+https://github.com/rust-lang/crates.io-index" 5851checksum = "76b1bc1e54c581da1e9f179d0b38512ba358fb1af2d634a1affe42e37172361a" 5852dependencies = [ 5853 "bitflags 1.3.2", 5854 "cairo-rs", 5855 "gdk", 5856 "gdk-sys", 5857 "gio", 5858 "gio-sys", 5859 "glib", 5860 "glib-sys", 5861 "gobject-sys", 5862 "gtk", 5863 "gtk-sys", 5864 "javascriptcore-rs", 5865 "libc", 5866 "once_cell", 5867 "soup3", 5868 "webkit2gtk-sys", 5869] 5870 5871[[package]] 5872name = "webkit2gtk-sys" 5873version = "2.0.1" 5874source = "registry+https://github.com/rust-lang/crates.io-index" 5875checksum = "62daa38afc514d1f8f12b8693d30d5993ff77ced33ce30cd04deebc267a6d57c" 5876dependencies = [ 5877 "bitflags 1.3.2", 5878 "cairo-sys-rs", 5879 "gdk-sys", 5880 "gio-sys", 5881 "glib-sys", 5882 "gobject-sys", 5883 "gtk-sys", 5884 "javascriptcore-rs-sys", 5885 "libc", 5886 "pkg-config", 5887 "soup3-sys", 5888 "system-deps", 5889] 5890 5891[[package]] 5892name = "webpki-roots" 5893version = "1.0.2" 5894source = "registry+https://github.com/rust-lang/crates.io-index" 5895checksum = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2" 5896dependencies = [ 5897 "rustls-pki-types", 5898] 5899 5900[[package]] 5901name = "webview2-com" 5902version = "0.38.0" 5903source = "registry+https://github.com/rust-lang/crates.io-index" 5904checksum = "d4ba622a989277ef3886dd5afb3e280e3dd6d974b766118950a08f8f678ad6a4" 5905dependencies = [ 5906 "webview2-com-macros", 5907 "webview2-com-sys", 5908 "windows", 5909 "windows-core", 5910 "windows-implement", 5911 "windows-interface", 5912] 5913 5914[[package]] 5915name = "webview2-com-macros" 5916version = "0.8.0" 5917source = "registry+https://github.com/rust-lang/crates.io-index" 5918checksum = "1d228f15bba3b9d56dde8bddbee66fa24545bd17b48d5128ccf4a8742b18e431" 5919dependencies = [ 5920 "proc-macro2", 5921 "quote", 5922 "syn 2.0.105", 5923] 5924 5925[[package]] 5926name = "webview2-com-sys" 5927version = "0.38.0" 5928source = "registry+https://github.com/rust-lang/crates.io-index" 5929checksum = "36695906a1b53a3bf5c4289621efedac12b73eeb0b89e7e1a89b517302d5d75c" 5930dependencies = [ 5931 "thiserror 2.0.14", 5932 "windows", 5933 "windows-core", 5934] 5935 5936[[package]] 5937name = "weezl" 5938version = "0.1.10" 5939source = "registry+https://github.com/rust-lang/crates.io-index" 5940checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3" 5941 5942[[package]] 5943name = "winapi" 5944version = "0.3.9" 5945source = "registry+https://github.com/rust-lang/crates.io-index" 5946checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 5947dependencies = [ 5948 "winapi-i686-pc-windows-gnu", 5949 "winapi-x86_64-pc-windows-gnu", 5950] 5951 5952[[package]] 5953name = "winapi-i686-pc-windows-gnu" 5954version = "0.4.0" 5955source = "registry+https://github.com/rust-lang/crates.io-index" 5956checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 5957 5958[[package]] 5959name = "winapi-util" 5960version = "0.1.9" 5961source = "registry+https://github.com/rust-lang/crates.io-index" 5962checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 5963dependencies = [ 5964 "windows-sys 0.59.0", 5965] 5966 5967[[package]] 5968name = "winapi-x86_64-pc-windows-gnu" 5969version = "0.4.0" 5970source = "registry+https://github.com/rust-lang/crates.io-index" 5971checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 5972 5973[[package]] 5974name = "window-vibrancy" 5975version = "0.6.0" 5976source = "registry+https://github.com/rust-lang/crates.io-index" 5977checksum = "d9bec5a31f3f9362f2258fd0e9c9dd61a9ca432e7306cc78c444258f0dce9a9c" 5978dependencies = [ 5979 "objc2 0.6.2", 5980 "objc2-app-kit", 5981 "objc2-core-foundation", 5982 "objc2-foundation 0.3.1", 5983 "raw-window-handle", 5984 "windows-sys 0.59.0", 5985 "windows-version", 5986] 5987 5988[[package]] 5989name = "windows" 5990version = "0.61.3" 5991source = "registry+https://github.com/rust-lang/crates.io-index" 5992checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 5993dependencies = [ 5994 "windows-collections", 5995 "windows-core", 5996 "windows-future", 5997 "windows-link", 5998 "windows-numerics", 5999] 6000 6001[[package]] 6002name = "windows-collections" 6003version = "0.2.0" 6004source = "registry+https://github.com/rust-lang/crates.io-index" 6005checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 6006dependencies = [ 6007 "windows-core", 6008] 6009 6010[[package]] 6011name = "windows-core" 6012version = "0.61.2" 6013source = "registry+https://github.com/rust-lang/crates.io-index" 6014checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 6015dependencies = [ 6016 "windows-implement", 6017 "windows-interface", 6018 "windows-link", 6019 "windows-result", 6020 "windows-strings", 6021] 6022 6023[[package]] 6024name = "windows-future" 6025version = "0.2.1" 6026source = "registry+https://github.com/rust-lang/crates.io-index" 6027checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 6028dependencies = [ 6029 "windows-core", 6030 "windows-link", 6031 "windows-threading", 6032] 6033 6034[[package]] 6035name = "windows-implement" 6036version = "0.60.0" 6037source = "registry+https://github.com/rust-lang/crates.io-index" 6038checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" 6039dependencies = [ 6040 "proc-macro2", 6041 "quote", 6042 "syn 2.0.105", 6043] 6044 6045[[package]] 6046name = "windows-interface" 6047version = "0.59.1" 6048source = "registry+https://github.com/rust-lang/crates.io-index" 6049checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" 6050dependencies = [ 6051 "proc-macro2", 6052 "quote", 6053 "syn 2.0.105", 6054] 6055 6056[[package]] 6057name = "windows-link" 6058version = "0.1.3" 6059source = "registry+https://github.com/rust-lang/crates.io-index" 6060checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 6061 6062[[package]] 6063name = "windows-numerics" 6064version = "0.2.0" 6065source = "registry+https://github.com/rust-lang/crates.io-index" 6066checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 6067dependencies = [ 6068 "windows-core", 6069 "windows-link", 6070] 6071 6072[[package]] 6073name = "windows-registry" 6074version = "0.5.3" 6075source = "registry+https://github.com/rust-lang/crates.io-index" 6076checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e" 6077dependencies = [ 6078 "windows-link", 6079 "windows-result", 6080 "windows-strings", 6081] 6082 6083[[package]] 6084name = "windows-result" 6085version = "0.3.4" 6086source = "registry+https://github.com/rust-lang/crates.io-index" 6087checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 6088dependencies = [ 6089 "windows-link", 6090] 6091 6092[[package]] 6093name = "windows-strings" 6094version = "0.4.2" 6095source = "registry+https://github.com/rust-lang/crates.io-index" 6096checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 6097dependencies = [ 6098 "windows-link", 6099] 6100 6101[[package]] 6102name = "windows-sys" 6103version = "0.45.0" 6104source = "registry+https://github.com/rust-lang/crates.io-index" 6105checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 6106dependencies = [ 6107 "windows-targets 0.42.2", 6108] 6109 6110[[package]] 6111name = "windows-sys" 6112version = "0.48.0" 6113source = "registry+https://github.com/rust-lang/crates.io-index" 6114checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 6115dependencies = [ 6116 "windows-targets 0.48.5", 6117] 6118 6119[[package]] 6120name = "windows-sys" 6121version = "0.52.0" 6122source = "registry+https://github.com/rust-lang/crates.io-index" 6123checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 6124dependencies = [ 6125 "windows-targets 0.52.6", 6126] 6127 6128[[package]] 6129name = "windows-sys" 6130version = "0.59.0" 6131source = "registry+https://github.com/rust-lang/crates.io-index" 6132checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 6133dependencies = [ 6134 "windows-targets 0.52.6", 6135] 6136 6137[[package]] 6138name = "windows-sys" 6139version = "0.60.2" 6140source = "registry+https://github.com/rust-lang/crates.io-index" 6141checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 6142dependencies = [ 6143 "windows-targets 0.53.3", 6144] 6145 6146[[package]] 6147name = "windows-targets" 6148version = "0.42.2" 6149source = "registry+https://github.com/rust-lang/crates.io-index" 6150checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 6151dependencies = [ 6152 "windows_aarch64_gnullvm 0.42.2", 6153 "windows_aarch64_msvc 0.42.2", 6154 "windows_i686_gnu 0.42.2", 6155 "windows_i686_msvc 0.42.2", 6156 "windows_x86_64_gnu 0.42.2", 6157 "windows_x86_64_gnullvm 0.42.2", 6158 "windows_x86_64_msvc 0.42.2", 6159] 6160 6161[[package]] 6162name = "windows-targets" 6163version = "0.48.5" 6164source = "registry+https://github.com/rust-lang/crates.io-index" 6165checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 6166dependencies = [ 6167 "windows_aarch64_gnullvm 0.48.5", 6168 "windows_aarch64_msvc 0.48.5", 6169 "windows_i686_gnu 0.48.5", 6170 "windows_i686_msvc 0.48.5", 6171 "windows_x86_64_gnu 0.48.5", 6172 "windows_x86_64_gnullvm 0.48.5", 6173 "windows_x86_64_msvc 0.48.5", 6174] 6175 6176[[package]] 6177name = "windows-targets" 6178version = "0.52.6" 6179source = "registry+https://github.com/rust-lang/crates.io-index" 6180checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 6181dependencies = [ 6182 "windows_aarch64_gnullvm 0.52.6", 6183 "windows_aarch64_msvc 0.52.6", 6184 "windows_i686_gnu 0.52.6", 6185 "windows_i686_gnullvm 0.52.6", 6186 "windows_i686_msvc 0.52.6", 6187 "windows_x86_64_gnu 0.52.6", 6188 "windows_x86_64_gnullvm 0.52.6", 6189 "windows_x86_64_msvc 0.52.6", 6190] 6191 6192[[package]] 6193name = "windows-targets" 6194version = "0.53.3" 6195source = "registry+https://github.com/rust-lang/crates.io-index" 6196checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91" 6197dependencies = [ 6198 "windows-link", 6199 "windows_aarch64_gnullvm 0.53.0", 6200 "windows_aarch64_msvc 0.53.0", 6201 "windows_i686_gnu 0.53.0", 6202 "windows_i686_gnullvm 0.53.0", 6203 "windows_i686_msvc 0.53.0", 6204 "windows_x86_64_gnu 0.53.0", 6205 "windows_x86_64_gnullvm 0.53.0", 6206 "windows_x86_64_msvc 0.53.0", 6207] 6208 6209[[package]] 6210name = "windows-threading" 6211version = "0.1.0" 6212source = "registry+https://github.com/rust-lang/crates.io-index" 6213checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" 6214dependencies = [ 6215 "windows-link", 6216] 6217 6218[[package]] 6219name = "windows-version" 6220version = "0.1.4" 6221source = "registry+https://github.com/rust-lang/crates.io-index" 6222checksum = "e04a5c6627e310a23ad2358483286c7df260c964eb2d003d8efd6d0f4e79265c" 6223dependencies = [ 6224 "windows-link", 6225] 6226 6227[[package]] 6228name = "windows_aarch64_gnullvm" 6229version = "0.42.2" 6230source = "registry+https://github.com/rust-lang/crates.io-index" 6231checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 6232 6233[[package]] 6234name = "windows_aarch64_gnullvm" 6235version = "0.48.5" 6236source = "registry+https://github.com/rust-lang/crates.io-index" 6237checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 6238 6239[[package]] 6240name = "windows_aarch64_gnullvm" 6241version = "0.52.6" 6242source = "registry+https://github.com/rust-lang/crates.io-index" 6243checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 6244 6245[[package]] 6246name = "windows_aarch64_gnullvm" 6247version = "0.53.0" 6248source = "registry+https://github.com/rust-lang/crates.io-index" 6249checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" 6250 6251[[package]] 6252name = "windows_aarch64_msvc" 6253version = "0.42.2" 6254source = "registry+https://github.com/rust-lang/crates.io-index" 6255checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 6256 6257[[package]] 6258name = "windows_aarch64_msvc" 6259version = "0.48.5" 6260source = "registry+https://github.com/rust-lang/crates.io-index" 6261checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 6262 6263[[package]] 6264name = "windows_aarch64_msvc" 6265version = "0.52.6" 6266source = "registry+https://github.com/rust-lang/crates.io-index" 6267checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 6268 6269[[package]] 6270name = "windows_aarch64_msvc" 6271version = "0.53.0" 6272source = "registry+https://github.com/rust-lang/crates.io-index" 6273checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" 6274 6275[[package]] 6276name = "windows_i686_gnu" 6277version = "0.42.2" 6278source = "registry+https://github.com/rust-lang/crates.io-index" 6279checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 6280 6281[[package]] 6282name = "windows_i686_gnu" 6283version = "0.48.5" 6284source = "registry+https://github.com/rust-lang/crates.io-index" 6285checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 6286 6287[[package]] 6288name = "windows_i686_gnu" 6289version = "0.52.6" 6290source = "registry+https://github.com/rust-lang/crates.io-index" 6291checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 6292 6293[[package]] 6294name = "windows_i686_gnu" 6295version = "0.53.0" 6296source = "registry+https://github.com/rust-lang/crates.io-index" 6297checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" 6298 6299[[package]] 6300name = "windows_i686_gnullvm" 6301version = "0.52.6" 6302source = "registry+https://github.com/rust-lang/crates.io-index" 6303checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 6304 6305[[package]] 6306name = "windows_i686_gnullvm" 6307version = "0.53.0" 6308source = "registry+https://github.com/rust-lang/crates.io-index" 6309checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" 6310 6311[[package]] 6312name = "windows_i686_msvc" 6313version = "0.42.2" 6314source = "registry+https://github.com/rust-lang/crates.io-index" 6315checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 6316 6317[[package]] 6318name = "windows_i686_msvc" 6319version = "0.48.5" 6320source = "registry+https://github.com/rust-lang/crates.io-index" 6321checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 6322 6323[[package]] 6324name = "windows_i686_msvc" 6325version = "0.52.6" 6326source = "registry+https://github.com/rust-lang/crates.io-index" 6327checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 6328 6329[[package]] 6330name = "windows_i686_msvc" 6331version = "0.53.0" 6332source = "registry+https://github.com/rust-lang/crates.io-index" 6333checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" 6334 6335[[package]] 6336name = "windows_x86_64_gnu" 6337version = "0.42.2" 6338source = "registry+https://github.com/rust-lang/crates.io-index" 6339checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 6340 6341[[package]] 6342name = "windows_x86_64_gnu" 6343version = "0.48.5" 6344source = "registry+https://github.com/rust-lang/crates.io-index" 6345checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 6346 6347[[package]] 6348name = "windows_x86_64_gnu" 6349version = "0.52.6" 6350source = "registry+https://github.com/rust-lang/crates.io-index" 6351checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 6352 6353[[package]] 6354name = "windows_x86_64_gnu" 6355version = "0.53.0" 6356source = "registry+https://github.com/rust-lang/crates.io-index" 6357checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" 6358 6359[[package]] 6360name = "windows_x86_64_gnullvm" 6361version = "0.42.2" 6362source = "registry+https://github.com/rust-lang/crates.io-index" 6363checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 6364 6365[[package]] 6366name = "windows_x86_64_gnullvm" 6367version = "0.48.5" 6368source = "registry+https://github.com/rust-lang/crates.io-index" 6369checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 6370 6371[[package]] 6372name = "windows_x86_64_gnullvm" 6373version = "0.52.6" 6374source = "registry+https://github.com/rust-lang/crates.io-index" 6375checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 6376 6377[[package]] 6378name = "windows_x86_64_gnullvm" 6379version = "0.53.0" 6380source = "registry+https://github.com/rust-lang/crates.io-index" 6381checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" 6382 6383[[package]] 6384name = "windows_x86_64_msvc" 6385version = "0.42.2" 6386source = "registry+https://github.com/rust-lang/crates.io-index" 6387checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 6388 6389[[package]] 6390name = "windows_x86_64_msvc" 6391version = "0.48.5" 6392source = "registry+https://github.com/rust-lang/crates.io-index" 6393checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 6394 6395[[package]] 6396name = "windows_x86_64_msvc" 6397version = "0.52.6" 6398source = "registry+https://github.com/rust-lang/crates.io-index" 6399checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 6400 6401[[package]] 6402name = "windows_x86_64_msvc" 6403version = "0.53.0" 6404source = "registry+https://github.com/rust-lang/crates.io-index" 6405checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" 6406 6407[[package]] 6408name = "winnow" 6409version = "0.5.40" 6410source = "registry+https://github.com/rust-lang/crates.io-index" 6411checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" 6412dependencies = [ 6413 "memchr", 6414] 6415 6416[[package]] 6417name = "winnow" 6418version = "0.7.12" 6419source = "registry+https://github.com/rust-lang/crates.io-index" 6420checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95" 6421dependencies = [ 6422 "memchr", 6423] 6424 6425[[package]] 6426name = "winreg" 6427version = "0.55.0" 6428source = "registry+https://github.com/rust-lang/crates.io-index" 6429checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97" 6430dependencies = [ 6431 "cfg-if", 6432 "windows-sys 0.59.0", 6433] 6434 6435[[package]] 6436name = "wit-bindgen-rt" 6437version = "0.39.0" 6438source = "registry+https://github.com/rust-lang/crates.io-index" 6439checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" 6440dependencies = [ 6441 "bitflags 2.9.1", 6442] 6443 6444[[package]] 6445name = "writeable" 6446version = "0.6.1" 6447source = "registry+https://github.com/rust-lang/crates.io-index" 6448checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" 6449 6450[[package]] 6451name = "wry" 6452version = "0.52.1" 6453source = "registry+https://github.com/rust-lang/crates.io-index" 6454checksum = "12a714d9ba7075aae04a6e50229d6109e3d584774b99a6a8c60de1698ca111b9" 6455dependencies = [ 6456 "base64 0.22.1", 6457 "block2 0.6.1", 6458 "cookie", 6459 "crossbeam-channel", 6460 "dpi", 6461 "dunce", 6462 "gdkx11", 6463 "gtk", 6464 "html5ever", 6465 "http", 6466 "javascriptcore-rs", 6467 "jni", 6468 "kuchikiki", 6469 "libc", 6470 "ndk", 6471 "objc2 0.6.2", 6472 "objc2-app-kit", 6473 "objc2-core-foundation", 6474 "objc2-foundation 0.3.1", 6475 "objc2-ui-kit", 6476 "objc2-web-kit", 6477 "once_cell", 6478 "percent-encoding", 6479 "raw-window-handle", 6480 "sha2", 6481 "soup3", 6482 "tao-macros", 6483 "thiserror 2.0.14", 6484 "url", 6485 "webkit2gtk", 6486 "webkit2gtk-sys", 6487 "webview2-com", 6488 "windows", 6489 "windows-core", 6490 "windows-version", 6491 "x11-dl", 6492] 6493 6494[[package]] 6495name = "x11" 6496version = "2.21.0" 6497source = "registry+https://github.com/rust-lang/crates.io-index" 6498checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e" 6499dependencies = [ 6500 "libc", 6501 "pkg-config", 6502] 6503 6504[[package]] 6505name = "x11-dl" 6506version = "2.21.0" 6507source = "registry+https://github.com/rust-lang/crates.io-index" 6508checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 6509dependencies = [ 6510 "libc", 6511 "once_cell", 6512 "pkg-config", 6513] 6514 6515[[package]] 6516name = "x11rb" 6517version = "0.13.1" 6518source = "registry+https://github.com/rust-lang/crates.io-index" 6519checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12" 6520dependencies = [ 6521 "gethostname", 6522 "rustix 0.38.44", 6523 "x11rb-protocol", 6524] 6525 6526[[package]] 6527name = "x11rb-protocol" 6528version = "0.13.1" 6529source = "registry+https://github.com/rust-lang/crates.io-index" 6530checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d" 6531 6532[[package]] 6533name = "yoke" 6534version = "0.8.0" 6535source = "registry+https://github.com/rust-lang/crates.io-index" 6536checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" 6537dependencies = [ 6538 "serde", 6539 "stable_deref_trait", 6540 "yoke-derive", 6541 "zerofrom", 6542] 6543 6544[[package]] 6545name = "yoke-derive" 6546version = "0.8.0" 6547source = "registry+https://github.com/rust-lang/crates.io-index" 6548checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" 6549dependencies = [ 6550 "proc-macro2", 6551 "quote", 6552 "syn 2.0.105", 6553 "synstructure", 6554] 6555 6556[[package]] 6557name = "zbus" 6558version = "5.9.0" 6559source = "registry+https://github.com/rust-lang/crates.io-index" 6560checksum = "4bb4f9a464286d42851d18a605f7193b8febaf5b0919d71c6399b7b26e5b0aad" 6561dependencies = [ 6562 "async-broadcast", 6563 "async-executor", 6564 "async-io", 6565 "async-lock", 6566 "async-process", 6567 "async-recursion", 6568 "async-task", 6569 "async-trait", 6570 "blocking", 6571 "enumflags2", 6572 "event-listener", 6573 "futures-core", 6574 "futures-lite", 6575 "hex", 6576 "nix", 6577 "ordered-stream", 6578 "serde", 6579 "serde_repr", 6580 "tracing", 6581 "uds_windows", 6582 "windows-sys 0.59.0", 6583 "winnow 0.7.12", 6584 "zbus_macros", 6585 "zbus_names", 6586 "zvariant", 6587] 6588 6589[[package]] 6590name = "zbus_macros" 6591version = "5.9.0" 6592source = "registry+https://github.com/rust-lang/crates.io-index" 6593checksum = "ef9859f68ee0c4ee2e8cde84737c78e3f4c54f946f2a38645d0d4c7a95327659" 6594dependencies = [ 6595 "proc-macro-crate 3.3.0", 6596 "proc-macro2", 6597 "quote", 6598 "syn 2.0.105", 6599 "zbus_names", 6600 "zvariant", 6601 "zvariant_utils", 6602] 6603 6604[[package]] 6605name = "zbus_names" 6606version = "4.2.0" 6607source = "registry+https://github.com/rust-lang/crates.io-index" 6608checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97" 6609dependencies = [ 6610 "serde", 6611 "static_assertions", 6612 "winnow 0.7.12", 6613 "zvariant", 6614] 6615 6616[[package]] 6617name = "zerocopy" 6618version = "0.8.26" 6619source = "registry+https://github.com/rust-lang/crates.io-index" 6620checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f" 6621dependencies = [ 6622 "zerocopy-derive", 6623] 6624 6625[[package]] 6626name = "zerocopy-derive" 6627version = "0.8.26" 6628source = "registry+https://github.com/rust-lang/crates.io-index" 6629checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181" 6630dependencies = [ 6631 "proc-macro2", 6632 "quote", 6633 "syn 2.0.105", 6634] 6635 6636[[package]] 6637name = "zerofrom" 6638version = "0.1.6" 6639source = "registry+https://github.com/rust-lang/crates.io-index" 6640checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 6641dependencies = [ 6642 "zerofrom-derive", 6643] 6644 6645[[package]] 6646name = "zerofrom-derive" 6647version = "0.1.6" 6648source = "registry+https://github.com/rust-lang/crates.io-index" 6649checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 6650dependencies = [ 6651 "proc-macro2", 6652 "quote", 6653 "syn 2.0.105", 6654 "synstructure", 6655] 6656 6657[[package]] 6658name = "zeroize" 6659version = "1.8.1" 6660source = "registry+https://github.com/rust-lang/crates.io-index" 6661checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 6662 6663[[package]] 6664name = "zerotrie" 6665version = "0.2.2" 6666source = "registry+https://github.com/rust-lang/crates.io-index" 6667checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" 6668dependencies = [ 6669 "displaydoc", 6670 "yoke", 6671 "zerofrom", 6672] 6673 6674[[package]] 6675name = "zerovec" 6676version = "0.11.4" 6677source = "registry+https://github.com/rust-lang/crates.io-index" 6678checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b" 6679dependencies = [ 6680 "yoke", 6681 "zerofrom", 6682 "zerovec-derive", 6683] 6684 6685[[package]] 6686name = "zerovec-derive" 6687version = "0.11.1" 6688source = "registry+https://github.com/rust-lang/crates.io-index" 6689checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" 6690dependencies = [ 6691 "proc-macro2", 6692 "quote", 6693 "syn 2.0.105", 6694] 6695 6696[[package]] 6697name = "zune-core" 6698version = "0.4.12" 6699source = "registry+https://github.com/rust-lang/crates.io-index" 6700checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a" 6701 6702[[package]] 6703name = "zune-inflate" 6704version = "0.2.54" 6705source = "registry+https://github.com/rust-lang/crates.io-index" 6706checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" 6707dependencies = [ 6708 "simd-adler32", 6709] 6710 6711[[package]] 6712name = "zune-jpeg" 6713version = "0.4.20" 6714source = "registry+https://github.com/rust-lang/crates.io-index" 6715checksum = "fc1f7e205ce79eb2da3cd71c5f55f3589785cb7c79f6a03d1c8d1491bda5d089" 6716dependencies = [ 6717 "zune-core", 6718] 6719 6720[[package]] 6721name = "zvariant" 6722version = "5.6.0" 6723source = "registry+https://github.com/rust-lang/crates.io-index" 6724checksum = "d91b3680bb339216abd84714172b5138a4edac677e641ef17e1d8cb1b3ca6e6f" 6725dependencies = [ 6726 "endi", 6727 "enumflags2", 6728 "serde", 6729 "winnow 0.7.12", 6730 "zvariant_derive", 6731 "zvariant_utils", 6732] 6733 6734[[package]] 6735name = "zvariant_derive" 6736version = "5.6.0" 6737source = "registry+https://github.com/rust-lang/crates.io-index" 6738checksum = "3a8c68501be459a8dbfffbe5d792acdd23b4959940fc87785fb013b32edbc208" 6739dependencies = [ 6740 "proc-macro-crate 3.3.0", 6741 "proc-macro2", 6742 "quote", 6743 "syn 2.0.105", 6744 "zvariant_utils", 6745] 6746 6747[[package]] 6748name = "zvariant_utils" 6749version = "3.2.0" 6750source = "registry+https://github.com/rust-lang/crates.io-index" 6751checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34" 6752dependencies = [ 6753 "proc-macro2", 6754 "quote", 6755 "serde", 6756 "static_assertions", 6757 "syn 2.0.105", 6758 "winnow 0.7.12", 6759]