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