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