A native webfishing installer for macos
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "addr2line" 7version = "0.24.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler2" 16version = "2.0.0" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 19 20[[package]] 21name = "android-tzdata" 22version = "0.1.1" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 25 26[[package]] 27name = "android_system_properties" 28version = "0.1.5" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 31dependencies = [ 32 "libc", 33] 34 35[[package]] 36name = "asky" 37version = "0.1.1" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "dfac9a487b76922077604f2da106badccc7bdd01674de28475a8ea3282792879" 40dependencies = [ 41 "colored", 42 "crossterm", 43] 44 45[[package]] 46name = "async-channel" 47version = "1.9.0" 48source = "registry+https://github.com/rust-lang/crates.io-index" 49checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" 50dependencies = [ 51 "concurrent-queue", 52 "event-listener 2.5.3", 53 "futures-core", 54] 55 56[[package]] 57name = "async-channel" 58version = "2.3.1" 59source = "registry+https://github.com/rust-lang/crates.io-index" 60checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" 61dependencies = [ 62 "concurrent-queue", 63 "event-listener-strategy", 64 "futures-core", 65 "pin-project-lite", 66] 67 68[[package]] 69name = "async-executor" 70version = "1.13.1" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec" 73dependencies = [ 74 "async-task", 75 "concurrent-queue", 76 "fastrand", 77 "futures-lite", 78 "slab", 79] 80 81[[package]] 82name = "async-global-executor" 83version = "2.4.1" 84source = "registry+https://github.com/rust-lang/crates.io-index" 85checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" 86dependencies = [ 87 "async-channel 2.3.1", 88 "async-executor", 89 "async-io", 90 "async-lock", 91 "blocking", 92 "futures-lite", 93 "once_cell", 94] 95 96[[package]] 97name = "async-io" 98version = "2.4.0" 99source = "registry+https://github.com/rust-lang/crates.io-index" 100checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059" 101dependencies = [ 102 "async-lock", 103 "cfg-if", 104 "concurrent-queue", 105 "futures-io", 106 "futures-lite", 107 "parking", 108 "polling", 109 "rustix", 110 "slab", 111 "tracing", 112 "windows-sys 0.59.0", 113] 114 115[[package]] 116name = "async-lock" 117version = "3.4.0" 118source = "registry+https://github.com/rust-lang/crates.io-index" 119checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" 120dependencies = [ 121 "event-listener 5.3.1", 122 "event-listener-strategy", 123 "pin-project-lite", 124] 125 126[[package]] 127name = "async-std" 128version = "1.13.0" 129source = "registry+https://github.com/rust-lang/crates.io-index" 130checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615" 131dependencies = [ 132 "async-channel 1.9.0", 133 "async-global-executor", 134 "async-io", 135 "async-lock", 136 "crossbeam-utils", 137 "futures-channel", 138 "futures-core", 139 "futures-io", 140 "futures-lite", 141 "gloo-timers", 142 "kv-log-macro", 143 "log", 144 "memchr", 145 "once_cell", 146 "pin-project-lite", 147 "pin-utils", 148 "slab", 149 "wasm-bindgen-futures", 150] 151 152[[package]] 153name = "async-task" 154version = "4.7.1" 155source = "registry+https://github.com/rust-lang/crates.io-index" 156checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 157 158[[package]] 159name = "atomic-waker" 160version = "1.1.2" 161source = "registry+https://github.com/rust-lang/crates.io-index" 162checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 163 164[[package]] 165name = "autocfg" 166version = "1.4.0" 167source = "registry+https://github.com/rust-lang/crates.io-index" 168checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 169 170[[package]] 171name = "backtrace" 172version = "0.3.74" 173source = "registry+https://github.com/rust-lang/crates.io-index" 174checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" 175dependencies = [ 176 "addr2line", 177 "cfg-if", 178 "libc", 179 "miniz_oxide", 180 "object", 181 "rustc-demangle", 182 "windows-targets 0.52.6", 183] 184 185[[package]] 186name = "base64" 187version = "0.22.1" 188source = "registry+https://github.com/rust-lang/crates.io-index" 189checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 190 191[[package]] 192name = "binary-reader" 193version = "0.4.5" 194source = "registry+https://github.com/rust-lang/crates.io-index" 195checksum = "1d173c51941d642588ed6a13d464617e3a9176b8fe00dc2de182434c36812a5e" 196dependencies = [ 197 "byteorder", 198] 199 200[[package]] 201name = "bitflags" 202version = "1.3.2" 203source = "registry+https://github.com/rust-lang/crates.io-index" 204checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 205 206[[package]] 207name = "bitflags" 208version = "2.6.0" 209source = "registry+https://github.com/rust-lang/crates.io-index" 210checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 211 212[[package]] 213name = "block-buffer" 214version = "0.10.4" 215source = "registry+https://github.com/rust-lang/crates.io-index" 216checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 217dependencies = [ 218 "generic-array", 219] 220 221[[package]] 222name = "blocking" 223version = "1.6.1" 224source = "registry+https://github.com/rust-lang/crates.io-index" 225checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" 226dependencies = [ 227 "async-channel 2.3.1", 228 "async-task", 229 "futures-io", 230 "futures-lite", 231 "piper", 232] 233 234[[package]] 235name = "bumpalo" 236version = "3.16.0" 237source = "registry+https://github.com/rust-lang/crates.io-index" 238checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 239 240[[package]] 241name = "bytecount" 242version = "0.6.8" 243source = "registry+https://github.com/rust-lang/crates.io-index" 244checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce" 245 246[[package]] 247name = "byteorder" 248version = "1.5.0" 249source = "registry+https://github.com/rust-lang/crates.io-index" 250checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 251 252[[package]] 253name = "bytes" 254version = "1.9.0" 255source = "registry+https://github.com/rust-lang/crates.io-index" 256checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" 257 258[[package]] 259name = "cc" 260version = "1.2.5" 261source = "registry+https://github.com/rust-lang/crates.io-index" 262checksum = "c31a0499c1dc64f458ad13872de75c0eb7e3fdb0e67964610c914b034fc5956e" 263dependencies = [ 264 "shlex", 265] 266 267[[package]] 268name = "cfg-if" 269version = "1.0.0" 270source = "registry+https://github.com/rust-lang/crates.io-index" 271checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 272 273[[package]] 274name = "chrono" 275version = "0.4.39" 276source = "registry+https://github.com/rust-lang/crates.io-index" 277checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" 278dependencies = [ 279 "android-tzdata", 280 "iana-time-zone", 281 "js-sys", 282 "num-traits", 283 "wasm-bindgen", 284 "windows-targets 0.52.6", 285] 286 287[[package]] 288name = "colored" 289version = "2.2.0" 290source = "registry+https://github.com/rust-lang/crates.io-index" 291checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" 292dependencies = [ 293 "lazy_static", 294 "windows-sys 0.59.0", 295] 296 297[[package]] 298name = "concurrent-queue" 299version = "2.5.0" 300source = "registry+https://github.com/rust-lang/crates.io-index" 301checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 302dependencies = [ 303 "crossbeam-utils", 304] 305 306[[package]] 307name = "core-foundation" 308version = "0.9.4" 309source = "registry+https://github.com/rust-lang/crates.io-index" 310checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 311dependencies = [ 312 "core-foundation-sys", 313 "libc", 314] 315 316[[package]] 317name = "core-foundation-sys" 318version = "0.8.7" 319source = "registry+https://github.com/rust-lang/crates.io-index" 320checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 321 322[[package]] 323name = "cpufeatures" 324version = "0.2.16" 325source = "registry+https://github.com/rust-lang/crates.io-index" 326checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3" 327dependencies = [ 328 "libc", 329] 330 331[[package]] 332name = "crc" 333version = "3.2.1" 334source = "registry+https://github.com/rust-lang/crates.io-index" 335checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" 336dependencies = [ 337 "crc-catalog", 338] 339 340[[package]] 341name = "crc-catalog" 342version = "2.4.0" 343source = "registry+https://github.com/rust-lang/crates.io-index" 344checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 345 346[[package]] 347name = "crossbeam-deque" 348version = "0.8.6" 349source = "registry+https://github.com/rust-lang/crates.io-index" 350checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 351dependencies = [ 352 "crossbeam-epoch", 353 "crossbeam-utils", 354] 355 356[[package]] 357name = "crossbeam-epoch" 358version = "0.9.18" 359source = "registry+https://github.com/rust-lang/crates.io-index" 360checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 361dependencies = [ 362 "crossbeam-utils", 363] 364 365[[package]] 366name = "crossbeam-utils" 367version = "0.8.21" 368source = "registry+https://github.com/rust-lang/crates.io-index" 369checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 370 371[[package]] 372name = "crossterm" 373version = "0.26.1" 374source = "registry+https://github.com/rust-lang/crates.io-index" 375checksum = "a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13" 376dependencies = [ 377 "bitflags 1.3.2", 378 "crossterm_winapi", 379 "libc", 380 "mio 0.8.11", 381 "parking_lot", 382 "signal-hook", 383 "signal-hook-mio", 384 "winapi", 385] 386 387[[package]] 388name = "crossterm_winapi" 389version = "0.9.1" 390source = "registry+https://github.com/rust-lang/crates.io-index" 391checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 392dependencies = [ 393 "winapi", 394] 395 396[[package]] 397name = "crypto-common" 398version = "0.1.6" 399source = "registry+https://github.com/rust-lang/crates.io-index" 400checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 401dependencies = [ 402 "generic-array", 403 "typenum", 404] 405 406[[package]] 407name = "digest" 408version = "0.10.7" 409source = "registry+https://github.com/rust-lang/crates.io-index" 410checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 411dependencies = [ 412 "block-buffer", 413 "crypto-common", 414] 415 416[[package]] 417name = "displaydoc" 418version = "0.2.5" 419source = "registry+https://github.com/rust-lang/crates.io-index" 420checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 421dependencies = [ 422 "proc-macro2", 423 "quote", 424 "syn", 425] 426 427[[package]] 428name = "either" 429version = "1.13.0" 430source = "registry+https://github.com/rust-lang/crates.io-index" 431checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 432 433[[package]] 434name = "encoding_rs" 435version = "0.8.35" 436source = "registry+https://github.com/rust-lang/crates.io-index" 437checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 438dependencies = [ 439 "cfg-if", 440] 441 442[[package]] 443name = "equivalent" 444version = "1.0.1" 445source = "registry+https://github.com/rust-lang/crates.io-index" 446checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 447 448[[package]] 449name = "errno" 450version = "0.3.10" 451source = "registry+https://github.com/rust-lang/crates.io-index" 452checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" 453dependencies = [ 454 "libc", 455 "windows-sys 0.59.0", 456] 457 458[[package]] 459name = "event-listener" 460version = "2.5.3" 461source = "registry+https://github.com/rust-lang/crates.io-index" 462checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 463 464[[package]] 465name = "event-listener" 466version = "5.3.1" 467source = "registry+https://github.com/rust-lang/crates.io-index" 468checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" 469dependencies = [ 470 "concurrent-queue", 471 "parking", 472 "pin-project-lite", 473] 474 475[[package]] 476name = "event-listener-strategy" 477version = "0.5.3" 478source = "registry+https://github.com/rust-lang/crates.io-index" 479checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2" 480dependencies = [ 481 "event-listener 5.3.1", 482 "pin-project-lite", 483] 484 485[[package]] 486name = "fastrand" 487version = "2.3.0" 488source = "registry+https://github.com/rust-lang/crates.io-index" 489checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 490 491[[package]] 492name = "fnv" 493version = "1.0.7" 494source = "registry+https://github.com/rust-lang/crates.io-index" 495checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 496 497[[package]] 498name = "foreign-types" 499version = "0.3.2" 500source = "registry+https://github.com/rust-lang/crates.io-index" 501checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 502dependencies = [ 503 "foreign-types-shared", 504] 505 506[[package]] 507name = "foreign-types-shared" 508version = "0.1.1" 509source = "registry+https://github.com/rust-lang/crates.io-index" 510checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 511 512[[package]] 513name = "form_urlencoded" 514version = "1.2.1" 515source = "registry+https://github.com/rust-lang/crates.io-index" 516checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 517dependencies = [ 518 "percent-encoding", 519] 520 521[[package]] 522name = "futures-channel" 523version = "0.3.31" 524source = "registry+https://github.com/rust-lang/crates.io-index" 525checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 526dependencies = [ 527 "futures-core", 528] 529 530[[package]] 531name = "futures-core" 532version = "0.3.31" 533source = "registry+https://github.com/rust-lang/crates.io-index" 534checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 535 536[[package]] 537name = "futures-io" 538version = "0.3.31" 539source = "registry+https://github.com/rust-lang/crates.io-index" 540checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 541 542[[package]] 543name = "futures-lite" 544version = "2.5.0" 545source = "registry+https://github.com/rust-lang/crates.io-index" 546checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1" 547dependencies = [ 548 "fastrand", 549 "futures-core", 550 "futures-io", 551 "parking", 552 "pin-project-lite", 553] 554 555[[package]] 556name = "futures-sink" 557version = "0.3.31" 558source = "registry+https://github.com/rust-lang/crates.io-index" 559checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 560 561[[package]] 562name = "futures-task" 563version = "0.3.31" 564source = "registry+https://github.com/rust-lang/crates.io-index" 565checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 566 567[[package]] 568name = "futures-util" 569version = "0.3.31" 570source = "registry+https://github.com/rust-lang/crates.io-index" 571checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 572dependencies = [ 573 "futures-core", 574 "futures-task", 575 "pin-project-lite", 576 "pin-utils", 577] 578 579[[package]] 580name = "generic-array" 581version = "0.14.7" 582source = "registry+https://github.com/rust-lang/crates.io-index" 583checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 584dependencies = [ 585 "typenum", 586 "version_check", 587] 588 589[[package]] 590name = "getrandom" 591version = "0.2.15" 592source = "registry+https://github.com/rust-lang/crates.io-index" 593checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 594dependencies = [ 595 "cfg-if", 596 "libc", 597 "wasi", 598] 599 600[[package]] 601name = "gimli" 602version = "0.31.1" 603source = "registry+https://github.com/rust-lang/crates.io-index" 604checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 605 606[[package]] 607name = "gloo-timers" 608version = "0.3.0" 609source = "registry+https://github.com/rust-lang/crates.io-index" 610checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994" 611dependencies = [ 612 "futures-channel", 613 "futures-core", 614 "js-sys", 615 "wasm-bindgen", 616] 617 618[[package]] 619name = "godot_pck" 620version = "0.1.0" 621dependencies = [ 622 "binary-reader", 623 "md5", 624] 625 626[[package]] 627name = "h2" 628version = "0.4.7" 629source = "registry+https://github.com/rust-lang/crates.io-index" 630checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e" 631dependencies = [ 632 "atomic-waker", 633 "bytes", 634 "fnv", 635 "futures-core", 636 "futures-sink", 637 "http", 638 "indexmap", 639 "slab", 640 "tokio", 641 "tokio-util", 642 "tracing", 643] 644 645[[package]] 646name = "hashbrown" 647version = "0.15.2" 648source = "registry+https://github.com/rust-lang/crates.io-index" 649checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" 650 651[[package]] 652name = "hermit-abi" 653version = "0.4.0" 654source = "registry+https://github.com/rust-lang/crates.io-index" 655checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" 656 657[[package]] 658name = "home" 659version = "0.5.11" 660source = "registry+https://github.com/rust-lang/crates.io-index" 661checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" 662dependencies = [ 663 "windows-sys 0.59.0", 664] 665 666[[package]] 667name = "http" 668version = "1.2.0" 669source = "registry+https://github.com/rust-lang/crates.io-index" 670checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" 671dependencies = [ 672 "bytes", 673 "fnv", 674 "itoa", 675] 676 677[[package]] 678name = "http-body" 679version = "1.0.1" 680source = "registry+https://github.com/rust-lang/crates.io-index" 681checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 682dependencies = [ 683 "bytes", 684 "http", 685] 686 687[[package]] 688name = "http-body-util" 689version = "0.1.2" 690source = "registry+https://github.com/rust-lang/crates.io-index" 691checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" 692dependencies = [ 693 "bytes", 694 "futures-util", 695 "http", 696 "http-body", 697 "pin-project-lite", 698] 699 700[[package]] 701name = "httparse" 702version = "1.9.5" 703source = "registry+https://github.com/rust-lang/crates.io-index" 704checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" 705 706[[package]] 707name = "hyper" 708version = "1.5.2" 709source = "registry+https://github.com/rust-lang/crates.io-index" 710checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0" 711dependencies = [ 712 "bytes", 713 "futures-channel", 714 "futures-util", 715 "h2", 716 "http", 717 "http-body", 718 "httparse", 719 "itoa", 720 "pin-project-lite", 721 "smallvec", 722 "tokio", 723 "want", 724] 725 726[[package]] 727name = "hyper-rustls" 728version = "0.27.5" 729source = "registry+https://github.com/rust-lang/crates.io-index" 730checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" 731dependencies = [ 732 "futures-util", 733 "http", 734 "hyper", 735 "hyper-util", 736 "rustls", 737 "rustls-pki-types", 738 "tokio", 739 "tokio-rustls", 740 "tower-service", 741] 742 743[[package]] 744name = "hyper-tls" 745version = "0.6.0" 746source = "registry+https://github.com/rust-lang/crates.io-index" 747checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 748dependencies = [ 749 "bytes", 750 "http-body-util", 751 "hyper", 752 "hyper-util", 753 "native-tls", 754 "tokio", 755 "tokio-native-tls", 756 "tower-service", 757] 758 759[[package]] 760name = "hyper-util" 761version = "0.1.10" 762source = "registry+https://github.com/rust-lang/crates.io-index" 763checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" 764dependencies = [ 765 "bytes", 766 "futures-channel", 767 "futures-util", 768 "http", 769 "http-body", 770 "hyper", 771 "pin-project-lite", 772 "socket2", 773 "tokio", 774 "tower-service", 775 "tracing", 776] 777 778[[package]] 779name = "iana-time-zone" 780version = "0.1.61" 781source = "registry+https://github.com/rust-lang/crates.io-index" 782checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" 783dependencies = [ 784 "android_system_properties", 785 "core-foundation-sys", 786 "iana-time-zone-haiku", 787 "js-sys", 788 "wasm-bindgen", 789 "windows-core 0.52.0", 790] 791 792[[package]] 793name = "iana-time-zone-haiku" 794version = "0.1.2" 795source = "registry+https://github.com/rust-lang/crates.io-index" 796checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 797dependencies = [ 798 "cc", 799] 800 801[[package]] 802name = "icu_collections" 803version = "1.5.0" 804source = "registry+https://github.com/rust-lang/crates.io-index" 805checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 806dependencies = [ 807 "displaydoc", 808 "yoke", 809 "zerofrom", 810 "zerovec", 811] 812 813[[package]] 814name = "icu_locid" 815version = "1.5.0" 816source = "registry+https://github.com/rust-lang/crates.io-index" 817checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 818dependencies = [ 819 "displaydoc", 820 "litemap", 821 "tinystr", 822 "writeable", 823 "zerovec", 824] 825 826[[package]] 827name = "icu_locid_transform" 828version = "1.5.0" 829source = "registry+https://github.com/rust-lang/crates.io-index" 830checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 831dependencies = [ 832 "displaydoc", 833 "icu_locid", 834 "icu_locid_transform_data", 835 "icu_provider", 836 "tinystr", 837 "zerovec", 838] 839 840[[package]] 841name = "icu_locid_transform_data" 842version = "1.5.0" 843source = "registry+https://github.com/rust-lang/crates.io-index" 844checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" 845 846[[package]] 847name = "icu_normalizer" 848version = "1.5.0" 849source = "registry+https://github.com/rust-lang/crates.io-index" 850checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 851dependencies = [ 852 "displaydoc", 853 "icu_collections", 854 "icu_normalizer_data", 855 "icu_properties", 856 "icu_provider", 857 "smallvec", 858 "utf16_iter", 859 "utf8_iter", 860 "write16", 861 "zerovec", 862] 863 864[[package]] 865name = "icu_normalizer_data" 866version = "1.5.0" 867source = "registry+https://github.com/rust-lang/crates.io-index" 868checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" 869 870[[package]] 871name = "icu_properties" 872version = "1.5.1" 873source = "registry+https://github.com/rust-lang/crates.io-index" 874checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" 875dependencies = [ 876 "displaydoc", 877 "icu_collections", 878 "icu_locid_transform", 879 "icu_properties_data", 880 "icu_provider", 881 "tinystr", 882 "zerovec", 883] 884 885[[package]] 886name = "icu_properties_data" 887version = "1.5.0" 888source = "registry+https://github.com/rust-lang/crates.io-index" 889checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" 890 891[[package]] 892name = "icu_provider" 893version = "1.5.0" 894source = "registry+https://github.com/rust-lang/crates.io-index" 895checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 896dependencies = [ 897 "displaydoc", 898 "icu_locid", 899 "icu_provider_macros", 900 "stable_deref_trait", 901 "tinystr", 902 "writeable", 903 "yoke", 904 "zerofrom", 905 "zerovec", 906] 907 908[[package]] 909name = "icu_provider_macros" 910version = "1.5.0" 911source = "registry+https://github.com/rust-lang/crates.io-index" 912checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 913dependencies = [ 914 "proc-macro2", 915 "quote", 916 "syn", 917] 918 919[[package]] 920name = "idna" 921version = "1.0.3" 922source = "registry+https://github.com/rust-lang/crates.io-index" 923checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 924dependencies = [ 925 "idna_adapter", 926 "smallvec", 927 "utf8_iter", 928] 929 930[[package]] 931name = "idna_adapter" 932version = "1.2.0" 933source = "registry+https://github.com/rust-lang/crates.io-index" 934checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" 935dependencies = [ 936 "icu_normalizer", 937 "icu_properties", 938] 939 940[[package]] 941name = "indexmap" 942version = "2.7.0" 943source = "registry+https://github.com/rust-lang/crates.io-index" 944checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" 945dependencies = [ 946 "equivalent", 947 "hashbrown", 948] 949 950[[package]] 951name = "ipnet" 952version = "2.10.1" 953source = "registry+https://github.com/rust-lang/crates.io-index" 954checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" 955 956[[package]] 957name = "itoa" 958version = "1.0.14" 959source = "registry+https://github.com/rust-lang/crates.io-index" 960checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" 961 962[[package]] 963name = "js-sys" 964version = "0.3.76" 965source = "registry+https://github.com/rust-lang/crates.io-index" 966checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7" 967dependencies = [ 968 "once_cell", 969 "wasm-bindgen", 970] 971 972[[package]] 973name = "keyvalues-parser" 974version = "0.2.0" 975source = "registry+https://github.com/rust-lang/crates.io-index" 976checksum = "7e4c8354918309196302015ac9cae43362f1a13d0d5c5539a33b4c2fd2cd6d25" 977dependencies = [ 978 "pest", 979 "pest_derive", 980 "thiserror 1.0.69", 981] 982 983[[package]] 984name = "keyvalues-serde" 985version = "0.2.1" 986source = "registry+https://github.com/rust-lang/crates.io-index" 987checksum = "0447866c47c00f8bd1949618e8f63017cf93e985b4684dc28d784527e2882390" 988dependencies = [ 989 "keyvalues-parser", 990 "serde", 991 "thiserror 1.0.69", 992] 993 994[[package]] 995name = "kv-log-macro" 996version = "1.0.7" 997source = "registry+https://github.com/rust-lang/crates.io-index" 998checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" 999dependencies = [ 1000 "log", 1001] 1002 1003[[package]] 1004name = "lazy_static" 1005version = "1.5.0" 1006source = "registry+https://github.com/rust-lang/crates.io-index" 1007checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1008 1009[[package]] 1010name = "libc" 1011version = "0.2.169" 1012source = "registry+https://github.com/rust-lang/crates.io-index" 1013checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" 1014 1015[[package]] 1016name = "linux-raw-sys" 1017version = "0.4.14" 1018source = "registry+https://github.com/rust-lang/crates.io-index" 1019checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 1020 1021[[package]] 1022name = "litemap" 1023version = "0.7.4" 1024source = "registry+https://github.com/rust-lang/crates.io-index" 1025checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" 1026 1027[[package]] 1028name = "lock_api" 1029version = "0.4.12" 1030source = "registry+https://github.com/rust-lang/crates.io-index" 1031checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 1032dependencies = [ 1033 "autocfg", 1034 "scopeguard", 1035] 1036 1037[[package]] 1038name = "log" 1039version = "0.4.22" 1040source = "registry+https://github.com/rust-lang/crates.io-index" 1041checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 1042dependencies = [ 1043 "value-bag", 1044] 1045 1046[[package]] 1047name = "md5" 1048version = "0.7.0" 1049source = "registry+https://github.com/rust-lang/crates.io-index" 1050checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771" 1051 1052[[package]] 1053name = "memchr" 1054version = "2.7.4" 1055source = "registry+https://github.com/rust-lang/crates.io-index" 1056checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 1057 1058[[package]] 1059name = "mime" 1060version = "0.3.17" 1061source = "registry+https://github.com/rust-lang/crates.io-index" 1062checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1063 1064[[package]] 1065name = "minimal-lexical" 1066version = "0.2.1" 1067source = "registry+https://github.com/rust-lang/crates.io-index" 1068checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1069 1070[[package]] 1071name = "miniz_oxide" 1072version = "0.8.2" 1073source = "registry+https://github.com/rust-lang/crates.io-index" 1074checksum = "4ffbe83022cedc1d264172192511ae958937694cd57ce297164951b8b3568394" 1075dependencies = [ 1076 "adler2", 1077] 1078 1079[[package]] 1080name = "mio" 1081version = "0.8.11" 1082source = "registry+https://github.com/rust-lang/crates.io-index" 1083checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 1084dependencies = [ 1085 "libc", 1086 "log", 1087 "wasi", 1088 "windows-sys 0.48.0", 1089] 1090 1091[[package]] 1092name = "mio" 1093version = "1.0.3" 1094source = "registry+https://github.com/rust-lang/crates.io-index" 1095checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" 1096dependencies = [ 1097 "libc", 1098 "wasi", 1099 "windows-sys 0.52.0", 1100] 1101 1102[[package]] 1103name = "native-tls" 1104version = "0.2.12" 1105source = "registry+https://github.com/rust-lang/crates.io-index" 1106checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" 1107dependencies = [ 1108 "libc", 1109 "log", 1110 "openssl", 1111 "openssl-probe", 1112 "openssl-sys", 1113 "schannel", 1114 "security-framework", 1115 "security-framework-sys", 1116 "tempfile", 1117] 1118 1119[[package]] 1120name = "nom" 1121version = "7.1.3" 1122source = "registry+https://github.com/rust-lang/crates.io-index" 1123checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 1124dependencies = [ 1125 "memchr", 1126 "minimal-lexical", 1127] 1128 1129[[package]] 1130name = "nom_locate" 1131version = "4.2.0" 1132source = "registry+https://github.com/rust-lang/crates.io-index" 1133checksum = "1e3c83c053b0713da60c5b8de47fe8e494fe3ece5267b2f23090a07a053ba8f3" 1134dependencies = [ 1135 "bytecount", 1136 "memchr", 1137 "nom", 1138] 1139 1140[[package]] 1141name = "ntapi" 1142version = "0.4.1" 1143source = "registry+https://github.com/rust-lang/crates.io-index" 1144checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" 1145dependencies = [ 1146 "winapi", 1147] 1148 1149[[package]] 1150name = "num-traits" 1151version = "0.2.19" 1152source = "registry+https://github.com/rust-lang/crates.io-index" 1153checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1154dependencies = [ 1155 "autocfg", 1156] 1157 1158[[package]] 1159name = "object" 1160version = "0.36.7" 1161source = "registry+https://github.com/rust-lang/crates.io-index" 1162checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 1163dependencies = [ 1164 "memchr", 1165] 1166 1167[[package]] 1168name = "once_cell" 1169version = "1.20.2" 1170source = "registry+https://github.com/rust-lang/crates.io-index" 1171checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" 1172 1173[[package]] 1174name = "openssl" 1175version = "0.10.68" 1176source = "registry+https://github.com/rust-lang/crates.io-index" 1177checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" 1178dependencies = [ 1179 "bitflags 2.6.0", 1180 "cfg-if", 1181 "foreign-types", 1182 "libc", 1183 "once_cell", 1184 "openssl-macros", 1185 "openssl-sys", 1186] 1187 1188[[package]] 1189name = "openssl-macros" 1190version = "0.1.1" 1191source = "registry+https://github.com/rust-lang/crates.io-index" 1192checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1193dependencies = [ 1194 "proc-macro2", 1195 "quote", 1196 "syn", 1197] 1198 1199[[package]] 1200name = "openssl-probe" 1201version = "0.1.5" 1202source = "registry+https://github.com/rust-lang/crates.io-index" 1203checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 1204 1205[[package]] 1206name = "openssl-sys" 1207version = "0.9.104" 1208source = "registry+https://github.com/rust-lang/crates.io-index" 1209checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" 1210dependencies = [ 1211 "cc", 1212 "libc", 1213 "pkg-config", 1214 "vcpkg", 1215] 1216 1217[[package]] 1218name = "parking" 1219version = "2.2.1" 1220source = "registry+https://github.com/rust-lang/crates.io-index" 1221checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 1222 1223[[package]] 1224name = "parking_lot" 1225version = "0.12.3" 1226source = "registry+https://github.com/rust-lang/crates.io-index" 1227checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 1228dependencies = [ 1229 "lock_api", 1230 "parking_lot_core", 1231] 1232 1233[[package]] 1234name = "parking_lot_core" 1235version = "0.9.10" 1236source = "registry+https://github.com/rust-lang/crates.io-index" 1237checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 1238dependencies = [ 1239 "cfg-if", 1240 "libc", 1241 "redox_syscall", 1242 "smallvec", 1243 "windows-targets 0.52.6", 1244] 1245 1246[[package]] 1247name = "patch-apply" 1248version = "0.8.3" 1249source = "registry+https://github.com/rust-lang/crates.io-index" 1250checksum = "7fe95476ec50a4e9b95ed12a4677ff5996aba4329bf2535fb21c49afaad20809" 1251dependencies = [ 1252 "chrono", 1253 "nom", 1254 "nom_locate", 1255] 1256 1257[[package]] 1258name = "percent-encoding" 1259version = "2.3.1" 1260source = "registry+https://github.com/rust-lang/crates.io-index" 1261checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 1262 1263[[package]] 1264name = "pest" 1265version = "2.7.15" 1266source = "registry+https://github.com/rust-lang/crates.io-index" 1267checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc" 1268dependencies = [ 1269 "memchr", 1270 "thiserror 2.0.9", 1271 "ucd-trie", 1272] 1273 1274[[package]] 1275name = "pest_derive" 1276version = "2.7.15" 1277source = "registry+https://github.com/rust-lang/crates.io-index" 1278checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e" 1279dependencies = [ 1280 "pest", 1281 "pest_generator", 1282] 1283 1284[[package]] 1285name = "pest_generator" 1286version = "2.7.15" 1287source = "registry+https://github.com/rust-lang/crates.io-index" 1288checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b" 1289dependencies = [ 1290 "pest", 1291 "pest_meta", 1292 "proc-macro2", 1293 "quote", 1294 "syn", 1295] 1296 1297[[package]] 1298name = "pest_meta" 1299version = "2.7.15" 1300source = "registry+https://github.com/rust-lang/crates.io-index" 1301checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea" 1302dependencies = [ 1303 "once_cell", 1304 "pest", 1305 "sha2", 1306] 1307 1308[[package]] 1309name = "pin-project-lite" 1310version = "0.2.15" 1311source = "registry+https://github.com/rust-lang/crates.io-index" 1312checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" 1313 1314[[package]] 1315name = "pin-utils" 1316version = "0.1.0" 1317source = "registry+https://github.com/rust-lang/crates.io-index" 1318checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1319 1320[[package]] 1321name = "piper" 1322version = "0.2.4" 1323source = "registry+https://github.com/rust-lang/crates.io-index" 1324checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" 1325dependencies = [ 1326 "atomic-waker", 1327 "fastrand", 1328 "futures-io", 1329] 1330 1331[[package]] 1332name = "pkg-config" 1333version = "0.3.31" 1334source = "registry+https://github.com/rust-lang/crates.io-index" 1335checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" 1336 1337[[package]] 1338name = "polling" 1339version = "3.7.4" 1340source = "registry+https://github.com/rust-lang/crates.io-index" 1341checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f" 1342dependencies = [ 1343 "cfg-if", 1344 "concurrent-queue", 1345 "hermit-abi", 1346 "pin-project-lite", 1347 "rustix", 1348 "tracing", 1349 "windows-sys 0.59.0", 1350] 1351 1352[[package]] 1353name = "proc-macro2" 1354version = "1.0.92" 1355source = "registry+https://github.com/rust-lang/crates.io-index" 1356checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" 1357dependencies = [ 1358 "unicode-ident", 1359] 1360 1361[[package]] 1362name = "quote" 1363version = "1.0.38" 1364source = "registry+https://github.com/rust-lang/crates.io-index" 1365checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" 1366dependencies = [ 1367 "proc-macro2", 1368] 1369 1370[[package]] 1371name = "rayon" 1372version = "1.10.0" 1373source = "registry+https://github.com/rust-lang/crates.io-index" 1374checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 1375dependencies = [ 1376 "either", 1377 "rayon-core", 1378] 1379 1380[[package]] 1381name = "rayon-core" 1382version = "1.12.1" 1383source = "registry+https://github.com/rust-lang/crates.io-index" 1384checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 1385dependencies = [ 1386 "crossbeam-deque", 1387 "crossbeam-utils", 1388] 1389 1390[[package]] 1391name = "redox_syscall" 1392version = "0.5.8" 1393source = "registry+https://github.com/rust-lang/crates.io-index" 1394checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834" 1395dependencies = [ 1396 "bitflags 2.6.0", 1397] 1398 1399[[package]] 1400name = "reqwest" 1401version = "0.12.9" 1402source = "registry+https://github.com/rust-lang/crates.io-index" 1403checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f" 1404dependencies = [ 1405 "base64", 1406 "bytes", 1407 "encoding_rs", 1408 "futures-core", 1409 "futures-util", 1410 "h2", 1411 "http", 1412 "http-body", 1413 "http-body-util", 1414 "hyper", 1415 "hyper-rustls", 1416 "hyper-tls", 1417 "hyper-util", 1418 "ipnet", 1419 "js-sys", 1420 "log", 1421 "mime", 1422 "native-tls", 1423 "once_cell", 1424 "percent-encoding", 1425 "pin-project-lite", 1426 "rustls-pemfile", 1427 "serde", 1428 "serde_json", 1429 "serde_urlencoded", 1430 "sync_wrapper", 1431 "system-configuration", 1432 "tokio", 1433 "tokio-native-tls", 1434 "tower-service", 1435 "url", 1436 "wasm-bindgen", 1437 "wasm-bindgen-futures", 1438 "web-sys", 1439 "windows-registry", 1440] 1441 1442[[package]] 1443name = "ring" 1444version = "0.17.8" 1445source = "registry+https://github.com/rust-lang/crates.io-index" 1446checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 1447dependencies = [ 1448 "cc", 1449 "cfg-if", 1450 "getrandom", 1451 "libc", 1452 "spin", 1453 "untrusted", 1454 "windows-sys 0.52.0", 1455] 1456 1457[[package]] 1458name = "rustc-demangle" 1459version = "0.1.24" 1460source = "registry+https://github.com/rust-lang/crates.io-index" 1461checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 1462 1463[[package]] 1464name = "rustix" 1465version = "0.38.42" 1466source = "registry+https://github.com/rust-lang/crates.io-index" 1467checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85" 1468dependencies = [ 1469 "bitflags 2.6.0", 1470 "errno", 1471 "libc", 1472 "linux-raw-sys", 1473 "windows-sys 0.59.0", 1474] 1475 1476[[package]] 1477name = "rustls" 1478version = "0.23.20" 1479source = "registry+https://github.com/rust-lang/crates.io-index" 1480checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b" 1481dependencies = [ 1482 "once_cell", 1483 "rustls-pki-types", 1484 "rustls-webpki", 1485 "subtle", 1486 "zeroize", 1487] 1488 1489[[package]] 1490name = "rustls-pemfile" 1491version = "2.2.0" 1492source = "registry+https://github.com/rust-lang/crates.io-index" 1493checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" 1494dependencies = [ 1495 "rustls-pki-types", 1496] 1497 1498[[package]] 1499name = "rustls-pki-types" 1500version = "1.10.1" 1501source = "registry+https://github.com/rust-lang/crates.io-index" 1502checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37" 1503 1504[[package]] 1505name = "rustls-webpki" 1506version = "0.102.8" 1507source = "registry+https://github.com/rust-lang/crates.io-index" 1508checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" 1509dependencies = [ 1510 "ring", 1511 "rustls-pki-types", 1512 "untrusted", 1513] 1514 1515[[package]] 1516name = "ryu" 1517version = "1.0.18" 1518source = "registry+https://github.com/rust-lang/crates.io-index" 1519checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 1520 1521[[package]] 1522name = "schannel" 1523version = "0.1.27" 1524source = "registry+https://github.com/rust-lang/crates.io-index" 1525checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" 1526dependencies = [ 1527 "windows-sys 0.59.0", 1528] 1529 1530[[package]] 1531name = "scopeguard" 1532version = "1.2.0" 1533source = "registry+https://github.com/rust-lang/crates.io-index" 1534checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1535 1536[[package]] 1537name = "security-framework" 1538version = "2.11.1" 1539source = "registry+https://github.com/rust-lang/crates.io-index" 1540checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 1541dependencies = [ 1542 "bitflags 2.6.0", 1543 "core-foundation", 1544 "core-foundation-sys", 1545 "libc", 1546 "security-framework-sys", 1547] 1548 1549[[package]] 1550name = "security-framework-sys" 1551version = "2.13.0" 1552source = "registry+https://github.com/rust-lang/crates.io-index" 1553checksum = "1863fd3768cd83c56a7f60faa4dc0d403f1b6df0a38c3c25f44b7894e45370d5" 1554dependencies = [ 1555 "core-foundation-sys", 1556 "libc", 1557] 1558 1559[[package]] 1560name = "serde" 1561version = "1.0.217" 1562source = "registry+https://github.com/rust-lang/crates.io-index" 1563checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70" 1564dependencies = [ 1565 "serde_derive", 1566] 1567 1568[[package]] 1569name = "serde_derive" 1570version = "1.0.217" 1571source = "registry+https://github.com/rust-lang/crates.io-index" 1572checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0" 1573dependencies = [ 1574 "proc-macro2", 1575 "quote", 1576 "syn", 1577] 1578 1579[[package]] 1580name = "serde_json" 1581version = "1.0.134" 1582source = "registry+https://github.com/rust-lang/crates.io-index" 1583checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" 1584dependencies = [ 1585 "itoa", 1586 "memchr", 1587 "ryu", 1588 "serde", 1589] 1590 1591[[package]] 1592name = "serde_urlencoded" 1593version = "0.7.1" 1594source = "registry+https://github.com/rust-lang/crates.io-index" 1595checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1596dependencies = [ 1597 "form_urlencoded", 1598 "itoa", 1599 "ryu", 1600 "serde", 1601] 1602 1603[[package]] 1604name = "sha2" 1605version = "0.10.8" 1606source = "registry+https://github.com/rust-lang/crates.io-index" 1607checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 1608dependencies = [ 1609 "cfg-if", 1610 "cpufeatures", 1611 "digest", 1612] 1613 1614[[package]] 1615name = "shlex" 1616version = "1.3.0" 1617source = "registry+https://github.com/rust-lang/crates.io-index" 1618checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1619 1620[[package]] 1621name = "signal-hook" 1622version = "0.3.17" 1623source = "registry+https://github.com/rust-lang/crates.io-index" 1624checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" 1625dependencies = [ 1626 "libc", 1627 "signal-hook-registry", 1628] 1629 1630[[package]] 1631name = "signal-hook-mio" 1632version = "0.2.4" 1633source = "registry+https://github.com/rust-lang/crates.io-index" 1634checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd" 1635dependencies = [ 1636 "libc", 1637 "mio 0.8.11", 1638 "signal-hook", 1639] 1640 1641[[package]] 1642name = "signal-hook-registry" 1643version = "1.4.2" 1644source = "registry+https://github.com/rust-lang/crates.io-index" 1645checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 1646dependencies = [ 1647 "libc", 1648] 1649 1650[[package]] 1651name = "slab" 1652version = "0.4.9" 1653source = "registry+https://github.com/rust-lang/crates.io-index" 1654checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 1655dependencies = [ 1656 "autocfg", 1657] 1658 1659[[package]] 1660name = "smallvec" 1661version = "1.13.2" 1662source = "registry+https://github.com/rust-lang/crates.io-index" 1663checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 1664 1665[[package]] 1666name = "socket2" 1667version = "0.5.8" 1668source = "registry+https://github.com/rust-lang/crates.io-index" 1669checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8" 1670dependencies = [ 1671 "libc", 1672 "windows-sys 0.52.0", 1673] 1674 1675[[package]] 1676name = "spin" 1677version = "0.9.8" 1678source = "registry+https://github.com/rust-lang/crates.io-index" 1679checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 1680 1681[[package]] 1682name = "stable_deref_trait" 1683version = "1.2.0" 1684source = "registry+https://github.com/rust-lang/crates.io-index" 1685checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 1686 1687[[package]] 1688name = "steamlocate" 1689version = "2.0.0" 1690source = "registry+https://github.com/rust-lang/crates.io-index" 1691checksum = "cb96708f2e7cadc6c5bde3f3e12e3d6565bbd4d8b9e3da057035881c33136d9d" 1692dependencies = [ 1693 "crc", 1694 "home", 1695 "keyvalues-parser", 1696 "keyvalues-serde", 1697 "serde", 1698 "winreg", 1699] 1700 1701[[package]] 1702name = "subtle" 1703version = "2.6.1" 1704source = "registry+https://github.com/rust-lang/crates.io-index" 1705checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 1706 1707[[package]] 1708name = "sudo" 1709version = "0.6.0" 1710source = "registry+https://github.com/rust-lang/crates.io-index" 1711checksum = "88bd84d4c082e18e37fef52c0088e4407dabcef19d23a607fb4b5ee03b7d5b83" 1712dependencies = [ 1713 "libc", 1714 "log", 1715] 1716 1717[[package]] 1718name = "syn" 1719version = "2.0.91" 1720source = "registry+https://github.com/rust-lang/crates.io-index" 1721checksum = "d53cbcb5a243bd33b7858b1d7f4aca2153490815872d86d955d6ea29f743c035" 1722dependencies = [ 1723 "proc-macro2", 1724 "quote", 1725 "unicode-ident", 1726] 1727 1728[[package]] 1729name = "sync_wrapper" 1730version = "1.0.2" 1731source = "registry+https://github.com/rust-lang/crates.io-index" 1732checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 1733dependencies = [ 1734 "futures-core", 1735] 1736 1737[[package]] 1738name = "synstructure" 1739version = "0.13.1" 1740source = "registry+https://github.com/rust-lang/crates.io-index" 1741checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 1742dependencies = [ 1743 "proc-macro2", 1744 "quote", 1745 "syn", 1746] 1747 1748[[package]] 1749name = "sysinfo" 1750version = "0.33.0" 1751source = "registry+https://github.com/rust-lang/crates.io-index" 1752checksum = "948512566b1895f93b1592c7574baeb2de842f224f2aab158799ecadb8ebbb46" 1753dependencies = [ 1754 "core-foundation-sys", 1755 "libc", 1756 "memchr", 1757 "ntapi", 1758 "rayon", 1759 "windows", 1760] 1761 1762[[package]] 1763name = "system-configuration" 1764version = "0.6.1" 1765source = "registry+https://github.com/rust-lang/crates.io-index" 1766checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 1767dependencies = [ 1768 "bitflags 2.6.0", 1769 "core-foundation", 1770 "system-configuration-sys", 1771] 1772 1773[[package]] 1774name = "system-configuration-sys" 1775version = "0.6.0" 1776source = "registry+https://github.com/rust-lang/crates.io-index" 1777checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 1778dependencies = [ 1779 "core-foundation-sys", 1780 "libc", 1781] 1782 1783[[package]] 1784name = "tempfile" 1785version = "3.14.0" 1786source = "registry+https://github.com/rust-lang/crates.io-index" 1787checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" 1788dependencies = [ 1789 "cfg-if", 1790 "fastrand", 1791 "once_cell", 1792 "rustix", 1793 "windows-sys 0.59.0", 1794] 1795 1796[[package]] 1797name = "thiserror" 1798version = "1.0.69" 1799source = "registry+https://github.com/rust-lang/crates.io-index" 1800checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 1801dependencies = [ 1802 "thiserror-impl 1.0.69", 1803] 1804 1805[[package]] 1806name = "thiserror" 1807version = "2.0.9" 1808source = "registry+https://github.com/rust-lang/crates.io-index" 1809checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" 1810dependencies = [ 1811 "thiserror-impl 2.0.9", 1812] 1813 1814[[package]] 1815name = "thiserror-impl" 1816version = "1.0.69" 1817source = "registry+https://github.com/rust-lang/crates.io-index" 1818checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 1819dependencies = [ 1820 "proc-macro2", 1821 "quote", 1822 "syn", 1823] 1824 1825[[package]] 1826name = "thiserror-impl" 1827version = "2.0.9" 1828source = "registry+https://github.com/rust-lang/crates.io-index" 1829checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" 1830dependencies = [ 1831 "proc-macro2", 1832 "quote", 1833 "syn", 1834] 1835 1836[[package]] 1837name = "tinystr" 1838version = "0.7.6" 1839source = "registry+https://github.com/rust-lang/crates.io-index" 1840checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 1841dependencies = [ 1842 "displaydoc", 1843 "zerovec", 1844] 1845 1846[[package]] 1847name = "tokio" 1848version = "1.42.0" 1849source = "registry+https://github.com/rust-lang/crates.io-index" 1850checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" 1851dependencies = [ 1852 "backtrace", 1853 "bytes", 1854 "libc", 1855 "mio 1.0.3", 1856 "pin-project-lite", 1857 "socket2", 1858 "tokio-macros", 1859 "windows-sys 0.52.0", 1860] 1861 1862[[package]] 1863name = "tokio-macros" 1864version = "2.4.0" 1865source = "registry+https://github.com/rust-lang/crates.io-index" 1866checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" 1867dependencies = [ 1868 "proc-macro2", 1869 "quote", 1870 "syn", 1871] 1872 1873[[package]] 1874name = "tokio-native-tls" 1875version = "0.3.1" 1876source = "registry+https://github.com/rust-lang/crates.io-index" 1877checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 1878dependencies = [ 1879 "native-tls", 1880 "tokio", 1881] 1882 1883[[package]] 1884name = "tokio-rustls" 1885version = "0.26.1" 1886source = "registry+https://github.com/rust-lang/crates.io-index" 1887checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37" 1888dependencies = [ 1889 "rustls", 1890 "tokio", 1891] 1892 1893[[package]] 1894name = "tokio-util" 1895version = "0.7.13" 1896source = "registry+https://github.com/rust-lang/crates.io-index" 1897checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" 1898dependencies = [ 1899 "bytes", 1900 "futures-core", 1901 "futures-sink", 1902 "pin-project-lite", 1903 "tokio", 1904] 1905 1906[[package]] 1907name = "tower-service" 1908version = "0.3.3" 1909source = "registry+https://github.com/rust-lang/crates.io-index" 1910checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 1911 1912[[package]] 1913name = "tracing" 1914version = "0.1.41" 1915source = "registry+https://github.com/rust-lang/crates.io-index" 1916checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 1917dependencies = [ 1918 "pin-project-lite", 1919 "tracing-core", 1920] 1921 1922[[package]] 1923name = "tracing-core" 1924version = "0.1.33" 1925source = "registry+https://github.com/rust-lang/crates.io-index" 1926checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" 1927dependencies = [ 1928 "once_cell", 1929] 1930 1931[[package]] 1932name = "try-lock" 1933version = "0.2.5" 1934source = "registry+https://github.com/rust-lang/crates.io-index" 1935checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 1936 1937[[package]] 1938name = "typenum" 1939version = "1.17.0" 1940source = "registry+https://github.com/rust-lang/crates.io-index" 1941checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 1942 1943[[package]] 1944name = "ucd-trie" 1945version = "0.1.7" 1946source = "registry+https://github.com/rust-lang/crates.io-index" 1947checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" 1948 1949[[package]] 1950name = "unicode-ident" 1951version = "1.0.14" 1952source = "registry+https://github.com/rust-lang/crates.io-index" 1953checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" 1954 1955[[package]] 1956name = "untrusted" 1957version = "0.9.0" 1958source = "registry+https://github.com/rust-lang/crates.io-index" 1959checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 1960 1961[[package]] 1962name = "url" 1963version = "2.5.4" 1964source = "registry+https://github.com/rust-lang/crates.io-index" 1965checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 1966dependencies = [ 1967 "form_urlencoded", 1968 "idna", 1969 "percent-encoding", 1970] 1971 1972[[package]] 1973name = "utf16_iter" 1974version = "1.0.5" 1975source = "registry+https://github.com/rust-lang/crates.io-index" 1976checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 1977 1978[[package]] 1979name = "utf8_iter" 1980version = "1.0.4" 1981source = "registry+https://github.com/rust-lang/crates.io-index" 1982checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 1983 1984[[package]] 1985name = "value-bag" 1986version = "1.10.0" 1987source = "registry+https://github.com/rust-lang/crates.io-index" 1988checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2" 1989 1990[[package]] 1991name = "vcpkg" 1992version = "0.2.15" 1993source = "registry+https://github.com/rust-lang/crates.io-index" 1994checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1995 1996[[package]] 1997name = "version_check" 1998version = "0.9.5" 1999source = "registry+https://github.com/rust-lang/crates.io-index" 2000checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 2001 2002[[package]] 2003name = "want" 2004version = "0.3.1" 2005source = "registry+https://github.com/rust-lang/crates.io-index" 2006checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 2007dependencies = [ 2008 "try-lock", 2009] 2010 2011[[package]] 2012name = "wasi" 2013version = "0.11.0+wasi-snapshot-preview1" 2014source = "registry+https://github.com/rust-lang/crates.io-index" 2015checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 2016 2017[[package]] 2018name = "wasm-bindgen" 2019version = "0.2.99" 2020source = "registry+https://github.com/rust-lang/crates.io-index" 2021checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396" 2022dependencies = [ 2023 "cfg-if", 2024 "once_cell", 2025 "wasm-bindgen-macro", 2026] 2027 2028[[package]] 2029name = "wasm-bindgen-backend" 2030version = "0.2.99" 2031source = "registry+https://github.com/rust-lang/crates.io-index" 2032checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79" 2033dependencies = [ 2034 "bumpalo", 2035 "log", 2036 "proc-macro2", 2037 "quote", 2038 "syn", 2039 "wasm-bindgen-shared", 2040] 2041 2042[[package]] 2043name = "wasm-bindgen-futures" 2044version = "0.4.49" 2045source = "registry+https://github.com/rust-lang/crates.io-index" 2046checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2" 2047dependencies = [ 2048 "cfg-if", 2049 "js-sys", 2050 "once_cell", 2051 "wasm-bindgen", 2052 "web-sys", 2053] 2054 2055[[package]] 2056name = "wasm-bindgen-macro" 2057version = "0.2.99" 2058source = "registry+https://github.com/rust-lang/crates.io-index" 2059checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe" 2060dependencies = [ 2061 "quote", 2062 "wasm-bindgen-macro-support", 2063] 2064 2065[[package]] 2066name = "wasm-bindgen-macro-support" 2067version = "0.2.99" 2068source = "registry+https://github.com/rust-lang/crates.io-index" 2069checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2" 2070dependencies = [ 2071 "proc-macro2", 2072 "quote", 2073 "syn", 2074 "wasm-bindgen-backend", 2075 "wasm-bindgen-shared", 2076] 2077 2078[[package]] 2079name = "wasm-bindgen-shared" 2080version = "0.2.99" 2081source = "registry+https://github.com/rust-lang/crates.io-index" 2082checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6" 2083 2084[[package]] 2085name = "web-sys" 2086version = "0.3.76" 2087source = "registry+https://github.com/rust-lang/crates.io-index" 2088checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc" 2089dependencies = [ 2090 "js-sys", 2091 "wasm-bindgen", 2092] 2093 2094[[package]] 2095name = "webfishing_macos_installer" 2096version = "0.1.0" 2097dependencies = [ 2098 "asky", 2099 "async-std", 2100 "godot_pck", 2101 "patch-apply", 2102 "reqwest", 2103 "serde", 2104 "serde_derive", 2105 "serde_json", 2106 "steamlocate", 2107 "sudo", 2108 "sysinfo", 2109 "tokio", 2110] 2111 2112[[package]] 2113name = "winapi" 2114version = "0.3.9" 2115source = "registry+https://github.com/rust-lang/crates.io-index" 2116checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2117dependencies = [ 2118 "winapi-i686-pc-windows-gnu", 2119 "winapi-x86_64-pc-windows-gnu", 2120] 2121 2122[[package]] 2123name = "winapi-i686-pc-windows-gnu" 2124version = "0.4.0" 2125source = "registry+https://github.com/rust-lang/crates.io-index" 2126checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2127 2128[[package]] 2129name = "winapi-x86_64-pc-windows-gnu" 2130version = "0.4.0" 2131source = "registry+https://github.com/rust-lang/crates.io-index" 2132checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2133 2134[[package]] 2135name = "windows" 2136version = "0.57.0" 2137source = "registry+https://github.com/rust-lang/crates.io-index" 2138checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143" 2139dependencies = [ 2140 "windows-core 0.57.0", 2141 "windows-targets 0.52.6", 2142] 2143 2144[[package]] 2145name = "windows-core" 2146version = "0.52.0" 2147source = "registry+https://github.com/rust-lang/crates.io-index" 2148checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 2149dependencies = [ 2150 "windows-targets 0.52.6", 2151] 2152 2153[[package]] 2154name = "windows-core" 2155version = "0.57.0" 2156source = "registry+https://github.com/rust-lang/crates.io-index" 2157checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d" 2158dependencies = [ 2159 "windows-implement", 2160 "windows-interface", 2161 "windows-result 0.1.2", 2162 "windows-targets 0.52.6", 2163] 2164 2165[[package]] 2166name = "windows-implement" 2167version = "0.57.0" 2168source = "registry+https://github.com/rust-lang/crates.io-index" 2169checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7" 2170dependencies = [ 2171 "proc-macro2", 2172 "quote", 2173 "syn", 2174] 2175 2176[[package]] 2177name = "windows-interface" 2178version = "0.57.0" 2179source = "registry+https://github.com/rust-lang/crates.io-index" 2180checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7" 2181dependencies = [ 2182 "proc-macro2", 2183 "quote", 2184 "syn", 2185] 2186 2187[[package]] 2188name = "windows-registry" 2189version = "0.2.0" 2190source = "registry+https://github.com/rust-lang/crates.io-index" 2191checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" 2192dependencies = [ 2193 "windows-result 0.2.0", 2194 "windows-strings", 2195 "windows-targets 0.52.6", 2196] 2197 2198[[package]] 2199name = "windows-result" 2200version = "0.1.2" 2201source = "registry+https://github.com/rust-lang/crates.io-index" 2202checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" 2203dependencies = [ 2204 "windows-targets 0.52.6", 2205] 2206 2207[[package]] 2208name = "windows-result" 2209version = "0.2.0" 2210source = "registry+https://github.com/rust-lang/crates.io-index" 2211checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" 2212dependencies = [ 2213 "windows-targets 0.52.6", 2214] 2215 2216[[package]] 2217name = "windows-strings" 2218version = "0.1.0" 2219source = "registry+https://github.com/rust-lang/crates.io-index" 2220checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" 2221dependencies = [ 2222 "windows-result 0.2.0", 2223 "windows-targets 0.52.6", 2224] 2225 2226[[package]] 2227name = "windows-sys" 2228version = "0.48.0" 2229source = "registry+https://github.com/rust-lang/crates.io-index" 2230checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 2231dependencies = [ 2232 "windows-targets 0.48.5", 2233] 2234 2235[[package]] 2236name = "windows-sys" 2237version = "0.52.0" 2238source = "registry+https://github.com/rust-lang/crates.io-index" 2239checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2240dependencies = [ 2241 "windows-targets 0.52.6", 2242] 2243 2244[[package]] 2245name = "windows-sys" 2246version = "0.59.0" 2247source = "registry+https://github.com/rust-lang/crates.io-index" 2248checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 2249dependencies = [ 2250 "windows-targets 0.52.6", 2251] 2252 2253[[package]] 2254name = "windows-targets" 2255version = "0.48.5" 2256source = "registry+https://github.com/rust-lang/crates.io-index" 2257checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 2258dependencies = [ 2259 "windows_aarch64_gnullvm 0.48.5", 2260 "windows_aarch64_msvc 0.48.5", 2261 "windows_i686_gnu 0.48.5", 2262 "windows_i686_msvc 0.48.5", 2263 "windows_x86_64_gnu 0.48.5", 2264 "windows_x86_64_gnullvm 0.48.5", 2265 "windows_x86_64_msvc 0.48.5", 2266] 2267 2268[[package]] 2269name = "windows-targets" 2270version = "0.52.6" 2271source = "registry+https://github.com/rust-lang/crates.io-index" 2272checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 2273dependencies = [ 2274 "windows_aarch64_gnullvm 0.52.6", 2275 "windows_aarch64_msvc 0.52.6", 2276 "windows_i686_gnu 0.52.6", 2277 "windows_i686_gnullvm", 2278 "windows_i686_msvc 0.52.6", 2279 "windows_x86_64_gnu 0.52.6", 2280 "windows_x86_64_gnullvm 0.52.6", 2281 "windows_x86_64_msvc 0.52.6", 2282] 2283 2284[[package]] 2285name = "windows_aarch64_gnullvm" 2286version = "0.48.5" 2287source = "registry+https://github.com/rust-lang/crates.io-index" 2288checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 2289 2290[[package]] 2291name = "windows_aarch64_gnullvm" 2292version = "0.52.6" 2293source = "registry+https://github.com/rust-lang/crates.io-index" 2294checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 2295 2296[[package]] 2297name = "windows_aarch64_msvc" 2298version = "0.48.5" 2299source = "registry+https://github.com/rust-lang/crates.io-index" 2300checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 2301 2302[[package]] 2303name = "windows_aarch64_msvc" 2304version = "0.52.6" 2305source = "registry+https://github.com/rust-lang/crates.io-index" 2306checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 2307 2308[[package]] 2309name = "windows_i686_gnu" 2310version = "0.48.5" 2311source = "registry+https://github.com/rust-lang/crates.io-index" 2312checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 2313 2314[[package]] 2315name = "windows_i686_gnu" 2316version = "0.52.6" 2317source = "registry+https://github.com/rust-lang/crates.io-index" 2318checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 2319 2320[[package]] 2321name = "windows_i686_gnullvm" 2322version = "0.52.6" 2323source = "registry+https://github.com/rust-lang/crates.io-index" 2324checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 2325 2326[[package]] 2327name = "windows_i686_msvc" 2328version = "0.48.5" 2329source = "registry+https://github.com/rust-lang/crates.io-index" 2330checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 2331 2332[[package]] 2333name = "windows_i686_msvc" 2334version = "0.52.6" 2335source = "registry+https://github.com/rust-lang/crates.io-index" 2336checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2337 2338[[package]] 2339name = "windows_x86_64_gnu" 2340version = "0.48.5" 2341source = "registry+https://github.com/rust-lang/crates.io-index" 2342checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 2343 2344[[package]] 2345name = "windows_x86_64_gnu" 2346version = "0.52.6" 2347source = "registry+https://github.com/rust-lang/crates.io-index" 2348checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 2349 2350[[package]] 2351name = "windows_x86_64_gnullvm" 2352version = "0.48.5" 2353source = "registry+https://github.com/rust-lang/crates.io-index" 2354checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 2355 2356[[package]] 2357name = "windows_x86_64_gnullvm" 2358version = "0.52.6" 2359source = "registry+https://github.com/rust-lang/crates.io-index" 2360checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 2361 2362[[package]] 2363name = "windows_x86_64_msvc" 2364version = "0.48.5" 2365source = "registry+https://github.com/rust-lang/crates.io-index" 2366checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 2367 2368[[package]] 2369name = "windows_x86_64_msvc" 2370version = "0.52.6" 2371source = "registry+https://github.com/rust-lang/crates.io-index" 2372checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 2373 2374[[package]] 2375name = "winreg" 2376version = "0.52.0" 2377source = "registry+https://github.com/rust-lang/crates.io-index" 2378checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" 2379dependencies = [ 2380 "cfg-if", 2381 "windows-sys 0.48.0", 2382] 2383 2384[[package]] 2385name = "write16" 2386version = "1.0.0" 2387source = "registry+https://github.com/rust-lang/crates.io-index" 2388checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 2389 2390[[package]] 2391name = "writeable" 2392version = "0.5.5" 2393source = "registry+https://github.com/rust-lang/crates.io-index" 2394checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 2395 2396[[package]] 2397name = "yoke" 2398version = "0.7.5" 2399source = "registry+https://github.com/rust-lang/crates.io-index" 2400checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" 2401dependencies = [ 2402 "serde", 2403 "stable_deref_trait", 2404 "yoke-derive", 2405 "zerofrom", 2406] 2407 2408[[package]] 2409name = "yoke-derive" 2410version = "0.7.5" 2411source = "registry+https://github.com/rust-lang/crates.io-index" 2412checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" 2413dependencies = [ 2414 "proc-macro2", 2415 "quote", 2416 "syn", 2417 "synstructure", 2418] 2419 2420[[package]] 2421name = "zerofrom" 2422version = "0.1.5" 2423source = "registry+https://github.com/rust-lang/crates.io-index" 2424checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" 2425dependencies = [ 2426 "zerofrom-derive", 2427] 2428 2429[[package]] 2430name = "zerofrom-derive" 2431version = "0.1.5" 2432source = "registry+https://github.com/rust-lang/crates.io-index" 2433checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" 2434dependencies = [ 2435 "proc-macro2", 2436 "quote", 2437 "syn", 2438 "synstructure", 2439] 2440 2441[[package]] 2442name = "zeroize" 2443version = "1.8.1" 2444source = "registry+https://github.com/rust-lang/crates.io-index" 2445checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 2446 2447[[package]] 2448name = "zerovec" 2449version = "0.10.4" 2450source = "registry+https://github.com/rust-lang/crates.io-index" 2451checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 2452dependencies = [ 2453 "yoke", 2454 "zerofrom", 2455 "zerovec-derive", 2456] 2457 2458[[package]] 2459name = "zerovec-derive" 2460version = "0.10.3" 2461source = "registry+https://github.com/rust-lang/crates.io-index" 2462checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 2463dependencies = [ 2464 "proc-macro2", 2465 "quote", 2466 "syn", 2467]