An easy-to-host PDS on the ATProtocol, MacOS. Grandma-approved.
at main 7375 lines 178 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 = "adler2" 7version = "2.0.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 10 11[[package]] 12name = "aead" 13version = "0.5.2" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" 16dependencies = [ 17 "crypto-common", 18 "generic-array", 19] 20 21[[package]] 22name = "aes" 23version = "0.8.4" 24source = "registry+https://github.com/rust-lang/crates.io-index" 25checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" 26dependencies = [ 27 "cfg-if", 28 "cipher", 29 "cpufeatures", 30] 31 32[[package]] 33name = "aes-gcm" 34version = "0.10.3" 35source = "registry+https://github.com/rust-lang/crates.io-index" 36checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" 37dependencies = [ 38 "aead", 39 "aes", 40 "cipher", 41 "ctr", 42 "ghash", 43 "subtle", 44] 45 46[[package]] 47name = "aho-corasick" 48version = "1.1.4" 49source = "registry+https://github.com/rust-lang/crates.io-index" 50checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 51dependencies = [ 52 "memchr", 53] 54 55[[package]] 56name = "alloc-no-stdlib" 57version = "2.0.4" 58source = "registry+https://github.com/rust-lang/crates.io-index" 59checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 60 61[[package]] 62name = "alloc-stdlib" 63version = "0.2.2" 64source = "registry+https://github.com/rust-lang/crates.io-index" 65checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 66dependencies = [ 67 "alloc-no-stdlib", 68] 69 70[[package]] 71name = "allocator-api2" 72version = "0.2.21" 73source = "registry+https://github.com/rust-lang/crates.io-index" 74checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 75 76[[package]] 77name = "android_system_properties" 78version = "0.1.5" 79source = "registry+https://github.com/rust-lang/crates.io-index" 80checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 81dependencies = [ 82 "libc", 83] 84 85[[package]] 86name = "anstream" 87version = "0.6.21" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 90dependencies = [ 91 "anstyle", 92 "anstyle-parse", 93 "anstyle-query", 94 "anstyle-wincon", 95 "colorchoice", 96 "is_terminal_polyfill", 97 "utf8parse", 98] 99 100[[package]] 101name = "anstyle" 102version = "1.0.13" 103source = "registry+https://github.com/rust-lang/crates.io-index" 104checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 105 106[[package]] 107name = "anstyle-parse" 108version = "0.2.7" 109source = "registry+https://github.com/rust-lang/crates.io-index" 110checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 111dependencies = [ 112 "utf8parse", 113] 114 115[[package]] 116name = "anstyle-query" 117version = "1.1.5" 118source = "registry+https://github.com/rust-lang/crates.io-index" 119checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 120dependencies = [ 121 "windows-sys 0.61.2", 122] 123 124[[package]] 125name = "anstyle-wincon" 126version = "3.0.11" 127source = "registry+https://github.com/rust-lang/crates.io-index" 128checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 129dependencies = [ 130 "anstyle", 131 "once_cell_polyfill", 132 "windows-sys 0.61.2", 133] 134 135[[package]] 136name = "anyhow" 137version = "1.0.102" 138source = "registry+https://github.com/rust-lang/crates.io-index" 139checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" 140 141[[package]] 142name = "assert-json-diff" 143version = "2.0.2" 144source = "registry+https://github.com/rust-lang/crates.io-index" 145checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12" 146dependencies = [ 147 "serde", 148 "serde_json", 149] 150 151[[package]] 152name = "async-stream" 153version = "0.3.6" 154source = "registry+https://github.com/rust-lang/crates.io-index" 155checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" 156dependencies = [ 157 "async-stream-impl", 158 "futures-core", 159 "pin-project-lite", 160] 161 162[[package]] 163name = "async-stream-impl" 164version = "0.3.6" 165source = "registry+https://github.com/rust-lang/crates.io-index" 166checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" 167dependencies = [ 168 "proc-macro2", 169 "quote", 170 "syn 2.0.117", 171] 172 173[[package]] 174name = "async-trait" 175version = "0.1.89" 176source = "registry+https://github.com/rust-lang/crates.io-index" 177checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 178dependencies = [ 179 "proc-macro2", 180 "quote", 181 "syn 2.0.117", 182] 183 184[[package]] 185name = "atk" 186version = "0.18.2" 187source = "registry+https://github.com/rust-lang/crates.io-index" 188checksum = "241b621213072e993be4f6f3a9e4b45f65b7e6faad43001be957184b7bb1824b" 189dependencies = [ 190 "atk-sys", 191 "glib", 192 "libc", 193] 194 195[[package]] 196name = "atk-sys" 197version = "0.18.2" 198source = "registry+https://github.com/rust-lang/crates.io-index" 199checksum = "c5e48b684b0ca77d2bbadeef17424c2ea3c897d44d566a1617e7e8f30614d086" 200dependencies = [ 201 "glib-sys", 202 "gobject-sys", 203 "libc", 204 "system-deps", 205] 206 207[[package]] 208name = "atoi" 209version = "2.0.0" 210source = "registry+https://github.com/rust-lang/crates.io-index" 211checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" 212dependencies = [ 213 "num-traits", 214] 215 216[[package]] 217name = "atomic-waker" 218version = "1.1.2" 219source = "registry+https://github.com/rust-lang/crates.io-index" 220checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 221 222[[package]] 223name = "autocfg" 224version = "1.5.0" 225source = "registry+https://github.com/rust-lang/crates.io-index" 226checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 227 228[[package]] 229name = "axum" 230version = "0.7.9" 231source = "registry+https://github.com/rust-lang/crates.io-index" 232checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" 233dependencies = [ 234 "async-trait", 235 "axum-core", 236 "bytes", 237 "futures-util", 238 "http", 239 "http-body", 240 "http-body-util", 241 "hyper", 242 "hyper-util", 243 "itoa", 244 "matchit", 245 "memchr", 246 "mime", 247 "percent-encoding", 248 "pin-project-lite", 249 "rustversion", 250 "serde", 251 "serde_json", 252 "serde_path_to_error", 253 "serde_urlencoded", 254 "sync_wrapper", 255 "tokio", 256 "tower 0.5.3", 257 "tower-layer", 258 "tower-service", 259 "tracing", 260] 261 262[[package]] 263name = "axum-core" 264version = "0.4.5" 265source = "registry+https://github.com/rust-lang/crates.io-index" 266checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199" 267dependencies = [ 268 "async-trait", 269 "bytes", 270 "futures-util", 271 "http", 272 "http-body", 273 "http-body-util", 274 "mime", 275 "pin-project-lite", 276 "rustversion", 277 "sync_wrapper", 278 "tower-layer", 279 "tower-service", 280 "tracing", 281] 282 283[[package]] 284name = "base-x" 285version = "0.2.11" 286source = "registry+https://github.com/rust-lang/crates.io-index" 287checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 288 289[[package]] 290name = "base16ct" 291version = "0.2.0" 292source = "registry+https://github.com/rust-lang/crates.io-index" 293checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 294 295[[package]] 296name = "base256emoji" 297version = "1.0.2" 298source = "registry+https://github.com/rust-lang/crates.io-index" 299checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c" 300dependencies = [ 301 "const-str", 302 "match-lookup", 303] 304 305[[package]] 306name = "base64" 307version = "0.21.7" 308source = "registry+https://github.com/rust-lang/crates.io-index" 309checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 310 311[[package]] 312name = "base64" 313version = "0.22.1" 314source = "registry+https://github.com/rust-lang/crates.io-index" 315checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 316 317[[package]] 318name = "base64ct" 319version = "1.8.3" 320source = "registry+https://github.com/rust-lang/crates.io-index" 321checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" 322 323[[package]] 324name = "bit-set" 325version = "0.8.0" 326source = "registry+https://github.com/rust-lang/crates.io-index" 327checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" 328dependencies = [ 329 "bit-vec", 330] 331 332[[package]] 333name = "bit-vec" 334version = "0.8.0" 335source = "registry+https://github.com/rust-lang/crates.io-index" 336checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" 337 338[[package]] 339name = "bitflags" 340version = "1.3.2" 341source = "registry+https://github.com/rust-lang/crates.io-index" 342checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 343 344[[package]] 345name = "bitflags" 346version = "2.11.0" 347source = "registry+https://github.com/rust-lang/crates.io-index" 348checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" 349dependencies = [ 350 "serde_core", 351] 352 353[[package]] 354name = "block-buffer" 355version = "0.10.4" 356source = "registry+https://github.com/rust-lang/crates.io-index" 357checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 358dependencies = [ 359 "generic-array", 360] 361 362[[package]] 363name = "block2" 364version = "0.6.2" 365source = "registry+https://github.com/rust-lang/crates.io-index" 366checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" 367dependencies = [ 368 "objc2", 369] 370 371[[package]] 372name = "brotli" 373version = "8.0.2" 374source = "registry+https://github.com/rust-lang/crates.io-index" 375checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560" 376dependencies = [ 377 "alloc-no-stdlib", 378 "alloc-stdlib", 379 "brotli-decompressor", 380] 381 382[[package]] 383name = "brotli-decompressor" 384version = "5.0.0" 385source = "registry+https://github.com/rust-lang/crates.io-index" 386checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" 387dependencies = [ 388 "alloc-no-stdlib", 389 "alloc-stdlib", 390] 391 392[[package]] 393name = "bumpalo" 394version = "3.20.2" 395source = "registry+https://github.com/rust-lang/crates.io-index" 396checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" 397 398[[package]] 399name = "bytemuck" 400version = "1.25.0" 401source = "registry+https://github.com/rust-lang/crates.io-index" 402checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" 403 404[[package]] 405name = "byteorder" 406version = "1.5.0" 407source = "registry+https://github.com/rust-lang/crates.io-index" 408checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 409 410[[package]] 411name = "bytes" 412version = "1.11.1" 413source = "registry+https://github.com/rust-lang/crates.io-index" 414checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 415dependencies = [ 416 "serde", 417] 418 419[[package]] 420name = "cairo-rs" 421version = "0.18.5" 422source = "registry+https://github.com/rust-lang/crates.io-index" 423checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2" 424dependencies = [ 425 "bitflags 2.11.0", 426 "cairo-sys-rs", 427 "glib", 428 "libc", 429 "once_cell", 430 "thiserror 1.0.69", 431] 432 433[[package]] 434name = "cairo-sys-rs" 435version = "0.18.2" 436source = "registry+https://github.com/rust-lang/crates.io-index" 437checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51" 438dependencies = [ 439 "glib-sys", 440 "libc", 441 "system-deps", 442] 443 444[[package]] 445name = "camino" 446version = "1.2.2" 447source = "registry+https://github.com/rust-lang/crates.io-index" 448checksum = "e629a66d692cb9ff1a1c664e41771b3dcaf961985a9774c0eb0bd1b51cf60a48" 449dependencies = [ 450 "serde_core", 451] 452 453[[package]] 454name = "cargo-platform" 455version = "0.1.9" 456source = "registry+https://github.com/rust-lang/crates.io-index" 457checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea" 458dependencies = [ 459 "serde", 460] 461 462[[package]] 463name = "cargo_metadata" 464version = "0.19.2" 465source = "registry+https://github.com/rust-lang/crates.io-index" 466checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba" 467dependencies = [ 468 "camino", 469 "cargo-platform", 470 "semver", 471 "serde", 472 "serde_json", 473 "thiserror 2.0.18", 474] 475 476[[package]] 477name = "cargo_toml" 478version = "0.22.3" 479source = "registry+https://github.com/rust-lang/crates.io-index" 480checksum = "374b7c592d9c00c1f4972ea58390ac6b18cbb6ab79011f3bdc90a0b82ca06b77" 481dependencies = [ 482 "serde", 483 "toml 0.9.12+spec-1.1.0", 484] 485 486[[package]] 487name = "cc" 488version = "1.2.56" 489source = "registry+https://github.com/rust-lang/crates.io-index" 490checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2" 491dependencies = [ 492 "find-msvc-tools", 493 "shlex", 494] 495 496[[package]] 497name = "cesu8" 498version = "1.1.0" 499source = "registry+https://github.com/rust-lang/crates.io-index" 500checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 501 502[[package]] 503name = "cfb" 504version = "0.7.3" 505source = "registry+https://github.com/rust-lang/crates.io-index" 506checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f" 507dependencies = [ 508 "byteorder", 509 "fnv", 510 "uuid", 511] 512 513[[package]] 514name = "cfg-expr" 515version = "0.15.8" 516source = "registry+https://github.com/rust-lang/crates.io-index" 517checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" 518dependencies = [ 519 "smallvec", 520 "target-lexicon", 521] 522 523[[package]] 524name = "cfg-if" 525version = "1.0.4" 526source = "registry+https://github.com/rust-lang/crates.io-index" 527checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 528 529[[package]] 530name = "cfg_aliases" 531version = "0.2.1" 532source = "registry+https://github.com/rust-lang/crates.io-index" 533checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 534 535[[package]] 536name = "chrono" 537version = "0.4.44" 538source = "registry+https://github.com/rust-lang/crates.io-index" 539checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" 540dependencies = [ 541 "iana-time-zone", 542 "num-traits", 543 "serde", 544 "windows-link 0.2.1", 545] 546 547[[package]] 548name = "ciborium" 549version = "0.2.2" 550source = "registry+https://github.com/rust-lang/crates.io-index" 551checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 552dependencies = [ 553 "ciborium-io", 554 "ciborium-ll", 555 "serde", 556] 557 558[[package]] 559name = "ciborium-io" 560version = "0.2.2" 561source = "registry+https://github.com/rust-lang/crates.io-index" 562checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 563 564[[package]] 565name = "ciborium-ll" 566version = "0.2.2" 567source = "registry+https://github.com/rust-lang/crates.io-index" 568checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 569dependencies = [ 570 "ciborium-io", 571 "half", 572] 573 574[[package]] 575name = "cipher" 576version = "0.4.4" 577source = "registry+https://github.com/rust-lang/crates.io-index" 578checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 579dependencies = [ 580 "crypto-common", 581 "inout", 582] 583 584[[package]] 585name = "clap" 586version = "4.5.60" 587source = "registry+https://github.com/rust-lang/crates.io-index" 588checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a" 589dependencies = [ 590 "clap_builder", 591 "clap_derive", 592] 593 594[[package]] 595name = "clap_builder" 596version = "4.5.60" 597source = "registry+https://github.com/rust-lang/crates.io-index" 598checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876" 599dependencies = [ 600 "anstream", 601 "anstyle", 602 "clap_lex", 603 "strsim", 604] 605 606[[package]] 607name = "clap_derive" 608version = "4.5.55" 609source = "registry+https://github.com/rust-lang/crates.io-index" 610checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5" 611dependencies = [ 612 "heck 0.5.0", 613 "proc-macro2", 614 "quote", 615 "syn 2.0.117", 616] 617 618[[package]] 619name = "clap_lex" 620version = "1.0.0" 621source = "registry+https://github.com/rust-lang/crates.io-index" 622checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831" 623 624[[package]] 625name = "colorchoice" 626version = "1.0.4" 627source = "registry+https://github.com/rust-lang/crates.io-index" 628checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 629 630[[package]] 631name = "combine" 632version = "4.6.7" 633source = "registry+https://github.com/rust-lang/crates.io-index" 634checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 635dependencies = [ 636 "bytes", 637 "memchr", 638] 639 640[[package]] 641name = "common" 642version = "0.1.0" 643dependencies = [ 644 "axum", 645 "serde", 646 "serde_json", 647 "tempfile", 648 "thiserror 2.0.18", 649 "tokio", 650 "toml 0.8.23", 651 "tracing", 652 "zeroize", 653] 654 655[[package]] 656name = "concurrent-queue" 657version = "2.5.0" 658source = "registry+https://github.com/rust-lang/crates.io-index" 659checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 660dependencies = [ 661 "crossbeam-utils", 662] 663 664[[package]] 665name = "const-oid" 666version = "0.9.6" 667source = "registry+https://github.com/rust-lang/crates.io-index" 668checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 669 670[[package]] 671name = "const-str" 672version = "0.4.3" 673source = "registry+https://github.com/rust-lang/crates.io-index" 674checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3" 675 676[[package]] 677name = "convert_case" 678version = "0.4.0" 679source = "registry+https://github.com/rust-lang/crates.io-index" 680checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 681 682[[package]] 683name = "cookie" 684version = "0.18.1" 685source = "registry+https://github.com/rust-lang/crates.io-index" 686checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" 687dependencies = [ 688 "time", 689 "version_check", 690] 691 692[[package]] 693name = "core-foundation" 694version = "0.9.4" 695source = "registry+https://github.com/rust-lang/crates.io-index" 696checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 697dependencies = [ 698 "core-foundation-sys", 699 "libc", 700] 701 702[[package]] 703name = "core-foundation" 704version = "0.10.1" 705source = "registry+https://github.com/rust-lang/crates.io-index" 706checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 707dependencies = [ 708 "core-foundation-sys", 709 "libc", 710] 711 712[[package]] 713name = "core-foundation-sys" 714version = "0.8.7" 715source = "registry+https://github.com/rust-lang/crates.io-index" 716checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 717 718[[package]] 719name = "core-graphics" 720version = "0.25.0" 721source = "registry+https://github.com/rust-lang/crates.io-index" 722checksum = "064badf302c3194842cf2c5d61f56cc88e54a759313879cdf03abdd27d0c3b97" 723dependencies = [ 724 "bitflags 2.11.0", 725 "core-foundation 0.10.1", 726 "core-graphics-types", 727 "foreign-types 0.5.0", 728 "libc", 729] 730 731[[package]] 732name = "core-graphics-types" 733version = "0.2.0" 734source = "registry+https://github.com/rust-lang/crates.io-index" 735checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb" 736dependencies = [ 737 "bitflags 2.11.0", 738 "core-foundation 0.10.1", 739 "libc", 740] 741 742[[package]] 743name = "cpufeatures" 744version = "0.2.17" 745source = "registry+https://github.com/rust-lang/crates.io-index" 746checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 747dependencies = [ 748 "libc", 749] 750 751[[package]] 752name = "crc" 753version = "3.4.0" 754source = "registry+https://github.com/rust-lang/crates.io-index" 755checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d" 756dependencies = [ 757 "crc-catalog", 758] 759 760[[package]] 761name = "crc-catalog" 762version = "2.4.0" 763source = "registry+https://github.com/rust-lang/crates.io-index" 764checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 765 766[[package]] 767name = "crc32fast" 768version = "1.5.0" 769source = "registry+https://github.com/rust-lang/crates.io-index" 770checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 771dependencies = [ 772 "cfg-if", 773] 774 775[[package]] 776name = "critical-section" 777version = "1.2.0" 778source = "registry+https://github.com/rust-lang/crates.io-index" 779checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" 780 781[[package]] 782name = "crossbeam-channel" 783version = "0.5.15" 784source = "registry+https://github.com/rust-lang/crates.io-index" 785checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 786dependencies = [ 787 "crossbeam-utils", 788] 789 790[[package]] 791name = "crossbeam-epoch" 792version = "0.9.18" 793source = "registry+https://github.com/rust-lang/crates.io-index" 794checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 795dependencies = [ 796 "crossbeam-utils", 797] 798 799[[package]] 800name = "crossbeam-queue" 801version = "0.3.12" 802source = "registry+https://github.com/rust-lang/crates.io-index" 803checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" 804dependencies = [ 805 "crossbeam-utils", 806] 807 808[[package]] 809name = "crossbeam-utils" 810version = "0.8.21" 811source = "registry+https://github.com/rust-lang/crates.io-index" 812checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 813 814[[package]] 815name = "crunchy" 816version = "0.2.4" 817source = "registry+https://github.com/rust-lang/crates.io-index" 818checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 819 820[[package]] 821name = "crypto" 822version = "0.1.0" 823dependencies = [ 824 "aes-gcm", 825 "base64 0.21.7", 826 "ciborium", 827 "data-encoding", 828 "multibase", 829 "p256", 830 "rand_core 0.6.4", 831 "serde", 832 "serde_json", 833 "sha2", 834 "thiserror 2.0.18", 835 "zeroize", 836] 837 838[[package]] 839name = "crypto-bigint" 840version = "0.5.5" 841source = "registry+https://github.com/rust-lang/crates.io-index" 842checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 843dependencies = [ 844 "generic-array", 845 "rand_core 0.6.4", 846 "subtle", 847 "zeroize", 848] 849 850[[package]] 851name = "crypto-common" 852version = "0.1.7" 853source = "registry+https://github.com/rust-lang/crates.io-index" 854checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" 855dependencies = [ 856 "generic-array", 857 "rand_core 0.6.4", 858 "typenum", 859] 860 861[[package]] 862name = "cssparser" 863version = "0.29.6" 864source = "registry+https://github.com/rust-lang/crates.io-index" 865checksum = "f93d03419cb5950ccfd3daf3ff1c7a36ace64609a1a8746d493df1ca0afde0fa" 866dependencies = [ 867 "cssparser-macros", 868 "dtoa-short", 869 "itoa", 870 "matches", 871 "phf 0.10.1", 872 "proc-macro2", 873 "quote", 874 "smallvec", 875 "syn 1.0.109", 876] 877 878[[package]] 879name = "cssparser" 880version = "0.36.0" 881source = "registry+https://github.com/rust-lang/crates.io-index" 882checksum = "dae61cf9c0abb83bd659dab65b7e4e38d8236824c85f0f804f173567bda257d2" 883dependencies = [ 884 "cssparser-macros", 885 "dtoa-short", 886 "itoa", 887 "phf 0.13.1", 888 "smallvec", 889] 890 891[[package]] 892name = "cssparser-macros" 893version = "0.6.1" 894source = "registry+https://github.com/rust-lang/crates.io-index" 895checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" 896dependencies = [ 897 "quote", 898 "syn 2.0.117", 899] 900 901[[package]] 902name = "ctor" 903version = "0.2.9" 904source = "registry+https://github.com/rust-lang/crates.io-index" 905checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501" 906dependencies = [ 907 "quote", 908 "syn 2.0.117", 909] 910 911[[package]] 912name = "ctr" 913version = "0.9.2" 914source = "registry+https://github.com/rust-lang/crates.io-index" 915checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" 916dependencies = [ 917 "cipher", 918] 919 920[[package]] 921name = "darling" 922version = "0.23.0" 923source = "registry+https://github.com/rust-lang/crates.io-index" 924checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" 925dependencies = [ 926 "darling_core", 927 "darling_macro", 928] 929 930[[package]] 931name = "darling_core" 932version = "0.23.0" 933source = "registry+https://github.com/rust-lang/crates.io-index" 934checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" 935dependencies = [ 936 "ident_case", 937 "proc-macro2", 938 "quote", 939 "strsim", 940 "syn 2.0.117", 941] 942 943[[package]] 944name = "darling_macro" 945version = "0.23.0" 946source = "registry+https://github.com/rust-lang/crates.io-index" 947checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" 948dependencies = [ 949 "darling_core", 950 "quote", 951 "syn 2.0.117", 952] 953 954[[package]] 955name = "data-encoding" 956version = "2.10.0" 957source = "registry+https://github.com/rust-lang/crates.io-index" 958checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea" 959 960[[package]] 961name = "data-encoding-macro" 962version = "0.1.19" 963source = "registry+https://github.com/rust-lang/crates.io-index" 964checksum = "8142a83c17aa9461d637e649271eae18bf2edd00e91f2e105df36c3c16355bdb" 965dependencies = [ 966 "data-encoding", 967 "data-encoding-macro-internal", 968] 969 970[[package]] 971name = "data-encoding-macro-internal" 972version = "0.1.17" 973source = "registry+https://github.com/rust-lang/crates.io-index" 974checksum = "7ab67060fc6b8ef687992d439ca0fa36e7ed17e9a0b16b25b601e8757df720de" 975dependencies = [ 976 "data-encoding", 977 "syn 2.0.117", 978] 979 980[[package]] 981name = "deadpool" 982version = "0.12.3" 983source = "registry+https://github.com/rust-lang/crates.io-index" 984checksum = "0be2b1d1d6ec8d846f05e137292d0b89133caf95ef33695424c09568bdd39b1b" 985dependencies = [ 986 "deadpool-runtime", 987 "lazy_static", 988 "num_cpus", 989 "tokio", 990] 991 992[[package]] 993name = "deadpool-runtime" 994version = "0.1.4" 995source = "registry+https://github.com/rust-lang/crates.io-index" 996checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b" 997 998[[package]] 999name = "der" 1000version = "0.7.10" 1001source = "registry+https://github.com/rust-lang/crates.io-index" 1002checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 1003dependencies = [ 1004 "const-oid", 1005 "pem-rfc7468", 1006 "zeroize", 1007] 1008 1009[[package]] 1010name = "deranged" 1011version = "0.5.8" 1012source = "registry+https://github.com/rust-lang/crates.io-index" 1013checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" 1014dependencies = [ 1015 "powerfmt", 1016 "serde_core", 1017] 1018 1019[[package]] 1020name = "derive_more" 1021version = "0.99.20" 1022source = "registry+https://github.com/rust-lang/crates.io-index" 1023checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f" 1024dependencies = [ 1025 "convert_case", 1026 "proc-macro2", 1027 "quote", 1028 "rustc_version", 1029 "syn 2.0.117", 1030] 1031 1032[[package]] 1033name = "derive_more" 1034version = "2.1.1" 1035source = "registry+https://github.com/rust-lang/crates.io-index" 1036checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" 1037dependencies = [ 1038 "derive_more-impl", 1039] 1040 1041[[package]] 1042name = "derive_more-impl" 1043version = "2.1.1" 1044source = "registry+https://github.com/rust-lang/crates.io-index" 1045checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" 1046dependencies = [ 1047 "proc-macro2", 1048 "quote", 1049 "rustc_version", 1050 "syn 2.0.117", 1051] 1052 1053[[package]] 1054name = "digest" 1055version = "0.10.7" 1056source = "registry+https://github.com/rust-lang/crates.io-index" 1057checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1058dependencies = [ 1059 "block-buffer", 1060 "const-oid", 1061 "crypto-common", 1062 "subtle", 1063] 1064 1065[[package]] 1066name = "dirs" 1067version = "6.0.0" 1068source = "registry+https://github.com/rust-lang/crates.io-index" 1069checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" 1070dependencies = [ 1071 "dirs-sys", 1072] 1073 1074[[package]] 1075name = "dirs-sys" 1076version = "0.5.0" 1077source = "registry+https://github.com/rust-lang/crates.io-index" 1078checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" 1079dependencies = [ 1080 "libc", 1081 "option-ext", 1082 "redox_users", 1083 "windows-sys 0.61.2", 1084] 1085 1086[[package]] 1087name = "dispatch2" 1088version = "0.3.1" 1089source = "registry+https://github.com/rust-lang/crates.io-index" 1090checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38" 1091dependencies = [ 1092 "bitflags 2.11.0", 1093 "block2", 1094 "libc", 1095 "objc2", 1096] 1097 1098[[package]] 1099name = "displaydoc" 1100version = "0.2.5" 1101source = "registry+https://github.com/rust-lang/crates.io-index" 1102checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 1103dependencies = [ 1104 "proc-macro2", 1105 "quote", 1106 "syn 2.0.117", 1107] 1108 1109[[package]] 1110name = "dlopen2" 1111version = "0.8.2" 1112source = "registry+https://github.com/rust-lang/crates.io-index" 1113checksum = "5e2c5bd4158e66d1e215c49b837e11d62f3267b30c92f1d171c4d3105e3dc4d4" 1114dependencies = [ 1115 "dlopen2_derive", 1116 "libc", 1117 "once_cell", 1118 "winapi", 1119] 1120 1121[[package]] 1122name = "dlopen2_derive" 1123version = "0.4.3" 1124source = "registry+https://github.com/rust-lang/crates.io-index" 1125checksum = "0fbbb781877580993a8707ec48672673ec7b81eeba04cfd2310bd28c08e47c8f" 1126dependencies = [ 1127 "proc-macro2", 1128 "quote", 1129 "syn 2.0.117", 1130] 1131 1132[[package]] 1133name = "dom_query" 1134version = "0.25.1" 1135source = "registry+https://github.com/rust-lang/crates.io-index" 1136checksum = "4d9c2e7f1d22d0f2ce07626d259b8a55f4a47cb0938d4006dd8ae037f17d585e" 1137dependencies = [ 1138 "bit-set", 1139 "cssparser 0.36.0", 1140 "foldhash 0.2.0", 1141 "html5ever 0.36.1", 1142 "precomputed-hash", 1143 "selectors 0.35.0", 1144 "tendril", 1145] 1146 1147[[package]] 1148name = "dotenvy" 1149version = "0.15.7" 1150source = "registry+https://github.com/rust-lang/crates.io-index" 1151checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 1152 1153[[package]] 1154name = "dpi" 1155version = "0.1.2" 1156source = "registry+https://github.com/rust-lang/crates.io-index" 1157checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76" 1158dependencies = [ 1159 "serde", 1160] 1161 1162[[package]] 1163name = "dtoa" 1164version = "1.0.11" 1165source = "registry+https://github.com/rust-lang/crates.io-index" 1166checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590" 1167 1168[[package]] 1169name = "dtoa-short" 1170version = "0.3.5" 1171source = "registry+https://github.com/rust-lang/crates.io-index" 1172checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87" 1173dependencies = [ 1174 "dtoa", 1175] 1176 1177[[package]] 1178name = "dunce" 1179version = "1.0.5" 1180source = "registry+https://github.com/rust-lang/crates.io-index" 1181checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 1182 1183[[package]] 1184name = "dyn-clone" 1185version = "1.0.20" 1186source = "registry+https://github.com/rust-lang/crates.io-index" 1187checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" 1188 1189[[package]] 1190name = "ecdsa" 1191version = "0.16.9" 1192source = "registry+https://github.com/rust-lang/crates.io-index" 1193checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 1194dependencies = [ 1195 "der", 1196 "digest", 1197 "elliptic-curve", 1198 "rfc6979", 1199 "signature", 1200 "spki", 1201] 1202 1203[[package]] 1204name = "either" 1205version = "1.15.0" 1206source = "registry+https://github.com/rust-lang/crates.io-index" 1207checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 1208dependencies = [ 1209 "serde", 1210] 1211 1212[[package]] 1213name = "elliptic-curve" 1214version = "0.13.8" 1215source = "registry+https://github.com/rust-lang/crates.io-index" 1216checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 1217dependencies = [ 1218 "base16ct", 1219 "crypto-bigint", 1220 "digest", 1221 "ff", 1222 "generic-array", 1223 "group", 1224 "pem-rfc7468", 1225 "pkcs8", 1226 "rand_core 0.6.4", 1227 "sec1", 1228 "subtle", 1229 "zeroize", 1230] 1231 1232[[package]] 1233name = "embed-resource" 1234version = "3.0.6" 1235source = "registry+https://github.com/rust-lang/crates.io-index" 1236checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e" 1237dependencies = [ 1238 "cc", 1239 "memchr", 1240 "rustc_version", 1241 "toml 0.9.12+spec-1.1.0", 1242 "vswhom", 1243 "winreg 0.55.0", 1244] 1245 1246[[package]] 1247name = "embed_plist" 1248version = "1.2.2" 1249source = "registry+https://github.com/rust-lang/crates.io-index" 1250checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7" 1251 1252[[package]] 1253name = "encoding_rs" 1254version = "0.8.35" 1255source = "registry+https://github.com/rust-lang/crates.io-index" 1256checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 1257dependencies = [ 1258 "cfg-if", 1259] 1260 1261[[package]] 1262name = "enum-as-inner" 1263version = "0.6.1" 1264source = "registry+https://github.com/rust-lang/crates.io-index" 1265checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" 1266dependencies = [ 1267 "heck 0.5.0", 1268 "proc-macro2", 1269 "quote", 1270 "syn 2.0.117", 1271] 1272 1273[[package]] 1274name = "equivalent" 1275version = "1.0.2" 1276source = "registry+https://github.com/rust-lang/crates.io-index" 1277checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 1278 1279[[package]] 1280name = "erased-serde" 1281version = "0.4.10" 1282source = "registry+https://github.com/rust-lang/crates.io-index" 1283checksum = "d2add8a07dd6a8d93ff627029c51de145e12686fbc36ecb298ac22e74cf02dec" 1284dependencies = [ 1285 "serde", 1286 "serde_core", 1287 "typeid", 1288] 1289 1290[[package]] 1291name = "errno" 1292version = "0.3.14" 1293source = "registry+https://github.com/rust-lang/crates.io-index" 1294checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 1295dependencies = [ 1296 "libc", 1297 "windows-sys 0.61.2", 1298] 1299 1300[[package]] 1301name = "etcetera" 1302version = "0.8.0" 1303source = "registry+https://github.com/rust-lang/crates.io-index" 1304checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" 1305dependencies = [ 1306 "cfg-if", 1307 "home", 1308 "windows-sys 0.48.0", 1309] 1310 1311[[package]] 1312name = "event-listener" 1313version = "5.4.1" 1314source = "registry+https://github.com/rust-lang/crates.io-index" 1315checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 1316dependencies = [ 1317 "concurrent-queue", 1318 "parking", 1319 "pin-project-lite", 1320] 1321 1322[[package]] 1323name = "fastrand" 1324version = "2.3.0" 1325source = "registry+https://github.com/rust-lang/crates.io-index" 1326checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 1327 1328[[package]] 1329name = "fdeflate" 1330version = "0.3.7" 1331source = "registry+https://github.com/rust-lang/crates.io-index" 1332checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" 1333dependencies = [ 1334 "simd-adler32", 1335] 1336 1337[[package]] 1338name = "ff" 1339version = "0.13.1" 1340source = "registry+https://github.com/rust-lang/crates.io-index" 1341checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" 1342dependencies = [ 1343 "rand_core 0.6.4", 1344 "subtle", 1345] 1346 1347[[package]] 1348name = "field-offset" 1349version = "0.3.6" 1350source = "registry+https://github.com/rust-lang/crates.io-index" 1351checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" 1352dependencies = [ 1353 "memoffset", 1354 "rustc_version", 1355] 1356 1357[[package]] 1358name = "find-msvc-tools" 1359version = "0.1.9" 1360source = "registry+https://github.com/rust-lang/crates.io-index" 1361checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 1362 1363[[package]] 1364name = "flate2" 1365version = "1.1.9" 1366source = "registry+https://github.com/rust-lang/crates.io-index" 1367checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" 1368dependencies = [ 1369 "crc32fast", 1370 "miniz_oxide", 1371] 1372 1373[[package]] 1374name = "flume" 1375version = "0.11.1" 1376source = "registry+https://github.com/rust-lang/crates.io-index" 1377checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" 1378dependencies = [ 1379 "futures-core", 1380 "futures-sink", 1381 "spin", 1382] 1383 1384[[package]] 1385name = "fnv" 1386version = "1.0.7" 1387source = "registry+https://github.com/rust-lang/crates.io-index" 1388checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1389 1390[[package]] 1391name = "foldhash" 1392version = "0.1.5" 1393source = "registry+https://github.com/rust-lang/crates.io-index" 1394checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 1395 1396[[package]] 1397name = "foldhash" 1398version = "0.2.0" 1399source = "registry+https://github.com/rust-lang/crates.io-index" 1400checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 1401 1402[[package]] 1403name = "foreign-types" 1404version = "0.3.2" 1405source = "registry+https://github.com/rust-lang/crates.io-index" 1406checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1407dependencies = [ 1408 "foreign-types-shared 0.1.1", 1409] 1410 1411[[package]] 1412name = "foreign-types" 1413version = "0.5.0" 1414source = "registry+https://github.com/rust-lang/crates.io-index" 1415checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 1416dependencies = [ 1417 "foreign-types-macros", 1418 "foreign-types-shared 0.3.1", 1419] 1420 1421[[package]] 1422name = "foreign-types-macros" 1423version = "0.2.3" 1424source = "registry+https://github.com/rust-lang/crates.io-index" 1425checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 1426dependencies = [ 1427 "proc-macro2", 1428 "quote", 1429 "syn 2.0.117", 1430] 1431 1432[[package]] 1433name = "foreign-types-shared" 1434version = "0.1.1" 1435source = "registry+https://github.com/rust-lang/crates.io-index" 1436checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1437 1438[[package]] 1439name = "foreign-types-shared" 1440version = "0.3.1" 1441source = "registry+https://github.com/rust-lang/crates.io-index" 1442checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 1443 1444[[package]] 1445name = "form_urlencoded" 1446version = "1.2.2" 1447source = "registry+https://github.com/rust-lang/crates.io-index" 1448checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 1449dependencies = [ 1450 "percent-encoding", 1451] 1452 1453[[package]] 1454name = "futf" 1455version = "0.1.5" 1456source = "registry+https://github.com/rust-lang/crates.io-index" 1457checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" 1458dependencies = [ 1459 "mac", 1460 "new_debug_unreachable", 1461] 1462 1463[[package]] 1464name = "futures" 1465version = "0.3.32" 1466source = "registry+https://github.com/rust-lang/crates.io-index" 1467checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" 1468dependencies = [ 1469 "futures-channel", 1470 "futures-core", 1471 "futures-executor", 1472 "futures-io", 1473 "futures-sink", 1474 "futures-task", 1475 "futures-util", 1476] 1477 1478[[package]] 1479name = "futures-channel" 1480version = "0.3.32" 1481source = "registry+https://github.com/rust-lang/crates.io-index" 1482checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" 1483dependencies = [ 1484 "futures-core", 1485 "futures-sink", 1486] 1487 1488[[package]] 1489name = "futures-core" 1490version = "0.3.32" 1491source = "registry+https://github.com/rust-lang/crates.io-index" 1492checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 1493 1494[[package]] 1495name = "futures-executor" 1496version = "0.3.32" 1497source = "registry+https://github.com/rust-lang/crates.io-index" 1498checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" 1499dependencies = [ 1500 "futures-core", 1501 "futures-task", 1502 "futures-util", 1503] 1504 1505[[package]] 1506name = "futures-intrusive" 1507version = "0.5.0" 1508source = "registry+https://github.com/rust-lang/crates.io-index" 1509checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" 1510dependencies = [ 1511 "futures-core", 1512 "lock_api", 1513 "parking_lot", 1514] 1515 1516[[package]] 1517name = "futures-io" 1518version = "0.3.32" 1519source = "registry+https://github.com/rust-lang/crates.io-index" 1520checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" 1521 1522[[package]] 1523name = "futures-macro" 1524version = "0.3.32" 1525source = "registry+https://github.com/rust-lang/crates.io-index" 1526checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" 1527dependencies = [ 1528 "proc-macro2", 1529 "quote", 1530 "syn 2.0.117", 1531] 1532 1533[[package]] 1534name = "futures-sink" 1535version = "0.3.32" 1536source = "registry+https://github.com/rust-lang/crates.io-index" 1537checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" 1538 1539[[package]] 1540name = "futures-task" 1541version = "0.3.32" 1542source = "registry+https://github.com/rust-lang/crates.io-index" 1543checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 1544 1545[[package]] 1546name = "futures-util" 1547version = "0.3.32" 1548source = "registry+https://github.com/rust-lang/crates.io-index" 1549checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 1550dependencies = [ 1551 "futures-channel", 1552 "futures-core", 1553 "futures-io", 1554 "futures-macro", 1555 "futures-sink", 1556 "futures-task", 1557 "memchr", 1558 "pin-project-lite", 1559 "slab", 1560] 1561 1562[[package]] 1563name = "fxhash" 1564version = "0.2.1" 1565source = "registry+https://github.com/rust-lang/crates.io-index" 1566checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 1567dependencies = [ 1568 "byteorder", 1569] 1570 1571[[package]] 1572name = "gdk" 1573version = "0.18.2" 1574source = "registry+https://github.com/rust-lang/crates.io-index" 1575checksum = "d9f245958c627ac99d8e529166f9823fb3b838d1d41fd2b297af3075093c2691" 1576dependencies = [ 1577 "cairo-rs", 1578 "gdk-pixbuf", 1579 "gdk-sys", 1580 "gio", 1581 "glib", 1582 "libc", 1583 "pango", 1584] 1585 1586[[package]] 1587name = "gdk-pixbuf" 1588version = "0.18.5" 1589source = "registry+https://github.com/rust-lang/crates.io-index" 1590checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec" 1591dependencies = [ 1592 "gdk-pixbuf-sys", 1593 "gio", 1594 "glib", 1595 "libc", 1596 "once_cell", 1597] 1598 1599[[package]] 1600name = "gdk-pixbuf-sys" 1601version = "0.18.0" 1602source = "registry+https://github.com/rust-lang/crates.io-index" 1603checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7" 1604dependencies = [ 1605 "gio-sys", 1606 "glib-sys", 1607 "gobject-sys", 1608 "libc", 1609 "system-deps", 1610] 1611 1612[[package]] 1613name = "gdk-sys" 1614version = "0.18.2" 1615source = "registry+https://github.com/rust-lang/crates.io-index" 1616checksum = "5c2d13f38594ac1e66619e188c6d5a1adb98d11b2fcf7894fc416ad76aa2f3f7" 1617dependencies = [ 1618 "cairo-sys-rs", 1619 "gdk-pixbuf-sys", 1620 "gio-sys", 1621 "glib-sys", 1622 "gobject-sys", 1623 "libc", 1624 "pango-sys", 1625 "pkg-config", 1626 "system-deps", 1627] 1628 1629[[package]] 1630name = "gdkwayland-sys" 1631version = "0.18.2" 1632source = "registry+https://github.com/rust-lang/crates.io-index" 1633checksum = "140071d506d223f7572b9f09b5e155afbd77428cd5cc7af8f2694c41d98dfe69" 1634dependencies = [ 1635 "gdk-sys", 1636 "glib-sys", 1637 "gobject-sys", 1638 "libc", 1639 "pkg-config", 1640 "system-deps", 1641] 1642 1643[[package]] 1644name = "gdkx11" 1645version = "0.18.2" 1646source = "registry+https://github.com/rust-lang/crates.io-index" 1647checksum = "3caa00e14351bebbc8183b3c36690327eb77c49abc2268dd4bd36b856db3fbfe" 1648dependencies = [ 1649 "gdk", 1650 "gdkx11-sys", 1651 "gio", 1652 "glib", 1653 "libc", 1654 "x11", 1655] 1656 1657[[package]] 1658name = "gdkx11-sys" 1659version = "0.18.2" 1660source = "registry+https://github.com/rust-lang/crates.io-index" 1661checksum = "6e2e7445fe01ac26f11601db260dd8608fe172514eb63b3b5e261ea6b0f4428d" 1662dependencies = [ 1663 "gdk-sys", 1664 "glib-sys", 1665 "libc", 1666 "system-deps", 1667 "x11", 1668] 1669 1670[[package]] 1671name = "generic-array" 1672version = "0.14.7" 1673source = "registry+https://github.com/rust-lang/crates.io-index" 1674checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1675dependencies = [ 1676 "typenum", 1677 "version_check", 1678 "zeroize", 1679] 1680 1681[[package]] 1682name = "getrandom" 1683version = "0.1.16" 1684source = "registry+https://github.com/rust-lang/crates.io-index" 1685checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 1686dependencies = [ 1687 "cfg-if", 1688 "libc", 1689 "wasi 0.9.0+wasi-snapshot-preview1", 1690] 1691 1692[[package]] 1693name = "getrandom" 1694version = "0.2.17" 1695source = "registry+https://github.com/rust-lang/crates.io-index" 1696checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 1697dependencies = [ 1698 "cfg-if", 1699 "js-sys", 1700 "libc", 1701 "wasi 0.11.1+wasi-snapshot-preview1", 1702 "wasm-bindgen", 1703] 1704 1705[[package]] 1706name = "getrandom" 1707version = "0.3.4" 1708source = "registry+https://github.com/rust-lang/crates.io-index" 1709checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 1710dependencies = [ 1711 "cfg-if", 1712 "js-sys", 1713 "libc", 1714 "r-efi 5.3.0", 1715 "wasip2", 1716 "wasm-bindgen", 1717] 1718 1719[[package]] 1720name = "getrandom" 1721version = "0.4.2" 1722source = "registry+https://github.com/rust-lang/crates.io-index" 1723checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" 1724dependencies = [ 1725 "cfg-if", 1726 "libc", 1727 "r-efi 6.0.0", 1728 "wasip2", 1729 "wasip3", 1730] 1731 1732[[package]] 1733name = "ghash" 1734version = "0.5.1" 1735source = "registry+https://github.com/rust-lang/crates.io-index" 1736checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" 1737dependencies = [ 1738 "opaque-debug", 1739 "polyval", 1740] 1741 1742[[package]] 1743name = "gio" 1744version = "0.18.4" 1745source = "registry+https://github.com/rust-lang/crates.io-index" 1746checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73" 1747dependencies = [ 1748 "futures-channel", 1749 "futures-core", 1750 "futures-io", 1751 "futures-util", 1752 "gio-sys", 1753 "glib", 1754 "libc", 1755 "once_cell", 1756 "pin-project-lite", 1757 "smallvec", 1758 "thiserror 1.0.69", 1759] 1760 1761[[package]] 1762name = "gio-sys" 1763version = "0.18.1" 1764source = "registry+https://github.com/rust-lang/crates.io-index" 1765checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2" 1766dependencies = [ 1767 "glib-sys", 1768 "gobject-sys", 1769 "libc", 1770 "system-deps", 1771 "winapi", 1772] 1773 1774[[package]] 1775name = "glib" 1776version = "0.18.5" 1777source = "registry+https://github.com/rust-lang/crates.io-index" 1778checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5" 1779dependencies = [ 1780 "bitflags 2.11.0", 1781 "futures-channel", 1782 "futures-core", 1783 "futures-executor", 1784 "futures-task", 1785 "futures-util", 1786 "gio-sys", 1787 "glib-macros", 1788 "glib-sys", 1789 "gobject-sys", 1790 "libc", 1791 "memchr", 1792 "once_cell", 1793 "smallvec", 1794 "thiserror 1.0.69", 1795] 1796 1797[[package]] 1798name = "glib-macros" 1799version = "0.18.5" 1800source = "registry+https://github.com/rust-lang/crates.io-index" 1801checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc" 1802dependencies = [ 1803 "heck 0.4.1", 1804 "proc-macro-crate 2.0.0", 1805 "proc-macro-error", 1806 "proc-macro2", 1807 "quote", 1808 "syn 2.0.117", 1809] 1810 1811[[package]] 1812name = "glib-sys" 1813version = "0.18.1" 1814source = "registry+https://github.com/rust-lang/crates.io-index" 1815checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898" 1816dependencies = [ 1817 "libc", 1818 "system-deps", 1819] 1820 1821[[package]] 1822name = "glob" 1823version = "0.3.3" 1824source = "registry+https://github.com/rust-lang/crates.io-index" 1825checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" 1826 1827[[package]] 1828name = "gobject-sys" 1829version = "0.18.0" 1830source = "registry+https://github.com/rust-lang/crates.io-index" 1831checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44" 1832dependencies = [ 1833 "glib-sys", 1834 "libc", 1835 "system-deps", 1836] 1837 1838[[package]] 1839name = "group" 1840version = "0.13.0" 1841source = "registry+https://github.com/rust-lang/crates.io-index" 1842checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 1843dependencies = [ 1844 "ff", 1845 "rand_core 0.6.4", 1846 "subtle", 1847] 1848 1849[[package]] 1850name = "gtk" 1851version = "0.18.2" 1852source = "registry+https://github.com/rust-lang/crates.io-index" 1853checksum = "fd56fb197bfc42bd5d2751f4f017d44ff59fbb58140c6b49f9b3b2bdab08506a" 1854dependencies = [ 1855 "atk", 1856 "cairo-rs", 1857 "field-offset", 1858 "futures-channel", 1859 "gdk", 1860 "gdk-pixbuf", 1861 "gio", 1862 "glib", 1863 "gtk-sys", 1864 "gtk3-macros", 1865 "libc", 1866 "pango", 1867 "pkg-config", 1868] 1869 1870[[package]] 1871name = "gtk-sys" 1872version = "0.18.2" 1873source = "registry+https://github.com/rust-lang/crates.io-index" 1874checksum = "8f29a1c21c59553eb7dd40e918be54dccd60c52b049b75119d5d96ce6b624414" 1875dependencies = [ 1876 "atk-sys", 1877 "cairo-sys-rs", 1878 "gdk-pixbuf-sys", 1879 "gdk-sys", 1880 "gio-sys", 1881 "glib-sys", 1882 "gobject-sys", 1883 "libc", 1884 "pango-sys", 1885 "system-deps", 1886] 1887 1888[[package]] 1889name = "gtk3-macros" 1890version = "0.18.2" 1891source = "registry+https://github.com/rust-lang/crates.io-index" 1892checksum = "52ff3c5b21f14f0736fed6dcfc0bfb4225ebf5725f3c0209edeec181e4d73e9d" 1893dependencies = [ 1894 "proc-macro-crate 1.3.1", 1895 "proc-macro-error", 1896 "proc-macro2", 1897 "quote", 1898 "syn 2.0.117", 1899] 1900 1901[[package]] 1902name = "h2" 1903version = "0.4.13" 1904source = "registry+https://github.com/rust-lang/crates.io-index" 1905checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" 1906dependencies = [ 1907 "atomic-waker", 1908 "bytes", 1909 "fnv", 1910 "futures-core", 1911 "futures-sink", 1912 "http", 1913 "indexmap 2.13.0", 1914 "slab", 1915 "tokio", 1916 "tokio-util", 1917 "tracing", 1918] 1919 1920[[package]] 1921name = "half" 1922version = "2.7.1" 1923source = "registry+https://github.com/rust-lang/crates.io-index" 1924checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" 1925dependencies = [ 1926 "cfg-if", 1927 "crunchy", 1928 "zerocopy", 1929] 1930 1931[[package]] 1932name = "hashbrown" 1933version = "0.12.3" 1934source = "registry+https://github.com/rust-lang/crates.io-index" 1935checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1936 1937[[package]] 1938name = "hashbrown" 1939version = "0.15.5" 1940source = "registry+https://github.com/rust-lang/crates.io-index" 1941checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 1942dependencies = [ 1943 "allocator-api2", 1944 "equivalent", 1945 "foldhash 0.1.5", 1946] 1947 1948[[package]] 1949name = "hashbrown" 1950version = "0.16.1" 1951source = "registry+https://github.com/rust-lang/crates.io-index" 1952checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 1953 1954[[package]] 1955name = "hashlink" 1956version = "0.10.0" 1957source = "registry+https://github.com/rust-lang/crates.io-index" 1958checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" 1959dependencies = [ 1960 "hashbrown 0.15.5", 1961] 1962 1963[[package]] 1964name = "heck" 1965version = "0.4.1" 1966source = "registry+https://github.com/rust-lang/crates.io-index" 1967checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1968 1969[[package]] 1970name = "heck" 1971version = "0.5.0" 1972source = "registry+https://github.com/rust-lang/crates.io-index" 1973checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1974 1975[[package]] 1976name = "hermit-abi" 1977version = "0.5.2" 1978source = "registry+https://github.com/rust-lang/crates.io-index" 1979checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" 1980 1981[[package]] 1982name = "hex" 1983version = "0.4.3" 1984source = "registry+https://github.com/rust-lang/crates.io-index" 1985checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1986 1987[[package]] 1988name = "hickory-proto" 1989version = "0.25.2" 1990source = "registry+https://github.com/rust-lang/crates.io-index" 1991checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502" 1992dependencies = [ 1993 "async-trait", 1994 "cfg-if", 1995 "data-encoding", 1996 "enum-as-inner", 1997 "futures-channel", 1998 "futures-io", 1999 "futures-util", 2000 "idna", 2001 "ipnet", 2002 "once_cell", 2003 "rand 0.9.2", 2004 "ring", 2005 "thiserror 2.0.18", 2006 "tinyvec", 2007 "tokio", 2008 "tracing", 2009 "url", 2010] 2011 2012[[package]] 2013name = "hickory-resolver" 2014version = "0.25.2" 2015source = "registry+https://github.com/rust-lang/crates.io-index" 2016checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a" 2017dependencies = [ 2018 "cfg-if", 2019 "futures-util", 2020 "hickory-proto", 2021 "ipconfig", 2022 "moka", 2023 "once_cell", 2024 "parking_lot", 2025 "rand 0.9.2", 2026 "resolv-conf", 2027 "smallvec", 2028 "thiserror 2.0.18", 2029 "tokio", 2030 "tracing", 2031] 2032 2033[[package]] 2034name = "hkdf" 2035version = "0.12.4" 2036source = "registry+https://github.com/rust-lang/crates.io-index" 2037checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 2038dependencies = [ 2039 "hmac", 2040] 2041 2042[[package]] 2043name = "hmac" 2044version = "0.12.1" 2045source = "registry+https://github.com/rust-lang/crates.io-index" 2046checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 2047dependencies = [ 2048 "digest", 2049] 2050 2051[[package]] 2052name = "home" 2053version = "0.5.12" 2054source = "registry+https://github.com/rust-lang/crates.io-index" 2055checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" 2056dependencies = [ 2057 "windows-sys 0.61.2", 2058] 2059 2060[[package]] 2061name = "html5ever" 2062version = "0.29.1" 2063source = "registry+https://github.com/rust-lang/crates.io-index" 2064checksum = "3b7410cae13cbc75623c98ac4cbfd1f0bedddf3227afc24f370cf0f50a44a11c" 2065dependencies = [ 2066 "log", 2067 "mac", 2068 "markup5ever 0.14.1", 2069 "match_token", 2070] 2071 2072[[package]] 2073name = "html5ever" 2074version = "0.36.1" 2075source = "registry+https://github.com/rust-lang/crates.io-index" 2076checksum = "6452c4751a24e1b99c3260d505eaeee76a050573e61f30ac2c924ddc7236f01e" 2077dependencies = [ 2078 "log", 2079 "markup5ever 0.36.1", 2080] 2081 2082[[package]] 2083name = "http" 2084version = "1.4.0" 2085source = "registry+https://github.com/rust-lang/crates.io-index" 2086checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" 2087dependencies = [ 2088 "bytes", 2089 "itoa", 2090] 2091 2092[[package]] 2093name = "http-body" 2094version = "1.0.1" 2095source = "registry+https://github.com/rust-lang/crates.io-index" 2096checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 2097dependencies = [ 2098 "bytes", 2099 "http", 2100] 2101 2102[[package]] 2103name = "http-body-util" 2104version = "0.1.3" 2105source = "registry+https://github.com/rust-lang/crates.io-index" 2106checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 2107dependencies = [ 2108 "bytes", 2109 "futures-core", 2110 "http", 2111 "http-body", 2112 "pin-project-lite", 2113] 2114 2115[[package]] 2116name = "httparse" 2117version = "1.10.1" 2118source = "registry+https://github.com/rust-lang/crates.io-index" 2119checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 2120 2121[[package]] 2122name = "httpdate" 2123version = "1.0.3" 2124source = "registry+https://github.com/rust-lang/crates.io-index" 2125checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 2126 2127[[package]] 2128name = "hyper" 2129version = "1.8.1" 2130source = "registry+https://github.com/rust-lang/crates.io-index" 2131checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" 2132dependencies = [ 2133 "atomic-waker", 2134 "bytes", 2135 "futures-channel", 2136 "futures-core", 2137 "h2", 2138 "http", 2139 "http-body", 2140 "httparse", 2141 "httpdate", 2142 "itoa", 2143 "pin-project-lite", 2144 "pin-utils", 2145 "smallvec", 2146 "tokio", 2147 "want", 2148] 2149 2150[[package]] 2151name = "hyper-rustls" 2152version = "0.27.7" 2153source = "registry+https://github.com/rust-lang/crates.io-index" 2154checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 2155dependencies = [ 2156 "http", 2157 "hyper", 2158 "hyper-util", 2159 "rustls", 2160 "rustls-pki-types", 2161 "tokio", 2162 "tokio-rustls", 2163 "tower-service", 2164 "webpki-roots", 2165] 2166 2167[[package]] 2168name = "hyper-timeout" 2169version = "0.5.2" 2170source = "registry+https://github.com/rust-lang/crates.io-index" 2171checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0" 2172dependencies = [ 2173 "hyper", 2174 "hyper-util", 2175 "pin-project-lite", 2176 "tokio", 2177 "tower-service", 2178] 2179 2180[[package]] 2181name = "hyper-tls" 2182version = "0.6.0" 2183source = "registry+https://github.com/rust-lang/crates.io-index" 2184checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 2185dependencies = [ 2186 "bytes", 2187 "http-body-util", 2188 "hyper", 2189 "hyper-util", 2190 "native-tls", 2191 "tokio", 2192 "tokio-native-tls", 2193 "tower-service", 2194] 2195 2196[[package]] 2197name = "hyper-util" 2198version = "0.1.20" 2199source = "registry+https://github.com/rust-lang/crates.io-index" 2200checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" 2201dependencies = [ 2202 "base64 0.22.1", 2203 "bytes", 2204 "futures-channel", 2205 "futures-util", 2206 "http", 2207 "http-body", 2208 "hyper", 2209 "ipnet", 2210 "libc", 2211 "percent-encoding", 2212 "pin-project-lite", 2213 "socket2 0.6.3", 2214 "system-configuration", 2215 "tokio", 2216 "tower-service", 2217 "tracing", 2218 "windows-registry", 2219] 2220 2221[[package]] 2222name = "iana-time-zone" 2223version = "0.1.65" 2224source = "registry+https://github.com/rust-lang/crates.io-index" 2225checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" 2226dependencies = [ 2227 "android_system_properties", 2228 "core-foundation-sys", 2229 "iana-time-zone-haiku", 2230 "js-sys", 2231 "log", 2232 "wasm-bindgen", 2233 "windows-core 0.62.2", 2234] 2235 2236[[package]] 2237name = "iana-time-zone-haiku" 2238version = "0.1.2" 2239source = "registry+https://github.com/rust-lang/crates.io-index" 2240checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 2241dependencies = [ 2242 "cc", 2243] 2244 2245[[package]] 2246name = "ico" 2247version = "0.5.0" 2248source = "registry+https://github.com/rust-lang/crates.io-index" 2249checksum = "3e795dff5605e0f04bff85ca41b51a96b83e80b281e96231bcaaf1ac35103371" 2250dependencies = [ 2251 "byteorder", 2252 "png", 2253] 2254 2255[[package]] 2256name = "icu_collections" 2257version = "2.1.1" 2258source = "registry+https://github.com/rust-lang/crates.io-index" 2259checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" 2260dependencies = [ 2261 "displaydoc", 2262 "potential_utf", 2263 "yoke", 2264 "zerofrom", 2265 "zerovec", 2266] 2267 2268[[package]] 2269name = "icu_locale_core" 2270version = "2.1.1" 2271source = "registry+https://github.com/rust-lang/crates.io-index" 2272checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" 2273dependencies = [ 2274 "displaydoc", 2275 "litemap", 2276 "tinystr", 2277 "writeable", 2278 "zerovec", 2279] 2280 2281[[package]] 2282name = "icu_normalizer" 2283version = "2.1.1" 2284source = "registry+https://github.com/rust-lang/crates.io-index" 2285checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" 2286dependencies = [ 2287 "icu_collections", 2288 "icu_normalizer_data", 2289 "icu_properties", 2290 "icu_provider", 2291 "smallvec", 2292 "zerovec", 2293] 2294 2295[[package]] 2296name = "icu_normalizer_data" 2297version = "2.1.1" 2298source = "registry+https://github.com/rust-lang/crates.io-index" 2299checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" 2300 2301[[package]] 2302name = "icu_properties" 2303version = "2.1.2" 2304source = "registry+https://github.com/rust-lang/crates.io-index" 2305checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" 2306dependencies = [ 2307 "icu_collections", 2308 "icu_locale_core", 2309 "icu_properties_data", 2310 "icu_provider", 2311 "zerotrie", 2312 "zerovec", 2313] 2314 2315[[package]] 2316name = "icu_properties_data" 2317version = "2.1.2" 2318source = "registry+https://github.com/rust-lang/crates.io-index" 2319checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" 2320 2321[[package]] 2322name = "icu_provider" 2323version = "2.1.1" 2324source = "registry+https://github.com/rust-lang/crates.io-index" 2325checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" 2326dependencies = [ 2327 "displaydoc", 2328 "icu_locale_core", 2329 "writeable", 2330 "yoke", 2331 "zerofrom", 2332 "zerotrie", 2333 "zerovec", 2334] 2335 2336[[package]] 2337name = "id-arena" 2338version = "2.3.0" 2339source = "registry+https://github.com/rust-lang/crates.io-index" 2340checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" 2341 2342[[package]] 2343name = "ident_case" 2344version = "1.0.1" 2345source = "registry+https://github.com/rust-lang/crates.io-index" 2346checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 2347 2348[[package]] 2349name = "identity-wallet" 2350version = "0.1.0" 2351dependencies = [ 2352 "crypto", 2353 "reqwest 0.12.28", 2354 "security-framework", 2355 "serde", 2356 "serde_json", 2357 "tauri", 2358 "tauri-build", 2359 "thiserror 2.0.18", 2360] 2361 2362[[package]] 2363name = "idna" 2364version = "1.1.0" 2365source = "registry+https://github.com/rust-lang/crates.io-index" 2366checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 2367dependencies = [ 2368 "idna_adapter", 2369 "smallvec", 2370 "utf8_iter", 2371] 2372 2373[[package]] 2374name = "idna_adapter" 2375version = "1.2.1" 2376source = "registry+https://github.com/rust-lang/crates.io-index" 2377checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 2378dependencies = [ 2379 "icu_normalizer", 2380 "icu_properties", 2381] 2382 2383[[package]] 2384name = "indexmap" 2385version = "1.9.3" 2386source = "registry+https://github.com/rust-lang/crates.io-index" 2387checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 2388dependencies = [ 2389 "autocfg", 2390 "hashbrown 0.12.3", 2391 "serde", 2392] 2393 2394[[package]] 2395name = "indexmap" 2396version = "2.13.0" 2397source = "registry+https://github.com/rust-lang/crates.io-index" 2398checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" 2399dependencies = [ 2400 "equivalent", 2401 "hashbrown 0.16.1", 2402 "serde", 2403 "serde_core", 2404] 2405 2406[[package]] 2407name = "infer" 2408version = "0.19.0" 2409source = "registry+https://github.com/rust-lang/crates.io-index" 2410checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7" 2411dependencies = [ 2412 "cfb", 2413] 2414 2415[[package]] 2416name = "inout" 2417version = "0.1.4" 2418source = "registry+https://github.com/rust-lang/crates.io-index" 2419checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" 2420dependencies = [ 2421 "generic-array", 2422] 2423 2424[[package]] 2425name = "ipconfig" 2426version = "0.3.2" 2427source = "registry+https://github.com/rust-lang/crates.io-index" 2428checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" 2429dependencies = [ 2430 "socket2 0.5.10", 2431 "widestring", 2432 "windows-sys 0.48.0", 2433 "winreg 0.50.0", 2434] 2435 2436[[package]] 2437name = "ipnet" 2438version = "2.12.0" 2439source = "registry+https://github.com/rust-lang/crates.io-index" 2440checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" 2441 2442[[package]] 2443name = "iri-string" 2444version = "0.7.10" 2445source = "registry+https://github.com/rust-lang/crates.io-index" 2446checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a" 2447dependencies = [ 2448 "memchr", 2449 "serde", 2450] 2451 2452[[package]] 2453name = "is_terminal_polyfill" 2454version = "1.70.2" 2455source = "registry+https://github.com/rust-lang/crates.io-index" 2456checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 2457 2458[[package]] 2459name = "itertools" 2460version = "0.14.0" 2461source = "registry+https://github.com/rust-lang/crates.io-index" 2462checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 2463dependencies = [ 2464 "either", 2465] 2466 2467[[package]] 2468name = "itoa" 2469version = "1.0.17" 2470source = "registry+https://github.com/rust-lang/crates.io-index" 2471checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" 2472 2473[[package]] 2474name = "javascriptcore-rs" 2475version = "1.1.2" 2476source = "registry+https://github.com/rust-lang/crates.io-index" 2477checksum = "ca5671e9ffce8ffba57afc24070e906da7fc4b1ba66f2cabebf61bf2ea257fcc" 2478dependencies = [ 2479 "bitflags 1.3.2", 2480 "glib", 2481 "javascriptcore-rs-sys", 2482] 2483 2484[[package]] 2485name = "javascriptcore-rs-sys" 2486version = "1.1.1" 2487source = "registry+https://github.com/rust-lang/crates.io-index" 2488checksum = "af1be78d14ffa4b75b66df31840478fef72b51f8c2465d4ca7c194da9f7a5124" 2489dependencies = [ 2490 "glib-sys", 2491 "gobject-sys", 2492 "libc", 2493 "system-deps", 2494] 2495 2496[[package]] 2497name = "jni" 2498version = "0.21.1" 2499source = "registry+https://github.com/rust-lang/crates.io-index" 2500checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 2501dependencies = [ 2502 "cesu8", 2503 "cfg-if", 2504 "combine", 2505 "jni-sys", 2506 "log", 2507 "thiserror 1.0.69", 2508 "walkdir", 2509 "windows-sys 0.45.0", 2510] 2511 2512[[package]] 2513name = "jni-sys" 2514version = "0.3.0" 2515source = "registry+https://github.com/rust-lang/crates.io-index" 2516checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2517 2518[[package]] 2519name = "js-sys" 2520version = "0.3.91" 2521source = "registry+https://github.com/rust-lang/crates.io-index" 2522checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c" 2523dependencies = [ 2524 "once_cell", 2525 "wasm-bindgen", 2526] 2527 2528[[package]] 2529name = "json-patch" 2530version = "3.0.1" 2531source = "registry+https://github.com/rust-lang/crates.io-index" 2532checksum = "863726d7afb6bc2590eeff7135d923545e5e964f004c2ccf8716c25e70a86f08" 2533dependencies = [ 2534 "jsonptr", 2535 "serde", 2536 "serde_json", 2537 "thiserror 1.0.69", 2538] 2539 2540[[package]] 2541name = "jsonptr" 2542version = "0.6.3" 2543source = "registry+https://github.com/rust-lang/crates.io-index" 2544checksum = "5dea2b27dd239b2556ed7a25ba842fe47fd602e7fc7433c2a8d6106d4d9edd70" 2545dependencies = [ 2546 "serde", 2547 "serde_json", 2548] 2549 2550[[package]] 2551name = "keyboard-types" 2552version = "0.7.0" 2553source = "registry+https://github.com/rust-lang/crates.io-index" 2554checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a" 2555dependencies = [ 2556 "bitflags 2.11.0", 2557 "serde", 2558 "unicode-segmentation", 2559] 2560 2561[[package]] 2562name = "kuchikiki" 2563version = "0.8.8-speedreader" 2564source = "registry+https://github.com/rust-lang/crates.io-index" 2565checksum = "02cb977175687f33fa4afa0c95c112b987ea1443e5a51c8f8ff27dc618270cc2" 2566dependencies = [ 2567 "cssparser 0.29.6", 2568 "html5ever 0.29.1", 2569 "indexmap 2.13.0", 2570 "selectors 0.24.0", 2571] 2572 2573[[package]] 2574name = "lazy_static" 2575version = "1.5.0" 2576source = "registry+https://github.com/rust-lang/crates.io-index" 2577checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 2578dependencies = [ 2579 "spin", 2580] 2581 2582[[package]] 2583name = "leb128fmt" 2584version = "0.1.0" 2585source = "registry+https://github.com/rust-lang/crates.io-index" 2586checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" 2587 2588[[package]] 2589name = "libappindicator" 2590version = "0.9.0" 2591source = "registry+https://github.com/rust-lang/crates.io-index" 2592checksum = "03589b9607c868cc7ae54c0b2a22c8dc03dd41692d48f2d7df73615c6a95dc0a" 2593dependencies = [ 2594 "glib", 2595 "gtk", 2596 "gtk-sys", 2597 "libappindicator-sys", 2598 "log", 2599] 2600 2601[[package]] 2602name = "libappindicator-sys" 2603version = "0.9.0" 2604source = "registry+https://github.com/rust-lang/crates.io-index" 2605checksum = "6e9ec52138abedcc58dc17a7c6c0c00a2bdb4f3427c7f63fa97fd0d859155caf" 2606dependencies = [ 2607 "gtk-sys", 2608 "libloading", 2609 "once_cell", 2610] 2611 2612[[package]] 2613name = "libc" 2614version = "0.2.183" 2615source = "registry+https://github.com/rust-lang/crates.io-index" 2616checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" 2617 2618[[package]] 2619name = "libloading" 2620version = "0.7.4" 2621source = "registry+https://github.com/rust-lang/crates.io-index" 2622checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 2623dependencies = [ 2624 "cfg-if", 2625 "winapi", 2626] 2627 2628[[package]] 2629name = "libm" 2630version = "0.2.16" 2631source = "registry+https://github.com/rust-lang/crates.io-index" 2632checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" 2633 2634[[package]] 2635name = "libredox" 2636version = "0.1.14" 2637source = "registry+https://github.com/rust-lang/crates.io-index" 2638checksum = "1744e39d1d6a9948f4f388969627434e31128196de472883b39f148769bfe30a" 2639dependencies = [ 2640 "bitflags 2.11.0", 2641 "libc", 2642 "plain", 2643 "redox_syscall 0.7.3", 2644] 2645 2646[[package]] 2647name = "libsqlite3-sys" 2648version = "0.30.1" 2649source = "registry+https://github.com/rust-lang/crates.io-index" 2650checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" 2651dependencies = [ 2652 "cc", 2653 "pkg-config", 2654 "vcpkg", 2655] 2656 2657[[package]] 2658name = "linux-raw-sys" 2659version = "0.12.1" 2660source = "registry+https://github.com/rust-lang/crates.io-index" 2661checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" 2662 2663[[package]] 2664name = "litemap" 2665version = "0.8.1" 2666source = "registry+https://github.com/rust-lang/crates.io-index" 2667checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" 2668 2669[[package]] 2670name = "lock_api" 2671version = "0.4.14" 2672source = "registry+https://github.com/rust-lang/crates.io-index" 2673checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 2674dependencies = [ 2675 "scopeguard", 2676] 2677 2678[[package]] 2679name = "log" 2680version = "0.4.29" 2681source = "registry+https://github.com/rust-lang/crates.io-index" 2682checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 2683 2684[[package]] 2685name = "lru-slab" 2686version = "0.1.2" 2687source = "registry+https://github.com/rust-lang/crates.io-index" 2688checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 2689 2690[[package]] 2691name = "mac" 2692version = "0.1.1" 2693source = "registry+https://github.com/rust-lang/crates.io-index" 2694checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" 2695 2696[[package]] 2697name = "markup5ever" 2698version = "0.14.1" 2699source = "registry+https://github.com/rust-lang/crates.io-index" 2700checksum = "c7a7213d12e1864c0f002f52c2923d4556935a43dec5e71355c2760e0f6e7a18" 2701dependencies = [ 2702 "log", 2703 "phf 0.11.3", 2704 "phf_codegen 0.11.3", 2705 "string_cache 0.8.9", 2706 "string_cache_codegen 0.5.4", 2707 "tendril", 2708] 2709 2710[[package]] 2711name = "markup5ever" 2712version = "0.36.1" 2713source = "registry+https://github.com/rust-lang/crates.io-index" 2714checksum = "6c3294c4d74d0742910f8c7b466f44dda9eb2d5742c1e430138df290a1e8451c" 2715dependencies = [ 2716 "log", 2717 "tendril", 2718 "web_atoms", 2719] 2720 2721[[package]] 2722name = "match-lookup" 2723version = "0.1.2" 2724source = "registry+https://github.com/rust-lang/crates.io-index" 2725checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771" 2726dependencies = [ 2727 "proc-macro2", 2728 "quote", 2729 "syn 2.0.117", 2730] 2731 2732[[package]] 2733name = "match_token" 2734version = "0.1.0" 2735source = "registry+https://github.com/rust-lang/crates.io-index" 2736checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b" 2737dependencies = [ 2738 "proc-macro2", 2739 "quote", 2740 "syn 2.0.117", 2741] 2742 2743[[package]] 2744name = "matchers" 2745version = "0.2.0" 2746source = "registry+https://github.com/rust-lang/crates.io-index" 2747checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 2748dependencies = [ 2749 "regex-automata", 2750] 2751 2752[[package]] 2753name = "matches" 2754version = "0.1.10" 2755source = "registry+https://github.com/rust-lang/crates.io-index" 2756checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" 2757 2758[[package]] 2759name = "matchit" 2760version = "0.7.3" 2761source = "registry+https://github.com/rust-lang/crates.io-index" 2762checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" 2763 2764[[package]] 2765name = "md-5" 2766version = "0.10.6" 2767source = "registry+https://github.com/rust-lang/crates.io-index" 2768checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 2769dependencies = [ 2770 "cfg-if", 2771 "digest", 2772] 2773 2774[[package]] 2775name = "memchr" 2776version = "2.8.0" 2777source = "registry+https://github.com/rust-lang/crates.io-index" 2778checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" 2779 2780[[package]] 2781name = "memoffset" 2782version = "0.9.1" 2783source = "registry+https://github.com/rust-lang/crates.io-index" 2784checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 2785dependencies = [ 2786 "autocfg", 2787] 2788 2789[[package]] 2790name = "mime" 2791version = "0.3.17" 2792source = "registry+https://github.com/rust-lang/crates.io-index" 2793checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 2794 2795[[package]] 2796name = "miniz_oxide" 2797version = "0.8.9" 2798source = "registry+https://github.com/rust-lang/crates.io-index" 2799checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 2800dependencies = [ 2801 "adler2", 2802 "simd-adler32", 2803] 2804 2805[[package]] 2806name = "mio" 2807version = "1.1.1" 2808source = "registry+https://github.com/rust-lang/crates.io-index" 2809checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 2810dependencies = [ 2811 "libc", 2812 "wasi 0.11.1+wasi-snapshot-preview1", 2813 "windows-sys 0.61.2", 2814] 2815 2816[[package]] 2817name = "moka" 2818version = "0.12.14" 2819source = "registry+https://github.com/rust-lang/crates.io-index" 2820checksum = "85f8024e1c8e71c778968af91d43700ce1d11b219d127d79fb2934153b82b42b" 2821dependencies = [ 2822 "crossbeam-channel", 2823 "crossbeam-epoch", 2824 "crossbeam-utils", 2825 "equivalent", 2826 "parking_lot", 2827 "portable-atomic", 2828 "smallvec", 2829 "tagptr", 2830 "uuid", 2831] 2832 2833[[package]] 2834name = "muda" 2835version = "0.17.1" 2836source = "registry+https://github.com/rust-lang/crates.io-index" 2837checksum = "01c1738382f66ed56b3b9c8119e794a2e23148ac8ea214eda86622d4cb9d415a" 2838dependencies = [ 2839 "crossbeam-channel", 2840 "dpi", 2841 "gtk", 2842 "keyboard-types", 2843 "objc2", 2844 "objc2-app-kit", 2845 "objc2-core-foundation", 2846 "objc2-foundation", 2847 "once_cell", 2848 "png", 2849 "serde", 2850 "thiserror 2.0.18", 2851 "windows-sys 0.60.2", 2852] 2853 2854[[package]] 2855name = "multibase" 2856version = "0.9.2" 2857source = "registry+https://github.com/rust-lang/crates.io-index" 2858checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77" 2859dependencies = [ 2860 "base-x", 2861 "base256emoji", 2862 "data-encoding", 2863 "data-encoding-macro", 2864] 2865 2866[[package]] 2867name = "native-tls" 2868version = "0.2.18" 2869source = "registry+https://github.com/rust-lang/crates.io-index" 2870checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2" 2871dependencies = [ 2872 "libc", 2873 "log", 2874 "openssl", 2875 "openssl-probe", 2876 "openssl-sys", 2877 "schannel", 2878 "security-framework", 2879 "security-framework-sys", 2880 "tempfile", 2881] 2882 2883[[package]] 2884name = "ndk" 2885version = "0.9.0" 2886source = "registry+https://github.com/rust-lang/crates.io-index" 2887checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" 2888dependencies = [ 2889 "bitflags 2.11.0", 2890 "jni-sys", 2891 "log", 2892 "ndk-sys", 2893 "num_enum", 2894 "raw-window-handle", 2895 "thiserror 1.0.69", 2896] 2897 2898[[package]] 2899name = "ndk-context" 2900version = "0.1.1" 2901source = "registry+https://github.com/rust-lang/crates.io-index" 2902checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 2903 2904[[package]] 2905name = "ndk-sys" 2906version = "0.6.0+11769913" 2907source = "registry+https://github.com/rust-lang/crates.io-index" 2908checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873" 2909dependencies = [ 2910 "jni-sys", 2911] 2912 2913[[package]] 2914name = "new_debug_unreachable" 2915version = "1.0.6" 2916source = "registry+https://github.com/rust-lang/crates.io-index" 2917checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 2918 2919[[package]] 2920name = "nodrop" 2921version = "0.1.14" 2922source = "registry+https://github.com/rust-lang/crates.io-index" 2923checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" 2924 2925[[package]] 2926name = "nu-ansi-term" 2927version = "0.50.3" 2928source = "registry+https://github.com/rust-lang/crates.io-index" 2929checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 2930dependencies = [ 2931 "windows-sys 0.61.2", 2932] 2933 2934[[package]] 2935name = "num-bigint-dig" 2936version = "0.8.6" 2937source = "registry+https://github.com/rust-lang/crates.io-index" 2938checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7" 2939dependencies = [ 2940 "lazy_static", 2941 "libm", 2942 "num-integer", 2943 "num-iter", 2944 "num-traits", 2945 "rand 0.8.5", 2946 "smallvec", 2947 "zeroize", 2948] 2949 2950[[package]] 2951name = "num-conv" 2952version = "0.2.0" 2953source = "registry+https://github.com/rust-lang/crates.io-index" 2954checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" 2955 2956[[package]] 2957name = "num-integer" 2958version = "0.1.46" 2959source = "registry+https://github.com/rust-lang/crates.io-index" 2960checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 2961dependencies = [ 2962 "num-traits", 2963] 2964 2965[[package]] 2966name = "num-iter" 2967version = "0.1.45" 2968source = "registry+https://github.com/rust-lang/crates.io-index" 2969checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 2970dependencies = [ 2971 "autocfg", 2972 "num-integer", 2973 "num-traits", 2974] 2975 2976[[package]] 2977name = "num-traits" 2978version = "0.2.19" 2979source = "registry+https://github.com/rust-lang/crates.io-index" 2980checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 2981dependencies = [ 2982 "autocfg", 2983 "libm", 2984] 2985 2986[[package]] 2987name = "num_cpus" 2988version = "1.17.0" 2989source = "registry+https://github.com/rust-lang/crates.io-index" 2990checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" 2991dependencies = [ 2992 "hermit-abi", 2993 "libc", 2994] 2995 2996[[package]] 2997name = "num_enum" 2998version = "0.7.5" 2999source = "registry+https://github.com/rust-lang/crates.io-index" 3000checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c" 3001dependencies = [ 3002 "num_enum_derive", 3003 "rustversion", 3004] 3005 3006[[package]] 3007name = "num_enum_derive" 3008version = "0.7.5" 3009source = "registry+https://github.com/rust-lang/crates.io-index" 3010checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7" 3011dependencies = [ 3012 "proc-macro-crate 3.5.0", 3013 "proc-macro2", 3014 "quote", 3015 "syn 2.0.117", 3016] 3017 3018[[package]] 3019name = "objc2" 3020version = "0.6.4" 3021source = "registry+https://github.com/rust-lang/crates.io-index" 3022checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f" 3023dependencies = [ 3024 "objc2-encode", 3025 "objc2-exception-helper", 3026] 3027 3028[[package]] 3029name = "objc2-app-kit" 3030version = "0.3.2" 3031source = "registry+https://github.com/rust-lang/crates.io-index" 3032checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c" 3033dependencies = [ 3034 "bitflags 2.11.0", 3035 "block2", 3036 "objc2", 3037 "objc2-core-foundation", 3038 "objc2-foundation", 3039] 3040 3041[[package]] 3042name = "objc2-core-foundation" 3043version = "0.3.2" 3044source = "registry+https://github.com/rust-lang/crates.io-index" 3045checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" 3046dependencies = [ 3047 "bitflags 2.11.0", 3048 "dispatch2", 3049 "objc2", 3050] 3051 3052[[package]] 3053name = "objc2-core-graphics" 3054version = "0.3.2" 3055source = "registry+https://github.com/rust-lang/crates.io-index" 3056checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807" 3057dependencies = [ 3058 "bitflags 2.11.0", 3059 "dispatch2", 3060 "objc2", 3061 "objc2-core-foundation", 3062 "objc2-io-surface", 3063] 3064 3065[[package]] 3066name = "objc2-encode" 3067version = "4.1.0" 3068source = "registry+https://github.com/rust-lang/crates.io-index" 3069checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" 3070 3071[[package]] 3072name = "objc2-exception-helper" 3073version = "0.1.1" 3074source = "registry+https://github.com/rust-lang/crates.io-index" 3075checksum = "c7a1c5fbb72d7735b076bb47b578523aedc40f3c439bea6dfd595c089d79d98a" 3076dependencies = [ 3077 "cc", 3078] 3079 3080[[package]] 3081name = "objc2-foundation" 3082version = "0.3.2" 3083source = "registry+https://github.com/rust-lang/crates.io-index" 3084checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" 3085dependencies = [ 3086 "bitflags 2.11.0", 3087 "block2", 3088 "objc2", 3089 "objc2-core-foundation", 3090] 3091 3092[[package]] 3093name = "objc2-io-surface" 3094version = "0.3.2" 3095source = "registry+https://github.com/rust-lang/crates.io-index" 3096checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d" 3097dependencies = [ 3098 "bitflags 2.11.0", 3099 "objc2", 3100 "objc2-core-foundation", 3101] 3102 3103[[package]] 3104name = "objc2-quartz-core" 3105version = "0.3.2" 3106source = "registry+https://github.com/rust-lang/crates.io-index" 3107checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f" 3108dependencies = [ 3109 "bitflags 2.11.0", 3110 "objc2", 3111 "objc2-core-foundation", 3112 "objc2-foundation", 3113] 3114 3115[[package]] 3116name = "objc2-ui-kit" 3117version = "0.3.2" 3118source = "registry+https://github.com/rust-lang/crates.io-index" 3119checksum = "d87d638e33c06f577498cbcc50491496a3ed4246998a7fbba7ccb98b1e7eab22" 3120dependencies = [ 3121 "bitflags 2.11.0", 3122 "objc2", 3123 "objc2-core-foundation", 3124 "objc2-foundation", 3125] 3126 3127[[package]] 3128name = "objc2-web-kit" 3129version = "0.3.2" 3130source = "registry+https://github.com/rust-lang/crates.io-index" 3131checksum = "b2e5aaab980c433cf470df9d7af96a7b46a9d892d521a2cbbb2f8a4c16751e7f" 3132dependencies = [ 3133 "bitflags 2.11.0", 3134 "block2", 3135 "objc2", 3136 "objc2-app-kit", 3137 "objc2-core-foundation", 3138 "objc2-foundation", 3139] 3140 3141[[package]] 3142name = "once_cell" 3143version = "1.21.3" 3144source = "registry+https://github.com/rust-lang/crates.io-index" 3145checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 3146dependencies = [ 3147 "critical-section", 3148 "portable-atomic", 3149] 3150 3151[[package]] 3152name = "once_cell_polyfill" 3153version = "1.70.2" 3154source = "registry+https://github.com/rust-lang/crates.io-index" 3155checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 3156 3157[[package]] 3158name = "opaque-debug" 3159version = "0.3.1" 3160source = "registry+https://github.com/rust-lang/crates.io-index" 3161checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" 3162 3163[[package]] 3164name = "openssl" 3165version = "0.10.76" 3166source = "registry+https://github.com/rust-lang/crates.io-index" 3167checksum = "951c002c75e16ea2c65b8c7e4d3d51d5530d8dfa7d060b4776828c88cfb18ecf" 3168dependencies = [ 3169 "bitflags 2.11.0", 3170 "cfg-if", 3171 "foreign-types 0.3.2", 3172 "libc", 3173 "once_cell", 3174 "openssl-macros", 3175 "openssl-sys", 3176] 3177 3178[[package]] 3179name = "openssl-macros" 3180version = "0.1.1" 3181source = "registry+https://github.com/rust-lang/crates.io-index" 3182checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 3183dependencies = [ 3184 "proc-macro2", 3185 "quote", 3186 "syn 2.0.117", 3187] 3188 3189[[package]] 3190name = "openssl-probe" 3191version = "0.2.1" 3192source = "registry+https://github.com/rust-lang/crates.io-index" 3193checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" 3194 3195[[package]] 3196name = "openssl-sys" 3197version = "0.9.112" 3198source = "registry+https://github.com/rust-lang/crates.io-index" 3199checksum = "57d55af3b3e226502be1526dfdba67ab0e9c96fc293004e79576b2b9edb0dbdb" 3200dependencies = [ 3201 "cc", 3202 "libc", 3203 "pkg-config", 3204 "vcpkg", 3205] 3206 3207[[package]] 3208name = "opentelemetry" 3209version = "0.28.0" 3210source = "registry+https://github.com/rust-lang/crates.io-index" 3211checksum = "236e667b670a5cdf90c258f5a55794ec5ac5027e960c224bff8367a59e1e6426" 3212dependencies = [ 3213 "futures-core", 3214 "futures-sink", 3215 "js-sys", 3216 "pin-project-lite", 3217 "thiserror 2.0.18", 3218 "tracing", 3219] 3220 3221[[package]] 3222name = "opentelemetry-http" 3223version = "0.28.0" 3224source = "registry+https://github.com/rust-lang/crates.io-index" 3225checksum = "a8863faf2910030d139fb48715ad5ff2f35029fc5f244f6d5f689ddcf4d26253" 3226dependencies = [ 3227 "async-trait", 3228 "bytes", 3229 "http", 3230 "opentelemetry", 3231 "reqwest 0.12.28", 3232 "tracing", 3233] 3234 3235[[package]] 3236name = "opentelemetry-otlp" 3237version = "0.28.0" 3238source = "registry+https://github.com/rust-lang/crates.io-index" 3239checksum = "5bef114c6d41bea83d6dc60eb41720eedd0261a67af57b66dd2b84ac46c01d91" 3240dependencies = [ 3241 "async-trait", 3242 "futures-core", 3243 "http", 3244 "opentelemetry", 3245 "opentelemetry-http", 3246 "opentelemetry-proto", 3247 "opentelemetry_sdk", 3248 "prost", 3249 "reqwest 0.12.28", 3250 "thiserror 2.0.18", 3251 "tokio", 3252 "tonic", 3253 "tracing", 3254] 3255 3256[[package]] 3257name = "opentelemetry-proto" 3258version = "0.28.0" 3259source = "registry+https://github.com/rust-lang/crates.io-index" 3260checksum = "56f8870d3024727e99212eb3bb1762ec16e255e3e6f58eeb3dc8db1aa226746d" 3261dependencies = [ 3262 "opentelemetry", 3263 "opentelemetry_sdk", 3264 "prost", 3265 "tonic", 3266] 3267 3268[[package]] 3269name = "opentelemetry_sdk" 3270version = "0.28.0" 3271source = "registry+https://github.com/rust-lang/crates.io-index" 3272checksum = "84dfad6042089c7fc1f6118b7040dc2eb4ab520abbf410b79dc481032af39570" 3273dependencies = [ 3274 "async-trait", 3275 "futures-channel", 3276 "futures-executor", 3277 "futures-util", 3278 "glob", 3279 "opentelemetry", 3280 "percent-encoding", 3281 "rand 0.8.5", 3282 "serde_json", 3283 "thiserror 2.0.18", 3284 "tokio", 3285 "tokio-stream", 3286 "tracing", 3287] 3288 3289[[package]] 3290name = "option-ext" 3291version = "0.2.0" 3292source = "registry+https://github.com/rust-lang/crates.io-index" 3293checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 3294 3295[[package]] 3296name = "p256" 3297version = "0.13.2" 3298source = "registry+https://github.com/rust-lang/crates.io-index" 3299checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 3300dependencies = [ 3301 "ecdsa", 3302 "elliptic-curve", 3303 "primeorder", 3304 "sha2", 3305] 3306 3307[[package]] 3308name = "pango" 3309version = "0.18.3" 3310source = "registry+https://github.com/rust-lang/crates.io-index" 3311checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4" 3312dependencies = [ 3313 "gio", 3314 "glib", 3315 "libc", 3316 "once_cell", 3317 "pango-sys", 3318] 3319 3320[[package]] 3321name = "pango-sys" 3322version = "0.18.0" 3323source = "registry+https://github.com/rust-lang/crates.io-index" 3324checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5" 3325dependencies = [ 3326 "glib-sys", 3327 "gobject-sys", 3328 "libc", 3329 "system-deps", 3330] 3331 3332[[package]] 3333name = "parking" 3334version = "2.2.1" 3335source = "registry+https://github.com/rust-lang/crates.io-index" 3336checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 3337 3338[[package]] 3339name = "parking_lot" 3340version = "0.12.5" 3341source = "registry+https://github.com/rust-lang/crates.io-index" 3342checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 3343dependencies = [ 3344 "lock_api", 3345 "parking_lot_core", 3346] 3347 3348[[package]] 3349name = "parking_lot_core" 3350version = "0.9.12" 3351source = "registry+https://github.com/rust-lang/crates.io-index" 3352checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 3353dependencies = [ 3354 "cfg-if", 3355 "libc", 3356 "redox_syscall 0.5.18", 3357 "smallvec", 3358 "windows-link 0.2.1", 3359] 3360 3361[[package]] 3362name = "pem-rfc7468" 3363version = "0.7.0" 3364source = "registry+https://github.com/rust-lang/crates.io-index" 3365checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 3366dependencies = [ 3367 "base64ct", 3368] 3369 3370[[package]] 3371name = "percent-encoding" 3372version = "2.3.2" 3373source = "registry+https://github.com/rust-lang/crates.io-index" 3374checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 3375 3376[[package]] 3377name = "phf" 3378version = "0.8.0" 3379source = "registry+https://github.com/rust-lang/crates.io-index" 3380checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12" 3381dependencies = [ 3382 "phf_shared 0.8.0", 3383] 3384 3385[[package]] 3386name = "phf" 3387version = "0.10.1" 3388source = "registry+https://github.com/rust-lang/crates.io-index" 3389checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" 3390dependencies = [ 3391 "phf_macros 0.10.0", 3392 "phf_shared 0.10.0", 3393 "proc-macro-hack", 3394] 3395 3396[[package]] 3397name = "phf" 3398version = "0.11.3" 3399source = "registry+https://github.com/rust-lang/crates.io-index" 3400checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 3401dependencies = [ 3402 "phf_macros 0.11.3", 3403 "phf_shared 0.11.3", 3404] 3405 3406[[package]] 3407name = "phf" 3408version = "0.13.1" 3409source = "registry+https://github.com/rust-lang/crates.io-index" 3410checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf" 3411dependencies = [ 3412 "phf_macros 0.13.1", 3413 "phf_shared 0.13.1", 3414 "serde", 3415] 3416 3417[[package]] 3418name = "phf_codegen" 3419version = "0.8.0" 3420source = "registry+https://github.com/rust-lang/crates.io-index" 3421checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815" 3422dependencies = [ 3423 "phf_generator 0.8.0", 3424 "phf_shared 0.8.0", 3425] 3426 3427[[package]] 3428name = "phf_codegen" 3429version = "0.11.3" 3430source = "registry+https://github.com/rust-lang/crates.io-index" 3431checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" 3432dependencies = [ 3433 "phf_generator 0.11.3", 3434 "phf_shared 0.11.3", 3435] 3436 3437[[package]] 3438name = "phf_codegen" 3439version = "0.13.1" 3440source = "registry+https://github.com/rust-lang/crates.io-index" 3441checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1" 3442dependencies = [ 3443 "phf_generator 0.13.1", 3444 "phf_shared 0.13.1", 3445] 3446 3447[[package]] 3448name = "phf_generator" 3449version = "0.8.0" 3450source = "registry+https://github.com/rust-lang/crates.io-index" 3451checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" 3452dependencies = [ 3453 "phf_shared 0.8.0", 3454 "rand 0.7.3", 3455] 3456 3457[[package]] 3458name = "phf_generator" 3459version = "0.10.0" 3460source = "registry+https://github.com/rust-lang/crates.io-index" 3461checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" 3462dependencies = [ 3463 "phf_shared 0.10.0", 3464 "rand 0.8.5", 3465] 3466 3467[[package]] 3468name = "phf_generator" 3469version = "0.11.3" 3470source = "registry+https://github.com/rust-lang/crates.io-index" 3471checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" 3472dependencies = [ 3473 "phf_shared 0.11.3", 3474 "rand 0.8.5", 3475] 3476 3477[[package]] 3478name = "phf_generator" 3479version = "0.13.1" 3480source = "registry+https://github.com/rust-lang/crates.io-index" 3481checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737" 3482dependencies = [ 3483 "fastrand", 3484 "phf_shared 0.13.1", 3485] 3486 3487[[package]] 3488name = "phf_macros" 3489version = "0.10.0" 3490source = "registry+https://github.com/rust-lang/crates.io-index" 3491checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0" 3492dependencies = [ 3493 "phf_generator 0.10.0", 3494 "phf_shared 0.10.0", 3495 "proc-macro-hack", 3496 "proc-macro2", 3497 "quote", 3498 "syn 1.0.109", 3499] 3500 3501[[package]] 3502name = "phf_macros" 3503version = "0.11.3" 3504source = "registry+https://github.com/rust-lang/crates.io-index" 3505checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" 3506dependencies = [ 3507 "phf_generator 0.11.3", 3508 "phf_shared 0.11.3", 3509 "proc-macro2", 3510 "quote", 3511 "syn 2.0.117", 3512] 3513 3514[[package]] 3515name = "phf_macros" 3516version = "0.13.1" 3517source = "registry+https://github.com/rust-lang/crates.io-index" 3518checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef" 3519dependencies = [ 3520 "phf_generator 0.13.1", 3521 "phf_shared 0.13.1", 3522 "proc-macro2", 3523 "quote", 3524 "syn 2.0.117", 3525] 3526 3527[[package]] 3528name = "phf_shared" 3529version = "0.8.0" 3530source = "registry+https://github.com/rust-lang/crates.io-index" 3531checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7" 3532dependencies = [ 3533 "siphasher 0.3.11", 3534] 3535 3536[[package]] 3537name = "phf_shared" 3538version = "0.10.0" 3539source = "registry+https://github.com/rust-lang/crates.io-index" 3540checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 3541dependencies = [ 3542 "siphasher 0.3.11", 3543] 3544 3545[[package]] 3546name = "phf_shared" 3547version = "0.11.3" 3548source = "registry+https://github.com/rust-lang/crates.io-index" 3549checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 3550dependencies = [ 3551 "siphasher 1.0.2", 3552] 3553 3554[[package]] 3555name = "phf_shared" 3556version = "0.13.1" 3557source = "registry+https://github.com/rust-lang/crates.io-index" 3558checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266" 3559dependencies = [ 3560 "siphasher 1.0.2", 3561] 3562 3563[[package]] 3564name = "pin-project" 3565version = "1.1.11" 3566source = "registry+https://github.com/rust-lang/crates.io-index" 3567checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517" 3568dependencies = [ 3569 "pin-project-internal", 3570] 3571 3572[[package]] 3573name = "pin-project-internal" 3574version = "1.1.11" 3575source = "registry+https://github.com/rust-lang/crates.io-index" 3576checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6" 3577dependencies = [ 3578 "proc-macro2", 3579 "quote", 3580 "syn 2.0.117", 3581] 3582 3583[[package]] 3584name = "pin-project-lite" 3585version = "0.2.17" 3586source = "registry+https://github.com/rust-lang/crates.io-index" 3587checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" 3588 3589[[package]] 3590name = "pin-utils" 3591version = "0.1.0" 3592source = "registry+https://github.com/rust-lang/crates.io-index" 3593checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 3594 3595[[package]] 3596name = "pkcs1" 3597version = "0.7.5" 3598source = "registry+https://github.com/rust-lang/crates.io-index" 3599checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 3600dependencies = [ 3601 "der", 3602 "pkcs8", 3603 "spki", 3604] 3605 3606[[package]] 3607name = "pkcs8" 3608version = "0.10.2" 3609source = "registry+https://github.com/rust-lang/crates.io-index" 3610checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 3611dependencies = [ 3612 "der", 3613 "spki", 3614] 3615 3616[[package]] 3617name = "pkg-config" 3618version = "0.3.32" 3619source = "registry+https://github.com/rust-lang/crates.io-index" 3620checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 3621 3622[[package]] 3623name = "plain" 3624version = "0.2.3" 3625source = "registry+https://github.com/rust-lang/crates.io-index" 3626checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" 3627 3628[[package]] 3629name = "plist" 3630version = "1.8.0" 3631source = "registry+https://github.com/rust-lang/crates.io-index" 3632checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07" 3633dependencies = [ 3634 "base64 0.22.1", 3635 "indexmap 2.13.0", 3636 "quick-xml", 3637 "serde", 3638 "time", 3639] 3640 3641[[package]] 3642name = "png" 3643version = "0.17.16" 3644source = "registry+https://github.com/rust-lang/crates.io-index" 3645checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526" 3646dependencies = [ 3647 "bitflags 1.3.2", 3648 "crc32fast", 3649 "fdeflate", 3650 "flate2", 3651 "miniz_oxide", 3652] 3653 3654[[package]] 3655name = "polyval" 3656version = "0.6.2" 3657source = "registry+https://github.com/rust-lang/crates.io-index" 3658checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" 3659dependencies = [ 3660 "cfg-if", 3661 "cpufeatures", 3662 "opaque-debug", 3663 "universal-hash", 3664] 3665 3666[[package]] 3667name = "portable-atomic" 3668version = "1.13.1" 3669source = "registry+https://github.com/rust-lang/crates.io-index" 3670checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" 3671 3672[[package]] 3673name = "potential_utf" 3674version = "0.1.4" 3675source = "registry+https://github.com/rust-lang/crates.io-index" 3676checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" 3677dependencies = [ 3678 "zerovec", 3679] 3680 3681[[package]] 3682name = "powerfmt" 3683version = "0.2.0" 3684source = "registry+https://github.com/rust-lang/crates.io-index" 3685checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 3686 3687[[package]] 3688name = "ppv-lite86" 3689version = "0.2.21" 3690source = "registry+https://github.com/rust-lang/crates.io-index" 3691checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 3692dependencies = [ 3693 "zerocopy", 3694] 3695 3696[[package]] 3697name = "precomputed-hash" 3698version = "0.1.1" 3699source = "registry+https://github.com/rust-lang/crates.io-index" 3700checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 3701 3702[[package]] 3703name = "prettyplease" 3704version = "0.2.37" 3705source = "registry+https://github.com/rust-lang/crates.io-index" 3706checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 3707dependencies = [ 3708 "proc-macro2", 3709 "syn 2.0.117", 3710] 3711 3712[[package]] 3713name = "primeorder" 3714version = "0.13.6" 3715source = "registry+https://github.com/rust-lang/crates.io-index" 3716checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 3717dependencies = [ 3718 "elliptic-curve", 3719] 3720 3721[[package]] 3722name = "proc-macro-crate" 3723version = "1.3.1" 3724source = "registry+https://github.com/rust-lang/crates.io-index" 3725checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 3726dependencies = [ 3727 "once_cell", 3728 "toml_edit 0.19.15", 3729] 3730 3731[[package]] 3732name = "proc-macro-crate" 3733version = "2.0.0" 3734source = "registry+https://github.com/rust-lang/crates.io-index" 3735checksum = "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8" 3736dependencies = [ 3737 "toml_edit 0.20.7", 3738] 3739 3740[[package]] 3741name = "proc-macro-crate" 3742version = "3.5.0" 3743source = "registry+https://github.com/rust-lang/crates.io-index" 3744checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f" 3745dependencies = [ 3746 "toml_edit 0.25.4+spec-1.1.0", 3747] 3748 3749[[package]] 3750name = "proc-macro-error" 3751version = "1.0.4" 3752source = "registry+https://github.com/rust-lang/crates.io-index" 3753checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 3754dependencies = [ 3755 "proc-macro-error-attr", 3756 "proc-macro2", 3757 "quote", 3758 "syn 1.0.109", 3759 "version_check", 3760] 3761 3762[[package]] 3763name = "proc-macro-error-attr" 3764version = "1.0.4" 3765source = "registry+https://github.com/rust-lang/crates.io-index" 3766checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 3767dependencies = [ 3768 "proc-macro2", 3769 "quote", 3770 "version_check", 3771] 3772 3773[[package]] 3774name = "proc-macro-hack" 3775version = "0.5.20+deprecated" 3776source = "registry+https://github.com/rust-lang/crates.io-index" 3777checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 3778 3779[[package]] 3780name = "proc-macro2" 3781version = "1.0.106" 3782source = "registry+https://github.com/rust-lang/crates.io-index" 3783checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 3784dependencies = [ 3785 "unicode-ident", 3786] 3787 3788[[package]] 3789name = "prost" 3790version = "0.13.5" 3791source = "registry+https://github.com/rust-lang/crates.io-index" 3792checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5" 3793dependencies = [ 3794 "bytes", 3795 "prost-derive", 3796] 3797 3798[[package]] 3799name = "prost-derive" 3800version = "0.13.5" 3801source = "registry+https://github.com/rust-lang/crates.io-index" 3802checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" 3803dependencies = [ 3804 "anyhow", 3805 "itertools", 3806 "proc-macro2", 3807 "quote", 3808 "syn 2.0.117", 3809] 3810 3811[[package]] 3812name = "quick-xml" 3813version = "0.38.4" 3814source = "registry+https://github.com/rust-lang/crates.io-index" 3815checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c" 3816dependencies = [ 3817 "memchr", 3818] 3819 3820[[package]] 3821name = "quinn" 3822version = "0.11.9" 3823source = "registry+https://github.com/rust-lang/crates.io-index" 3824checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" 3825dependencies = [ 3826 "bytes", 3827 "cfg_aliases", 3828 "pin-project-lite", 3829 "quinn-proto", 3830 "quinn-udp", 3831 "rustc-hash", 3832 "rustls", 3833 "socket2 0.5.10", 3834 "thiserror 2.0.18", 3835 "tokio", 3836 "tracing", 3837 "web-time", 3838] 3839 3840[[package]] 3841name = "quinn-proto" 3842version = "0.11.14" 3843source = "registry+https://github.com/rust-lang/crates.io-index" 3844checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" 3845dependencies = [ 3846 "bytes", 3847 "getrandom 0.3.4", 3848 "lru-slab", 3849 "rand 0.9.2", 3850 "ring", 3851 "rustc-hash", 3852 "rustls", 3853 "rustls-pki-types", 3854 "slab", 3855 "thiserror 2.0.18", 3856 "tinyvec", 3857 "tracing", 3858 "web-time", 3859] 3860 3861[[package]] 3862name = "quinn-udp" 3863version = "0.5.14" 3864source = "registry+https://github.com/rust-lang/crates.io-index" 3865checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" 3866dependencies = [ 3867 "cfg_aliases", 3868 "libc", 3869 "once_cell", 3870 "socket2 0.5.10", 3871 "tracing", 3872 "windows-sys 0.52.0", 3873] 3874 3875[[package]] 3876name = "quote" 3877version = "1.0.45" 3878source = "registry+https://github.com/rust-lang/crates.io-index" 3879checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" 3880dependencies = [ 3881 "proc-macro2", 3882] 3883 3884[[package]] 3885name = "r-efi" 3886version = "5.3.0" 3887source = "registry+https://github.com/rust-lang/crates.io-index" 3888checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 3889 3890[[package]] 3891name = "r-efi" 3892version = "6.0.0" 3893source = "registry+https://github.com/rust-lang/crates.io-index" 3894checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" 3895 3896[[package]] 3897name = "rand" 3898version = "0.7.3" 3899source = "registry+https://github.com/rust-lang/crates.io-index" 3900checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 3901dependencies = [ 3902 "getrandom 0.1.16", 3903 "libc", 3904 "rand_chacha 0.2.2", 3905 "rand_core 0.5.1", 3906 "rand_hc", 3907 "rand_pcg", 3908] 3909 3910[[package]] 3911name = "rand" 3912version = "0.8.5" 3913source = "registry+https://github.com/rust-lang/crates.io-index" 3914checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 3915dependencies = [ 3916 "libc", 3917 "rand_chacha 0.3.1", 3918 "rand_core 0.6.4", 3919] 3920 3921[[package]] 3922name = "rand" 3923version = "0.9.2" 3924source = "registry+https://github.com/rust-lang/crates.io-index" 3925checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 3926dependencies = [ 3927 "rand_chacha 0.9.0", 3928 "rand_core 0.9.5", 3929] 3930 3931[[package]] 3932name = "rand_chacha" 3933version = "0.2.2" 3934source = "registry+https://github.com/rust-lang/crates.io-index" 3935checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 3936dependencies = [ 3937 "ppv-lite86", 3938 "rand_core 0.5.1", 3939] 3940 3941[[package]] 3942name = "rand_chacha" 3943version = "0.3.1" 3944source = "registry+https://github.com/rust-lang/crates.io-index" 3945checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 3946dependencies = [ 3947 "ppv-lite86", 3948 "rand_core 0.6.4", 3949] 3950 3951[[package]] 3952name = "rand_chacha" 3953version = "0.9.0" 3954source = "registry+https://github.com/rust-lang/crates.io-index" 3955checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 3956dependencies = [ 3957 "ppv-lite86", 3958 "rand_core 0.9.5", 3959] 3960 3961[[package]] 3962name = "rand_core" 3963version = "0.5.1" 3964source = "registry+https://github.com/rust-lang/crates.io-index" 3965checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 3966dependencies = [ 3967 "getrandom 0.1.16", 3968] 3969 3970[[package]] 3971name = "rand_core" 3972version = "0.6.4" 3973source = "registry+https://github.com/rust-lang/crates.io-index" 3974checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 3975dependencies = [ 3976 "getrandom 0.2.17", 3977] 3978 3979[[package]] 3980name = "rand_core" 3981version = "0.9.5" 3982source = "registry+https://github.com/rust-lang/crates.io-index" 3983checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 3984dependencies = [ 3985 "getrandom 0.3.4", 3986] 3987 3988[[package]] 3989name = "rand_hc" 3990version = "0.2.0" 3991source = "registry+https://github.com/rust-lang/crates.io-index" 3992checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 3993dependencies = [ 3994 "rand_core 0.5.1", 3995] 3996 3997[[package]] 3998name = "rand_pcg" 3999version = "0.2.1" 4000source = "registry+https://github.com/rust-lang/crates.io-index" 4001checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" 4002dependencies = [ 4003 "rand_core 0.5.1", 4004] 4005 4006[[package]] 4007name = "raw-window-handle" 4008version = "0.6.2" 4009source = "registry+https://github.com/rust-lang/crates.io-index" 4010checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" 4011 4012[[package]] 4013name = "redox_syscall" 4014version = "0.5.18" 4015source = "registry+https://github.com/rust-lang/crates.io-index" 4016checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 4017dependencies = [ 4018 "bitflags 2.11.0", 4019] 4020 4021[[package]] 4022name = "redox_syscall" 4023version = "0.7.3" 4024source = "registry+https://github.com/rust-lang/crates.io-index" 4025checksum = "6ce70a74e890531977d37e532c34d45e9055d2409ed08ddba14529471ed0be16" 4026dependencies = [ 4027 "bitflags 2.11.0", 4028] 4029 4030[[package]] 4031name = "redox_users" 4032version = "0.5.2" 4033source = "registry+https://github.com/rust-lang/crates.io-index" 4034checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" 4035dependencies = [ 4036 "getrandom 0.2.17", 4037 "libredox", 4038 "thiserror 2.0.18", 4039] 4040 4041[[package]] 4042name = "ref-cast" 4043version = "1.0.25" 4044source = "registry+https://github.com/rust-lang/crates.io-index" 4045checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" 4046dependencies = [ 4047 "ref-cast-impl", 4048] 4049 4050[[package]] 4051name = "ref-cast-impl" 4052version = "1.0.25" 4053source = "registry+https://github.com/rust-lang/crates.io-index" 4054checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" 4055dependencies = [ 4056 "proc-macro2", 4057 "quote", 4058 "syn 2.0.117", 4059] 4060 4061[[package]] 4062name = "regex" 4063version = "1.12.3" 4064source = "registry+https://github.com/rust-lang/crates.io-index" 4065checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" 4066dependencies = [ 4067 "aho-corasick", 4068 "memchr", 4069 "regex-automata", 4070 "regex-syntax", 4071] 4072 4073[[package]] 4074name = "regex-automata" 4075version = "0.4.14" 4076source = "registry+https://github.com/rust-lang/crates.io-index" 4077checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 4078dependencies = [ 4079 "aho-corasick", 4080 "memchr", 4081 "regex-syntax", 4082] 4083 4084[[package]] 4085name = "regex-syntax" 4086version = "0.8.10" 4087source = "registry+https://github.com/rust-lang/crates.io-index" 4088checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" 4089 4090[[package]] 4091name = "relay" 4092version = "0.1.0" 4093dependencies = [ 4094 "anyhow", 4095 "axum", 4096 "base64 0.21.7", 4097 "clap", 4098 "common", 4099 "crypto", 4100 "hickory-resolver", 4101 "opentelemetry", 4102 "opentelemetry-otlp", 4103 "opentelemetry_sdk", 4104 "rand_core 0.6.4", 4105 "reqwest 0.12.28", 4106 "serde", 4107 "serde_json", 4108 "sha2", 4109 "sqlx", 4110 "subtle", 4111 "tempfile", 4112 "thiserror 2.0.18", 4113 "tokio", 4114 "tower 0.5.3", 4115 "tower-http 0.5.2", 4116 "tracing", 4117 "tracing-opentelemetry", 4118 "tracing-subscriber", 4119 "uuid", 4120 "wiremock", 4121 "zeroize", 4122] 4123 4124[[package]] 4125name = "repo-engine" 4126version = "0.1.0" 4127 4128[[package]] 4129name = "reqwest" 4130version = "0.12.28" 4131source = "registry+https://github.com/rust-lang/crates.io-index" 4132checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" 4133dependencies = [ 4134 "base64 0.22.1", 4135 "bytes", 4136 "encoding_rs", 4137 "futures-channel", 4138 "futures-core", 4139 "futures-util", 4140 "h2", 4141 "http", 4142 "http-body", 4143 "http-body-util", 4144 "hyper", 4145 "hyper-rustls", 4146 "hyper-tls", 4147 "hyper-util", 4148 "js-sys", 4149 "log", 4150 "mime", 4151 "native-tls", 4152 "percent-encoding", 4153 "pin-project-lite", 4154 "quinn", 4155 "rustls", 4156 "rustls-pki-types", 4157 "serde", 4158 "serde_json", 4159 "serde_urlencoded", 4160 "sync_wrapper", 4161 "tokio", 4162 "tokio-native-tls", 4163 "tokio-rustls", 4164 "tower 0.5.3", 4165 "tower-http 0.6.8", 4166 "tower-service", 4167 "url", 4168 "wasm-bindgen", 4169 "wasm-bindgen-futures", 4170 "web-sys", 4171 "webpki-roots", 4172] 4173 4174[[package]] 4175name = "reqwest" 4176version = "0.13.2" 4177source = "registry+https://github.com/rust-lang/crates.io-index" 4178checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801" 4179dependencies = [ 4180 "base64 0.22.1", 4181 "bytes", 4182 "futures-core", 4183 "futures-util", 4184 "http", 4185 "http-body", 4186 "http-body-util", 4187 "hyper", 4188 "hyper-util", 4189 "js-sys", 4190 "log", 4191 "percent-encoding", 4192 "pin-project-lite", 4193 "serde", 4194 "serde_json", 4195 "sync_wrapper", 4196 "tokio", 4197 "tokio-util", 4198 "tower 0.5.3", 4199 "tower-http 0.6.8", 4200 "tower-service", 4201 "url", 4202 "wasm-bindgen", 4203 "wasm-bindgen-futures", 4204 "wasm-streams", 4205 "web-sys", 4206] 4207 4208[[package]] 4209name = "resolv-conf" 4210version = "0.7.6" 4211source = "registry+https://github.com/rust-lang/crates.io-index" 4212checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" 4213 4214[[package]] 4215name = "rfc6979" 4216version = "0.4.0" 4217source = "registry+https://github.com/rust-lang/crates.io-index" 4218checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 4219dependencies = [ 4220 "hmac", 4221 "subtle", 4222] 4223 4224[[package]] 4225name = "ring" 4226version = "0.17.14" 4227source = "registry+https://github.com/rust-lang/crates.io-index" 4228checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 4229dependencies = [ 4230 "cc", 4231 "cfg-if", 4232 "getrandom 0.2.17", 4233 "libc", 4234 "untrusted", 4235 "windows-sys 0.52.0", 4236] 4237 4238[[package]] 4239name = "rsa" 4240version = "0.9.10" 4241source = "registry+https://github.com/rust-lang/crates.io-index" 4242checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d" 4243dependencies = [ 4244 "const-oid", 4245 "digest", 4246 "num-bigint-dig", 4247 "num-integer", 4248 "num-traits", 4249 "pkcs1", 4250 "pkcs8", 4251 "rand_core 0.6.4", 4252 "signature", 4253 "spki", 4254 "subtle", 4255 "zeroize", 4256] 4257 4258[[package]] 4259name = "rustc-hash" 4260version = "2.1.1" 4261source = "registry+https://github.com/rust-lang/crates.io-index" 4262checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 4263 4264[[package]] 4265name = "rustc_version" 4266version = "0.4.1" 4267source = "registry+https://github.com/rust-lang/crates.io-index" 4268checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 4269dependencies = [ 4270 "semver", 4271] 4272 4273[[package]] 4274name = "rustix" 4275version = "1.1.4" 4276source = "registry+https://github.com/rust-lang/crates.io-index" 4277checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" 4278dependencies = [ 4279 "bitflags 2.11.0", 4280 "errno", 4281 "libc", 4282 "linux-raw-sys", 4283 "windows-sys 0.61.2", 4284] 4285 4286[[package]] 4287name = "rustls" 4288version = "0.23.37" 4289source = "registry+https://github.com/rust-lang/crates.io-index" 4290checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4" 4291dependencies = [ 4292 "once_cell", 4293 "ring", 4294 "rustls-pki-types", 4295 "rustls-webpki", 4296 "subtle", 4297 "zeroize", 4298] 4299 4300[[package]] 4301name = "rustls-pki-types" 4302version = "1.14.0" 4303source = "registry+https://github.com/rust-lang/crates.io-index" 4304checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" 4305dependencies = [ 4306 "web-time", 4307 "zeroize", 4308] 4309 4310[[package]] 4311name = "rustls-webpki" 4312version = "0.103.9" 4313source = "registry+https://github.com/rust-lang/crates.io-index" 4314checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53" 4315dependencies = [ 4316 "ring", 4317 "rustls-pki-types", 4318 "untrusted", 4319] 4320 4321[[package]] 4322name = "rustversion" 4323version = "1.0.22" 4324source = "registry+https://github.com/rust-lang/crates.io-index" 4325checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 4326 4327[[package]] 4328name = "ryu" 4329version = "1.0.23" 4330source = "registry+https://github.com/rust-lang/crates.io-index" 4331checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 4332 4333[[package]] 4334name = "same-file" 4335version = "1.0.6" 4336source = "registry+https://github.com/rust-lang/crates.io-index" 4337checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 4338dependencies = [ 4339 "winapi-util", 4340] 4341 4342[[package]] 4343name = "schannel" 4344version = "0.1.29" 4345source = "registry+https://github.com/rust-lang/crates.io-index" 4346checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" 4347dependencies = [ 4348 "windows-sys 0.61.2", 4349] 4350 4351[[package]] 4352name = "schemars" 4353version = "0.8.22" 4354source = "registry+https://github.com/rust-lang/crates.io-index" 4355checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615" 4356dependencies = [ 4357 "dyn-clone", 4358 "indexmap 1.9.3", 4359 "schemars_derive", 4360 "serde", 4361 "serde_json", 4362 "url", 4363 "uuid", 4364] 4365 4366[[package]] 4367name = "schemars" 4368version = "0.9.0" 4369source = "registry+https://github.com/rust-lang/crates.io-index" 4370checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" 4371dependencies = [ 4372 "dyn-clone", 4373 "ref-cast", 4374 "serde", 4375 "serde_json", 4376] 4377 4378[[package]] 4379name = "schemars" 4380version = "1.2.1" 4381source = "registry+https://github.com/rust-lang/crates.io-index" 4382checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc" 4383dependencies = [ 4384 "dyn-clone", 4385 "ref-cast", 4386 "serde", 4387 "serde_json", 4388] 4389 4390[[package]] 4391name = "schemars_derive" 4392version = "0.8.22" 4393source = "registry+https://github.com/rust-lang/crates.io-index" 4394checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d" 4395dependencies = [ 4396 "proc-macro2", 4397 "quote", 4398 "serde_derive_internals", 4399 "syn 2.0.117", 4400] 4401 4402[[package]] 4403name = "scopeguard" 4404version = "1.2.0" 4405source = "registry+https://github.com/rust-lang/crates.io-index" 4406checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 4407 4408[[package]] 4409name = "sec1" 4410version = "0.7.3" 4411source = "registry+https://github.com/rust-lang/crates.io-index" 4412checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 4413dependencies = [ 4414 "base16ct", 4415 "der", 4416 "generic-array", 4417 "pkcs8", 4418 "subtle", 4419 "zeroize", 4420] 4421 4422[[package]] 4423name = "security-framework" 4424version = "3.7.0" 4425source = "registry+https://github.com/rust-lang/crates.io-index" 4426checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" 4427dependencies = [ 4428 "bitflags 2.11.0", 4429 "core-foundation 0.10.1", 4430 "core-foundation-sys", 4431 "libc", 4432 "security-framework-sys", 4433] 4434 4435[[package]] 4436name = "security-framework-sys" 4437version = "2.17.0" 4438source = "registry+https://github.com/rust-lang/crates.io-index" 4439checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" 4440dependencies = [ 4441 "core-foundation-sys", 4442 "libc", 4443] 4444 4445[[package]] 4446name = "selectors" 4447version = "0.24.0" 4448source = "registry+https://github.com/rust-lang/crates.io-index" 4449checksum = "0c37578180969d00692904465fb7f6b3d50b9a2b952b87c23d0e2e5cb5013416" 4450dependencies = [ 4451 "bitflags 1.3.2", 4452 "cssparser 0.29.6", 4453 "derive_more 0.99.20", 4454 "fxhash", 4455 "log", 4456 "phf 0.8.0", 4457 "phf_codegen 0.8.0", 4458 "precomputed-hash", 4459 "servo_arc 0.2.0", 4460 "smallvec", 4461] 4462 4463[[package]] 4464name = "selectors" 4465version = "0.35.0" 4466source = "registry+https://github.com/rust-lang/crates.io-index" 4467checksum = "93fdfed56cd634f04fe8b9ddf947ae3dc493483e819593d2ba17df9ad05db8b2" 4468dependencies = [ 4469 "bitflags 2.11.0", 4470 "cssparser 0.36.0", 4471 "derive_more 2.1.1", 4472 "log", 4473 "new_debug_unreachable", 4474 "phf 0.13.1", 4475 "phf_codegen 0.13.1", 4476 "precomputed-hash", 4477 "rustc-hash", 4478 "servo_arc 0.4.3", 4479 "smallvec", 4480] 4481 4482[[package]] 4483name = "semver" 4484version = "1.0.27" 4485source = "registry+https://github.com/rust-lang/crates.io-index" 4486checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 4487dependencies = [ 4488 "serde", 4489 "serde_core", 4490] 4491 4492[[package]] 4493name = "serde" 4494version = "1.0.228" 4495source = "registry+https://github.com/rust-lang/crates.io-index" 4496checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 4497dependencies = [ 4498 "serde_core", 4499 "serde_derive", 4500] 4501 4502[[package]] 4503name = "serde-untagged" 4504version = "0.1.9" 4505source = "registry+https://github.com/rust-lang/crates.io-index" 4506checksum = "f9faf48a4a2d2693be24c6289dbe26552776eb7737074e6722891fadbe6c5058" 4507dependencies = [ 4508 "erased-serde", 4509 "serde", 4510 "serde_core", 4511 "typeid", 4512] 4513 4514[[package]] 4515name = "serde_core" 4516version = "1.0.228" 4517source = "registry+https://github.com/rust-lang/crates.io-index" 4518checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 4519dependencies = [ 4520 "serde_derive", 4521] 4522 4523[[package]] 4524name = "serde_derive" 4525version = "1.0.228" 4526source = "registry+https://github.com/rust-lang/crates.io-index" 4527checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 4528dependencies = [ 4529 "proc-macro2", 4530 "quote", 4531 "syn 2.0.117", 4532] 4533 4534[[package]] 4535name = "serde_derive_internals" 4536version = "0.29.1" 4537source = "registry+https://github.com/rust-lang/crates.io-index" 4538checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" 4539dependencies = [ 4540 "proc-macro2", 4541 "quote", 4542 "syn 2.0.117", 4543] 4544 4545[[package]] 4546name = "serde_json" 4547version = "1.0.149" 4548source = "registry+https://github.com/rust-lang/crates.io-index" 4549checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 4550dependencies = [ 4551 "itoa", 4552 "memchr", 4553 "serde", 4554 "serde_core", 4555 "zmij", 4556] 4557 4558[[package]] 4559name = "serde_path_to_error" 4560version = "0.1.20" 4561source = "registry+https://github.com/rust-lang/crates.io-index" 4562checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" 4563dependencies = [ 4564 "itoa", 4565 "serde", 4566 "serde_core", 4567] 4568 4569[[package]] 4570name = "serde_repr" 4571version = "0.1.20" 4572source = "registry+https://github.com/rust-lang/crates.io-index" 4573checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 4574dependencies = [ 4575 "proc-macro2", 4576 "quote", 4577 "syn 2.0.117", 4578] 4579 4580[[package]] 4581name = "serde_spanned" 4582version = "0.6.9" 4583source = "registry+https://github.com/rust-lang/crates.io-index" 4584checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" 4585dependencies = [ 4586 "serde", 4587] 4588 4589[[package]] 4590name = "serde_spanned" 4591version = "1.0.4" 4592source = "registry+https://github.com/rust-lang/crates.io-index" 4593checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776" 4594dependencies = [ 4595 "serde_core", 4596] 4597 4598[[package]] 4599name = "serde_urlencoded" 4600version = "0.7.1" 4601source = "registry+https://github.com/rust-lang/crates.io-index" 4602checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 4603dependencies = [ 4604 "form_urlencoded", 4605 "itoa", 4606 "ryu", 4607 "serde", 4608] 4609 4610[[package]] 4611name = "serde_with" 4612version = "3.18.0" 4613source = "registry+https://github.com/rust-lang/crates.io-index" 4614checksum = "dd5414fad8e6907dbdd5bc441a50ae8d6e26151a03b1de04d89a5576de61d01f" 4615dependencies = [ 4616 "base64 0.22.1", 4617 "chrono", 4618 "hex", 4619 "indexmap 1.9.3", 4620 "indexmap 2.13.0", 4621 "schemars 0.9.0", 4622 "schemars 1.2.1", 4623 "serde_core", 4624 "serde_json", 4625 "serde_with_macros", 4626 "time", 4627] 4628 4629[[package]] 4630name = "serde_with_macros" 4631version = "3.18.0" 4632source = "registry+https://github.com/rust-lang/crates.io-index" 4633checksum = "d3db8978e608f1fe7357e211969fd9abdcae80bac1ba7a3369bb7eb6b404eb65" 4634dependencies = [ 4635 "darling", 4636 "proc-macro2", 4637 "quote", 4638 "syn 2.0.117", 4639] 4640 4641[[package]] 4642name = "serialize-to-javascript" 4643version = "0.1.2" 4644source = "registry+https://github.com/rust-lang/crates.io-index" 4645checksum = "04f3666a07a197cdb77cdf306c32be9b7f598d7060d50cfd4d5aa04bfd92f6c5" 4646dependencies = [ 4647 "serde", 4648 "serde_json", 4649 "serialize-to-javascript-impl", 4650] 4651 4652[[package]] 4653name = "serialize-to-javascript-impl" 4654version = "0.1.2" 4655source = "registry+https://github.com/rust-lang/crates.io-index" 4656checksum = "772ee033c0916d670af7860b6e1ef7d658a4629a6d0b4c8c3e67f09b3765b75d" 4657dependencies = [ 4658 "proc-macro2", 4659 "quote", 4660 "syn 2.0.117", 4661] 4662 4663[[package]] 4664name = "servo_arc" 4665version = "0.2.0" 4666source = "registry+https://github.com/rust-lang/crates.io-index" 4667checksum = "d52aa42f8fdf0fed91e5ce7f23d8138441002fa31dca008acf47e6fd4721f741" 4668dependencies = [ 4669 "nodrop", 4670 "stable_deref_trait", 4671] 4672 4673[[package]] 4674name = "servo_arc" 4675version = "0.4.3" 4676source = "registry+https://github.com/rust-lang/crates.io-index" 4677checksum = "170fb83ab34de17dc69aa7c67482b22218ddb85da56546f9bd6b929e32a05930" 4678dependencies = [ 4679 "stable_deref_trait", 4680] 4681 4682[[package]] 4683name = "sha1" 4684version = "0.10.6" 4685source = "registry+https://github.com/rust-lang/crates.io-index" 4686checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 4687dependencies = [ 4688 "cfg-if", 4689 "cpufeatures", 4690 "digest", 4691] 4692 4693[[package]] 4694name = "sha2" 4695version = "0.10.9" 4696source = "registry+https://github.com/rust-lang/crates.io-index" 4697checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 4698dependencies = [ 4699 "cfg-if", 4700 "cpufeatures", 4701 "digest", 4702] 4703 4704[[package]] 4705name = "sharded-slab" 4706version = "0.1.7" 4707source = "registry+https://github.com/rust-lang/crates.io-index" 4708checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 4709dependencies = [ 4710 "lazy_static", 4711] 4712 4713[[package]] 4714name = "shlex" 4715version = "1.3.0" 4716source = "registry+https://github.com/rust-lang/crates.io-index" 4717checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 4718 4719[[package]] 4720name = "signal-hook-registry" 4721version = "1.4.8" 4722source = "registry+https://github.com/rust-lang/crates.io-index" 4723checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 4724dependencies = [ 4725 "errno", 4726 "libc", 4727] 4728 4729[[package]] 4730name = "signature" 4731version = "2.2.0" 4732source = "registry+https://github.com/rust-lang/crates.io-index" 4733checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 4734dependencies = [ 4735 "digest", 4736 "rand_core 0.6.4", 4737] 4738 4739[[package]] 4740name = "simd-adler32" 4741version = "0.3.8" 4742source = "registry+https://github.com/rust-lang/crates.io-index" 4743checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" 4744 4745[[package]] 4746name = "siphasher" 4747version = "0.3.11" 4748source = "registry+https://github.com/rust-lang/crates.io-index" 4749checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 4750 4751[[package]] 4752name = "siphasher" 4753version = "1.0.2" 4754source = "registry+https://github.com/rust-lang/crates.io-index" 4755checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" 4756 4757[[package]] 4758name = "slab" 4759version = "0.4.12" 4760source = "registry+https://github.com/rust-lang/crates.io-index" 4761checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 4762 4763[[package]] 4764name = "smallvec" 4765version = "1.15.1" 4766source = "registry+https://github.com/rust-lang/crates.io-index" 4767checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 4768dependencies = [ 4769 "serde", 4770] 4771 4772[[package]] 4773name = "socket2" 4774version = "0.5.10" 4775source = "registry+https://github.com/rust-lang/crates.io-index" 4776checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" 4777dependencies = [ 4778 "libc", 4779 "windows-sys 0.52.0", 4780] 4781 4782[[package]] 4783name = "socket2" 4784version = "0.6.3" 4785source = "registry+https://github.com/rust-lang/crates.io-index" 4786checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" 4787dependencies = [ 4788 "libc", 4789 "windows-sys 0.61.2", 4790] 4791 4792[[package]] 4793name = "softbuffer" 4794version = "0.4.8" 4795source = "registry+https://github.com/rust-lang/crates.io-index" 4796checksum = "aac18da81ebbf05109ab275b157c22a653bb3c12cf884450179942f81bcbf6c3" 4797dependencies = [ 4798 "bytemuck", 4799 "js-sys", 4800 "ndk", 4801 "objc2", 4802 "objc2-core-foundation", 4803 "objc2-core-graphics", 4804 "objc2-foundation", 4805 "objc2-quartz-core", 4806 "raw-window-handle", 4807 "redox_syscall 0.5.18", 4808 "tracing", 4809 "wasm-bindgen", 4810 "web-sys", 4811 "windows-sys 0.61.2", 4812] 4813 4814[[package]] 4815name = "soup3" 4816version = "0.5.0" 4817source = "registry+https://github.com/rust-lang/crates.io-index" 4818checksum = "471f924a40f31251afc77450e781cb26d55c0b650842efafc9c6cbd2f7cc4f9f" 4819dependencies = [ 4820 "futures-channel", 4821 "gio", 4822 "glib", 4823 "libc", 4824 "soup3-sys", 4825] 4826 4827[[package]] 4828name = "soup3-sys" 4829version = "0.5.0" 4830source = "registry+https://github.com/rust-lang/crates.io-index" 4831checksum = "7ebe8950a680a12f24f15ebe1bf70db7af98ad242d9db43596ad3108aab86c27" 4832dependencies = [ 4833 "gio-sys", 4834 "glib-sys", 4835 "gobject-sys", 4836 "libc", 4837 "system-deps", 4838] 4839 4840[[package]] 4841name = "spin" 4842version = "0.9.8" 4843source = "registry+https://github.com/rust-lang/crates.io-index" 4844checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 4845dependencies = [ 4846 "lock_api", 4847] 4848 4849[[package]] 4850name = "spki" 4851version = "0.7.3" 4852source = "registry+https://github.com/rust-lang/crates.io-index" 4853checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 4854dependencies = [ 4855 "base64ct", 4856 "der", 4857] 4858 4859[[package]] 4860name = "sqlx" 4861version = "0.8.6" 4862source = "registry+https://github.com/rust-lang/crates.io-index" 4863checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc" 4864dependencies = [ 4865 "sqlx-core", 4866 "sqlx-macros", 4867 "sqlx-mysql", 4868 "sqlx-postgres", 4869 "sqlx-sqlite", 4870] 4871 4872[[package]] 4873name = "sqlx-core" 4874version = "0.8.6" 4875source = "registry+https://github.com/rust-lang/crates.io-index" 4876checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6" 4877dependencies = [ 4878 "base64 0.22.1", 4879 "bytes", 4880 "crc", 4881 "crossbeam-queue", 4882 "either", 4883 "event-listener", 4884 "futures-core", 4885 "futures-intrusive", 4886 "futures-io", 4887 "futures-util", 4888 "hashbrown 0.15.5", 4889 "hashlink", 4890 "indexmap 2.13.0", 4891 "log", 4892 "memchr", 4893 "once_cell", 4894 "percent-encoding", 4895 "serde", 4896 "serde_json", 4897 "sha2", 4898 "smallvec", 4899 "thiserror 2.0.18", 4900 "tokio", 4901 "tokio-stream", 4902 "tracing", 4903 "url", 4904] 4905 4906[[package]] 4907name = "sqlx-macros" 4908version = "0.8.6" 4909source = "registry+https://github.com/rust-lang/crates.io-index" 4910checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d" 4911dependencies = [ 4912 "proc-macro2", 4913 "quote", 4914 "sqlx-core", 4915 "sqlx-macros-core", 4916 "syn 2.0.117", 4917] 4918 4919[[package]] 4920name = "sqlx-macros-core" 4921version = "0.8.6" 4922source = "registry+https://github.com/rust-lang/crates.io-index" 4923checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b" 4924dependencies = [ 4925 "dotenvy", 4926 "either", 4927 "heck 0.5.0", 4928 "hex", 4929 "once_cell", 4930 "proc-macro2", 4931 "quote", 4932 "serde", 4933 "serde_json", 4934 "sha2", 4935 "sqlx-core", 4936 "sqlx-mysql", 4937 "sqlx-postgres", 4938 "sqlx-sqlite", 4939 "syn 2.0.117", 4940 "tokio", 4941 "url", 4942] 4943 4944[[package]] 4945name = "sqlx-mysql" 4946version = "0.8.6" 4947source = "registry+https://github.com/rust-lang/crates.io-index" 4948checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526" 4949dependencies = [ 4950 "atoi", 4951 "base64 0.22.1", 4952 "bitflags 2.11.0", 4953 "byteorder", 4954 "bytes", 4955 "crc", 4956 "digest", 4957 "dotenvy", 4958 "either", 4959 "futures-channel", 4960 "futures-core", 4961 "futures-io", 4962 "futures-util", 4963 "generic-array", 4964 "hex", 4965 "hkdf", 4966 "hmac", 4967 "itoa", 4968 "log", 4969 "md-5", 4970 "memchr", 4971 "once_cell", 4972 "percent-encoding", 4973 "rand 0.8.5", 4974 "rsa", 4975 "serde", 4976 "sha1", 4977 "sha2", 4978 "smallvec", 4979 "sqlx-core", 4980 "stringprep", 4981 "thiserror 2.0.18", 4982 "tracing", 4983 "whoami", 4984] 4985 4986[[package]] 4987name = "sqlx-postgres" 4988version = "0.8.6" 4989source = "registry+https://github.com/rust-lang/crates.io-index" 4990checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46" 4991dependencies = [ 4992 "atoi", 4993 "base64 0.22.1", 4994 "bitflags 2.11.0", 4995 "byteorder", 4996 "crc", 4997 "dotenvy", 4998 "etcetera", 4999 "futures-channel", 5000 "futures-core", 5001 "futures-util", 5002 "hex", 5003 "hkdf", 5004 "hmac", 5005 "home", 5006 "itoa", 5007 "log", 5008 "md-5", 5009 "memchr", 5010 "once_cell", 5011 "rand 0.8.5", 5012 "serde", 5013 "serde_json", 5014 "sha2", 5015 "smallvec", 5016 "sqlx-core", 5017 "stringprep", 5018 "thiserror 2.0.18", 5019 "tracing", 5020 "whoami", 5021] 5022 5023[[package]] 5024name = "sqlx-sqlite" 5025version = "0.8.6" 5026source = "registry+https://github.com/rust-lang/crates.io-index" 5027checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea" 5028dependencies = [ 5029 "atoi", 5030 "flume", 5031 "futures-channel", 5032 "futures-core", 5033 "futures-executor", 5034 "futures-intrusive", 5035 "futures-util", 5036 "libsqlite3-sys", 5037 "log", 5038 "percent-encoding", 5039 "serde", 5040 "serde_urlencoded", 5041 "sqlx-core", 5042 "thiserror 2.0.18", 5043 "tracing", 5044 "url", 5045] 5046 5047[[package]] 5048name = "stable_deref_trait" 5049version = "1.2.1" 5050source = "registry+https://github.com/rust-lang/crates.io-index" 5051checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 5052 5053[[package]] 5054name = "string_cache" 5055version = "0.8.9" 5056source = "registry+https://github.com/rust-lang/crates.io-index" 5057checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f" 5058dependencies = [ 5059 "new_debug_unreachable", 5060 "parking_lot", 5061 "phf_shared 0.11.3", 5062 "precomputed-hash", 5063 "serde", 5064] 5065 5066[[package]] 5067name = "string_cache" 5068version = "0.9.0" 5069source = "registry+https://github.com/rust-lang/crates.io-index" 5070checksum = "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901" 5071dependencies = [ 5072 "new_debug_unreachable", 5073 "parking_lot", 5074 "phf_shared 0.13.1", 5075 "precomputed-hash", 5076] 5077 5078[[package]] 5079name = "string_cache_codegen" 5080version = "0.5.4" 5081source = "registry+https://github.com/rust-lang/crates.io-index" 5082checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0" 5083dependencies = [ 5084 "phf_generator 0.11.3", 5085 "phf_shared 0.11.3", 5086 "proc-macro2", 5087 "quote", 5088] 5089 5090[[package]] 5091name = "string_cache_codegen" 5092version = "0.6.1" 5093source = "registry+https://github.com/rust-lang/crates.io-index" 5094checksum = "585635e46db231059f76c5849798146164652513eb9e8ab2685939dd90f29b69" 5095dependencies = [ 5096 "phf_generator 0.13.1", 5097 "phf_shared 0.13.1", 5098 "proc-macro2", 5099 "quote", 5100] 5101 5102[[package]] 5103name = "stringprep" 5104version = "0.1.5" 5105source = "registry+https://github.com/rust-lang/crates.io-index" 5106checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" 5107dependencies = [ 5108 "unicode-bidi", 5109 "unicode-normalization", 5110 "unicode-properties", 5111] 5112 5113[[package]] 5114name = "strsim" 5115version = "0.11.1" 5116source = "registry+https://github.com/rust-lang/crates.io-index" 5117checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 5118 5119[[package]] 5120name = "subtle" 5121version = "2.6.1" 5122source = "registry+https://github.com/rust-lang/crates.io-index" 5123checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 5124 5125[[package]] 5126name = "swift-rs" 5127version = "1.0.7" 5128source = "registry+https://github.com/rust-lang/crates.io-index" 5129checksum = "4057c98e2e852d51fdcfca832aac7b571f6b351ad159f9eda5db1655f8d0c4d7" 5130dependencies = [ 5131 "base64 0.21.7", 5132 "serde", 5133 "serde_json", 5134] 5135 5136[[package]] 5137name = "syn" 5138version = "1.0.109" 5139source = "registry+https://github.com/rust-lang/crates.io-index" 5140checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 5141dependencies = [ 5142 "proc-macro2", 5143 "quote", 5144 "unicode-ident", 5145] 5146 5147[[package]] 5148name = "syn" 5149version = "2.0.117" 5150source = "registry+https://github.com/rust-lang/crates.io-index" 5151checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" 5152dependencies = [ 5153 "proc-macro2", 5154 "quote", 5155 "unicode-ident", 5156] 5157 5158[[package]] 5159name = "sync_wrapper" 5160version = "1.0.2" 5161source = "registry+https://github.com/rust-lang/crates.io-index" 5162checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 5163dependencies = [ 5164 "futures-core", 5165] 5166 5167[[package]] 5168name = "synstructure" 5169version = "0.13.2" 5170source = "registry+https://github.com/rust-lang/crates.io-index" 5171checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 5172dependencies = [ 5173 "proc-macro2", 5174 "quote", 5175 "syn 2.0.117", 5176] 5177 5178[[package]] 5179name = "system-configuration" 5180version = "0.7.0" 5181source = "registry+https://github.com/rust-lang/crates.io-index" 5182checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" 5183dependencies = [ 5184 "bitflags 2.11.0", 5185 "core-foundation 0.9.4", 5186 "system-configuration-sys", 5187] 5188 5189[[package]] 5190name = "system-configuration-sys" 5191version = "0.6.0" 5192source = "registry+https://github.com/rust-lang/crates.io-index" 5193checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 5194dependencies = [ 5195 "core-foundation-sys", 5196 "libc", 5197] 5198 5199[[package]] 5200name = "system-deps" 5201version = "6.2.2" 5202source = "registry+https://github.com/rust-lang/crates.io-index" 5203checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349" 5204dependencies = [ 5205 "cfg-expr", 5206 "heck 0.5.0", 5207 "pkg-config", 5208 "toml 0.8.23", 5209 "version-compare", 5210] 5211 5212[[package]] 5213name = "tagptr" 5214version = "0.2.0" 5215source = "registry+https://github.com/rust-lang/crates.io-index" 5216checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 5217 5218[[package]] 5219name = "tao" 5220version = "0.34.6" 5221source = "registry+https://github.com/rust-lang/crates.io-index" 5222checksum = "6e06d52c379e63da659a483a958110bbde891695a0ecb53e48cc7786d5eda7bb" 5223dependencies = [ 5224 "bitflags 2.11.0", 5225 "block2", 5226 "core-foundation 0.10.1", 5227 "core-graphics", 5228 "crossbeam-channel", 5229 "dispatch2", 5230 "dlopen2", 5231 "dpi", 5232 "gdkwayland-sys", 5233 "gdkx11-sys", 5234 "gtk", 5235 "jni", 5236 "libc", 5237 "log", 5238 "ndk", 5239 "ndk-context", 5240 "ndk-sys", 5241 "objc2", 5242 "objc2-app-kit", 5243 "objc2-foundation", 5244 "once_cell", 5245 "parking_lot", 5246 "raw-window-handle", 5247 "tao-macros", 5248 "unicode-segmentation", 5249 "url", 5250 "windows", 5251 "windows-core 0.61.2", 5252 "windows-version", 5253 "x11-dl", 5254] 5255 5256[[package]] 5257name = "tao-macros" 5258version = "0.1.3" 5259source = "registry+https://github.com/rust-lang/crates.io-index" 5260checksum = "f4e16beb8b2ac17db28eab8bca40e62dbfbb34c0fcdc6d9826b11b7b5d047dfd" 5261dependencies = [ 5262 "proc-macro2", 5263 "quote", 5264 "syn 2.0.117", 5265] 5266 5267[[package]] 5268name = "target-lexicon" 5269version = "0.12.16" 5270source = "registry+https://github.com/rust-lang/crates.io-index" 5271checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" 5272 5273[[package]] 5274name = "tauri" 5275version = "2.10.3" 5276source = "registry+https://github.com/rust-lang/crates.io-index" 5277checksum = "da77cc00fb9028caf5b5d4650f75e31f1ef3693459dfca7f7e506d1ecef0ba2d" 5278dependencies = [ 5279 "anyhow", 5280 "bytes", 5281 "cookie", 5282 "dirs", 5283 "dunce", 5284 "embed_plist", 5285 "getrandom 0.3.4", 5286 "glob", 5287 "gtk", 5288 "heck 0.5.0", 5289 "http", 5290 "jni", 5291 "libc", 5292 "log", 5293 "mime", 5294 "muda", 5295 "objc2", 5296 "objc2-app-kit", 5297 "objc2-foundation", 5298 "objc2-ui-kit", 5299 "objc2-web-kit", 5300 "percent-encoding", 5301 "plist", 5302 "raw-window-handle", 5303 "reqwest 0.13.2", 5304 "serde", 5305 "serde_json", 5306 "serde_repr", 5307 "serialize-to-javascript", 5308 "swift-rs", 5309 "tauri-build", 5310 "tauri-macros", 5311 "tauri-runtime", 5312 "tauri-runtime-wry", 5313 "tauri-utils", 5314 "thiserror 2.0.18", 5315 "tokio", 5316 "tray-icon", 5317 "url", 5318 "webkit2gtk", 5319 "webview2-com", 5320 "window-vibrancy", 5321 "windows", 5322] 5323 5324[[package]] 5325name = "tauri-build" 5326version = "2.5.6" 5327source = "registry+https://github.com/rust-lang/crates.io-index" 5328checksum = "4bbc990d1dbf57a8e1c7fa2327f2a614d8b757805603c1b9ba5c81bade09fd4d" 5329dependencies = [ 5330 "anyhow", 5331 "cargo_toml", 5332 "dirs", 5333 "glob", 5334 "heck 0.5.0", 5335 "json-patch", 5336 "schemars 0.8.22", 5337 "semver", 5338 "serde", 5339 "serde_json", 5340 "tauri-utils", 5341 "tauri-winres", 5342 "toml 0.9.12+spec-1.1.0", 5343 "walkdir", 5344] 5345 5346[[package]] 5347name = "tauri-codegen" 5348version = "2.5.5" 5349source = "registry+https://github.com/rust-lang/crates.io-index" 5350checksum = "d4a24476afd977c5d5d169f72425868613d82747916dd29e0a357c84c4bd6d29" 5351dependencies = [ 5352 "base64 0.22.1", 5353 "brotli", 5354 "ico", 5355 "json-patch", 5356 "plist", 5357 "png", 5358 "proc-macro2", 5359 "quote", 5360 "semver", 5361 "serde", 5362 "serde_json", 5363 "sha2", 5364 "syn 2.0.117", 5365 "tauri-utils", 5366 "thiserror 2.0.18", 5367 "time", 5368 "url", 5369 "uuid", 5370 "walkdir", 5371] 5372 5373[[package]] 5374name = "tauri-macros" 5375version = "2.5.5" 5376source = "registry+https://github.com/rust-lang/crates.io-index" 5377checksum = "d39b349a98dadaffebb73f0a40dcd1f23c999211e5a2e744403db384d0c33de7" 5378dependencies = [ 5379 "heck 0.5.0", 5380 "proc-macro2", 5381 "quote", 5382 "syn 2.0.117", 5383 "tauri-codegen", 5384 "tauri-utils", 5385] 5386 5387[[package]] 5388name = "tauri-runtime" 5389version = "2.10.1" 5390source = "registry+https://github.com/rust-lang/crates.io-index" 5391checksum = "2826d79a3297ed08cd6ea7f412644ef58e32969504bc4fbd8d7dbeabc4445ea2" 5392dependencies = [ 5393 "cookie", 5394 "dpi", 5395 "gtk", 5396 "http", 5397 "jni", 5398 "objc2", 5399 "objc2-ui-kit", 5400 "objc2-web-kit", 5401 "raw-window-handle", 5402 "serde", 5403 "serde_json", 5404 "tauri-utils", 5405 "thiserror 2.0.18", 5406 "url", 5407 "webkit2gtk", 5408 "webview2-com", 5409 "windows", 5410] 5411 5412[[package]] 5413name = "tauri-runtime-wry" 5414version = "2.10.1" 5415source = "registry+https://github.com/rust-lang/crates.io-index" 5416checksum = "e11ea2e6f801d275fdd890d6c9603736012742a1c33b96d0db788c9cdebf7f9e" 5417dependencies = [ 5418 "gtk", 5419 "http", 5420 "jni", 5421 "log", 5422 "objc2", 5423 "objc2-app-kit", 5424 "once_cell", 5425 "percent-encoding", 5426 "raw-window-handle", 5427 "softbuffer", 5428 "tao", 5429 "tauri-runtime", 5430 "tauri-utils", 5431 "url", 5432 "webkit2gtk", 5433 "webview2-com", 5434 "windows", 5435 "wry", 5436] 5437 5438[[package]] 5439name = "tauri-utils" 5440version = "2.8.3" 5441source = "registry+https://github.com/rust-lang/crates.io-index" 5442checksum = "219a1f983a2af3653f75b5747f76733b0da7ff03069c7a41901a5eb3ace4557d" 5443dependencies = [ 5444 "anyhow", 5445 "brotli", 5446 "cargo_metadata", 5447 "ctor", 5448 "dunce", 5449 "glob", 5450 "html5ever 0.29.1", 5451 "http", 5452 "infer", 5453 "json-patch", 5454 "kuchikiki", 5455 "log", 5456 "memchr", 5457 "phf 0.11.3", 5458 "proc-macro2", 5459 "quote", 5460 "regex", 5461 "schemars 0.8.22", 5462 "semver", 5463 "serde", 5464 "serde-untagged", 5465 "serde_json", 5466 "serde_with", 5467 "swift-rs", 5468 "thiserror 2.0.18", 5469 "toml 0.9.12+spec-1.1.0", 5470 "url", 5471 "urlpattern", 5472 "uuid", 5473 "walkdir", 5474] 5475 5476[[package]] 5477name = "tauri-winres" 5478version = "0.3.5" 5479source = "registry+https://github.com/rust-lang/crates.io-index" 5480checksum = "1087b111fe2b005e42dbdc1990fc18593234238d47453b0c99b7de1c9ab2c1e0" 5481dependencies = [ 5482 "dunce", 5483 "embed-resource", 5484 "toml 0.9.12+spec-1.1.0", 5485] 5486 5487[[package]] 5488name = "tempfile" 5489version = "3.26.0" 5490source = "registry+https://github.com/rust-lang/crates.io-index" 5491checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0" 5492dependencies = [ 5493 "fastrand", 5494 "getrandom 0.4.2", 5495 "once_cell", 5496 "rustix", 5497 "windows-sys 0.61.2", 5498] 5499 5500[[package]] 5501name = "tendril" 5502version = "0.4.3" 5503source = "registry+https://github.com/rust-lang/crates.io-index" 5504checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" 5505dependencies = [ 5506 "futf", 5507 "mac", 5508 "utf-8", 5509] 5510 5511[[package]] 5512name = "thiserror" 5513version = "1.0.69" 5514source = "registry+https://github.com/rust-lang/crates.io-index" 5515checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 5516dependencies = [ 5517 "thiserror-impl 1.0.69", 5518] 5519 5520[[package]] 5521name = "thiserror" 5522version = "2.0.18" 5523source = "registry+https://github.com/rust-lang/crates.io-index" 5524checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 5525dependencies = [ 5526 "thiserror-impl 2.0.18", 5527] 5528 5529[[package]] 5530name = "thiserror-impl" 5531version = "1.0.69" 5532source = "registry+https://github.com/rust-lang/crates.io-index" 5533checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 5534dependencies = [ 5535 "proc-macro2", 5536 "quote", 5537 "syn 2.0.117", 5538] 5539 5540[[package]] 5541name = "thiserror-impl" 5542version = "2.0.18" 5543source = "registry+https://github.com/rust-lang/crates.io-index" 5544checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 5545dependencies = [ 5546 "proc-macro2", 5547 "quote", 5548 "syn 2.0.117", 5549] 5550 5551[[package]] 5552name = "thread_local" 5553version = "1.1.9" 5554source = "registry+https://github.com/rust-lang/crates.io-index" 5555checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 5556dependencies = [ 5557 "cfg-if", 5558] 5559 5560[[package]] 5561name = "time" 5562version = "0.3.47" 5563source = "registry+https://github.com/rust-lang/crates.io-index" 5564checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" 5565dependencies = [ 5566 "deranged", 5567 "itoa", 5568 "num-conv", 5569 "powerfmt", 5570 "serde_core", 5571 "time-core", 5572 "time-macros", 5573] 5574 5575[[package]] 5576name = "time-core" 5577version = "0.1.8" 5578source = "registry+https://github.com/rust-lang/crates.io-index" 5579checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" 5580 5581[[package]] 5582name = "time-macros" 5583version = "0.2.27" 5584source = "registry+https://github.com/rust-lang/crates.io-index" 5585checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" 5586dependencies = [ 5587 "num-conv", 5588 "time-core", 5589] 5590 5591[[package]] 5592name = "tinystr" 5593version = "0.8.2" 5594source = "registry+https://github.com/rust-lang/crates.io-index" 5595checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" 5596dependencies = [ 5597 "displaydoc", 5598 "zerovec", 5599] 5600 5601[[package]] 5602name = "tinyvec" 5603version = "1.10.0" 5604source = "registry+https://github.com/rust-lang/crates.io-index" 5605checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 5606dependencies = [ 5607 "tinyvec_macros", 5608] 5609 5610[[package]] 5611name = "tinyvec_macros" 5612version = "0.1.1" 5613source = "registry+https://github.com/rust-lang/crates.io-index" 5614checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 5615 5616[[package]] 5617name = "tokio" 5618version = "1.50.0" 5619source = "registry+https://github.com/rust-lang/crates.io-index" 5620checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" 5621dependencies = [ 5622 "bytes", 5623 "libc", 5624 "mio", 5625 "parking_lot", 5626 "pin-project-lite", 5627 "signal-hook-registry", 5628 "socket2 0.6.3", 5629 "tokio-macros", 5630 "windows-sys 0.61.2", 5631] 5632 5633[[package]] 5634name = "tokio-macros" 5635version = "2.6.1" 5636source = "registry+https://github.com/rust-lang/crates.io-index" 5637checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c" 5638dependencies = [ 5639 "proc-macro2", 5640 "quote", 5641 "syn 2.0.117", 5642] 5643 5644[[package]] 5645name = "tokio-native-tls" 5646version = "0.3.1" 5647source = "registry+https://github.com/rust-lang/crates.io-index" 5648checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 5649dependencies = [ 5650 "native-tls", 5651 "tokio", 5652] 5653 5654[[package]] 5655name = "tokio-rustls" 5656version = "0.26.4" 5657source = "registry+https://github.com/rust-lang/crates.io-index" 5658checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 5659dependencies = [ 5660 "rustls", 5661 "tokio", 5662] 5663 5664[[package]] 5665name = "tokio-stream" 5666version = "0.1.18" 5667source = "registry+https://github.com/rust-lang/crates.io-index" 5668checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" 5669dependencies = [ 5670 "futures-core", 5671 "pin-project-lite", 5672 "tokio", 5673] 5674 5675[[package]] 5676name = "tokio-util" 5677version = "0.7.18" 5678source = "registry+https://github.com/rust-lang/crates.io-index" 5679checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" 5680dependencies = [ 5681 "bytes", 5682 "futures-core", 5683 "futures-sink", 5684 "pin-project-lite", 5685 "tokio", 5686] 5687 5688[[package]] 5689name = "toml" 5690version = "0.8.23" 5691source = "registry+https://github.com/rust-lang/crates.io-index" 5692checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" 5693dependencies = [ 5694 "serde", 5695 "serde_spanned 0.6.9", 5696 "toml_datetime 0.6.11", 5697 "toml_edit 0.22.27", 5698] 5699 5700[[package]] 5701name = "toml" 5702version = "0.9.12+spec-1.1.0" 5703source = "registry+https://github.com/rust-lang/crates.io-index" 5704checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" 5705dependencies = [ 5706 "indexmap 2.13.0", 5707 "serde_core", 5708 "serde_spanned 1.0.4", 5709 "toml_datetime 0.7.5+spec-1.1.0", 5710 "toml_parser", 5711 "toml_writer", 5712 "winnow 0.7.15", 5713] 5714 5715[[package]] 5716name = "toml_datetime" 5717version = "0.6.11" 5718source = "registry+https://github.com/rust-lang/crates.io-index" 5719checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" 5720dependencies = [ 5721 "serde", 5722] 5723 5724[[package]] 5725name = "toml_datetime" 5726version = "0.7.5+spec-1.1.0" 5727source = "registry+https://github.com/rust-lang/crates.io-index" 5728checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" 5729dependencies = [ 5730 "serde_core", 5731] 5732 5733[[package]] 5734name = "toml_datetime" 5735version = "1.0.0+spec-1.1.0" 5736source = "registry+https://github.com/rust-lang/crates.io-index" 5737checksum = "32c2555c699578a4f59f0cc68e5116c8d7cabbd45e1409b989d4be085b53f13e" 5738dependencies = [ 5739 "serde_core", 5740] 5741 5742[[package]] 5743name = "toml_edit" 5744version = "0.19.15" 5745source = "registry+https://github.com/rust-lang/crates.io-index" 5746checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 5747dependencies = [ 5748 "indexmap 2.13.0", 5749 "toml_datetime 0.6.11", 5750 "winnow 0.5.40", 5751] 5752 5753[[package]] 5754name = "toml_edit" 5755version = "0.20.7" 5756source = "registry+https://github.com/rust-lang/crates.io-index" 5757checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" 5758dependencies = [ 5759 "indexmap 2.13.0", 5760 "toml_datetime 0.6.11", 5761 "winnow 0.5.40", 5762] 5763 5764[[package]] 5765name = "toml_edit" 5766version = "0.22.27" 5767source = "registry+https://github.com/rust-lang/crates.io-index" 5768checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" 5769dependencies = [ 5770 "indexmap 2.13.0", 5771 "serde", 5772 "serde_spanned 0.6.9", 5773 "toml_datetime 0.6.11", 5774 "toml_write", 5775 "winnow 0.7.15", 5776] 5777 5778[[package]] 5779name = "toml_edit" 5780version = "0.25.4+spec-1.1.0" 5781source = "registry+https://github.com/rust-lang/crates.io-index" 5782checksum = "7193cbd0ce53dc966037f54351dbbcf0d5a642c7f0038c382ef9e677ce8c13f2" 5783dependencies = [ 5784 "indexmap 2.13.0", 5785 "toml_datetime 1.0.0+spec-1.1.0", 5786 "toml_parser", 5787 "winnow 0.7.15", 5788] 5789 5790[[package]] 5791name = "toml_parser" 5792version = "1.0.9+spec-1.1.0" 5793source = "registry+https://github.com/rust-lang/crates.io-index" 5794checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4" 5795dependencies = [ 5796 "winnow 0.7.15", 5797] 5798 5799[[package]] 5800name = "toml_write" 5801version = "0.1.2" 5802source = "registry+https://github.com/rust-lang/crates.io-index" 5803checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" 5804 5805[[package]] 5806name = "toml_writer" 5807version = "1.0.6+spec-1.1.0" 5808source = "registry+https://github.com/rust-lang/crates.io-index" 5809checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607" 5810 5811[[package]] 5812name = "tonic" 5813version = "0.12.3" 5814source = "registry+https://github.com/rust-lang/crates.io-index" 5815checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52" 5816dependencies = [ 5817 "async-stream", 5818 "async-trait", 5819 "axum", 5820 "base64 0.22.1", 5821 "bytes", 5822 "h2", 5823 "http", 5824 "http-body", 5825 "http-body-util", 5826 "hyper", 5827 "hyper-timeout", 5828 "hyper-util", 5829 "percent-encoding", 5830 "pin-project", 5831 "prost", 5832 "socket2 0.5.10", 5833 "tokio", 5834 "tokio-stream", 5835 "tower 0.4.13", 5836 "tower-layer", 5837 "tower-service", 5838 "tracing", 5839] 5840 5841[[package]] 5842name = "tower" 5843version = "0.4.13" 5844source = "registry+https://github.com/rust-lang/crates.io-index" 5845checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 5846dependencies = [ 5847 "futures-core", 5848 "futures-util", 5849 "indexmap 1.9.3", 5850 "pin-project", 5851 "pin-project-lite", 5852 "rand 0.8.5", 5853 "slab", 5854 "tokio", 5855 "tokio-util", 5856 "tower-layer", 5857 "tower-service", 5858 "tracing", 5859] 5860 5861[[package]] 5862name = "tower" 5863version = "0.5.3" 5864source = "registry+https://github.com/rust-lang/crates.io-index" 5865checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" 5866dependencies = [ 5867 "futures-core", 5868 "futures-util", 5869 "pin-project-lite", 5870 "sync_wrapper", 5871 "tokio", 5872 "tower-layer", 5873 "tower-service", 5874 "tracing", 5875] 5876 5877[[package]] 5878name = "tower-http" 5879version = "0.5.2" 5880source = "registry+https://github.com/rust-lang/crates.io-index" 5881checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" 5882dependencies = [ 5883 "bitflags 2.11.0", 5884 "bytes", 5885 "http", 5886 "http-body", 5887 "http-body-util", 5888 "pin-project-lite", 5889 "tower-layer", 5890 "tower-service", 5891 "tracing", 5892] 5893 5894[[package]] 5895name = "tower-http" 5896version = "0.6.8" 5897source = "registry+https://github.com/rust-lang/crates.io-index" 5898checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" 5899dependencies = [ 5900 "bitflags 2.11.0", 5901 "bytes", 5902 "futures-util", 5903 "http", 5904 "http-body", 5905 "iri-string", 5906 "pin-project-lite", 5907 "tower 0.5.3", 5908 "tower-layer", 5909 "tower-service", 5910] 5911 5912[[package]] 5913name = "tower-layer" 5914version = "0.3.3" 5915source = "registry+https://github.com/rust-lang/crates.io-index" 5916checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 5917 5918[[package]] 5919name = "tower-service" 5920version = "0.3.3" 5921source = "registry+https://github.com/rust-lang/crates.io-index" 5922checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 5923 5924[[package]] 5925name = "tracing" 5926version = "0.1.44" 5927source = "registry+https://github.com/rust-lang/crates.io-index" 5928checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 5929dependencies = [ 5930 "log", 5931 "pin-project-lite", 5932 "tracing-attributes", 5933 "tracing-core", 5934] 5935 5936[[package]] 5937name = "tracing-attributes" 5938version = "0.1.31" 5939source = "registry+https://github.com/rust-lang/crates.io-index" 5940checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 5941dependencies = [ 5942 "proc-macro2", 5943 "quote", 5944 "syn 2.0.117", 5945] 5946 5947[[package]] 5948name = "tracing-core" 5949version = "0.1.36" 5950source = "registry+https://github.com/rust-lang/crates.io-index" 5951checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 5952dependencies = [ 5953 "once_cell", 5954 "valuable", 5955] 5956 5957[[package]] 5958name = "tracing-log" 5959version = "0.2.0" 5960source = "registry+https://github.com/rust-lang/crates.io-index" 5961checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 5962dependencies = [ 5963 "log", 5964 "once_cell", 5965 "tracing-core", 5966] 5967 5968[[package]] 5969name = "tracing-opentelemetry" 5970version = "0.29.0" 5971source = "registry+https://github.com/rust-lang/crates.io-index" 5972checksum = "721f2d2569dce9f3dfbbddee5906941e953bfcdf736a62da3377f5751650cc36" 5973dependencies = [ 5974 "js-sys", 5975 "once_cell", 5976 "opentelemetry", 5977 "opentelemetry_sdk", 5978 "smallvec", 5979 "tracing", 5980 "tracing-core", 5981 "tracing-log", 5982 "tracing-subscriber", 5983 "web-time", 5984] 5985 5986[[package]] 5987name = "tracing-subscriber" 5988version = "0.3.22" 5989source = "registry+https://github.com/rust-lang/crates.io-index" 5990checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" 5991dependencies = [ 5992 "matchers", 5993 "nu-ansi-term", 5994 "once_cell", 5995 "regex-automata", 5996 "sharded-slab", 5997 "smallvec", 5998 "thread_local", 5999 "tracing", 6000 "tracing-core", 6001 "tracing-log", 6002] 6003 6004[[package]] 6005name = "tray-icon" 6006version = "0.21.3" 6007source = "registry+https://github.com/rust-lang/crates.io-index" 6008checksum = "a5e85aa143ceb072062fc4d6356c1b520a51d636e7bc8e77ec94be3608e5e80c" 6009dependencies = [ 6010 "crossbeam-channel", 6011 "dirs", 6012 "libappindicator", 6013 "muda", 6014 "objc2", 6015 "objc2-app-kit", 6016 "objc2-core-foundation", 6017 "objc2-core-graphics", 6018 "objc2-foundation", 6019 "once_cell", 6020 "png", 6021 "serde", 6022 "thiserror 2.0.18", 6023 "windows-sys 0.60.2", 6024] 6025 6026[[package]] 6027name = "try-lock" 6028version = "0.2.5" 6029source = "registry+https://github.com/rust-lang/crates.io-index" 6030checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 6031 6032[[package]] 6033name = "typeid" 6034version = "1.0.3" 6035source = "registry+https://github.com/rust-lang/crates.io-index" 6036checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" 6037 6038[[package]] 6039name = "typenum" 6040version = "1.19.0" 6041source = "registry+https://github.com/rust-lang/crates.io-index" 6042checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 6043 6044[[package]] 6045name = "unic-char-property" 6046version = "0.9.0" 6047source = "registry+https://github.com/rust-lang/crates.io-index" 6048checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" 6049dependencies = [ 6050 "unic-char-range", 6051] 6052 6053[[package]] 6054name = "unic-char-range" 6055version = "0.9.0" 6056source = "registry+https://github.com/rust-lang/crates.io-index" 6057checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" 6058 6059[[package]] 6060name = "unic-common" 6061version = "0.9.0" 6062source = "registry+https://github.com/rust-lang/crates.io-index" 6063checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" 6064 6065[[package]] 6066name = "unic-ucd-ident" 6067version = "0.9.0" 6068source = "registry+https://github.com/rust-lang/crates.io-index" 6069checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987" 6070dependencies = [ 6071 "unic-char-property", 6072 "unic-char-range", 6073 "unic-ucd-version", 6074] 6075 6076[[package]] 6077name = "unic-ucd-version" 6078version = "0.9.0" 6079source = "registry+https://github.com/rust-lang/crates.io-index" 6080checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" 6081dependencies = [ 6082 "unic-common", 6083] 6084 6085[[package]] 6086name = "unicode-bidi" 6087version = "0.3.18" 6088source = "registry+https://github.com/rust-lang/crates.io-index" 6089checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" 6090 6091[[package]] 6092name = "unicode-ident" 6093version = "1.0.24" 6094source = "registry+https://github.com/rust-lang/crates.io-index" 6095checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 6096 6097[[package]] 6098name = "unicode-normalization" 6099version = "0.1.25" 6100source = "registry+https://github.com/rust-lang/crates.io-index" 6101checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" 6102dependencies = [ 6103 "tinyvec", 6104] 6105 6106[[package]] 6107name = "unicode-properties" 6108version = "0.1.4" 6109source = "registry+https://github.com/rust-lang/crates.io-index" 6110checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" 6111 6112[[package]] 6113name = "unicode-segmentation" 6114version = "1.12.0" 6115source = "registry+https://github.com/rust-lang/crates.io-index" 6116checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 6117 6118[[package]] 6119name = "unicode-xid" 6120version = "0.2.6" 6121source = "registry+https://github.com/rust-lang/crates.io-index" 6122checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 6123 6124[[package]] 6125name = "universal-hash" 6126version = "0.5.1" 6127source = "registry+https://github.com/rust-lang/crates.io-index" 6128checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" 6129dependencies = [ 6130 "crypto-common", 6131 "subtle", 6132] 6133 6134[[package]] 6135name = "untrusted" 6136version = "0.9.0" 6137source = "registry+https://github.com/rust-lang/crates.io-index" 6138checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 6139 6140[[package]] 6141name = "url" 6142version = "2.5.8" 6143source = "registry+https://github.com/rust-lang/crates.io-index" 6144checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 6145dependencies = [ 6146 "form_urlencoded", 6147 "idna", 6148 "percent-encoding", 6149 "serde", 6150 "serde_derive", 6151] 6152 6153[[package]] 6154name = "urlpattern" 6155version = "0.3.0" 6156source = "registry+https://github.com/rust-lang/crates.io-index" 6157checksum = "70acd30e3aa1450bc2eece896ce2ad0d178e9c079493819301573dae3c37ba6d" 6158dependencies = [ 6159 "regex", 6160 "serde", 6161 "unic-ucd-ident", 6162 "url", 6163] 6164 6165[[package]] 6166name = "utf-8" 6167version = "0.7.6" 6168source = "registry+https://github.com/rust-lang/crates.io-index" 6169checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 6170 6171[[package]] 6172name = "utf8_iter" 6173version = "1.0.4" 6174source = "registry+https://github.com/rust-lang/crates.io-index" 6175checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 6176 6177[[package]] 6178name = "utf8parse" 6179version = "0.2.2" 6180source = "registry+https://github.com/rust-lang/crates.io-index" 6181checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 6182 6183[[package]] 6184name = "uuid" 6185version = "1.22.0" 6186source = "registry+https://github.com/rust-lang/crates.io-index" 6187checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37" 6188dependencies = [ 6189 "getrandom 0.4.2", 6190 "js-sys", 6191 "serde_core", 6192 "wasm-bindgen", 6193] 6194 6195[[package]] 6196name = "valuable" 6197version = "0.1.1" 6198source = "registry+https://github.com/rust-lang/crates.io-index" 6199checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 6200 6201[[package]] 6202name = "vcpkg" 6203version = "0.2.15" 6204source = "registry+https://github.com/rust-lang/crates.io-index" 6205checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 6206 6207[[package]] 6208name = "version-compare" 6209version = "0.2.1" 6210source = "registry+https://github.com/rust-lang/crates.io-index" 6211checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e" 6212 6213[[package]] 6214name = "version_check" 6215version = "0.9.5" 6216source = "registry+https://github.com/rust-lang/crates.io-index" 6217checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 6218 6219[[package]] 6220name = "vswhom" 6221version = "0.1.0" 6222source = "registry+https://github.com/rust-lang/crates.io-index" 6223checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b" 6224dependencies = [ 6225 "libc", 6226 "vswhom-sys", 6227] 6228 6229[[package]] 6230name = "vswhom-sys" 6231version = "0.1.3" 6232source = "registry+https://github.com/rust-lang/crates.io-index" 6233checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150" 6234dependencies = [ 6235 "cc", 6236 "libc", 6237] 6238 6239[[package]] 6240name = "walkdir" 6241version = "2.5.0" 6242source = "registry+https://github.com/rust-lang/crates.io-index" 6243checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 6244dependencies = [ 6245 "same-file", 6246 "winapi-util", 6247] 6248 6249[[package]] 6250name = "want" 6251version = "0.3.1" 6252source = "registry+https://github.com/rust-lang/crates.io-index" 6253checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 6254dependencies = [ 6255 "try-lock", 6256] 6257 6258[[package]] 6259name = "wasi" 6260version = "0.9.0+wasi-snapshot-preview1" 6261source = "registry+https://github.com/rust-lang/crates.io-index" 6262checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 6263 6264[[package]] 6265name = "wasi" 6266version = "0.11.1+wasi-snapshot-preview1" 6267source = "registry+https://github.com/rust-lang/crates.io-index" 6268checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 6269 6270[[package]] 6271name = "wasip2" 6272version = "1.0.2+wasi-0.2.9" 6273source = "registry+https://github.com/rust-lang/crates.io-index" 6274checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" 6275dependencies = [ 6276 "wit-bindgen", 6277] 6278 6279[[package]] 6280name = "wasip3" 6281version = "0.4.0+wasi-0.3.0-rc-2026-01-06" 6282source = "registry+https://github.com/rust-lang/crates.io-index" 6283checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" 6284dependencies = [ 6285 "wit-bindgen", 6286] 6287 6288[[package]] 6289name = "wasite" 6290version = "0.1.0" 6291source = "registry+https://github.com/rust-lang/crates.io-index" 6292checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" 6293 6294[[package]] 6295name = "wasm-bindgen" 6296version = "0.2.114" 6297source = "registry+https://github.com/rust-lang/crates.io-index" 6298checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e" 6299dependencies = [ 6300 "cfg-if", 6301 "once_cell", 6302 "rustversion", 6303 "wasm-bindgen-macro", 6304 "wasm-bindgen-shared", 6305] 6306 6307[[package]] 6308name = "wasm-bindgen-futures" 6309version = "0.4.64" 6310source = "registry+https://github.com/rust-lang/crates.io-index" 6311checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8" 6312dependencies = [ 6313 "cfg-if", 6314 "futures-util", 6315 "js-sys", 6316 "once_cell", 6317 "wasm-bindgen", 6318 "web-sys", 6319] 6320 6321[[package]] 6322name = "wasm-bindgen-macro" 6323version = "0.2.114" 6324source = "registry+https://github.com/rust-lang/crates.io-index" 6325checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6" 6326dependencies = [ 6327 "quote", 6328 "wasm-bindgen-macro-support", 6329] 6330 6331[[package]] 6332name = "wasm-bindgen-macro-support" 6333version = "0.2.114" 6334source = "registry+https://github.com/rust-lang/crates.io-index" 6335checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3" 6336dependencies = [ 6337 "bumpalo", 6338 "proc-macro2", 6339 "quote", 6340 "syn 2.0.117", 6341 "wasm-bindgen-shared", 6342] 6343 6344[[package]] 6345name = "wasm-bindgen-shared" 6346version = "0.2.114" 6347source = "registry+https://github.com/rust-lang/crates.io-index" 6348checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16" 6349dependencies = [ 6350 "unicode-ident", 6351] 6352 6353[[package]] 6354name = "wasm-encoder" 6355version = "0.244.0" 6356source = "registry+https://github.com/rust-lang/crates.io-index" 6357checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" 6358dependencies = [ 6359 "leb128fmt", 6360 "wasmparser", 6361] 6362 6363[[package]] 6364name = "wasm-metadata" 6365version = "0.244.0" 6366source = "registry+https://github.com/rust-lang/crates.io-index" 6367checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" 6368dependencies = [ 6369 "anyhow", 6370 "indexmap 2.13.0", 6371 "wasm-encoder", 6372 "wasmparser", 6373] 6374 6375[[package]] 6376name = "wasm-streams" 6377version = "0.5.0" 6378source = "registry+https://github.com/rust-lang/crates.io-index" 6379checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb" 6380dependencies = [ 6381 "futures-util", 6382 "js-sys", 6383 "wasm-bindgen", 6384 "wasm-bindgen-futures", 6385 "web-sys", 6386] 6387 6388[[package]] 6389name = "wasmparser" 6390version = "0.244.0" 6391source = "registry+https://github.com/rust-lang/crates.io-index" 6392checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" 6393dependencies = [ 6394 "bitflags 2.11.0", 6395 "hashbrown 0.15.5", 6396 "indexmap 2.13.0", 6397 "semver", 6398] 6399 6400[[package]] 6401name = "web-sys" 6402version = "0.3.91" 6403source = "registry+https://github.com/rust-lang/crates.io-index" 6404checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9" 6405dependencies = [ 6406 "js-sys", 6407 "wasm-bindgen", 6408] 6409 6410[[package]] 6411name = "web-time" 6412version = "1.1.0" 6413source = "registry+https://github.com/rust-lang/crates.io-index" 6414checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 6415dependencies = [ 6416 "js-sys", 6417 "wasm-bindgen", 6418] 6419 6420[[package]] 6421name = "web_atoms" 6422version = "0.2.3" 6423source = "registry+https://github.com/rust-lang/crates.io-index" 6424checksum = "57a9779e9f04d2ac1ce317aee707aa2f6b773afba7b931222bff6983843b1576" 6425dependencies = [ 6426 "phf 0.13.1", 6427 "phf_codegen 0.13.1", 6428 "string_cache 0.9.0", 6429 "string_cache_codegen 0.6.1", 6430] 6431 6432[[package]] 6433name = "webkit2gtk" 6434version = "2.0.2" 6435source = "registry+https://github.com/rust-lang/crates.io-index" 6436checksum = "a1027150013530fb2eaf806408df88461ae4815a45c541c8975e61d6f2fc4793" 6437dependencies = [ 6438 "bitflags 1.3.2", 6439 "cairo-rs", 6440 "gdk", 6441 "gdk-sys", 6442 "gio", 6443 "gio-sys", 6444 "glib", 6445 "glib-sys", 6446 "gobject-sys", 6447 "gtk", 6448 "gtk-sys", 6449 "javascriptcore-rs", 6450 "libc", 6451 "once_cell", 6452 "soup3", 6453 "webkit2gtk-sys", 6454] 6455 6456[[package]] 6457name = "webkit2gtk-sys" 6458version = "2.0.2" 6459source = "registry+https://github.com/rust-lang/crates.io-index" 6460checksum = "916a5f65c2ef0dfe12fff695960a2ec3d4565359fdbb2e9943c974e06c734ea5" 6461dependencies = [ 6462 "bitflags 1.3.2", 6463 "cairo-sys-rs", 6464 "gdk-sys", 6465 "gio-sys", 6466 "glib-sys", 6467 "gobject-sys", 6468 "gtk-sys", 6469 "javascriptcore-rs-sys", 6470 "libc", 6471 "pkg-config", 6472 "soup3-sys", 6473 "system-deps", 6474] 6475 6476[[package]] 6477name = "webpki-roots" 6478version = "1.0.6" 6479source = "registry+https://github.com/rust-lang/crates.io-index" 6480checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed" 6481dependencies = [ 6482 "rustls-pki-types", 6483] 6484 6485[[package]] 6486name = "webview2-com" 6487version = "0.38.2" 6488source = "registry+https://github.com/rust-lang/crates.io-index" 6489checksum = "7130243a7a5b33c54a444e54842e6a9e133de08b5ad7b5861cd8ed9a6a5bc96a" 6490dependencies = [ 6491 "webview2-com-macros", 6492 "webview2-com-sys", 6493 "windows", 6494 "windows-core 0.61.2", 6495 "windows-implement", 6496 "windows-interface", 6497] 6498 6499[[package]] 6500name = "webview2-com-macros" 6501version = "0.8.1" 6502source = "registry+https://github.com/rust-lang/crates.io-index" 6503checksum = "67a921c1b6914c367b2b823cd4cde6f96beec77d30a939c8199bb377cf9b9b54" 6504dependencies = [ 6505 "proc-macro2", 6506 "quote", 6507 "syn 2.0.117", 6508] 6509 6510[[package]] 6511name = "webview2-com-sys" 6512version = "0.38.2" 6513source = "registry+https://github.com/rust-lang/crates.io-index" 6514checksum = "381336cfffd772377d291702245447a5251a2ffa5bad679c99e61bc48bacbf9c" 6515dependencies = [ 6516 "thiserror 2.0.18", 6517 "windows", 6518 "windows-core 0.61.2", 6519] 6520 6521[[package]] 6522name = "whoami" 6523version = "1.6.1" 6524source = "registry+https://github.com/rust-lang/crates.io-index" 6525checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d" 6526dependencies = [ 6527 "libredox", 6528 "wasite", 6529] 6530 6531[[package]] 6532name = "widestring" 6533version = "1.2.1" 6534source = "registry+https://github.com/rust-lang/crates.io-index" 6535checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" 6536 6537[[package]] 6538name = "winapi" 6539version = "0.3.9" 6540source = "registry+https://github.com/rust-lang/crates.io-index" 6541checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 6542dependencies = [ 6543 "winapi-i686-pc-windows-gnu", 6544 "winapi-x86_64-pc-windows-gnu", 6545] 6546 6547[[package]] 6548name = "winapi-i686-pc-windows-gnu" 6549version = "0.4.0" 6550source = "registry+https://github.com/rust-lang/crates.io-index" 6551checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 6552 6553[[package]] 6554name = "winapi-util" 6555version = "0.1.11" 6556source = "registry+https://github.com/rust-lang/crates.io-index" 6557checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 6558dependencies = [ 6559 "windows-sys 0.61.2", 6560] 6561 6562[[package]] 6563name = "winapi-x86_64-pc-windows-gnu" 6564version = "0.4.0" 6565source = "registry+https://github.com/rust-lang/crates.io-index" 6566checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 6567 6568[[package]] 6569name = "window-vibrancy" 6570version = "0.6.0" 6571source = "registry+https://github.com/rust-lang/crates.io-index" 6572checksum = "d9bec5a31f3f9362f2258fd0e9c9dd61a9ca432e7306cc78c444258f0dce9a9c" 6573dependencies = [ 6574 "objc2", 6575 "objc2-app-kit", 6576 "objc2-core-foundation", 6577 "objc2-foundation", 6578 "raw-window-handle", 6579 "windows-sys 0.59.0", 6580 "windows-version", 6581] 6582 6583[[package]] 6584name = "windows" 6585version = "0.61.3" 6586source = "registry+https://github.com/rust-lang/crates.io-index" 6587checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 6588dependencies = [ 6589 "windows-collections", 6590 "windows-core 0.61.2", 6591 "windows-future", 6592 "windows-link 0.1.3", 6593 "windows-numerics", 6594] 6595 6596[[package]] 6597name = "windows-collections" 6598version = "0.2.0" 6599source = "registry+https://github.com/rust-lang/crates.io-index" 6600checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 6601dependencies = [ 6602 "windows-core 0.61.2", 6603] 6604 6605[[package]] 6606name = "windows-core" 6607version = "0.61.2" 6608source = "registry+https://github.com/rust-lang/crates.io-index" 6609checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 6610dependencies = [ 6611 "windows-implement", 6612 "windows-interface", 6613 "windows-link 0.1.3", 6614 "windows-result 0.3.4", 6615 "windows-strings 0.4.2", 6616] 6617 6618[[package]] 6619name = "windows-core" 6620version = "0.62.2" 6621source = "registry+https://github.com/rust-lang/crates.io-index" 6622checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 6623dependencies = [ 6624 "windows-implement", 6625 "windows-interface", 6626 "windows-link 0.2.1", 6627 "windows-result 0.4.1", 6628 "windows-strings 0.5.1", 6629] 6630 6631[[package]] 6632name = "windows-future" 6633version = "0.2.1" 6634source = "registry+https://github.com/rust-lang/crates.io-index" 6635checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 6636dependencies = [ 6637 "windows-core 0.61.2", 6638 "windows-link 0.1.3", 6639 "windows-threading", 6640] 6641 6642[[package]] 6643name = "windows-implement" 6644version = "0.60.2" 6645source = "registry+https://github.com/rust-lang/crates.io-index" 6646checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 6647dependencies = [ 6648 "proc-macro2", 6649 "quote", 6650 "syn 2.0.117", 6651] 6652 6653[[package]] 6654name = "windows-interface" 6655version = "0.59.3" 6656source = "registry+https://github.com/rust-lang/crates.io-index" 6657checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 6658dependencies = [ 6659 "proc-macro2", 6660 "quote", 6661 "syn 2.0.117", 6662] 6663 6664[[package]] 6665name = "windows-link" 6666version = "0.1.3" 6667source = "registry+https://github.com/rust-lang/crates.io-index" 6668checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 6669 6670[[package]] 6671name = "windows-link" 6672version = "0.2.1" 6673source = "registry+https://github.com/rust-lang/crates.io-index" 6674checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 6675 6676[[package]] 6677name = "windows-numerics" 6678version = "0.2.0" 6679source = "registry+https://github.com/rust-lang/crates.io-index" 6680checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 6681dependencies = [ 6682 "windows-core 0.61.2", 6683 "windows-link 0.1.3", 6684] 6685 6686[[package]] 6687name = "windows-registry" 6688version = "0.6.1" 6689source = "registry+https://github.com/rust-lang/crates.io-index" 6690checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" 6691dependencies = [ 6692 "windows-link 0.2.1", 6693 "windows-result 0.4.1", 6694 "windows-strings 0.5.1", 6695] 6696 6697[[package]] 6698name = "windows-result" 6699version = "0.3.4" 6700source = "registry+https://github.com/rust-lang/crates.io-index" 6701checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 6702dependencies = [ 6703 "windows-link 0.1.3", 6704] 6705 6706[[package]] 6707name = "windows-result" 6708version = "0.4.1" 6709source = "registry+https://github.com/rust-lang/crates.io-index" 6710checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 6711dependencies = [ 6712 "windows-link 0.2.1", 6713] 6714 6715[[package]] 6716name = "windows-strings" 6717version = "0.4.2" 6718source = "registry+https://github.com/rust-lang/crates.io-index" 6719checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 6720dependencies = [ 6721 "windows-link 0.1.3", 6722] 6723 6724[[package]] 6725name = "windows-strings" 6726version = "0.5.1" 6727source = "registry+https://github.com/rust-lang/crates.io-index" 6728checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 6729dependencies = [ 6730 "windows-link 0.2.1", 6731] 6732 6733[[package]] 6734name = "windows-sys" 6735version = "0.45.0" 6736source = "registry+https://github.com/rust-lang/crates.io-index" 6737checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 6738dependencies = [ 6739 "windows-targets 0.42.2", 6740] 6741 6742[[package]] 6743name = "windows-sys" 6744version = "0.48.0" 6745source = "registry+https://github.com/rust-lang/crates.io-index" 6746checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 6747dependencies = [ 6748 "windows-targets 0.48.5", 6749] 6750 6751[[package]] 6752name = "windows-sys" 6753version = "0.52.0" 6754source = "registry+https://github.com/rust-lang/crates.io-index" 6755checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 6756dependencies = [ 6757 "windows-targets 0.52.6", 6758] 6759 6760[[package]] 6761name = "windows-sys" 6762version = "0.59.0" 6763source = "registry+https://github.com/rust-lang/crates.io-index" 6764checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 6765dependencies = [ 6766 "windows-targets 0.52.6", 6767] 6768 6769[[package]] 6770name = "windows-sys" 6771version = "0.60.2" 6772source = "registry+https://github.com/rust-lang/crates.io-index" 6773checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 6774dependencies = [ 6775 "windows-targets 0.53.5", 6776] 6777 6778[[package]] 6779name = "windows-sys" 6780version = "0.61.2" 6781source = "registry+https://github.com/rust-lang/crates.io-index" 6782checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 6783dependencies = [ 6784 "windows-link 0.2.1", 6785] 6786 6787[[package]] 6788name = "windows-targets" 6789version = "0.42.2" 6790source = "registry+https://github.com/rust-lang/crates.io-index" 6791checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 6792dependencies = [ 6793 "windows_aarch64_gnullvm 0.42.2", 6794 "windows_aarch64_msvc 0.42.2", 6795 "windows_i686_gnu 0.42.2", 6796 "windows_i686_msvc 0.42.2", 6797 "windows_x86_64_gnu 0.42.2", 6798 "windows_x86_64_gnullvm 0.42.2", 6799 "windows_x86_64_msvc 0.42.2", 6800] 6801 6802[[package]] 6803name = "windows-targets" 6804version = "0.48.5" 6805source = "registry+https://github.com/rust-lang/crates.io-index" 6806checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 6807dependencies = [ 6808 "windows_aarch64_gnullvm 0.48.5", 6809 "windows_aarch64_msvc 0.48.5", 6810 "windows_i686_gnu 0.48.5", 6811 "windows_i686_msvc 0.48.5", 6812 "windows_x86_64_gnu 0.48.5", 6813 "windows_x86_64_gnullvm 0.48.5", 6814 "windows_x86_64_msvc 0.48.5", 6815] 6816 6817[[package]] 6818name = "windows-targets" 6819version = "0.52.6" 6820source = "registry+https://github.com/rust-lang/crates.io-index" 6821checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 6822dependencies = [ 6823 "windows_aarch64_gnullvm 0.52.6", 6824 "windows_aarch64_msvc 0.52.6", 6825 "windows_i686_gnu 0.52.6", 6826 "windows_i686_gnullvm 0.52.6", 6827 "windows_i686_msvc 0.52.6", 6828 "windows_x86_64_gnu 0.52.6", 6829 "windows_x86_64_gnullvm 0.52.6", 6830 "windows_x86_64_msvc 0.52.6", 6831] 6832 6833[[package]] 6834name = "windows-targets" 6835version = "0.53.5" 6836source = "registry+https://github.com/rust-lang/crates.io-index" 6837checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 6838dependencies = [ 6839 "windows-link 0.2.1", 6840 "windows_aarch64_gnullvm 0.53.1", 6841 "windows_aarch64_msvc 0.53.1", 6842 "windows_i686_gnu 0.53.1", 6843 "windows_i686_gnullvm 0.53.1", 6844 "windows_i686_msvc 0.53.1", 6845 "windows_x86_64_gnu 0.53.1", 6846 "windows_x86_64_gnullvm 0.53.1", 6847 "windows_x86_64_msvc 0.53.1", 6848] 6849 6850[[package]] 6851name = "windows-threading" 6852version = "0.1.0" 6853source = "registry+https://github.com/rust-lang/crates.io-index" 6854checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" 6855dependencies = [ 6856 "windows-link 0.1.3", 6857] 6858 6859[[package]] 6860name = "windows-version" 6861version = "0.1.7" 6862source = "registry+https://github.com/rust-lang/crates.io-index" 6863checksum = "e4060a1da109b9d0326b7262c8e12c84df67cc0dbc9e33cf49e01ccc2eb63631" 6864dependencies = [ 6865 "windows-link 0.2.1", 6866] 6867 6868[[package]] 6869name = "windows_aarch64_gnullvm" 6870version = "0.42.2" 6871source = "registry+https://github.com/rust-lang/crates.io-index" 6872checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 6873 6874[[package]] 6875name = "windows_aarch64_gnullvm" 6876version = "0.48.5" 6877source = "registry+https://github.com/rust-lang/crates.io-index" 6878checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 6879 6880[[package]] 6881name = "windows_aarch64_gnullvm" 6882version = "0.52.6" 6883source = "registry+https://github.com/rust-lang/crates.io-index" 6884checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 6885 6886[[package]] 6887name = "windows_aarch64_gnullvm" 6888version = "0.53.1" 6889source = "registry+https://github.com/rust-lang/crates.io-index" 6890checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 6891 6892[[package]] 6893name = "windows_aarch64_msvc" 6894version = "0.42.2" 6895source = "registry+https://github.com/rust-lang/crates.io-index" 6896checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 6897 6898[[package]] 6899name = "windows_aarch64_msvc" 6900version = "0.48.5" 6901source = "registry+https://github.com/rust-lang/crates.io-index" 6902checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 6903 6904[[package]] 6905name = "windows_aarch64_msvc" 6906version = "0.52.6" 6907source = "registry+https://github.com/rust-lang/crates.io-index" 6908checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 6909 6910[[package]] 6911name = "windows_aarch64_msvc" 6912version = "0.53.1" 6913source = "registry+https://github.com/rust-lang/crates.io-index" 6914checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 6915 6916[[package]] 6917name = "windows_i686_gnu" 6918version = "0.42.2" 6919source = "registry+https://github.com/rust-lang/crates.io-index" 6920checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 6921 6922[[package]] 6923name = "windows_i686_gnu" 6924version = "0.48.5" 6925source = "registry+https://github.com/rust-lang/crates.io-index" 6926checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 6927 6928[[package]] 6929name = "windows_i686_gnu" 6930version = "0.52.6" 6931source = "registry+https://github.com/rust-lang/crates.io-index" 6932checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 6933 6934[[package]] 6935name = "windows_i686_gnu" 6936version = "0.53.1" 6937source = "registry+https://github.com/rust-lang/crates.io-index" 6938checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 6939 6940[[package]] 6941name = "windows_i686_gnullvm" 6942version = "0.52.6" 6943source = "registry+https://github.com/rust-lang/crates.io-index" 6944checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 6945 6946[[package]] 6947name = "windows_i686_gnullvm" 6948version = "0.53.1" 6949source = "registry+https://github.com/rust-lang/crates.io-index" 6950checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 6951 6952[[package]] 6953name = "windows_i686_msvc" 6954version = "0.42.2" 6955source = "registry+https://github.com/rust-lang/crates.io-index" 6956checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 6957 6958[[package]] 6959name = "windows_i686_msvc" 6960version = "0.48.5" 6961source = "registry+https://github.com/rust-lang/crates.io-index" 6962checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 6963 6964[[package]] 6965name = "windows_i686_msvc" 6966version = "0.52.6" 6967source = "registry+https://github.com/rust-lang/crates.io-index" 6968checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 6969 6970[[package]] 6971name = "windows_i686_msvc" 6972version = "0.53.1" 6973source = "registry+https://github.com/rust-lang/crates.io-index" 6974checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 6975 6976[[package]] 6977name = "windows_x86_64_gnu" 6978version = "0.42.2" 6979source = "registry+https://github.com/rust-lang/crates.io-index" 6980checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 6981 6982[[package]] 6983name = "windows_x86_64_gnu" 6984version = "0.48.5" 6985source = "registry+https://github.com/rust-lang/crates.io-index" 6986checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 6987 6988[[package]] 6989name = "windows_x86_64_gnu" 6990version = "0.52.6" 6991source = "registry+https://github.com/rust-lang/crates.io-index" 6992checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 6993 6994[[package]] 6995name = "windows_x86_64_gnu" 6996version = "0.53.1" 6997source = "registry+https://github.com/rust-lang/crates.io-index" 6998checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 6999 7000[[package]] 7001name = "windows_x86_64_gnullvm" 7002version = "0.42.2" 7003source = "registry+https://github.com/rust-lang/crates.io-index" 7004checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 7005 7006[[package]] 7007name = "windows_x86_64_gnullvm" 7008version = "0.48.5" 7009source = "registry+https://github.com/rust-lang/crates.io-index" 7010checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 7011 7012[[package]] 7013name = "windows_x86_64_gnullvm" 7014version = "0.52.6" 7015source = "registry+https://github.com/rust-lang/crates.io-index" 7016checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 7017 7018[[package]] 7019name = "windows_x86_64_gnullvm" 7020version = "0.53.1" 7021source = "registry+https://github.com/rust-lang/crates.io-index" 7022checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 7023 7024[[package]] 7025name = "windows_x86_64_msvc" 7026version = "0.42.2" 7027source = "registry+https://github.com/rust-lang/crates.io-index" 7028checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 7029 7030[[package]] 7031name = "windows_x86_64_msvc" 7032version = "0.48.5" 7033source = "registry+https://github.com/rust-lang/crates.io-index" 7034checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 7035 7036[[package]] 7037name = "windows_x86_64_msvc" 7038version = "0.52.6" 7039source = "registry+https://github.com/rust-lang/crates.io-index" 7040checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 7041 7042[[package]] 7043name = "windows_x86_64_msvc" 7044version = "0.53.1" 7045source = "registry+https://github.com/rust-lang/crates.io-index" 7046checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 7047 7048[[package]] 7049name = "winnow" 7050version = "0.5.40" 7051source = "registry+https://github.com/rust-lang/crates.io-index" 7052checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" 7053dependencies = [ 7054 "memchr", 7055] 7056 7057[[package]] 7058name = "winnow" 7059version = "0.7.15" 7060source = "registry+https://github.com/rust-lang/crates.io-index" 7061checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" 7062dependencies = [ 7063 "memchr", 7064] 7065 7066[[package]] 7067name = "winreg" 7068version = "0.50.0" 7069source = "registry+https://github.com/rust-lang/crates.io-index" 7070checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 7071dependencies = [ 7072 "cfg-if", 7073 "windows-sys 0.48.0", 7074] 7075 7076[[package]] 7077name = "winreg" 7078version = "0.55.0" 7079source = "registry+https://github.com/rust-lang/crates.io-index" 7080checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97" 7081dependencies = [ 7082 "cfg-if", 7083 "windows-sys 0.59.0", 7084] 7085 7086[[package]] 7087name = "wiremock" 7088version = "0.6.5" 7089source = "registry+https://github.com/rust-lang/crates.io-index" 7090checksum = "08db1edfb05d9b3c1542e521aea074442088292f00b5f28e435c714a98f85031" 7091dependencies = [ 7092 "assert-json-diff", 7093 "base64 0.22.1", 7094 "deadpool", 7095 "futures", 7096 "http", 7097 "http-body-util", 7098 "hyper", 7099 "hyper-util", 7100 "log", 7101 "once_cell", 7102 "regex", 7103 "serde", 7104 "serde_json", 7105 "tokio", 7106 "url", 7107] 7108 7109[[package]] 7110name = "wit-bindgen" 7111version = "0.51.0" 7112source = "registry+https://github.com/rust-lang/crates.io-index" 7113checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 7114dependencies = [ 7115 "wit-bindgen-rust-macro", 7116] 7117 7118[[package]] 7119name = "wit-bindgen-core" 7120version = "0.51.0" 7121source = "registry+https://github.com/rust-lang/crates.io-index" 7122checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" 7123dependencies = [ 7124 "anyhow", 7125 "heck 0.5.0", 7126 "wit-parser", 7127] 7128 7129[[package]] 7130name = "wit-bindgen-rust" 7131version = "0.51.0" 7132source = "registry+https://github.com/rust-lang/crates.io-index" 7133checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" 7134dependencies = [ 7135 "anyhow", 7136 "heck 0.5.0", 7137 "indexmap 2.13.0", 7138 "prettyplease", 7139 "syn 2.0.117", 7140 "wasm-metadata", 7141 "wit-bindgen-core", 7142 "wit-component", 7143] 7144 7145[[package]] 7146name = "wit-bindgen-rust-macro" 7147version = "0.51.0" 7148source = "registry+https://github.com/rust-lang/crates.io-index" 7149checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" 7150dependencies = [ 7151 "anyhow", 7152 "prettyplease", 7153 "proc-macro2", 7154 "quote", 7155 "syn 2.0.117", 7156 "wit-bindgen-core", 7157 "wit-bindgen-rust", 7158] 7159 7160[[package]] 7161name = "wit-component" 7162version = "0.244.0" 7163source = "registry+https://github.com/rust-lang/crates.io-index" 7164checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" 7165dependencies = [ 7166 "anyhow", 7167 "bitflags 2.11.0", 7168 "indexmap 2.13.0", 7169 "log", 7170 "serde", 7171 "serde_derive", 7172 "serde_json", 7173 "wasm-encoder", 7174 "wasm-metadata", 7175 "wasmparser", 7176 "wit-parser", 7177] 7178 7179[[package]] 7180name = "wit-parser" 7181version = "0.244.0" 7182source = "registry+https://github.com/rust-lang/crates.io-index" 7183checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" 7184dependencies = [ 7185 "anyhow", 7186 "id-arena", 7187 "indexmap 2.13.0", 7188 "log", 7189 "semver", 7190 "serde", 7191 "serde_derive", 7192 "serde_json", 7193 "unicode-xid", 7194 "wasmparser", 7195] 7196 7197[[package]] 7198name = "writeable" 7199version = "0.6.2" 7200source = "registry+https://github.com/rust-lang/crates.io-index" 7201checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" 7202 7203[[package]] 7204name = "wry" 7205version = "0.54.3" 7206source = "registry+https://github.com/rust-lang/crates.io-index" 7207checksum = "a24eda84b5d488f99344e54b807138896cee8df0b2d16c793f1f6b80e6d8df1f" 7208dependencies = [ 7209 "base64 0.22.1", 7210 "block2", 7211 "cookie", 7212 "crossbeam-channel", 7213 "dirs", 7214 "dom_query", 7215 "dpi", 7216 "dunce", 7217 "gdkx11", 7218 "gtk", 7219 "http", 7220 "javascriptcore-rs", 7221 "jni", 7222 "libc", 7223 "ndk", 7224 "objc2", 7225 "objc2-app-kit", 7226 "objc2-core-foundation", 7227 "objc2-foundation", 7228 "objc2-ui-kit", 7229 "objc2-web-kit", 7230 "once_cell", 7231 "percent-encoding", 7232 "raw-window-handle", 7233 "sha2", 7234 "soup3", 7235 "tao-macros", 7236 "thiserror 2.0.18", 7237 "url", 7238 "webkit2gtk", 7239 "webkit2gtk-sys", 7240 "webview2-com", 7241 "windows", 7242 "windows-core 0.61.2", 7243 "windows-version", 7244 "x11-dl", 7245] 7246 7247[[package]] 7248name = "x11" 7249version = "2.21.0" 7250source = "registry+https://github.com/rust-lang/crates.io-index" 7251checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e" 7252dependencies = [ 7253 "libc", 7254 "pkg-config", 7255] 7256 7257[[package]] 7258name = "x11-dl" 7259version = "2.21.0" 7260source = "registry+https://github.com/rust-lang/crates.io-index" 7261checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 7262dependencies = [ 7263 "libc", 7264 "once_cell", 7265 "pkg-config", 7266] 7267 7268[[package]] 7269name = "yoke" 7270version = "0.8.1" 7271source = "registry+https://github.com/rust-lang/crates.io-index" 7272checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" 7273dependencies = [ 7274 "stable_deref_trait", 7275 "yoke-derive", 7276 "zerofrom", 7277] 7278 7279[[package]] 7280name = "yoke-derive" 7281version = "0.8.1" 7282source = "registry+https://github.com/rust-lang/crates.io-index" 7283checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" 7284dependencies = [ 7285 "proc-macro2", 7286 "quote", 7287 "syn 2.0.117", 7288 "synstructure", 7289] 7290 7291[[package]] 7292name = "zerocopy" 7293version = "0.8.42" 7294source = "registry+https://github.com/rust-lang/crates.io-index" 7295checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3" 7296dependencies = [ 7297 "zerocopy-derive", 7298] 7299 7300[[package]] 7301name = "zerocopy-derive" 7302version = "0.8.42" 7303source = "registry+https://github.com/rust-lang/crates.io-index" 7304checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f" 7305dependencies = [ 7306 "proc-macro2", 7307 "quote", 7308 "syn 2.0.117", 7309] 7310 7311[[package]] 7312name = "zerofrom" 7313version = "0.1.6" 7314source = "registry+https://github.com/rust-lang/crates.io-index" 7315checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 7316dependencies = [ 7317 "zerofrom-derive", 7318] 7319 7320[[package]] 7321name = "zerofrom-derive" 7322version = "0.1.6" 7323source = "registry+https://github.com/rust-lang/crates.io-index" 7324checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 7325dependencies = [ 7326 "proc-macro2", 7327 "quote", 7328 "syn 2.0.117", 7329 "synstructure", 7330] 7331 7332[[package]] 7333name = "zeroize" 7334version = "1.8.2" 7335source = "registry+https://github.com/rust-lang/crates.io-index" 7336checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 7337 7338[[package]] 7339name = "zerotrie" 7340version = "0.2.3" 7341source = "registry+https://github.com/rust-lang/crates.io-index" 7342checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" 7343dependencies = [ 7344 "displaydoc", 7345 "yoke", 7346 "zerofrom", 7347] 7348 7349[[package]] 7350name = "zerovec" 7351version = "0.11.5" 7352source = "registry+https://github.com/rust-lang/crates.io-index" 7353checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" 7354dependencies = [ 7355 "yoke", 7356 "zerofrom", 7357 "zerovec-derive", 7358] 7359 7360[[package]] 7361name = "zerovec-derive" 7362version = "0.11.2" 7363source = "registry+https://github.com/rust-lang/crates.io-index" 7364checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" 7365dependencies = [ 7366 "proc-macro2", 7367 "quote", 7368 "syn 2.0.117", 7369] 7370 7371[[package]] 7372name = "zmij" 7373version = "1.0.21" 7374source = "registry+https://github.com/rust-lang/crates.io-index" 7375checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"