a very good jj gui
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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