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