P2P support library for the beaver compute environment
1
fork

Configure Feed

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

at main 4697 lines 115 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "acto" 7version = "0.8.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "148541f13c28e3e840354ee4d6c99046c10be2c81068bbd23b9e3a38f95a917e" 10dependencies = [ 11 "parking_lot", 12 "pin-project-lite", 13 "rustc_version", 14 "smol_str", 15 "sync_wrapper", 16 "tokio", 17 "tracing", 18] 19 20[[package]] 21name = "aho-corasick" 22version = "1.1.4" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 25dependencies = [ 26 "memchr", 27] 28 29[[package]] 30name = "allocator-api2" 31version = "0.2.21" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 34 35[[package]] 36name = "android_system_properties" 37version = "0.1.5" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 40dependencies = [ 41 "libc", 42] 43 44[[package]] 45name = "anstream" 46version = "0.6.21" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 49dependencies = [ 50 "anstyle", 51 "anstyle-parse", 52 "anstyle-query", 53 "anstyle-wincon", 54 "colorchoice", 55 "is_terminal_polyfill", 56 "utf8parse", 57] 58 59[[package]] 60name = "anstyle" 61version = "1.0.13" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 64 65[[package]] 66name = "anstyle-parse" 67version = "0.2.7" 68source = "registry+https://github.com/rust-lang/crates.io-index" 69checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 70dependencies = [ 71 "utf8parse", 72] 73 74[[package]] 75name = "anstyle-query" 76version = "1.1.5" 77source = "registry+https://github.com/rust-lang/crates.io-index" 78checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 79dependencies = [ 80 "windows-sys 0.61.2", 81] 82 83[[package]] 84name = "anstyle-wincon" 85version = "3.0.11" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 88dependencies = [ 89 "anstyle", 90 "once_cell_polyfill", 91 "windows-sys 0.61.2", 92] 93 94[[package]] 95name = "anyhow" 96version = "1.0.101" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" 99 100[[package]] 101name = "arrayref" 102version = "0.3.9" 103source = "registry+https://github.com/rust-lang/crates.io-index" 104checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" 105 106[[package]] 107name = "arrayvec" 108version = "0.7.6" 109source = "registry+https://github.com/rust-lang/crates.io-index" 110checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 111 112[[package]] 113name = "async-compat" 114version = "0.2.5" 115source = "registry+https://github.com/rust-lang/crates.io-index" 116checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590" 117dependencies = [ 118 "futures-core", 119 "futures-io", 120 "once_cell", 121 "pin-project-lite", 122 "tokio", 123] 124 125[[package]] 126name = "async-trait" 127version = "0.1.89" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 130dependencies = [ 131 "proc-macro2", 132 "quote", 133 "syn", 134] 135 136[[package]] 137name = "async_io_stream" 138version = "0.3.3" 139source = "registry+https://github.com/rust-lang/crates.io-index" 140checksum = "b6d7b9decdf35d8908a7e3ef02f64c5e9b1695e230154c0e8de3969142d9b94c" 141dependencies = [ 142 "futures", 143 "pharos", 144 "rustc_version", 145] 146 147[[package]] 148name = "atomic-polyfill" 149version = "1.0.3" 150source = "registry+https://github.com/rust-lang/crates.io-index" 151checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4" 152dependencies = [ 153 "critical-section", 154] 155 156[[package]] 157name = "atomic-waker" 158version = "1.1.2" 159source = "registry+https://github.com/rust-lang/crates.io-index" 160checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 161 162[[package]] 163name = "attohttpc" 164version = "0.30.1" 165source = "registry+https://github.com/rust-lang/crates.io-index" 166checksum = "16e2cdb6d5ed835199484bb92bb8b3edd526effe995c61732580439c1a67e2e9" 167dependencies = [ 168 "base64", 169 "http", 170 "log", 171 "url", 172] 173 174[[package]] 175name = "autocfg" 176version = "1.5.0" 177source = "registry+https://github.com/rust-lang/crates.io-index" 178checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 179 180[[package]] 181name = "aws-lc-rs" 182version = "1.16.0" 183source = "registry+https://github.com/rust-lang/crates.io-index" 184checksum = "d9a7b350e3bb1767102698302bc37256cbd48422809984b98d292c40e2579aa9" 185dependencies = [ 186 "aws-lc-sys", 187 "zeroize", 188] 189 190[[package]] 191name = "aws-lc-sys" 192version = "0.37.1" 193source = "registry+https://github.com/rust-lang/crates.io-index" 194checksum = "b092fe214090261288111db7a2b2c2118e5a7f30dc2569f1732c4069a6840549" 195dependencies = [ 196 "cc", 197 "cmake", 198 "dunce", 199 "fs_extra", 200] 201 202[[package]] 203name = "backon" 204version = "1.6.0" 205source = "registry+https://github.com/rust-lang/crates.io-index" 206checksum = "cffb0e931875b666fc4fcb20fee52e9bbd1ef836fd9e9e04ec21555f9f85f7ef" 207dependencies = [ 208 "fastrand", 209 "gloo-timers", 210 "tokio", 211] 212 213[[package]] 214name = "base32" 215version = "0.5.1" 216source = "registry+https://github.com/rust-lang/crates.io-index" 217checksum = "022dfe9eb35f19ebbcb51e0b40a5ab759f46ad60cadf7297e0bd085afb50e076" 218 219[[package]] 220name = "base64" 221version = "0.22.1" 222source = "registry+https://github.com/rust-lang/crates.io-index" 223checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 224 225[[package]] 226name = "base64ct" 227version = "1.8.3" 228source = "registry+https://github.com/rust-lang/crates.io-index" 229checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" 230 231[[package]] 232name = "bitflags" 233version = "2.11.0" 234source = "registry+https://github.com/rust-lang/crates.io-index" 235checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" 236 237[[package]] 238name = "blake3" 239version = "1.8.3" 240source = "registry+https://github.com/rust-lang/crates.io-index" 241checksum = "2468ef7d57b3fb7e16b576e8377cdbde2320c60e1491e961d11da40fc4f02a2d" 242dependencies = [ 243 "arrayref", 244 "arrayvec", 245 "cc", 246 "cfg-if", 247 "constant_time_eq", 248 "cpufeatures", 249] 250 251[[package]] 252name = "block-buffer" 253version = "0.11.0" 254source = "registry+https://github.com/rust-lang/crates.io-index" 255checksum = "96eb4cdd6cf1b31d671e9efe75c5d1ec614776856cefbe109ca373554a6d514f" 256dependencies = [ 257 "hybrid-array", 258] 259 260[[package]] 261name = "block2" 262version = "0.6.2" 263source = "registry+https://github.com/rust-lang/crates.io-index" 264checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" 265dependencies = [ 266 "objc2", 267] 268 269[[package]] 270name = "bumpalo" 271version = "3.20.1" 272source = "registry+https://github.com/rust-lang/crates.io-index" 273checksum = "5c6f81257d10a0f602a294ae4182251151ff97dbb504ef9afcdda4a64b24d9b4" 274 275[[package]] 276name = "byteorder" 277version = "1.5.0" 278source = "registry+https://github.com/rust-lang/crates.io-index" 279checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 280 281[[package]] 282name = "bytes" 283version = "1.11.1" 284source = "registry+https://github.com/rust-lang/crates.io-index" 285checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 286 287[[package]] 288name = "cc" 289version = "1.2.56" 290source = "registry+https://github.com/rust-lang/crates.io-index" 291checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2" 292dependencies = [ 293 "find-msvc-tools", 294 "jobserver", 295 "libc", 296 "shlex", 297] 298 299[[package]] 300name = "cesu8" 301version = "1.1.0" 302source = "registry+https://github.com/rust-lang/crates.io-index" 303checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 304 305[[package]] 306name = "cfg-if" 307version = "1.0.4" 308source = "registry+https://github.com/rust-lang/crates.io-index" 309checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 310 311[[package]] 312name = "cfg_aliases" 313version = "0.2.1" 314source = "registry+https://github.com/rust-lang/crates.io-index" 315checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 316 317[[package]] 318name = "chrono" 319version = "0.4.43" 320source = "registry+https://github.com/rust-lang/crates.io-index" 321checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" 322dependencies = [ 323 "iana-time-zone", 324 "num-traits", 325 "serde", 326 "windows-link", 327] 328 329[[package]] 330name = "clap" 331version = "4.5.59" 332source = "registry+https://github.com/rust-lang/crates.io-index" 333checksum = "c5caf74d17c3aec5495110c34cc3f78644bfa89af6c8993ed4de2790e49b6499" 334dependencies = [ 335 "clap_builder", 336 "clap_derive", 337] 338 339[[package]] 340name = "clap_builder" 341version = "4.5.59" 342source = "registry+https://github.com/rust-lang/crates.io-index" 343checksum = "370daa45065b80218950227371916a1633217ae42b2715b2287b606dcd618e24" 344dependencies = [ 345 "anstream", 346 "anstyle", 347 "clap_lex", 348 "strsim", 349] 350 351[[package]] 352name = "clap_derive" 353version = "4.5.55" 354source = "registry+https://github.com/rust-lang/crates.io-index" 355checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5" 356dependencies = [ 357 "heck", 358 "proc-macro2", 359 "quote", 360 "syn", 361] 362 363[[package]] 364name = "clap_lex" 365version = "1.0.0" 366source = "registry+https://github.com/rust-lang/crates.io-index" 367checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831" 368 369[[package]] 370name = "cmake" 371version = "0.1.57" 372source = "registry+https://github.com/rust-lang/crates.io-index" 373checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d" 374dependencies = [ 375 "cc", 376] 377 378[[package]] 379name = "cobs" 380version = "0.3.0" 381source = "registry+https://github.com/rust-lang/crates.io-index" 382checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1" 383dependencies = [ 384 "thiserror 2.0.18", 385] 386 387[[package]] 388name = "colorchoice" 389version = "1.0.4" 390source = "registry+https://github.com/rust-lang/crates.io-index" 391checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 392 393[[package]] 394name = "combine" 395version = "4.6.7" 396source = "registry+https://github.com/rust-lang/crates.io-index" 397checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 398dependencies = [ 399 "bytes", 400 "memchr", 401] 402 403[[package]] 404name = "const-oid" 405version = "0.10.2" 406source = "registry+https://github.com/rust-lang/crates.io-index" 407checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c" 408 409[[package]] 410name = "constant_time_eq" 411version = "0.4.2" 412source = "registry+https://github.com/rust-lang/crates.io-index" 413checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b" 414 415[[package]] 416name = "convert_case" 417version = "0.10.0" 418source = "registry+https://github.com/rust-lang/crates.io-index" 419checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" 420dependencies = [ 421 "unicode-segmentation", 422] 423 424[[package]] 425name = "cordyceps" 426version = "0.3.4" 427source = "registry+https://github.com/rust-lang/crates.io-index" 428checksum = "688d7fbb8092b8de775ef2536f36c8c31f2bc4006ece2e8d8ad2d17d00ce0a2a" 429dependencies = [ 430 "loom", 431 "tracing", 432] 433 434[[package]] 435name = "core-foundation" 436version = "0.10.1" 437source = "registry+https://github.com/rust-lang/crates.io-index" 438checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 439dependencies = [ 440 "core-foundation-sys", 441 "libc", 442] 443 444[[package]] 445name = "core-foundation-sys" 446version = "0.8.7" 447source = "registry+https://github.com/rust-lang/crates.io-index" 448checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 449 450[[package]] 451name = "cpufeatures" 452version = "0.2.17" 453source = "registry+https://github.com/rust-lang/crates.io-index" 454checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 455dependencies = [ 456 "libc", 457] 458 459[[package]] 460name = "critical-section" 461version = "1.2.0" 462source = "registry+https://github.com/rust-lang/crates.io-index" 463checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" 464 465[[package]] 466name = "crossbeam-channel" 467version = "0.5.15" 468source = "registry+https://github.com/rust-lang/crates.io-index" 469checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 470dependencies = [ 471 "crossbeam-utils", 472] 473 474[[package]] 475name = "crossbeam-epoch" 476version = "0.9.18" 477source = "registry+https://github.com/rust-lang/crates.io-index" 478checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 479dependencies = [ 480 "crossbeam-utils", 481] 482 483[[package]] 484name = "crossbeam-utils" 485version = "0.8.21" 486source = "registry+https://github.com/rust-lang/crates.io-index" 487checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 488 489[[package]] 490name = "crypto-common" 491version = "0.2.0" 492source = "registry+https://github.com/rust-lang/crates.io-index" 493checksum = "211f05e03c7d03754740fd9e585de910a095d6b99f8bcfffdef8319fa02a8331" 494dependencies = [ 495 "hybrid-array", 496] 497 498[[package]] 499name = "curve25519-dalek" 500version = "5.0.0-pre.1" 501source = "registry+https://github.com/rust-lang/crates.io-index" 502checksum = "6f9200d1d13637f15a6acb71e758f64624048d85b31a5fdbfd8eca1e2687d0b7" 503dependencies = [ 504 "cfg-if", 505 "cpufeatures", 506 "curve25519-dalek-derive", 507 "digest", 508 "fiat-crypto", 509 "rand_core 0.9.5", 510 "rustc_version", 511 "serde", 512 "subtle", 513 "zeroize", 514] 515 516[[package]] 517name = "curve25519-dalek-derive" 518version = "0.1.1" 519source = "registry+https://github.com/rust-lang/crates.io-index" 520checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" 521dependencies = [ 522 "proc-macro2", 523 "quote", 524 "syn", 525] 526 527[[package]] 528name = "darling" 529version = "0.20.11" 530source = "registry+https://github.com/rust-lang/crates.io-index" 531checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" 532dependencies = [ 533 "darling_core", 534 "darling_macro", 535] 536 537[[package]] 538name = "darling_core" 539version = "0.20.11" 540source = "registry+https://github.com/rust-lang/crates.io-index" 541checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" 542dependencies = [ 543 "fnv", 544 "ident_case", 545 "proc-macro2", 546 "quote", 547 "strsim", 548 "syn", 549] 550 551[[package]] 552name = "darling_macro" 553version = "0.20.11" 554source = "registry+https://github.com/rust-lang/crates.io-index" 555checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" 556dependencies = [ 557 "darling_core", 558 "quote", 559 "syn", 560] 561 562[[package]] 563name = "data-encoding" 564version = "2.10.0" 565source = "registry+https://github.com/rust-lang/crates.io-index" 566checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea" 567 568[[package]] 569name = "der" 570version = "0.8.0" 571source = "registry+https://github.com/rust-lang/crates.io-index" 572checksum = "71fd89660b2dc699704064e59e9dba0147b903e85319429e131620d022be411b" 573dependencies = [ 574 "const-oid", 575 "pem-rfc7468", 576 "zeroize", 577] 578 579[[package]] 580name = "deranged" 581version = "0.5.6" 582source = "registry+https://github.com/rust-lang/crates.io-index" 583checksum = "cc3dc5ad92c2e2d1c193bbbbdf2ea477cb81331de4f3103f267ca18368b988c4" 584dependencies = [ 585 "powerfmt", 586] 587 588[[package]] 589name = "derive_builder" 590version = "0.20.2" 591source = "registry+https://github.com/rust-lang/crates.io-index" 592checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" 593dependencies = [ 594 "derive_builder_macro", 595] 596 597[[package]] 598name = "derive_builder_core" 599version = "0.20.2" 600source = "registry+https://github.com/rust-lang/crates.io-index" 601checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" 602dependencies = [ 603 "darling", 604 "proc-macro2", 605 "quote", 606 "syn", 607] 608 609[[package]] 610name = "derive_builder_macro" 611version = "0.20.2" 612source = "registry+https://github.com/rust-lang/crates.io-index" 613checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" 614dependencies = [ 615 "derive_builder_core", 616 "syn", 617] 618 619[[package]] 620name = "derive_more" 621version = "2.1.1" 622source = "registry+https://github.com/rust-lang/crates.io-index" 623checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" 624dependencies = [ 625 "derive_more-impl", 626] 627 628[[package]] 629name = "derive_more-impl" 630version = "2.1.1" 631source = "registry+https://github.com/rust-lang/crates.io-index" 632checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" 633dependencies = [ 634 "convert_case", 635 "proc-macro2", 636 "quote", 637 "rustc_version", 638 "syn", 639 "unicode-xid", 640] 641 642[[package]] 643name = "diatomic-waker" 644version = "0.2.3" 645source = "registry+https://github.com/rust-lang/crates.io-index" 646checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c" 647 648[[package]] 649name = "digest" 650version = "0.11.0-rc.10" 651source = "registry+https://github.com/rust-lang/crates.io-index" 652checksum = "afa94b64bfc6549e6e4b5a3216f22593224174083da7a90db47e951c4fb31725" 653dependencies = [ 654 "block-buffer", 655 "const-oid", 656 "crypto-common", 657] 658 659[[package]] 660name = "dispatch2" 661version = "0.3.0" 662source = "registry+https://github.com/rust-lang/crates.io-index" 663checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec" 664dependencies = [ 665 "bitflags", 666 "block2", 667 "libc", 668 "objc2", 669] 670 671[[package]] 672name = "displaydoc" 673version = "0.2.5" 674source = "registry+https://github.com/rust-lang/crates.io-index" 675checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 676dependencies = [ 677 "proc-macro2", 678 "quote", 679 "syn", 680] 681 682[[package]] 683name = "dlopen2" 684version = "0.5.0" 685source = "registry+https://github.com/rust-lang/crates.io-index" 686checksum = "09b4f5f101177ff01b8ec4ecc81eead416a8aa42819a2869311b3420fa114ffa" 687dependencies = [ 688 "libc", 689 "once_cell", 690 "winapi", 691] 692 693[[package]] 694name = "document-features" 695version = "0.2.12" 696source = "registry+https://github.com/rust-lang/crates.io-index" 697checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" 698dependencies = [ 699 "litrs", 700] 701 702[[package]] 703name = "dunce" 704version = "1.0.5" 705source = "registry+https://github.com/rust-lang/crates.io-index" 706checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 707 708[[package]] 709name = "dyn-clone" 710version = "1.0.20" 711source = "registry+https://github.com/rust-lang/crates.io-index" 712checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" 713 714[[package]] 715name = "ed25519" 716version = "3.0.0-rc.4" 717source = "registry+https://github.com/rust-lang/crates.io-index" 718checksum = "c6e914c7c52decb085cea910552e24c63ac019e3ab8bf001ff736da9a9d9d890" 719dependencies = [ 720 "pkcs8", 721 "serde", 722 "signature", 723] 724 725[[package]] 726name = "ed25519-dalek" 727version = "3.0.0-pre.1" 728source = "registry+https://github.com/rust-lang/crates.io-index" 729checksum = "ad207ed88a133091f83224265eac21109930db09bedcad05d5252f2af2de20a1" 730dependencies = [ 731 "curve25519-dalek", 732 "ed25519", 733 "rand_core 0.9.5", 734 "serde", 735 "sha2", 736 "signature", 737 "subtle", 738 "zeroize", 739] 740 741[[package]] 742name = "either" 743version = "1.15.0" 744source = "registry+https://github.com/rust-lang/crates.io-index" 745checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 746 747[[package]] 748name = "embedded-io" 749version = "0.4.0" 750source = "registry+https://github.com/rust-lang/crates.io-index" 751checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced" 752 753[[package]] 754name = "embedded-io" 755version = "0.6.1" 756source = "registry+https://github.com/rust-lang/crates.io-index" 757checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" 758 759[[package]] 760name = "enum-as-inner" 761version = "0.6.1" 762source = "registry+https://github.com/rust-lang/crates.io-index" 763checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" 764dependencies = [ 765 "heck", 766 "proc-macro2", 767 "quote", 768 "syn", 769] 770 771[[package]] 772name = "enum-assoc" 773version = "1.3.0" 774source = "registry+https://github.com/rust-lang/crates.io-index" 775checksum = "3ed8956bd5c1f0415200516e78ff07ec9e16415ade83c056c230d7b7ea0d55b7" 776dependencies = [ 777 "proc-macro2", 778 "quote", 779 "syn", 780] 781 782[[package]] 783name = "env_filter" 784version = "1.0.0" 785source = "registry+https://github.com/rust-lang/crates.io-index" 786checksum = "7a1c3cc8e57274ec99de65301228b537f1e4eedc1b8e0f9411c6caac8ae7308f" 787dependencies = [ 788 "log", 789 "regex", 790] 791 792[[package]] 793name = "env_logger" 794version = "0.11.9" 795source = "registry+https://github.com/rust-lang/crates.io-index" 796checksum = "b2daee4ea451f429a58296525ddf28b45a3b64f1acf6587e2067437bb11e218d" 797dependencies = [ 798 "anstream", 799 "anstyle", 800 "env_filter", 801 "jiff", 802 "log", 803] 804 805[[package]] 806name = "equivalent" 807version = "1.0.2" 808source = "registry+https://github.com/rust-lang/crates.io-index" 809checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 810 811[[package]] 812name = "errno" 813version = "0.3.14" 814source = "registry+https://github.com/rust-lang/crates.io-index" 815checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 816dependencies = [ 817 "libc", 818 "windows-sys 0.61.2", 819] 820 821[[package]] 822name = "fastbloom" 823version = "0.14.1" 824source = "registry+https://github.com/rust-lang/crates.io-index" 825checksum = "4e7f34442dbe69c60fe8eaf58a8cafff81a1f278816d8ab4db255b3bef4ac3c4" 826dependencies = [ 827 "getrandom 0.3.4", 828 "libm", 829 "rand 0.9.2", 830 "siphasher", 831] 832 833[[package]] 834name = "fastrand" 835version = "2.3.0" 836source = "registry+https://github.com/rust-lang/crates.io-index" 837checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 838 839[[package]] 840name = "fiat-crypto" 841version = "0.3.0" 842source = "registry+https://github.com/rust-lang/crates.io-index" 843checksum = "64cd1e32ddd350061ae6edb1b082d7c54915b5c672c389143b9a63403a109f24" 844 845[[package]] 846name = "find-msvc-tools" 847version = "0.1.9" 848source = "registry+https://github.com/rust-lang/crates.io-index" 849checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 850 851[[package]] 852name = "fnv" 853version = "1.0.7" 854source = "registry+https://github.com/rust-lang/crates.io-index" 855checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 856 857[[package]] 858name = "foldhash" 859version = "0.1.5" 860source = "registry+https://github.com/rust-lang/crates.io-index" 861checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 862 863[[package]] 864name = "foldhash" 865version = "0.2.0" 866source = "registry+https://github.com/rust-lang/crates.io-index" 867checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 868 869[[package]] 870name = "form_urlencoded" 871version = "1.2.2" 872source = "registry+https://github.com/rust-lang/crates.io-index" 873checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 874dependencies = [ 875 "percent-encoding", 876] 877 878[[package]] 879name = "fs_extra" 880version = "1.3.0" 881source = "registry+https://github.com/rust-lang/crates.io-index" 882checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 883 884[[package]] 885name = "futures" 886version = "0.3.32" 887source = "registry+https://github.com/rust-lang/crates.io-index" 888checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" 889dependencies = [ 890 "futures-channel", 891 "futures-core", 892 "futures-executor", 893 "futures-io", 894 "futures-sink", 895 "futures-task", 896 "futures-util", 897] 898 899[[package]] 900name = "futures-buffered" 901version = "0.2.13" 902source = "registry+https://github.com/rust-lang/crates.io-index" 903checksum = "4421cb78ee172b6b06080093479d3c50f058e7c81b7d577bbb8d118d551d4cd5" 904dependencies = [ 905 "cordyceps", 906 "diatomic-waker", 907 "futures-core", 908 "pin-project-lite", 909 "spin 0.10.0", 910] 911 912[[package]] 913name = "futures-channel" 914version = "0.3.32" 915source = "registry+https://github.com/rust-lang/crates.io-index" 916checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" 917dependencies = [ 918 "futures-core", 919 "futures-sink", 920] 921 922[[package]] 923name = "futures-core" 924version = "0.3.32" 925source = "registry+https://github.com/rust-lang/crates.io-index" 926checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 927 928[[package]] 929name = "futures-executor" 930version = "0.3.32" 931source = "registry+https://github.com/rust-lang/crates.io-index" 932checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" 933dependencies = [ 934 "futures-core", 935 "futures-task", 936 "futures-util", 937] 938 939[[package]] 940name = "futures-io" 941version = "0.3.32" 942source = "registry+https://github.com/rust-lang/crates.io-index" 943checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" 944 945[[package]] 946name = "futures-lite" 947version = "2.6.1" 948source = "registry+https://github.com/rust-lang/crates.io-index" 949checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" 950dependencies = [ 951 "fastrand", 952 "futures-core", 953 "futures-io", 954 "parking", 955 "pin-project-lite", 956] 957 958[[package]] 959name = "futures-macro" 960version = "0.3.32" 961source = "registry+https://github.com/rust-lang/crates.io-index" 962checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" 963dependencies = [ 964 "proc-macro2", 965 "quote", 966 "syn", 967] 968 969[[package]] 970name = "futures-sink" 971version = "0.3.32" 972source = "registry+https://github.com/rust-lang/crates.io-index" 973checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" 974 975[[package]] 976name = "futures-task" 977version = "0.3.32" 978source = "registry+https://github.com/rust-lang/crates.io-index" 979checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 980 981[[package]] 982name = "futures-util" 983version = "0.3.32" 984source = "registry+https://github.com/rust-lang/crates.io-index" 985checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 986dependencies = [ 987 "futures-channel", 988 "futures-core", 989 "futures-io", 990 "futures-macro", 991 "futures-sink", 992 "futures-task", 993 "memchr", 994 "pin-project-lite", 995 "slab", 996] 997 998[[package]] 999name = "generator" 1000version = "0.8.8" 1001source = "registry+https://github.com/rust-lang/crates.io-index" 1002checksum = "52f04ae4152da20c76fe800fa48659201d5cf627c5149ca0b707b69d7eef6cf9" 1003dependencies = [ 1004 "cc", 1005 "cfg-if", 1006 "libc", 1007 "log", 1008 "rustversion", 1009 "windows-link", 1010 "windows-result", 1011] 1012 1013[[package]] 1014name = "getrandom" 1015version = "0.2.17" 1016source = "registry+https://github.com/rust-lang/crates.io-index" 1017checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 1018dependencies = [ 1019 "cfg-if", 1020 "js-sys", 1021 "libc", 1022 "wasi", 1023 "wasm-bindgen", 1024] 1025 1026[[package]] 1027name = "getrandom" 1028version = "0.3.4" 1029source = "registry+https://github.com/rust-lang/crates.io-index" 1030checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 1031dependencies = [ 1032 "cfg-if", 1033 "js-sys", 1034 "libc", 1035 "r-efi", 1036 "wasip2", 1037 "wasm-bindgen", 1038] 1039 1040[[package]] 1041name = "getrandom" 1042version = "0.4.1" 1043source = "registry+https://github.com/rust-lang/crates.io-index" 1044checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec" 1045dependencies = [ 1046 "cfg-if", 1047 "js-sys", 1048 "libc", 1049 "r-efi", 1050 "wasip2", 1051 "wasip3", 1052 "wasm-bindgen", 1053] 1054 1055[[package]] 1056name = "gloo-timers" 1057version = "0.3.0" 1058source = "registry+https://github.com/rust-lang/crates.io-index" 1059checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994" 1060dependencies = [ 1061 "futures-channel", 1062 "futures-core", 1063 "js-sys", 1064 "wasm-bindgen", 1065] 1066 1067[[package]] 1068name = "h2" 1069version = "0.4.13" 1070source = "registry+https://github.com/rust-lang/crates.io-index" 1071checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" 1072dependencies = [ 1073 "atomic-waker", 1074 "bytes", 1075 "fnv", 1076 "futures-core", 1077 "futures-sink", 1078 "http", 1079 "indexmap", 1080 "slab", 1081 "tokio", 1082 "tokio-util", 1083 "tracing", 1084] 1085 1086[[package]] 1087name = "hash32" 1088version = "0.2.1" 1089source = "registry+https://github.com/rust-lang/crates.io-index" 1090checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67" 1091dependencies = [ 1092 "byteorder", 1093] 1094 1095[[package]] 1096name = "hashbrown" 1097version = "0.15.5" 1098source = "registry+https://github.com/rust-lang/crates.io-index" 1099checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 1100dependencies = [ 1101 "foldhash 0.1.5", 1102] 1103 1104[[package]] 1105name = "hashbrown" 1106version = "0.16.1" 1107source = "registry+https://github.com/rust-lang/crates.io-index" 1108checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 1109dependencies = [ 1110 "allocator-api2", 1111 "equivalent", 1112 "foldhash 0.2.0", 1113] 1114 1115[[package]] 1116name = "heapless" 1117version = "0.7.17" 1118source = "registry+https://github.com/rust-lang/crates.io-index" 1119checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f" 1120dependencies = [ 1121 "atomic-polyfill", 1122 "hash32", 1123 "rustc_version", 1124 "serde", 1125 "spin 0.9.8", 1126 "stable_deref_trait", 1127] 1128 1129[[package]] 1130name = "heck" 1131version = "0.5.0" 1132source = "registry+https://github.com/rust-lang/crates.io-index" 1133checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1134 1135[[package]] 1136name = "hickory-proto" 1137version = "0.25.2" 1138source = "registry+https://github.com/rust-lang/crates.io-index" 1139checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502" 1140dependencies = [ 1141 "async-trait", 1142 "bytes", 1143 "cfg-if", 1144 "data-encoding", 1145 "enum-as-inner", 1146 "futures-channel", 1147 "futures-io", 1148 "futures-util", 1149 "h2", 1150 "http", 1151 "idna", 1152 "ipnet", 1153 "once_cell", 1154 "rand 0.9.2", 1155 "ring", 1156 "rustls", 1157 "thiserror 2.0.18", 1158 "tinyvec", 1159 "tokio", 1160 "tokio-rustls", 1161 "tracing", 1162 "url", 1163] 1164 1165[[package]] 1166name = "hickory-resolver" 1167version = "0.25.2" 1168source = "registry+https://github.com/rust-lang/crates.io-index" 1169checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a" 1170dependencies = [ 1171 "cfg-if", 1172 "futures-util", 1173 "hickory-proto", 1174 "ipconfig", 1175 "moka", 1176 "once_cell", 1177 "parking_lot", 1178 "rand 0.9.2", 1179 "resolv-conf", 1180 "rustls", 1181 "smallvec", 1182 "thiserror 2.0.18", 1183 "tokio", 1184 "tokio-rustls", 1185 "tracing", 1186] 1187 1188[[package]] 1189name = "http" 1190version = "1.4.0" 1191source = "registry+https://github.com/rust-lang/crates.io-index" 1192checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" 1193dependencies = [ 1194 "bytes", 1195 "itoa", 1196] 1197 1198[[package]] 1199name = "http-body" 1200version = "1.0.1" 1201source = "registry+https://github.com/rust-lang/crates.io-index" 1202checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1203dependencies = [ 1204 "bytes", 1205 "http", 1206] 1207 1208[[package]] 1209name = "http-body-util" 1210version = "0.1.3" 1211source = "registry+https://github.com/rust-lang/crates.io-index" 1212checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 1213dependencies = [ 1214 "bytes", 1215 "futures-core", 1216 "http", 1217 "http-body", 1218 "pin-project-lite", 1219] 1220 1221[[package]] 1222name = "httparse" 1223version = "1.10.1" 1224source = "registry+https://github.com/rust-lang/crates.io-index" 1225checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 1226 1227[[package]] 1228name = "httpdate" 1229version = "1.0.3" 1230source = "registry+https://github.com/rust-lang/crates.io-index" 1231checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1232 1233[[package]] 1234name = "hybrid-array" 1235version = "0.4.7" 1236source = "registry+https://github.com/rust-lang/crates.io-index" 1237checksum = "e1b229d73f5803b562cc26e4da0396c8610a4ee209f4fac8fa4f8d709166dc45" 1238dependencies = [ 1239 "typenum", 1240] 1241 1242[[package]] 1243name = "hyper" 1244version = "1.8.1" 1245source = "registry+https://github.com/rust-lang/crates.io-index" 1246checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" 1247dependencies = [ 1248 "atomic-waker", 1249 "bytes", 1250 "futures-channel", 1251 "futures-core", 1252 "h2", 1253 "http", 1254 "http-body", 1255 "httparse", 1256 "httpdate", 1257 "itoa", 1258 "pin-project-lite", 1259 "pin-utils", 1260 "smallvec", 1261 "tokio", 1262 "want", 1263] 1264 1265[[package]] 1266name = "hyper-rustls" 1267version = "0.27.7" 1268source = "registry+https://github.com/rust-lang/crates.io-index" 1269checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 1270dependencies = [ 1271 "http", 1272 "hyper", 1273 "hyper-util", 1274 "rustls", 1275 "rustls-pki-types", 1276 "tokio", 1277 "tokio-rustls", 1278 "tower-service", 1279 "webpki-roots", 1280] 1281 1282[[package]] 1283name = "hyper-util" 1284version = "0.1.20" 1285source = "registry+https://github.com/rust-lang/crates.io-index" 1286checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" 1287dependencies = [ 1288 "base64", 1289 "bytes", 1290 "futures-channel", 1291 "futures-util", 1292 "http", 1293 "http-body", 1294 "hyper", 1295 "ipnet", 1296 "libc", 1297 "percent-encoding", 1298 "pin-project-lite", 1299 "socket2 0.6.2", 1300 "tokio", 1301 "tower-service", 1302 "tracing", 1303] 1304 1305[[package]] 1306name = "iana-time-zone" 1307version = "0.1.65" 1308source = "registry+https://github.com/rust-lang/crates.io-index" 1309checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" 1310dependencies = [ 1311 "android_system_properties", 1312 "core-foundation-sys", 1313 "iana-time-zone-haiku", 1314 "js-sys", 1315 "log", 1316 "wasm-bindgen", 1317 "windows-core", 1318] 1319 1320[[package]] 1321name = "iana-time-zone-haiku" 1322version = "0.1.2" 1323source = "registry+https://github.com/rust-lang/crates.io-index" 1324checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1325dependencies = [ 1326 "cc", 1327] 1328 1329[[package]] 1330name = "icu_collections" 1331version = "2.1.1" 1332source = "registry+https://github.com/rust-lang/crates.io-index" 1333checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" 1334dependencies = [ 1335 "displaydoc", 1336 "potential_utf", 1337 "yoke", 1338 "zerofrom", 1339 "zerovec", 1340] 1341 1342[[package]] 1343name = "icu_locale_core" 1344version = "2.1.1" 1345source = "registry+https://github.com/rust-lang/crates.io-index" 1346checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" 1347dependencies = [ 1348 "displaydoc", 1349 "litemap", 1350 "tinystr", 1351 "writeable", 1352 "zerovec", 1353] 1354 1355[[package]] 1356name = "icu_normalizer" 1357version = "2.1.1" 1358source = "registry+https://github.com/rust-lang/crates.io-index" 1359checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" 1360dependencies = [ 1361 "icu_collections", 1362 "icu_normalizer_data", 1363 "icu_properties", 1364 "icu_provider", 1365 "smallvec", 1366 "zerovec", 1367] 1368 1369[[package]] 1370name = "icu_normalizer_data" 1371version = "2.1.1" 1372source = "registry+https://github.com/rust-lang/crates.io-index" 1373checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" 1374 1375[[package]] 1376name = "icu_properties" 1377version = "2.1.2" 1378source = "registry+https://github.com/rust-lang/crates.io-index" 1379checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" 1380dependencies = [ 1381 "icu_collections", 1382 "icu_locale_core", 1383 "icu_properties_data", 1384 "icu_provider", 1385 "zerotrie", 1386 "zerovec", 1387] 1388 1389[[package]] 1390name = "icu_properties_data" 1391version = "2.1.2" 1392source = "registry+https://github.com/rust-lang/crates.io-index" 1393checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" 1394 1395[[package]] 1396name = "icu_provider" 1397version = "2.1.1" 1398source = "registry+https://github.com/rust-lang/crates.io-index" 1399checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" 1400dependencies = [ 1401 "displaydoc", 1402 "icu_locale_core", 1403 "writeable", 1404 "yoke", 1405 "zerofrom", 1406 "zerotrie", 1407 "zerovec", 1408] 1409 1410[[package]] 1411name = "id-arena" 1412version = "2.3.0" 1413source = "registry+https://github.com/rust-lang/crates.io-index" 1414checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" 1415 1416[[package]] 1417name = "ident_case" 1418version = "1.0.1" 1419source = "registry+https://github.com/rust-lang/crates.io-index" 1420checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1421 1422[[package]] 1423name = "identity-hash" 1424version = "0.1.0" 1425source = "registry+https://github.com/rust-lang/crates.io-index" 1426checksum = "dfdd7caa900436d8f13b2346fe10257e0c05c1f1f9e351f4f5d57c03bd5f45da" 1427 1428[[package]] 1429name = "idna" 1430version = "1.1.0" 1431source = "registry+https://github.com/rust-lang/crates.io-index" 1432checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 1433dependencies = [ 1434 "idna_adapter", 1435 "smallvec", 1436 "utf8_iter", 1437] 1438 1439[[package]] 1440name = "idna_adapter" 1441version = "1.2.1" 1442source = "registry+https://github.com/rust-lang/crates.io-index" 1443checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 1444dependencies = [ 1445 "icu_normalizer", 1446 "icu_properties", 1447] 1448 1449[[package]] 1450name = "igd-next" 1451version = "0.16.2" 1452source = "registry+https://github.com/rust-lang/crates.io-index" 1453checksum = "516893339c97f6011282d5825ac94fc1c7aad5cad26bdc2d0cee068c0bf97f97" 1454dependencies = [ 1455 "async-trait", 1456 "attohttpc", 1457 "bytes", 1458 "futures", 1459 "http", 1460 "http-body-util", 1461 "hyper", 1462 "hyper-util", 1463 "log", 1464 "rand 0.9.2", 1465 "tokio", 1466 "url", 1467 "xmltree", 1468] 1469 1470[[package]] 1471name = "indexmap" 1472version = "2.13.0" 1473source = "registry+https://github.com/rust-lang/crates.io-index" 1474checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" 1475dependencies = [ 1476 "equivalent", 1477 "hashbrown 0.16.1", 1478 "serde", 1479 "serde_core", 1480] 1481 1482[[package]] 1483name = "ipconfig" 1484version = "0.3.2" 1485source = "registry+https://github.com/rust-lang/crates.io-index" 1486checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" 1487dependencies = [ 1488 "socket2 0.5.10", 1489 "widestring", 1490 "windows-sys 0.48.0", 1491 "winreg", 1492] 1493 1494[[package]] 1495name = "ipnet" 1496version = "2.11.0" 1497source = "registry+https://github.com/rust-lang/crates.io-index" 1498checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 1499 1500[[package]] 1501name = "iri-string" 1502version = "0.7.10" 1503source = "registry+https://github.com/rust-lang/crates.io-index" 1504checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a" 1505dependencies = [ 1506 "memchr", 1507 "serde", 1508] 1509 1510[[package]] 1511name = "iroh" 1512version = "0.96.1" 1513source = "registry+https://github.com/rust-lang/crates.io-index" 1514checksum = "5236da4d5681f317ec393c8fe2b7e3d360d31c6bb40383991d0b7429ca5ad117" 1515dependencies = [ 1516 "backon", 1517 "bytes", 1518 "cfg_aliases", 1519 "data-encoding", 1520 "derive_more", 1521 "ed25519-dalek", 1522 "futures-util", 1523 "getrandom 0.3.4", 1524 "hickory-resolver", 1525 "http", 1526 "igd-next", 1527 "iroh-base", 1528 "iroh-metrics", 1529 "iroh-quinn", 1530 "iroh-quinn-proto", 1531 "iroh-quinn-udp", 1532 "iroh-relay", 1533 "n0-error", 1534 "n0-future", 1535 "n0-watcher", 1536 "netdev", 1537 "netwatch", 1538 "papaya", 1539 "pin-project", 1540 "pkarr", 1541 "pkcs8", 1542 "portmapper", 1543 "rand 0.9.2", 1544 "reqwest 0.12.28", 1545 "rustc-hash", 1546 "rustls", 1547 "rustls-pki-types", 1548 "rustls-webpki", 1549 "serde", 1550 "smallvec", 1551 "strum", 1552 "swarm-discovery", 1553 "sync_wrapper", 1554 "time", 1555 "tokio", 1556 "tokio-stream", 1557 "tokio-util", 1558 "tracing", 1559 "url", 1560 "wasm-bindgen-futures", 1561 "webpki-roots", 1562] 1563 1564[[package]] 1565name = "iroh-base" 1566version = "0.96.1" 1567source = "registry+https://github.com/rust-lang/crates.io-index" 1568checksum = "20c99d836a1c99e037e98d1bf3ef209c3a4df97555a00ce9510eb78eccdf5567" 1569dependencies = [ 1570 "curve25519-dalek", 1571 "data-encoding", 1572 "derive_more", 1573 "digest", 1574 "ed25519-dalek", 1575 "n0-error", 1576 "rand_core 0.9.5", 1577 "serde", 1578 "sha2", 1579 "url", 1580 "zeroize", 1581 "zeroize_derive", 1582] 1583 1584[[package]] 1585name = "iroh-metrics" 1586version = "0.38.2" 1587source = "registry+https://github.com/rust-lang/crates.io-index" 1588checksum = "c946095f060e6e59b9ff30cc26c75cdb758e7fb0cde8312c89e2144654989fcb" 1589dependencies = [ 1590 "iroh-metrics-derive", 1591 "itoa", 1592 "n0-error", 1593 "postcard", 1594 "ryu", 1595 "serde", 1596 "tracing", 1597] 1598 1599[[package]] 1600name = "iroh-metrics-derive" 1601version = "0.4.1" 1602source = "registry+https://github.com/rust-lang/crates.io-index" 1603checksum = "cab063c2bfd6c3d5a33a913d4fdb5252f140db29ec67c704f20f3da7e8f92dbf" 1604dependencies = [ 1605 "heck", 1606 "proc-macro2", 1607 "quote", 1608 "syn", 1609] 1610 1611[[package]] 1612name = "iroh-quinn" 1613version = "0.16.1" 1614source = "registry+https://github.com/rust-lang/crates.io-index" 1615checksum = "034ed21f34c657a123d39525d948c885aacba59508805e4dd67d71f022e7151b" 1616dependencies = [ 1617 "bytes", 1618 "cfg_aliases", 1619 "iroh-quinn-proto", 1620 "iroh-quinn-udp", 1621 "pin-project-lite", 1622 "rustc-hash", 1623 "rustls", 1624 "socket2 0.6.2", 1625 "thiserror 2.0.18", 1626 "tokio", 1627 "tokio-stream", 1628 "tracing", 1629 "web-time", 1630] 1631 1632[[package]] 1633name = "iroh-quinn-proto" 1634version = "0.15.1" 1635source = "registry+https://github.com/rust-lang/crates.io-index" 1636checksum = "0de99ad8adc878ee0e68509ad256152ce23b8bbe45f5539d04e179630aca40a9" 1637dependencies = [ 1638 "bytes", 1639 "derive_more", 1640 "enum-assoc", 1641 "fastbloom", 1642 "getrandom 0.3.4", 1643 "identity-hash", 1644 "lru-slab", 1645 "rand 0.9.2", 1646 "ring", 1647 "rustc-hash", 1648 "rustls", 1649 "rustls-pki-types", 1650 "slab", 1651 "sorted-index-buffer", 1652 "thiserror 2.0.18", 1653 "tinyvec", 1654 "tracing", 1655 "web-time", 1656] 1657 1658[[package]] 1659name = "iroh-quinn-udp" 1660version = "0.8.0" 1661source = "registry+https://github.com/rust-lang/crates.io-index" 1662checksum = "f981dadd5a072a9e0efcd24bdcc388e570073f7e51b33505ceb1ef4668c80c86" 1663dependencies = [ 1664 "cfg_aliases", 1665 "libc", 1666 "socket2 0.6.2", 1667 "tracing", 1668 "windows-sys 0.61.2", 1669] 1670 1671[[package]] 1672name = "iroh-relay" 1673version = "0.96.1" 1674source = "registry+https://github.com/rust-lang/crates.io-index" 1675checksum = "cd2b63e654b9dec799a73372cdc79b529ca6c7248c0c8de7da78a02e3a46f03c" 1676dependencies = [ 1677 "blake3", 1678 "bytes", 1679 "cfg_aliases", 1680 "data-encoding", 1681 "derive_more", 1682 "getrandom 0.3.4", 1683 "hickory-resolver", 1684 "http", 1685 "http-body-util", 1686 "hyper", 1687 "hyper-util", 1688 "iroh-base", 1689 "iroh-metrics", 1690 "iroh-quinn", 1691 "iroh-quinn-proto", 1692 "lru", 1693 "n0-error", 1694 "n0-future", 1695 "num_enum", 1696 "pin-project", 1697 "pkarr", 1698 "postcard", 1699 "rand 0.9.2", 1700 "reqwest 0.12.28", 1701 "rustls", 1702 "rustls-pki-types", 1703 "serde", 1704 "serde_bytes", 1705 "strum", 1706 "tokio", 1707 "tokio-rustls", 1708 "tokio-util", 1709 "tokio-websockets", 1710 "tracing", 1711 "url", 1712 "vergen-gitcl", 1713 "webpki-roots", 1714 "ws_stream_wasm", 1715 "z32", 1716] 1717 1718[[package]] 1719name = "is_terminal_polyfill" 1720version = "1.70.2" 1721source = "registry+https://github.com/rust-lang/crates.io-index" 1722checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 1723 1724[[package]] 1725name = "itertools" 1726version = "0.14.0" 1727source = "registry+https://github.com/rust-lang/crates.io-index" 1728checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 1729dependencies = [ 1730 "either", 1731] 1732 1733[[package]] 1734name = "itoa" 1735version = "1.0.17" 1736source = "registry+https://github.com/rust-lang/crates.io-index" 1737checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" 1738 1739[[package]] 1740name = "jiff" 1741version = "0.2.20" 1742source = "registry+https://github.com/rust-lang/crates.io-index" 1743checksum = "c867c356cc096b33f4981825ab281ecba3db0acefe60329f044c1789d94c6543" 1744dependencies = [ 1745 "jiff-static", 1746 "log", 1747 "portable-atomic", 1748 "portable-atomic-util", 1749 "serde_core", 1750] 1751 1752[[package]] 1753name = "jiff-static" 1754version = "0.2.20" 1755source = "registry+https://github.com/rust-lang/crates.io-index" 1756checksum = "f7946b4325269738f270bb55b3c19ab5c5040525f83fd625259422a9d25d9be5" 1757dependencies = [ 1758 "proc-macro2", 1759 "quote", 1760 "syn", 1761] 1762 1763[[package]] 1764name = "jni" 1765version = "0.21.1" 1766source = "registry+https://github.com/rust-lang/crates.io-index" 1767checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 1768dependencies = [ 1769 "cesu8", 1770 "cfg-if", 1771 "combine", 1772 "jni-sys", 1773 "log", 1774 "thiserror 1.0.69", 1775 "walkdir", 1776 "windows-sys 0.45.0", 1777] 1778 1779[[package]] 1780name = "jni-sys" 1781version = "0.3.0" 1782source = "registry+https://github.com/rust-lang/crates.io-index" 1783checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 1784 1785[[package]] 1786name = "jobserver" 1787version = "0.1.34" 1788source = "registry+https://github.com/rust-lang/crates.io-index" 1789checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 1790dependencies = [ 1791 "getrandom 0.3.4", 1792 "libc", 1793] 1794 1795[[package]] 1796name = "js-sys" 1797version = "0.3.85" 1798source = "registry+https://github.com/rust-lang/crates.io-index" 1799checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3" 1800dependencies = [ 1801 "once_cell", 1802 "wasm-bindgen", 1803] 1804 1805[[package]] 1806name = "lazy_static" 1807version = "1.5.0" 1808source = "registry+https://github.com/rust-lang/crates.io-index" 1809checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1810 1811[[package]] 1812name = "leb128fmt" 1813version = "0.1.0" 1814source = "registry+https://github.com/rust-lang/crates.io-index" 1815checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" 1816 1817[[package]] 1818name = "libc" 1819version = "0.2.182" 1820source = "registry+https://github.com/rust-lang/crates.io-index" 1821checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" 1822 1823[[package]] 1824name = "libm" 1825version = "0.2.16" 1826source = "registry+https://github.com/rust-lang/crates.io-index" 1827checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" 1828 1829[[package]] 1830name = "litemap" 1831version = "0.8.1" 1832source = "registry+https://github.com/rust-lang/crates.io-index" 1833checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" 1834 1835[[package]] 1836name = "litrs" 1837version = "1.0.0" 1838source = "registry+https://github.com/rust-lang/crates.io-index" 1839checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" 1840 1841[[package]] 1842name = "lock_api" 1843version = "0.4.14" 1844source = "registry+https://github.com/rust-lang/crates.io-index" 1845checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 1846dependencies = [ 1847 "scopeguard", 1848] 1849 1850[[package]] 1851name = "log" 1852version = "0.4.29" 1853source = "registry+https://github.com/rust-lang/crates.io-index" 1854checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 1855 1856[[package]] 1857name = "loom" 1858version = "0.7.2" 1859source = "registry+https://github.com/rust-lang/crates.io-index" 1860checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" 1861dependencies = [ 1862 "cfg-if", 1863 "generator", 1864 "scoped-tls", 1865 "tracing", 1866 "tracing-subscriber", 1867] 1868 1869[[package]] 1870name = "lru" 1871version = "0.16.3" 1872source = "registry+https://github.com/rust-lang/crates.io-index" 1873checksum = "a1dc47f592c06f33f8e3aea9591776ec7c9f9e4124778ff8a3c3b87159f7e593" 1874dependencies = [ 1875 "hashbrown 0.16.1", 1876] 1877 1878[[package]] 1879name = "lru-slab" 1880version = "0.1.2" 1881source = "registry+https://github.com/rust-lang/crates.io-index" 1882checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 1883 1884[[package]] 1885name = "mac-addr" 1886version = "0.3.0" 1887source = "registry+https://github.com/rust-lang/crates.io-index" 1888checksum = "d3d25b0e0b648a86960ac23b7ad4abb9717601dec6f66c165f5b037f3f03065f" 1889 1890[[package]] 1891name = "matchers" 1892version = "0.2.0" 1893source = "registry+https://github.com/rust-lang/crates.io-index" 1894checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 1895dependencies = [ 1896 "regex-automata", 1897] 1898 1899[[package]] 1900name = "memchr" 1901version = "2.8.0" 1902source = "registry+https://github.com/rust-lang/crates.io-index" 1903checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" 1904 1905[[package]] 1906name = "mio" 1907version = "1.1.1" 1908source = "registry+https://github.com/rust-lang/crates.io-index" 1909checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 1910dependencies = [ 1911 "libc", 1912 "wasi", 1913 "windows-sys 0.61.2", 1914] 1915 1916[[package]] 1917name = "moka" 1918version = "0.12.13" 1919source = "registry+https://github.com/rust-lang/crates.io-index" 1920checksum = "b4ac832c50ced444ef6be0767a008b02c106a909ba79d1d830501e94b96f6b7e" 1921dependencies = [ 1922 "crossbeam-channel", 1923 "crossbeam-epoch", 1924 "crossbeam-utils", 1925 "equivalent", 1926 "parking_lot", 1927 "portable-atomic", 1928 "smallvec", 1929 "tagptr", 1930 "uuid", 1931] 1932 1933[[package]] 1934name = "n0-error" 1935version = "0.1.3" 1936source = "registry+https://github.com/rust-lang/crates.io-index" 1937checksum = "af4782b4baf92d686d161c15460c83d16ebcfd215918763903e9619842665cae" 1938dependencies = [ 1939 "n0-error-macros", 1940 "spez", 1941] 1942 1943[[package]] 1944name = "n0-error-macros" 1945version = "0.1.3" 1946source = "registry+https://github.com/rust-lang/crates.io-index" 1947checksum = "03755949235714b2b307e5ae89dd8c1c2531fb127d9b8b7b4adf9c876cd3ed18" 1948dependencies = [ 1949 "proc-macro2", 1950 "quote", 1951 "syn", 1952] 1953 1954[[package]] 1955name = "n0-future" 1956version = "0.3.2" 1957source = "registry+https://github.com/rust-lang/crates.io-index" 1958checksum = "e2ab99dfb861450e68853d34ae665243a88b8c493d01ba957321a1e9b2312bbe" 1959dependencies = [ 1960 "cfg_aliases", 1961 "derive_more", 1962 "futures-buffered", 1963 "futures-lite", 1964 "futures-util", 1965 "js-sys", 1966 "pin-project", 1967 "send_wrapper", 1968 "tokio", 1969 "tokio-util", 1970 "wasm-bindgen", 1971 "wasm-bindgen-futures", 1972 "web-time", 1973] 1974 1975[[package]] 1976name = "n0-watcher" 1977version = "0.6.1" 1978source = "registry+https://github.com/rust-lang/crates.io-index" 1979checksum = "38795f7932e6e9d1c6e989270ef5b3ff24ebb910e2c9d4bed2d28d8bae3007dc" 1980dependencies = [ 1981 "derive_more", 1982 "n0-error", 1983 "n0-future", 1984] 1985 1986[[package]] 1987name = "netdev" 1988version = "0.40.0" 1989source = "registry+https://github.com/rust-lang/crates.io-index" 1990checksum = "dc9815643a243856e7bd84524e1ff739e901e846cfb06ad9627cd2b6d59bd737" 1991dependencies = [ 1992 "block2", 1993 "dispatch2", 1994 "dlopen2", 1995 "ipnet", 1996 "libc", 1997 "mac-addr", 1998 "netlink-packet-core", 1999 "netlink-packet-route 0.25.1", 2000 "netlink-sys", 2001 "objc2-core-foundation", 2002 "objc2-system-configuration", 2003 "once_cell", 2004 "plist", 2005 "windows-sys 0.59.0", 2006] 2007 2008[[package]] 2009name = "netlink-packet-core" 2010version = "0.8.1" 2011source = "registry+https://github.com/rust-lang/crates.io-index" 2012checksum = "3463cbb78394cb0141e2c926b93fc2197e473394b761986eca3b9da2c63ae0f4" 2013dependencies = [ 2014 "paste", 2015] 2016 2017[[package]] 2018name = "netlink-packet-route" 2019version = "0.25.1" 2020source = "registry+https://github.com/rust-lang/crates.io-index" 2021checksum = "3ec2f5b6839be2a19d7fa5aab5bc444380f6311c2b693551cb80f45caaa7b5ef" 2022dependencies = [ 2023 "bitflags", 2024 "libc", 2025 "log", 2026 "netlink-packet-core", 2027] 2028 2029[[package]] 2030name = "netlink-packet-route" 2031version = "0.28.0" 2032source = "registry+https://github.com/rust-lang/crates.io-index" 2033checksum = "4ce3636fa715e988114552619582b530481fd5ef176a1e5c1bf024077c2c9445" 2034dependencies = [ 2035 "bitflags", 2036 "libc", 2037 "log", 2038 "netlink-packet-core", 2039] 2040 2041[[package]] 2042name = "netlink-proto" 2043version = "0.12.0" 2044source = "registry+https://github.com/rust-lang/crates.io-index" 2045checksum = "b65d130ee111430e47eed7896ea43ca693c387f097dd97376bffafbf25812128" 2046dependencies = [ 2047 "bytes", 2048 "futures", 2049 "log", 2050 "netlink-packet-core", 2051 "netlink-sys", 2052 "thiserror 2.0.18", 2053] 2054 2055[[package]] 2056name = "netlink-sys" 2057version = "0.8.8" 2058source = "registry+https://github.com/rust-lang/crates.io-index" 2059checksum = "cd6c30ed10fa69cc491d491b85cc971f6bdeb8e7367b7cde2ee6cc878d583fae" 2060dependencies = [ 2061 "bytes", 2062 "futures-util", 2063 "libc", 2064 "log", 2065 "tokio", 2066] 2067 2068[[package]] 2069name = "netwatch" 2070version = "0.14.0" 2071source = "registry+https://github.com/rust-lang/crates.io-index" 2072checksum = "454b8c0759b2097581f25ed5180b4a1d14c324fde6d0734932a288e044d06232" 2073dependencies = [ 2074 "atomic-waker", 2075 "bytes", 2076 "cfg_aliases", 2077 "derive_more", 2078 "iroh-quinn-udp", 2079 "js-sys", 2080 "libc", 2081 "n0-error", 2082 "n0-future", 2083 "n0-watcher", 2084 "netdev", 2085 "netlink-packet-core", 2086 "netlink-packet-route 0.28.0", 2087 "netlink-proto", 2088 "netlink-sys", 2089 "objc2-core-foundation", 2090 "objc2-system-configuration", 2091 "pin-project-lite", 2092 "serde", 2093 "socket2 0.6.2", 2094 "time", 2095 "tokio", 2096 "tokio-util", 2097 "tracing", 2098 "web-sys", 2099 "windows", 2100 "windows-result", 2101 "wmi", 2102] 2103 2104[[package]] 2105name = "ntimestamp" 2106version = "1.0.0" 2107source = "registry+https://github.com/rust-lang/crates.io-index" 2108checksum = "c50f94c405726d3e0095e89e72f75ce7f6587b94a8bd8dc8054b73f65c0fd68c" 2109dependencies = [ 2110 "base32", 2111 "document-features", 2112 "getrandom 0.2.17", 2113 "httpdate", 2114 "js-sys", 2115 "once_cell", 2116 "serde", 2117] 2118 2119[[package]] 2120name = "nu-ansi-term" 2121version = "0.50.3" 2122source = "registry+https://github.com/rust-lang/crates.io-index" 2123checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 2124dependencies = [ 2125 "windows-sys 0.61.2", 2126] 2127 2128[[package]] 2129name = "num-conv" 2130version = "0.2.0" 2131source = "registry+https://github.com/rust-lang/crates.io-index" 2132checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" 2133 2134[[package]] 2135name = "num-traits" 2136version = "0.2.19" 2137source = "registry+https://github.com/rust-lang/crates.io-index" 2138checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 2139dependencies = [ 2140 "autocfg", 2141] 2142 2143[[package]] 2144name = "num_enum" 2145version = "0.7.5" 2146source = "registry+https://github.com/rust-lang/crates.io-index" 2147checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c" 2148dependencies = [ 2149 "num_enum_derive", 2150 "rustversion", 2151] 2152 2153[[package]] 2154name = "num_enum_derive" 2155version = "0.7.5" 2156source = "registry+https://github.com/rust-lang/crates.io-index" 2157checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7" 2158dependencies = [ 2159 "proc-macro-crate", 2160 "proc-macro2", 2161 "quote", 2162 "syn", 2163] 2164 2165[[package]] 2166name = "num_threads" 2167version = "0.1.7" 2168source = "registry+https://github.com/rust-lang/crates.io-index" 2169checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" 2170dependencies = [ 2171 "libc", 2172] 2173 2174[[package]] 2175name = "objc2" 2176version = "0.6.3" 2177source = "registry+https://github.com/rust-lang/crates.io-index" 2178checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05" 2179dependencies = [ 2180 "objc2-encode", 2181] 2182 2183[[package]] 2184name = "objc2-core-foundation" 2185version = "0.3.2" 2186source = "registry+https://github.com/rust-lang/crates.io-index" 2187checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" 2188dependencies = [ 2189 "bitflags", 2190 "block2", 2191 "dispatch2", 2192 "libc", 2193 "objc2", 2194] 2195 2196[[package]] 2197name = "objc2-encode" 2198version = "4.1.0" 2199source = "registry+https://github.com/rust-lang/crates.io-index" 2200checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" 2201 2202[[package]] 2203name = "objc2-security" 2204version = "0.3.2" 2205source = "registry+https://github.com/rust-lang/crates.io-index" 2206checksum = "709fe137109bd1e8b5a99390f77a7d8b2961dafc1a1c5db8f2e60329ad6d895a" 2207dependencies = [ 2208 "bitflags", 2209 "objc2", 2210 "objc2-core-foundation", 2211] 2212 2213[[package]] 2214name = "objc2-system-configuration" 2215version = "0.3.2" 2216source = "registry+https://github.com/rust-lang/crates.io-index" 2217checksum = "7216bd11cbda54ccabcab84d523dc93b858ec75ecfb3a7d89513fa22464da396" 2218dependencies = [ 2219 "bitflags", 2220 "dispatch2", 2221 "libc", 2222 "objc2", 2223 "objc2-core-foundation", 2224 "objc2-security", 2225] 2226 2227[[package]] 2228name = "once_cell" 2229version = "1.21.3" 2230source = "registry+https://github.com/rust-lang/crates.io-index" 2231checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 2232dependencies = [ 2233 "critical-section", 2234 "portable-atomic", 2235] 2236 2237[[package]] 2238name = "once_cell_polyfill" 2239version = "1.70.2" 2240source = "registry+https://github.com/rust-lang/crates.io-index" 2241checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 2242 2243[[package]] 2244name = "openssl-probe" 2245version = "0.2.1" 2246source = "registry+https://github.com/rust-lang/crates.io-index" 2247checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" 2248 2249[[package]] 2250name = "p2p_beaver" 2251version = "0.1.0" 2252dependencies = [ 2253 "env_logger", 2254 "iroh", 2255 "log", 2256 "n0-error", 2257 "n0-future", 2258 "parking_lot", 2259 "petname", 2260 "postcard", 2261 "serde", 2262 "thiserror 2.0.18", 2263 "tokio", 2264] 2265 2266[[package]] 2267name = "papaya" 2268version = "0.2.3" 2269source = "registry+https://github.com/rust-lang/crates.io-index" 2270checksum = "f92dd0b07c53a0a0c764db2ace8c541dc47320dad97c2200c2a637ab9dd2328f" 2271dependencies = [ 2272 "equivalent", 2273 "seize", 2274] 2275 2276[[package]] 2277name = "parking" 2278version = "2.2.1" 2279source = "registry+https://github.com/rust-lang/crates.io-index" 2280checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 2281 2282[[package]] 2283name = "parking_lot" 2284version = "0.12.5" 2285source = "registry+https://github.com/rust-lang/crates.io-index" 2286checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 2287dependencies = [ 2288 "lock_api", 2289 "parking_lot_core", 2290] 2291 2292[[package]] 2293name = "parking_lot_core" 2294version = "0.9.12" 2295source = "registry+https://github.com/rust-lang/crates.io-index" 2296checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 2297dependencies = [ 2298 "cfg-if", 2299 "libc", 2300 "redox_syscall", 2301 "smallvec", 2302 "windows-link", 2303] 2304 2305[[package]] 2306name = "paste" 2307version = "1.0.15" 2308source = "registry+https://github.com/rust-lang/crates.io-index" 2309checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 2310 2311[[package]] 2312name = "pem-rfc7468" 2313version = "1.0.0" 2314source = "registry+https://github.com/rust-lang/crates.io-index" 2315checksum = "a6305423e0e7738146434843d1694d621cce767262b2a86910beab705e4493d9" 2316dependencies = [ 2317 "base64ct", 2318] 2319 2320[[package]] 2321name = "percent-encoding" 2322version = "2.3.2" 2323source = "registry+https://github.com/rust-lang/crates.io-index" 2324checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 2325 2326[[package]] 2327name = "petname" 2328version = "2.0.2" 2329source = "registry+https://github.com/rust-lang/crates.io-index" 2330checksum = "9cd31dcfdbbd7431a807ef4df6edd6473228e94d5c805e8cf671227a21bad068" 2331dependencies = [ 2332 "anyhow", 2333 "clap", 2334 "itertools", 2335 "proc-macro2", 2336 "quote", 2337 "rand 0.8.5", 2338] 2339 2340[[package]] 2341name = "pharos" 2342version = "0.5.3" 2343source = "registry+https://github.com/rust-lang/crates.io-index" 2344checksum = "e9567389417feee6ce15dd6527a8a1ecac205ef62c2932bcf3d9f6fc5b78b414" 2345dependencies = [ 2346 "futures", 2347 "rustc_version", 2348] 2349 2350[[package]] 2351name = "pin-project" 2352version = "1.1.10" 2353source = "registry+https://github.com/rust-lang/crates.io-index" 2354checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" 2355dependencies = [ 2356 "pin-project-internal", 2357] 2358 2359[[package]] 2360name = "pin-project-internal" 2361version = "1.1.10" 2362source = "registry+https://github.com/rust-lang/crates.io-index" 2363checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" 2364dependencies = [ 2365 "proc-macro2", 2366 "quote", 2367 "syn", 2368] 2369 2370[[package]] 2371name = "pin-project-lite" 2372version = "0.2.16" 2373source = "registry+https://github.com/rust-lang/crates.io-index" 2374checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 2375 2376[[package]] 2377name = "pin-utils" 2378version = "0.1.0" 2379source = "registry+https://github.com/rust-lang/crates.io-index" 2380checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2381 2382[[package]] 2383name = "pkarr" 2384version = "5.0.3" 2385source = "registry+https://github.com/rust-lang/crates.io-index" 2386checksum = "2f950360d31be432c0c9467fba5024a94f55128e7f32bc9d32db140369f24c77" 2387dependencies = [ 2388 "async-compat", 2389 "base32", 2390 "bytes", 2391 "cfg_aliases", 2392 "document-features", 2393 "dyn-clone", 2394 "ed25519-dalek", 2395 "futures-buffered", 2396 "futures-lite", 2397 "getrandom 0.4.1", 2398 "log", 2399 "lru", 2400 "ntimestamp", 2401 "reqwest 0.13.2", 2402 "self_cell", 2403 "serde", 2404 "sha1_smol", 2405 "simple-dns", 2406 "thiserror 2.0.18", 2407 "tokio", 2408 "tracing", 2409 "url", 2410 "wasm-bindgen-futures", 2411] 2412 2413[[package]] 2414name = "pkcs8" 2415version = "0.11.0-rc.11" 2416source = "registry+https://github.com/rust-lang/crates.io-index" 2417checksum = "12922b6296c06eb741b02d7b5161e3aaa22864af38dfa025a1a3ba3f68c84577" 2418dependencies = [ 2419 "der", 2420 "spki", 2421] 2422 2423[[package]] 2424name = "plist" 2425version = "1.8.0" 2426source = "registry+https://github.com/rust-lang/crates.io-index" 2427checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07" 2428dependencies = [ 2429 "base64", 2430 "indexmap", 2431 "quick-xml", 2432 "serde", 2433 "time", 2434] 2435 2436[[package]] 2437name = "portable-atomic" 2438version = "1.13.1" 2439source = "registry+https://github.com/rust-lang/crates.io-index" 2440checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" 2441 2442[[package]] 2443name = "portable-atomic-util" 2444version = "0.2.5" 2445source = "registry+https://github.com/rust-lang/crates.io-index" 2446checksum = "7a9db96d7fa8782dd8c15ce32ffe8680bbd1e978a43bf51a34d39483540495f5" 2447dependencies = [ 2448 "portable-atomic", 2449] 2450 2451[[package]] 2452name = "portmapper" 2453version = "0.14.0" 2454source = "registry+https://github.com/rust-lang/crates.io-index" 2455checksum = "7d2a8825353ace3285138da3378b1e21860d60351942f7aa3b99b13b41f80318" 2456dependencies = [ 2457 "base64", 2458 "bytes", 2459 "derive_more", 2460 "futures-lite", 2461 "futures-util", 2462 "hyper-util", 2463 "igd-next", 2464 "iroh-metrics", 2465 "libc", 2466 "n0-error", 2467 "netwatch", 2468 "num_enum", 2469 "rand 0.9.2", 2470 "serde", 2471 "smallvec", 2472 "socket2 0.6.2", 2473 "time", 2474 "tokio", 2475 "tokio-util", 2476 "tower-layer", 2477 "tracing", 2478 "url", 2479] 2480 2481[[package]] 2482name = "postcard" 2483version = "1.1.3" 2484source = "registry+https://github.com/rust-lang/crates.io-index" 2485checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24" 2486dependencies = [ 2487 "cobs", 2488 "embedded-io 0.4.0", 2489 "embedded-io 0.6.1", 2490 "heapless", 2491 "postcard-derive", 2492 "serde", 2493] 2494 2495[[package]] 2496name = "postcard-derive" 2497version = "0.2.2" 2498source = "registry+https://github.com/rust-lang/crates.io-index" 2499checksum = "e0232bd009a197ceec9cc881ba46f727fcd8060a2d8d6a9dde7a69030a6fe2bb" 2500dependencies = [ 2501 "proc-macro2", 2502 "quote", 2503 "syn", 2504] 2505 2506[[package]] 2507name = "potential_utf" 2508version = "0.1.4" 2509source = "registry+https://github.com/rust-lang/crates.io-index" 2510checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" 2511dependencies = [ 2512 "zerovec", 2513] 2514 2515[[package]] 2516name = "powerfmt" 2517version = "0.2.0" 2518source = "registry+https://github.com/rust-lang/crates.io-index" 2519checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 2520 2521[[package]] 2522name = "ppv-lite86" 2523version = "0.2.21" 2524source = "registry+https://github.com/rust-lang/crates.io-index" 2525checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 2526dependencies = [ 2527 "zerocopy", 2528] 2529 2530[[package]] 2531name = "prettyplease" 2532version = "0.2.37" 2533source = "registry+https://github.com/rust-lang/crates.io-index" 2534checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 2535dependencies = [ 2536 "proc-macro2", 2537 "syn", 2538] 2539 2540[[package]] 2541name = "proc-macro-crate" 2542version = "3.4.0" 2543source = "registry+https://github.com/rust-lang/crates.io-index" 2544checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" 2545dependencies = [ 2546 "toml_edit", 2547] 2548 2549[[package]] 2550name = "proc-macro2" 2551version = "1.0.106" 2552source = "registry+https://github.com/rust-lang/crates.io-index" 2553checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 2554dependencies = [ 2555 "unicode-ident", 2556] 2557 2558[[package]] 2559name = "quick-xml" 2560version = "0.38.4" 2561source = "registry+https://github.com/rust-lang/crates.io-index" 2562checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c" 2563dependencies = [ 2564 "memchr", 2565] 2566 2567[[package]] 2568name = "quinn" 2569version = "0.11.9" 2570source = "registry+https://github.com/rust-lang/crates.io-index" 2571checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" 2572dependencies = [ 2573 "bytes", 2574 "cfg_aliases", 2575 "pin-project-lite", 2576 "quinn-proto", 2577 "quinn-udp", 2578 "rustc-hash", 2579 "rustls", 2580 "socket2 0.6.2", 2581 "thiserror 2.0.18", 2582 "tokio", 2583 "tracing", 2584 "web-time", 2585] 2586 2587[[package]] 2588name = "quinn-proto" 2589version = "0.11.13" 2590source = "registry+https://github.com/rust-lang/crates.io-index" 2591checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" 2592dependencies = [ 2593 "aws-lc-rs", 2594 "bytes", 2595 "getrandom 0.3.4", 2596 "lru-slab", 2597 "rand 0.9.2", 2598 "ring", 2599 "rustc-hash", 2600 "rustls", 2601 "rustls-pki-types", 2602 "slab", 2603 "thiserror 2.0.18", 2604 "tinyvec", 2605 "tracing", 2606 "web-time", 2607] 2608 2609[[package]] 2610name = "quinn-udp" 2611version = "0.5.14" 2612source = "registry+https://github.com/rust-lang/crates.io-index" 2613checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" 2614dependencies = [ 2615 "cfg_aliases", 2616 "libc", 2617 "once_cell", 2618 "socket2 0.6.2", 2619 "tracing", 2620 "windows-sys 0.60.2", 2621] 2622 2623[[package]] 2624name = "quote" 2625version = "1.0.44" 2626source = "registry+https://github.com/rust-lang/crates.io-index" 2627checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" 2628dependencies = [ 2629 "proc-macro2", 2630] 2631 2632[[package]] 2633name = "r-efi" 2634version = "5.3.0" 2635source = "registry+https://github.com/rust-lang/crates.io-index" 2636checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 2637 2638[[package]] 2639name = "rand" 2640version = "0.8.5" 2641source = "registry+https://github.com/rust-lang/crates.io-index" 2642checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2643dependencies = [ 2644 "libc", 2645 "rand_chacha 0.3.1", 2646 "rand_core 0.6.4", 2647] 2648 2649[[package]] 2650name = "rand" 2651version = "0.9.2" 2652source = "registry+https://github.com/rust-lang/crates.io-index" 2653checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 2654dependencies = [ 2655 "rand_chacha 0.9.0", 2656 "rand_core 0.9.5", 2657] 2658 2659[[package]] 2660name = "rand_chacha" 2661version = "0.3.1" 2662source = "registry+https://github.com/rust-lang/crates.io-index" 2663checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2664dependencies = [ 2665 "ppv-lite86", 2666 "rand_core 0.6.4", 2667] 2668 2669[[package]] 2670name = "rand_chacha" 2671version = "0.9.0" 2672source = "registry+https://github.com/rust-lang/crates.io-index" 2673checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 2674dependencies = [ 2675 "ppv-lite86", 2676 "rand_core 0.9.5", 2677] 2678 2679[[package]] 2680name = "rand_core" 2681version = "0.6.4" 2682source = "registry+https://github.com/rust-lang/crates.io-index" 2683checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2684dependencies = [ 2685 "getrandom 0.2.17", 2686] 2687 2688[[package]] 2689name = "rand_core" 2690version = "0.9.5" 2691source = "registry+https://github.com/rust-lang/crates.io-index" 2692checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 2693dependencies = [ 2694 "getrandom 0.3.4", 2695] 2696 2697[[package]] 2698name = "redox_syscall" 2699version = "0.5.18" 2700source = "registry+https://github.com/rust-lang/crates.io-index" 2701checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 2702dependencies = [ 2703 "bitflags", 2704] 2705 2706[[package]] 2707name = "regex" 2708version = "1.12.3" 2709source = "registry+https://github.com/rust-lang/crates.io-index" 2710checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" 2711dependencies = [ 2712 "aho-corasick", 2713 "memchr", 2714 "regex-automata", 2715 "regex-syntax", 2716] 2717 2718[[package]] 2719name = "regex-automata" 2720version = "0.4.14" 2721source = "registry+https://github.com/rust-lang/crates.io-index" 2722checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 2723dependencies = [ 2724 "aho-corasick", 2725 "memchr", 2726 "regex-syntax", 2727] 2728 2729[[package]] 2730name = "regex-syntax" 2731version = "0.8.9" 2732source = "registry+https://github.com/rust-lang/crates.io-index" 2733checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c" 2734 2735[[package]] 2736name = "reqwest" 2737version = "0.12.28" 2738source = "registry+https://github.com/rust-lang/crates.io-index" 2739checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" 2740dependencies = [ 2741 "base64", 2742 "bytes", 2743 "futures-core", 2744 "futures-util", 2745 "http", 2746 "http-body", 2747 "http-body-util", 2748 "hyper", 2749 "hyper-rustls", 2750 "hyper-util", 2751 "js-sys", 2752 "log", 2753 "percent-encoding", 2754 "pin-project-lite", 2755 "quinn", 2756 "rustls", 2757 "rustls-pki-types", 2758 "serde", 2759 "serde_json", 2760 "serde_urlencoded", 2761 "sync_wrapper", 2762 "tokio", 2763 "tokio-rustls", 2764 "tokio-util", 2765 "tower", 2766 "tower-http", 2767 "tower-service", 2768 "url", 2769 "wasm-bindgen", 2770 "wasm-bindgen-futures", 2771 "wasm-streams", 2772 "web-sys", 2773 "webpki-roots", 2774] 2775 2776[[package]] 2777name = "reqwest" 2778version = "0.13.2" 2779source = "registry+https://github.com/rust-lang/crates.io-index" 2780checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801" 2781dependencies = [ 2782 "base64", 2783 "bytes", 2784 "futures-core", 2785 "http", 2786 "http-body", 2787 "http-body-util", 2788 "hyper", 2789 "hyper-rustls", 2790 "hyper-util", 2791 "js-sys", 2792 "log", 2793 "percent-encoding", 2794 "pin-project-lite", 2795 "quinn", 2796 "rustls", 2797 "rustls-pki-types", 2798 "rustls-platform-verifier", 2799 "sync_wrapper", 2800 "tokio", 2801 "tokio-rustls", 2802 "tower", 2803 "tower-http", 2804 "tower-service", 2805 "url", 2806 "wasm-bindgen", 2807 "wasm-bindgen-futures", 2808 "web-sys", 2809] 2810 2811[[package]] 2812name = "resolv-conf" 2813version = "0.7.6" 2814source = "registry+https://github.com/rust-lang/crates.io-index" 2815checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" 2816 2817[[package]] 2818name = "ring" 2819version = "0.17.14" 2820source = "registry+https://github.com/rust-lang/crates.io-index" 2821checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 2822dependencies = [ 2823 "cc", 2824 "cfg-if", 2825 "getrandom 0.2.17", 2826 "libc", 2827 "untrusted", 2828 "windows-sys 0.52.0", 2829] 2830 2831[[package]] 2832name = "rustc-hash" 2833version = "2.1.1" 2834source = "registry+https://github.com/rust-lang/crates.io-index" 2835checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 2836 2837[[package]] 2838name = "rustc_version" 2839version = "0.4.1" 2840source = "registry+https://github.com/rust-lang/crates.io-index" 2841checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 2842dependencies = [ 2843 "semver", 2844] 2845 2846[[package]] 2847name = "rustls" 2848version = "0.23.36" 2849source = "registry+https://github.com/rust-lang/crates.io-index" 2850checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b" 2851dependencies = [ 2852 "aws-lc-rs", 2853 "log", 2854 "once_cell", 2855 "ring", 2856 "rustls-pki-types", 2857 "rustls-webpki", 2858 "subtle", 2859 "zeroize", 2860] 2861 2862[[package]] 2863name = "rustls-native-certs" 2864version = "0.8.3" 2865source = "registry+https://github.com/rust-lang/crates.io-index" 2866checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63" 2867dependencies = [ 2868 "openssl-probe", 2869 "rustls-pki-types", 2870 "schannel", 2871 "security-framework", 2872] 2873 2874[[package]] 2875name = "rustls-pki-types" 2876version = "1.14.0" 2877source = "registry+https://github.com/rust-lang/crates.io-index" 2878checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" 2879dependencies = [ 2880 "web-time", 2881 "zeroize", 2882] 2883 2884[[package]] 2885name = "rustls-platform-verifier" 2886version = "0.6.2" 2887source = "registry+https://github.com/rust-lang/crates.io-index" 2888checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784" 2889dependencies = [ 2890 "core-foundation", 2891 "core-foundation-sys", 2892 "jni", 2893 "log", 2894 "once_cell", 2895 "rustls", 2896 "rustls-native-certs", 2897 "rustls-platform-verifier-android", 2898 "rustls-webpki", 2899 "security-framework", 2900 "security-framework-sys", 2901 "webpki-root-certs", 2902 "windows-sys 0.61.2", 2903] 2904 2905[[package]] 2906name = "rustls-platform-verifier-android" 2907version = "0.1.1" 2908source = "registry+https://github.com/rust-lang/crates.io-index" 2909checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" 2910 2911[[package]] 2912name = "rustls-webpki" 2913version = "0.103.9" 2914source = "registry+https://github.com/rust-lang/crates.io-index" 2915checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53" 2916dependencies = [ 2917 "aws-lc-rs", 2918 "ring", 2919 "rustls-pki-types", 2920 "untrusted", 2921] 2922 2923[[package]] 2924name = "rustversion" 2925version = "1.0.22" 2926source = "registry+https://github.com/rust-lang/crates.io-index" 2927checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 2928 2929[[package]] 2930name = "ryu" 2931version = "1.0.23" 2932source = "registry+https://github.com/rust-lang/crates.io-index" 2933checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 2934 2935[[package]] 2936name = "same-file" 2937version = "1.0.6" 2938source = "registry+https://github.com/rust-lang/crates.io-index" 2939checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2940dependencies = [ 2941 "winapi-util", 2942] 2943 2944[[package]] 2945name = "schannel" 2946version = "0.1.28" 2947source = "registry+https://github.com/rust-lang/crates.io-index" 2948checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" 2949dependencies = [ 2950 "windows-sys 0.61.2", 2951] 2952 2953[[package]] 2954name = "scoped-tls" 2955version = "1.0.1" 2956source = "registry+https://github.com/rust-lang/crates.io-index" 2957checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 2958 2959[[package]] 2960name = "scopeguard" 2961version = "1.2.0" 2962source = "registry+https://github.com/rust-lang/crates.io-index" 2963checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2964 2965[[package]] 2966name = "security-framework" 2967version = "3.6.0" 2968source = "registry+https://github.com/rust-lang/crates.io-index" 2969checksum = "d17b898a6d6948c3a8ee4372c17cb384f90d2e6e912ef00895b14fd7ab54ec38" 2970dependencies = [ 2971 "bitflags", 2972 "core-foundation", 2973 "core-foundation-sys", 2974 "libc", 2975 "security-framework-sys", 2976] 2977 2978[[package]] 2979name = "security-framework-sys" 2980version = "2.16.0" 2981source = "registry+https://github.com/rust-lang/crates.io-index" 2982checksum = "321c8673b092a9a42605034a9879d73cb79101ed5fd117bc9a597b89b4e9e61a" 2983dependencies = [ 2984 "core-foundation-sys", 2985 "libc", 2986] 2987 2988[[package]] 2989name = "seize" 2990version = "0.5.1" 2991source = "registry+https://github.com/rust-lang/crates.io-index" 2992checksum = "5b55fb86dfd3a2f5f76ea78310a88f96c4ea21a3031f8d212443d56123fd0521" 2993dependencies = [ 2994 "libc", 2995 "windows-sys 0.61.2", 2996] 2997 2998[[package]] 2999name = "self_cell" 3000version = "1.2.2" 3001source = "registry+https://github.com/rust-lang/crates.io-index" 3002checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89" 3003 3004[[package]] 3005name = "semver" 3006version = "1.0.27" 3007source = "registry+https://github.com/rust-lang/crates.io-index" 3008checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 3009 3010[[package]] 3011name = "send_wrapper" 3012version = "0.6.0" 3013source = "registry+https://github.com/rust-lang/crates.io-index" 3014checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" 3015 3016[[package]] 3017name = "serde" 3018version = "1.0.228" 3019source = "registry+https://github.com/rust-lang/crates.io-index" 3020checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 3021dependencies = [ 3022 "serde_core", 3023 "serde_derive", 3024] 3025 3026[[package]] 3027name = "serde_bytes" 3028version = "0.11.19" 3029source = "registry+https://github.com/rust-lang/crates.io-index" 3030checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" 3031dependencies = [ 3032 "serde", 3033 "serde_core", 3034] 3035 3036[[package]] 3037name = "serde_core" 3038version = "1.0.228" 3039source = "registry+https://github.com/rust-lang/crates.io-index" 3040checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 3041dependencies = [ 3042 "serde_derive", 3043] 3044 3045[[package]] 3046name = "serde_derive" 3047version = "1.0.228" 3048source = "registry+https://github.com/rust-lang/crates.io-index" 3049checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 3050dependencies = [ 3051 "proc-macro2", 3052 "quote", 3053 "syn", 3054] 3055 3056[[package]] 3057name = "serde_json" 3058version = "1.0.149" 3059source = "registry+https://github.com/rust-lang/crates.io-index" 3060checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 3061dependencies = [ 3062 "itoa", 3063 "memchr", 3064 "serde", 3065 "serde_core", 3066 "zmij", 3067] 3068 3069[[package]] 3070name = "serde_urlencoded" 3071version = "0.7.1" 3072source = "registry+https://github.com/rust-lang/crates.io-index" 3073checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 3074dependencies = [ 3075 "form_urlencoded", 3076 "itoa", 3077 "ryu", 3078 "serde", 3079] 3080 3081[[package]] 3082name = "sha1_smol" 3083version = "1.0.1" 3084source = "registry+https://github.com/rust-lang/crates.io-index" 3085checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" 3086 3087[[package]] 3088name = "sha2" 3089version = "0.11.0-rc.2" 3090source = "registry+https://github.com/rust-lang/crates.io-index" 3091checksum = "d1e3878ab0f98e35b2df35fe53201d088299b41a6bb63e3e34dada2ac4abd924" 3092dependencies = [ 3093 "cfg-if", 3094 "cpufeatures", 3095 "digest", 3096] 3097 3098[[package]] 3099name = "sharded-slab" 3100version = "0.1.7" 3101source = "registry+https://github.com/rust-lang/crates.io-index" 3102checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 3103dependencies = [ 3104 "lazy_static", 3105] 3106 3107[[package]] 3108name = "shlex" 3109version = "1.3.0" 3110source = "registry+https://github.com/rust-lang/crates.io-index" 3111checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 3112 3113[[package]] 3114name = "signal-hook-registry" 3115version = "1.4.8" 3116source = "registry+https://github.com/rust-lang/crates.io-index" 3117checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 3118dependencies = [ 3119 "errno", 3120 "libc", 3121] 3122 3123[[package]] 3124name = "signature" 3125version = "3.0.0-rc.10" 3126source = "registry+https://github.com/rust-lang/crates.io-index" 3127checksum = "7f1880df446116126965eeec169136b2e0251dba37c6223bcc819569550edea3" 3128 3129[[package]] 3130name = "simdutf8" 3131version = "0.1.5" 3132source = "registry+https://github.com/rust-lang/crates.io-index" 3133checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" 3134 3135[[package]] 3136name = "simple-dns" 3137version = "0.9.3" 3138source = "registry+https://github.com/rust-lang/crates.io-index" 3139checksum = "dee851d0e5e7af3721faea1843e8015e820a234f81fda3dea9247e15bac9a86a" 3140dependencies = [ 3141 "bitflags", 3142] 3143 3144[[package]] 3145name = "siphasher" 3146version = "1.0.2" 3147source = "registry+https://github.com/rust-lang/crates.io-index" 3148checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" 3149 3150[[package]] 3151name = "slab" 3152version = "0.4.12" 3153source = "registry+https://github.com/rust-lang/crates.io-index" 3154checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 3155 3156[[package]] 3157name = "smallvec" 3158version = "1.15.1" 3159source = "registry+https://github.com/rust-lang/crates.io-index" 3160checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 3161 3162[[package]] 3163name = "smol_str" 3164version = "0.1.24" 3165source = "registry+https://github.com/rust-lang/crates.io-index" 3166checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9" 3167 3168[[package]] 3169name = "socket2" 3170version = "0.5.10" 3171source = "registry+https://github.com/rust-lang/crates.io-index" 3172checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" 3173dependencies = [ 3174 "libc", 3175 "windows-sys 0.52.0", 3176] 3177 3178[[package]] 3179name = "socket2" 3180version = "0.6.2" 3181source = "registry+https://github.com/rust-lang/crates.io-index" 3182checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" 3183dependencies = [ 3184 "libc", 3185 "windows-sys 0.60.2", 3186] 3187 3188[[package]] 3189name = "sorted-index-buffer" 3190version = "0.2.1" 3191source = "registry+https://github.com/rust-lang/crates.io-index" 3192checksum = "ea06cc588e43c632923a55450401b8f25e628131571d4e1baea1bdfdb2b5ed06" 3193 3194[[package]] 3195name = "spez" 3196version = "0.1.2" 3197source = "registry+https://github.com/rust-lang/crates.io-index" 3198checksum = "c87e960f4dca2788eeb86bbdde8dd246be8948790b7618d656e68f9b720a86e8" 3199dependencies = [ 3200 "proc-macro2", 3201 "quote", 3202 "syn", 3203] 3204 3205[[package]] 3206name = "spin" 3207version = "0.9.8" 3208source = "registry+https://github.com/rust-lang/crates.io-index" 3209checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 3210dependencies = [ 3211 "lock_api", 3212] 3213 3214[[package]] 3215name = "spin" 3216version = "0.10.0" 3217source = "registry+https://github.com/rust-lang/crates.io-index" 3218checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591" 3219 3220[[package]] 3221name = "spki" 3222version = "0.8.0-rc.4" 3223source = "registry+https://github.com/rust-lang/crates.io-index" 3224checksum = "8baeff88f34ed0691978ec34440140e1572b68c7dd4a495fd14a3dc1944daa80" 3225dependencies = [ 3226 "base64ct", 3227 "der", 3228] 3229 3230[[package]] 3231name = "stable_deref_trait" 3232version = "1.2.1" 3233source = "registry+https://github.com/rust-lang/crates.io-index" 3234checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 3235 3236[[package]] 3237name = "strsim" 3238version = "0.11.1" 3239source = "registry+https://github.com/rust-lang/crates.io-index" 3240checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 3241 3242[[package]] 3243name = "strum" 3244version = "0.27.2" 3245source = "registry+https://github.com/rust-lang/crates.io-index" 3246checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" 3247dependencies = [ 3248 "strum_macros", 3249] 3250 3251[[package]] 3252name = "strum_macros" 3253version = "0.27.2" 3254source = "registry+https://github.com/rust-lang/crates.io-index" 3255checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" 3256dependencies = [ 3257 "heck", 3258 "proc-macro2", 3259 "quote", 3260 "syn", 3261] 3262 3263[[package]] 3264name = "subtle" 3265version = "2.6.1" 3266source = "registry+https://github.com/rust-lang/crates.io-index" 3267checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 3268 3269[[package]] 3270name = "swarm-discovery" 3271version = "0.5.0" 3272source = "registry+https://github.com/rust-lang/crates.io-index" 3273checksum = "1a5ab62937edac8b23fa40e55a358ea1924245b17fc1eb20d14929c8f11be98d" 3274dependencies = [ 3275 "acto", 3276 "hickory-proto", 3277 "rand 0.9.2", 3278 "socket2 0.6.2", 3279 "thiserror 2.0.18", 3280 "tokio", 3281 "tracing", 3282] 3283 3284[[package]] 3285name = "syn" 3286version = "2.0.116" 3287source = "registry+https://github.com/rust-lang/crates.io-index" 3288checksum = "3df424c70518695237746f84cede799c9c58fcb37450d7b23716568cc8bc69cb" 3289dependencies = [ 3290 "proc-macro2", 3291 "quote", 3292 "unicode-ident", 3293] 3294 3295[[package]] 3296name = "sync_wrapper" 3297version = "1.0.2" 3298source = "registry+https://github.com/rust-lang/crates.io-index" 3299checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 3300dependencies = [ 3301 "futures-core", 3302] 3303 3304[[package]] 3305name = "synstructure" 3306version = "0.13.2" 3307source = "registry+https://github.com/rust-lang/crates.io-index" 3308checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 3309dependencies = [ 3310 "proc-macro2", 3311 "quote", 3312 "syn", 3313] 3314 3315[[package]] 3316name = "tagptr" 3317version = "0.2.0" 3318source = "registry+https://github.com/rust-lang/crates.io-index" 3319checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 3320 3321[[package]] 3322name = "thiserror" 3323version = "1.0.69" 3324source = "registry+https://github.com/rust-lang/crates.io-index" 3325checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 3326dependencies = [ 3327 "thiserror-impl 1.0.69", 3328] 3329 3330[[package]] 3331name = "thiserror" 3332version = "2.0.18" 3333source = "registry+https://github.com/rust-lang/crates.io-index" 3334checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 3335dependencies = [ 3336 "thiserror-impl 2.0.18", 3337] 3338 3339[[package]] 3340name = "thiserror-impl" 3341version = "1.0.69" 3342source = "registry+https://github.com/rust-lang/crates.io-index" 3343checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 3344dependencies = [ 3345 "proc-macro2", 3346 "quote", 3347 "syn", 3348] 3349 3350[[package]] 3351name = "thiserror-impl" 3352version = "2.0.18" 3353source = "registry+https://github.com/rust-lang/crates.io-index" 3354checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 3355dependencies = [ 3356 "proc-macro2", 3357 "quote", 3358 "syn", 3359] 3360 3361[[package]] 3362name = "thread_local" 3363version = "1.1.9" 3364source = "registry+https://github.com/rust-lang/crates.io-index" 3365checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 3366dependencies = [ 3367 "cfg-if", 3368] 3369 3370[[package]] 3371name = "time" 3372version = "0.3.47" 3373source = "registry+https://github.com/rust-lang/crates.io-index" 3374checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" 3375dependencies = [ 3376 "deranged", 3377 "itoa", 3378 "js-sys", 3379 "libc", 3380 "num-conv", 3381 "num_threads", 3382 "powerfmt", 3383 "serde_core", 3384 "time-core", 3385 "time-macros", 3386] 3387 3388[[package]] 3389name = "time-core" 3390version = "0.1.8" 3391source = "registry+https://github.com/rust-lang/crates.io-index" 3392checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" 3393 3394[[package]] 3395name = "time-macros" 3396version = "0.2.27" 3397source = "registry+https://github.com/rust-lang/crates.io-index" 3398checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" 3399dependencies = [ 3400 "num-conv", 3401 "time-core", 3402] 3403 3404[[package]] 3405name = "tinystr" 3406version = "0.8.2" 3407source = "registry+https://github.com/rust-lang/crates.io-index" 3408checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" 3409dependencies = [ 3410 "displaydoc", 3411 "zerovec", 3412] 3413 3414[[package]] 3415name = "tinyvec" 3416version = "1.10.0" 3417source = "registry+https://github.com/rust-lang/crates.io-index" 3418checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 3419dependencies = [ 3420 "tinyvec_macros", 3421] 3422 3423[[package]] 3424name = "tinyvec_macros" 3425version = "0.1.1" 3426source = "registry+https://github.com/rust-lang/crates.io-index" 3427checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 3428 3429[[package]] 3430name = "tokio" 3431version = "1.49.0" 3432source = "registry+https://github.com/rust-lang/crates.io-index" 3433checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" 3434dependencies = [ 3435 "bytes", 3436 "libc", 3437 "mio", 3438 "pin-project-lite", 3439 "signal-hook-registry", 3440 "socket2 0.6.2", 3441 "tokio-macros", 3442 "windows-sys 0.61.2", 3443] 3444 3445[[package]] 3446name = "tokio-macros" 3447version = "2.6.0" 3448source = "registry+https://github.com/rust-lang/crates.io-index" 3449checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 3450dependencies = [ 3451 "proc-macro2", 3452 "quote", 3453 "syn", 3454] 3455 3456[[package]] 3457name = "tokio-rustls" 3458version = "0.26.4" 3459source = "registry+https://github.com/rust-lang/crates.io-index" 3460checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 3461dependencies = [ 3462 "rustls", 3463 "tokio", 3464] 3465 3466[[package]] 3467name = "tokio-stream" 3468version = "0.1.18" 3469source = "registry+https://github.com/rust-lang/crates.io-index" 3470checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" 3471dependencies = [ 3472 "futures-core", 3473 "pin-project-lite", 3474 "tokio", 3475 "tokio-util", 3476] 3477 3478[[package]] 3479name = "tokio-util" 3480version = "0.7.18" 3481source = "registry+https://github.com/rust-lang/crates.io-index" 3482checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" 3483dependencies = [ 3484 "bytes", 3485 "futures-core", 3486 "futures-sink", 3487 "futures-util", 3488 "pin-project-lite", 3489 "tokio", 3490] 3491 3492[[package]] 3493name = "tokio-websockets" 3494version = "0.12.3" 3495source = "registry+https://github.com/rust-lang/crates.io-index" 3496checksum = "b1b6348ebfaaecd771cecb69e832961d277f59845d4220a584701f72728152b7" 3497dependencies = [ 3498 "base64", 3499 "bytes", 3500 "futures-core", 3501 "futures-sink", 3502 "getrandom 0.3.4", 3503 "http", 3504 "httparse", 3505 "rand 0.9.2", 3506 "ring", 3507 "rustls-pki-types", 3508 "simdutf8", 3509 "tokio", 3510 "tokio-rustls", 3511 "tokio-util", 3512] 3513 3514[[package]] 3515name = "toml_datetime" 3516version = "0.7.5+spec-1.1.0" 3517source = "registry+https://github.com/rust-lang/crates.io-index" 3518checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" 3519dependencies = [ 3520 "serde_core", 3521] 3522 3523[[package]] 3524name = "toml_edit" 3525version = "0.23.10+spec-1.0.0" 3526source = "registry+https://github.com/rust-lang/crates.io-index" 3527checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269" 3528dependencies = [ 3529 "indexmap", 3530 "toml_datetime", 3531 "toml_parser", 3532 "winnow", 3533] 3534 3535[[package]] 3536name = "toml_parser" 3537version = "1.0.9+spec-1.1.0" 3538source = "registry+https://github.com/rust-lang/crates.io-index" 3539checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4" 3540dependencies = [ 3541 "winnow", 3542] 3543 3544[[package]] 3545name = "tower" 3546version = "0.5.3" 3547source = "registry+https://github.com/rust-lang/crates.io-index" 3548checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" 3549dependencies = [ 3550 "futures-core", 3551 "futures-util", 3552 "pin-project-lite", 3553 "sync_wrapper", 3554 "tokio", 3555 "tower-layer", 3556 "tower-service", 3557] 3558 3559[[package]] 3560name = "tower-http" 3561version = "0.6.8" 3562source = "registry+https://github.com/rust-lang/crates.io-index" 3563checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" 3564dependencies = [ 3565 "bitflags", 3566 "bytes", 3567 "futures-util", 3568 "http", 3569 "http-body", 3570 "iri-string", 3571 "pin-project-lite", 3572 "tower", 3573 "tower-layer", 3574 "tower-service", 3575] 3576 3577[[package]] 3578name = "tower-layer" 3579version = "0.3.3" 3580source = "registry+https://github.com/rust-lang/crates.io-index" 3581checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 3582 3583[[package]] 3584name = "tower-service" 3585version = "0.3.3" 3586source = "registry+https://github.com/rust-lang/crates.io-index" 3587checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 3588 3589[[package]] 3590name = "tracing" 3591version = "0.1.44" 3592source = "registry+https://github.com/rust-lang/crates.io-index" 3593checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 3594dependencies = [ 3595 "log", 3596 "pin-project-lite", 3597 "tracing-attributes", 3598 "tracing-core", 3599] 3600 3601[[package]] 3602name = "tracing-attributes" 3603version = "0.1.31" 3604source = "registry+https://github.com/rust-lang/crates.io-index" 3605checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 3606dependencies = [ 3607 "proc-macro2", 3608 "quote", 3609 "syn", 3610] 3611 3612[[package]] 3613name = "tracing-core" 3614version = "0.1.36" 3615source = "registry+https://github.com/rust-lang/crates.io-index" 3616checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 3617dependencies = [ 3618 "once_cell", 3619 "valuable", 3620] 3621 3622[[package]] 3623name = "tracing-log" 3624version = "0.2.0" 3625source = "registry+https://github.com/rust-lang/crates.io-index" 3626checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 3627dependencies = [ 3628 "log", 3629 "once_cell", 3630 "tracing-core", 3631] 3632 3633[[package]] 3634name = "tracing-subscriber" 3635version = "0.3.22" 3636source = "registry+https://github.com/rust-lang/crates.io-index" 3637checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" 3638dependencies = [ 3639 "matchers", 3640 "nu-ansi-term", 3641 "once_cell", 3642 "regex-automata", 3643 "sharded-slab", 3644 "smallvec", 3645 "thread_local", 3646 "tracing", 3647 "tracing-core", 3648 "tracing-log", 3649] 3650 3651[[package]] 3652name = "try-lock" 3653version = "0.2.5" 3654source = "registry+https://github.com/rust-lang/crates.io-index" 3655checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 3656 3657[[package]] 3658name = "typenum" 3659version = "1.19.0" 3660source = "registry+https://github.com/rust-lang/crates.io-index" 3661checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 3662 3663[[package]] 3664name = "unicode-ident" 3665version = "1.0.24" 3666source = "registry+https://github.com/rust-lang/crates.io-index" 3667checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 3668 3669[[package]] 3670name = "unicode-segmentation" 3671version = "1.12.0" 3672source = "registry+https://github.com/rust-lang/crates.io-index" 3673checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 3674 3675[[package]] 3676name = "unicode-xid" 3677version = "0.2.6" 3678source = "registry+https://github.com/rust-lang/crates.io-index" 3679checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 3680 3681[[package]] 3682name = "untrusted" 3683version = "0.9.0" 3684source = "registry+https://github.com/rust-lang/crates.io-index" 3685checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 3686 3687[[package]] 3688name = "url" 3689version = "2.5.8" 3690source = "registry+https://github.com/rust-lang/crates.io-index" 3691checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 3692dependencies = [ 3693 "form_urlencoded", 3694 "idna", 3695 "percent-encoding", 3696 "serde", 3697 "serde_derive", 3698] 3699 3700[[package]] 3701name = "utf8_iter" 3702version = "1.0.4" 3703source = "registry+https://github.com/rust-lang/crates.io-index" 3704checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 3705 3706[[package]] 3707name = "utf8parse" 3708version = "0.2.2" 3709source = "registry+https://github.com/rust-lang/crates.io-index" 3710checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 3711 3712[[package]] 3713name = "uuid" 3714version = "1.21.0" 3715source = "registry+https://github.com/rust-lang/crates.io-index" 3716checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb" 3717dependencies = [ 3718 "getrandom 0.4.1", 3719 "js-sys", 3720 "wasm-bindgen", 3721] 3722 3723[[package]] 3724name = "valuable" 3725version = "0.1.1" 3726source = "registry+https://github.com/rust-lang/crates.io-index" 3727checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 3728 3729[[package]] 3730name = "vergen" 3731version = "9.1.0" 3732source = "registry+https://github.com/rust-lang/crates.io-index" 3733checksum = "b849a1f6d8639e8de261e81ee0fc881e3e3620db1af9f2e0da015d4382ceaf75" 3734dependencies = [ 3735 "anyhow", 3736 "derive_builder", 3737 "rustversion", 3738 "vergen-lib 9.1.0", 3739] 3740 3741[[package]] 3742name = "vergen-gitcl" 3743version = "1.0.8" 3744source = "registry+https://github.com/rust-lang/crates.io-index" 3745checksum = "b9dfc1de6eb2e08a4ddf152f1b179529638bedc0ea95e6d667c014506377aefe" 3746dependencies = [ 3747 "anyhow", 3748 "derive_builder", 3749 "rustversion", 3750 "time", 3751 "vergen", 3752 "vergen-lib 0.1.6", 3753] 3754 3755[[package]] 3756name = "vergen-lib" 3757version = "0.1.6" 3758source = "registry+https://github.com/rust-lang/crates.io-index" 3759checksum = "9b07e6010c0f3e59fcb164e0163834597da68d1f864e2b8ca49f74de01e9c166" 3760dependencies = [ 3761 "anyhow", 3762 "derive_builder", 3763 "rustversion", 3764] 3765 3766[[package]] 3767name = "vergen-lib" 3768version = "9.1.0" 3769source = "registry+https://github.com/rust-lang/crates.io-index" 3770checksum = "b34a29ba7e9c59e62f229ae1932fb1b8fb8a6fdcc99215a641913f5f5a59a569" 3771dependencies = [ 3772 "anyhow", 3773 "derive_builder", 3774 "rustversion", 3775] 3776 3777[[package]] 3778name = "walkdir" 3779version = "2.5.0" 3780source = "registry+https://github.com/rust-lang/crates.io-index" 3781checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 3782dependencies = [ 3783 "same-file", 3784 "winapi-util", 3785] 3786 3787[[package]] 3788name = "want" 3789version = "0.3.1" 3790source = "registry+https://github.com/rust-lang/crates.io-index" 3791checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 3792dependencies = [ 3793 "try-lock", 3794] 3795 3796[[package]] 3797name = "wasi" 3798version = "0.11.1+wasi-snapshot-preview1" 3799source = "registry+https://github.com/rust-lang/crates.io-index" 3800checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 3801 3802[[package]] 3803name = "wasip2" 3804version = "1.0.2+wasi-0.2.9" 3805source = "registry+https://github.com/rust-lang/crates.io-index" 3806checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" 3807dependencies = [ 3808 "wit-bindgen", 3809] 3810 3811[[package]] 3812name = "wasip3" 3813version = "0.4.0+wasi-0.3.0-rc-2026-01-06" 3814source = "registry+https://github.com/rust-lang/crates.io-index" 3815checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" 3816dependencies = [ 3817 "wit-bindgen", 3818] 3819 3820[[package]] 3821name = "wasm-bindgen" 3822version = "0.2.108" 3823source = "registry+https://github.com/rust-lang/crates.io-index" 3824checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566" 3825dependencies = [ 3826 "cfg-if", 3827 "once_cell", 3828 "rustversion", 3829 "wasm-bindgen-macro", 3830 "wasm-bindgen-shared", 3831] 3832 3833[[package]] 3834name = "wasm-bindgen-futures" 3835version = "0.4.58" 3836source = "registry+https://github.com/rust-lang/crates.io-index" 3837checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f" 3838dependencies = [ 3839 "cfg-if", 3840 "futures-util", 3841 "js-sys", 3842 "once_cell", 3843 "wasm-bindgen", 3844 "web-sys", 3845] 3846 3847[[package]] 3848name = "wasm-bindgen-macro" 3849version = "0.2.108" 3850source = "registry+https://github.com/rust-lang/crates.io-index" 3851checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608" 3852dependencies = [ 3853 "quote", 3854 "wasm-bindgen-macro-support", 3855] 3856 3857[[package]] 3858name = "wasm-bindgen-macro-support" 3859version = "0.2.108" 3860source = "registry+https://github.com/rust-lang/crates.io-index" 3861checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55" 3862dependencies = [ 3863 "bumpalo", 3864 "proc-macro2", 3865 "quote", 3866 "syn", 3867 "wasm-bindgen-shared", 3868] 3869 3870[[package]] 3871name = "wasm-bindgen-shared" 3872version = "0.2.108" 3873source = "registry+https://github.com/rust-lang/crates.io-index" 3874checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12" 3875dependencies = [ 3876 "unicode-ident", 3877] 3878 3879[[package]] 3880name = "wasm-encoder" 3881version = "0.244.0" 3882source = "registry+https://github.com/rust-lang/crates.io-index" 3883checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" 3884dependencies = [ 3885 "leb128fmt", 3886 "wasmparser", 3887] 3888 3889[[package]] 3890name = "wasm-metadata" 3891version = "0.244.0" 3892source = "registry+https://github.com/rust-lang/crates.io-index" 3893checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" 3894dependencies = [ 3895 "anyhow", 3896 "indexmap", 3897 "wasm-encoder", 3898 "wasmparser", 3899] 3900 3901[[package]] 3902name = "wasm-streams" 3903version = "0.4.2" 3904source = "registry+https://github.com/rust-lang/crates.io-index" 3905checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" 3906dependencies = [ 3907 "futures-util", 3908 "js-sys", 3909 "wasm-bindgen", 3910 "wasm-bindgen-futures", 3911 "web-sys", 3912] 3913 3914[[package]] 3915name = "wasmparser" 3916version = "0.244.0" 3917source = "registry+https://github.com/rust-lang/crates.io-index" 3918checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" 3919dependencies = [ 3920 "bitflags", 3921 "hashbrown 0.15.5", 3922 "indexmap", 3923 "semver", 3924] 3925 3926[[package]] 3927name = "web-sys" 3928version = "0.3.85" 3929source = "registry+https://github.com/rust-lang/crates.io-index" 3930checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598" 3931dependencies = [ 3932 "js-sys", 3933 "wasm-bindgen", 3934] 3935 3936[[package]] 3937name = "web-time" 3938version = "1.1.0" 3939source = "registry+https://github.com/rust-lang/crates.io-index" 3940checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 3941dependencies = [ 3942 "js-sys", 3943 "wasm-bindgen", 3944] 3945 3946[[package]] 3947name = "webpki-root-certs" 3948version = "1.0.6" 3949source = "registry+https://github.com/rust-lang/crates.io-index" 3950checksum = "804f18a4ac2676ffb4e8b5b5fa9ae38af06df08162314f96a68d2a363e21a8ca" 3951dependencies = [ 3952 "rustls-pki-types", 3953] 3954 3955[[package]] 3956name = "webpki-roots" 3957version = "1.0.6" 3958source = "registry+https://github.com/rust-lang/crates.io-index" 3959checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed" 3960dependencies = [ 3961 "rustls-pki-types", 3962] 3963 3964[[package]] 3965name = "widestring" 3966version = "1.2.1" 3967source = "registry+https://github.com/rust-lang/crates.io-index" 3968checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" 3969 3970[[package]] 3971name = "winapi" 3972version = "0.3.9" 3973source = "registry+https://github.com/rust-lang/crates.io-index" 3974checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3975dependencies = [ 3976 "winapi-i686-pc-windows-gnu", 3977 "winapi-x86_64-pc-windows-gnu", 3978] 3979 3980[[package]] 3981name = "winapi-i686-pc-windows-gnu" 3982version = "0.4.0" 3983source = "registry+https://github.com/rust-lang/crates.io-index" 3984checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 3985 3986[[package]] 3987name = "winapi-util" 3988version = "0.1.11" 3989source = "registry+https://github.com/rust-lang/crates.io-index" 3990checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 3991dependencies = [ 3992 "windows-sys 0.61.2", 3993] 3994 3995[[package]] 3996name = "winapi-x86_64-pc-windows-gnu" 3997version = "0.4.0" 3998source = "registry+https://github.com/rust-lang/crates.io-index" 3999checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4000 4001[[package]] 4002name = "windows" 4003version = "0.62.2" 4004source = "registry+https://github.com/rust-lang/crates.io-index" 4005checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580" 4006dependencies = [ 4007 "windows-collections", 4008 "windows-core", 4009 "windows-future", 4010 "windows-numerics", 4011] 4012 4013[[package]] 4014name = "windows-collections" 4015version = "0.3.2" 4016source = "registry+https://github.com/rust-lang/crates.io-index" 4017checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610" 4018dependencies = [ 4019 "windows-core", 4020] 4021 4022[[package]] 4023name = "windows-core" 4024version = "0.62.2" 4025source = "registry+https://github.com/rust-lang/crates.io-index" 4026checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 4027dependencies = [ 4028 "windows-implement", 4029 "windows-interface", 4030 "windows-link", 4031 "windows-result", 4032 "windows-strings", 4033] 4034 4035[[package]] 4036name = "windows-future" 4037version = "0.3.2" 4038source = "registry+https://github.com/rust-lang/crates.io-index" 4039checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb" 4040dependencies = [ 4041 "windows-core", 4042 "windows-link", 4043 "windows-threading", 4044] 4045 4046[[package]] 4047name = "windows-implement" 4048version = "0.60.2" 4049source = "registry+https://github.com/rust-lang/crates.io-index" 4050checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 4051dependencies = [ 4052 "proc-macro2", 4053 "quote", 4054 "syn", 4055] 4056 4057[[package]] 4058name = "windows-interface" 4059version = "0.59.3" 4060source = "registry+https://github.com/rust-lang/crates.io-index" 4061checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 4062dependencies = [ 4063 "proc-macro2", 4064 "quote", 4065 "syn", 4066] 4067 4068[[package]] 4069name = "windows-link" 4070version = "0.2.1" 4071source = "registry+https://github.com/rust-lang/crates.io-index" 4072checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 4073 4074[[package]] 4075name = "windows-numerics" 4076version = "0.3.1" 4077source = "registry+https://github.com/rust-lang/crates.io-index" 4078checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26" 4079dependencies = [ 4080 "windows-core", 4081 "windows-link", 4082] 4083 4084[[package]] 4085name = "windows-result" 4086version = "0.4.1" 4087source = "registry+https://github.com/rust-lang/crates.io-index" 4088checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 4089dependencies = [ 4090 "windows-link", 4091] 4092 4093[[package]] 4094name = "windows-strings" 4095version = "0.5.1" 4096source = "registry+https://github.com/rust-lang/crates.io-index" 4097checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 4098dependencies = [ 4099 "windows-link", 4100] 4101 4102[[package]] 4103name = "windows-sys" 4104version = "0.45.0" 4105source = "registry+https://github.com/rust-lang/crates.io-index" 4106checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 4107dependencies = [ 4108 "windows-targets 0.42.2", 4109] 4110 4111[[package]] 4112name = "windows-sys" 4113version = "0.48.0" 4114source = "registry+https://github.com/rust-lang/crates.io-index" 4115checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 4116dependencies = [ 4117 "windows-targets 0.48.5", 4118] 4119 4120[[package]] 4121name = "windows-sys" 4122version = "0.52.0" 4123source = "registry+https://github.com/rust-lang/crates.io-index" 4124checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 4125dependencies = [ 4126 "windows-targets 0.52.6", 4127] 4128 4129[[package]] 4130name = "windows-sys" 4131version = "0.59.0" 4132source = "registry+https://github.com/rust-lang/crates.io-index" 4133checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 4134dependencies = [ 4135 "windows-targets 0.52.6", 4136] 4137 4138[[package]] 4139name = "windows-sys" 4140version = "0.60.2" 4141source = "registry+https://github.com/rust-lang/crates.io-index" 4142checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 4143dependencies = [ 4144 "windows-targets 0.53.5", 4145] 4146 4147[[package]] 4148name = "windows-sys" 4149version = "0.61.2" 4150source = "registry+https://github.com/rust-lang/crates.io-index" 4151checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 4152dependencies = [ 4153 "windows-link", 4154] 4155 4156[[package]] 4157name = "windows-targets" 4158version = "0.42.2" 4159source = "registry+https://github.com/rust-lang/crates.io-index" 4160checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 4161dependencies = [ 4162 "windows_aarch64_gnullvm 0.42.2", 4163 "windows_aarch64_msvc 0.42.2", 4164 "windows_i686_gnu 0.42.2", 4165 "windows_i686_msvc 0.42.2", 4166 "windows_x86_64_gnu 0.42.2", 4167 "windows_x86_64_gnullvm 0.42.2", 4168 "windows_x86_64_msvc 0.42.2", 4169] 4170 4171[[package]] 4172name = "windows-targets" 4173version = "0.48.5" 4174source = "registry+https://github.com/rust-lang/crates.io-index" 4175checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 4176dependencies = [ 4177 "windows_aarch64_gnullvm 0.48.5", 4178 "windows_aarch64_msvc 0.48.5", 4179 "windows_i686_gnu 0.48.5", 4180 "windows_i686_msvc 0.48.5", 4181 "windows_x86_64_gnu 0.48.5", 4182 "windows_x86_64_gnullvm 0.48.5", 4183 "windows_x86_64_msvc 0.48.5", 4184] 4185 4186[[package]] 4187name = "windows-targets" 4188version = "0.52.6" 4189source = "registry+https://github.com/rust-lang/crates.io-index" 4190checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 4191dependencies = [ 4192 "windows_aarch64_gnullvm 0.52.6", 4193 "windows_aarch64_msvc 0.52.6", 4194 "windows_i686_gnu 0.52.6", 4195 "windows_i686_gnullvm 0.52.6", 4196 "windows_i686_msvc 0.52.6", 4197 "windows_x86_64_gnu 0.52.6", 4198 "windows_x86_64_gnullvm 0.52.6", 4199 "windows_x86_64_msvc 0.52.6", 4200] 4201 4202[[package]] 4203name = "windows-targets" 4204version = "0.53.5" 4205source = "registry+https://github.com/rust-lang/crates.io-index" 4206checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 4207dependencies = [ 4208 "windows-link", 4209 "windows_aarch64_gnullvm 0.53.1", 4210 "windows_aarch64_msvc 0.53.1", 4211 "windows_i686_gnu 0.53.1", 4212 "windows_i686_gnullvm 0.53.1", 4213 "windows_i686_msvc 0.53.1", 4214 "windows_x86_64_gnu 0.53.1", 4215 "windows_x86_64_gnullvm 0.53.1", 4216 "windows_x86_64_msvc 0.53.1", 4217] 4218 4219[[package]] 4220name = "windows-threading" 4221version = "0.2.1" 4222source = "registry+https://github.com/rust-lang/crates.io-index" 4223checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37" 4224dependencies = [ 4225 "windows-link", 4226] 4227 4228[[package]] 4229name = "windows_aarch64_gnullvm" 4230version = "0.42.2" 4231source = "registry+https://github.com/rust-lang/crates.io-index" 4232checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 4233 4234[[package]] 4235name = "windows_aarch64_gnullvm" 4236version = "0.48.5" 4237source = "registry+https://github.com/rust-lang/crates.io-index" 4238checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 4239 4240[[package]] 4241name = "windows_aarch64_gnullvm" 4242version = "0.52.6" 4243source = "registry+https://github.com/rust-lang/crates.io-index" 4244checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 4245 4246[[package]] 4247name = "windows_aarch64_gnullvm" 4248version = "0.53.1" 4249source = "registry+https://github.com/rust-lang/crates.io-index" 4250checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 4251 4252[[package]] 4253name = "windows_aarch64_msvc" 4254version = "0.42.2" 4255source = "registry+https://github.com/rust-lang/crates.io-index" 4256checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 4257 4258[[package]] 4259name = "windows_aarch64_msvc" 4260version = "0.48.5" 4261source = "registry+https://github.com/rust-lang/crates.io-index" 4262checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 4263 4264[[package]] 4265name = "windows_aarch64_msvc" 4266version = "0.52.6" 4267source = "registry+https://github.com/rust-lang/crates.io-index" 4268checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 4269 4270[[package]] 4271name = "windows_aarch64_msvc" 4272version = "0.53.1" 4273source = "registry+https://github.com/rust-lang/crates.io-index" 4274checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 4275 4276[[package]] 4277name = "windows_i686_gnu" 4278version = "0.42.2" 4279source = "registry+https://github.com/rust-lang/crates.io-index" 4280checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 4281 4282[[package]] 4283name = "windows_i686_gnu" 4284version = "0.48.5" 4285source = "registry+https://github.com/rust-lang/crates.io-index" 4286checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 4287 4288[[package]] 4289name = "windows_i686_gnu" 4290version = "0.52.6" 4291source = "registry+https://github.com/rust-lang/crates.io-index" 4292checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 4293 4294[[package]] 4295name = "windows_i686_gnu" 4296version = "0.53.1" 4297source = "registry+https://github.com/rust-lang/crates.io-index" 4298checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 4299 4300[[package]] 4301name = "windows_i686_gnullvm" 4302version = "0.52.6" 4303source = "registry+https://github.com/rust-lang/crates.io-index" 4304checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 4305 4306[[package]] 4307name = "windows_i686_gnullvm" 4308version = "0.53.1" 4309source = "registry+https://github.com/rust-lang/crates.io-index" 4310checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 4311 4312[[package]] 4313name = "windows_i686_msvc" 4314version = "0.42.2" 4315source = "registry+https://github.com/rust-lang/crates.io-index" 4316checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 4317 4318[[package]] 4319name = "windows_i686_msvc" 4320version = "0.48.5" 4321source = "registry+https://github.com/rust-lang/crates.io-index" 4322checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 4323 4324[[package]] 4325name = "windows_i686_msvc" 4326version = "0.52.6" 4327source = "registry+https://github.com/rust-lang/crates.io-index" 4328checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 4329 4330[[package]] 4331name = "windows_i686_msvc" 4332version = "0.53.1" 4333source = "registry+https://github.com/rust-lang/crates.io-index" 4334checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 4335 4336[[package]] 4337name = "windows_x86_64_gnu" 4338version = "0.42.2" 4339source = "registry+https://github.com/rust-lang/crates.io-index" 4340checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 4341 4342[[package]] 4343name = "windows_x86_64_gnu" 4344version = "0.48.5" 4345source = "registry+https://github.com/rust-lang/crates.io-index" 4346checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 4347 4348[[package]] 4349name = "windows_x86_64_gnu" 4350version = "0.52.6" 4351source = "registry+https://github.com/rust-lang/crates.io-index" 4352checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 4353 4354[[package]] 4355name = "windows_x86_64_gnu" 4356version = "0.53.1" 4357source = "registry+https://github.com/rust-lang/crates.io-index" 4358checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 4359 4360[[package]] 4361name = "windows_x86_64_gnullvm" 4362version = "0.42.2" 4363source = "registry+https://github.com/rust-lang/crates.io-index" 4364checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 4365 4366[[package]] 4367name = "windows_x86_64_gnullvm" 4368version = "0.48.5" 4369source = "registry+https://github.com/rust-lang/crates.io-index" 4370checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 4371 4372[[package]] 4373name = "windows_x86_64_gnullvm" 4374version = "0.52.6" 4375source = "registry+https://github.com/rust-lang/crates.io-index" 4376checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 4377 4378[[package]] 4379name = "windows_x86_64_gnullvm" 4380version = "0.53.1" 4381source = "registry+https://github.com/rust-lang/crates.io-index" 4382checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 4383 4384[[package]] 4385name = "windows_x86_64_msvc" 4386version = "0.42.2" 4387source = "registry+https://github.com/rust-lang/crates.io-index" 4388checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 4389 4390[[package]] 4391name = "windows_x86_64_msvc" 4392version = "0.48.5" 4393source = "registry+https://github.com/rust-lang/crates.io-index" 4394checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 4395 4396[[package]] 4397name = "windows_x86_64_msvc" 4398version = "0.52.6" 4399source = "registry+https://github.com/rust-lang/crates.io-index" 4400checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 4401 4402[[package]] 4403name = "windows_x86_64_msvc" 4404version = "0.53.1" 4405source = "registry+https://github.com/rust-lang/crates.io-index" 4406checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 4407 4408[[package]] 4409name = "winnow" 4410version = "0.7.14" 4411source = "registry+https://github.com/rust-lang/crates.io-index" 4412checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" 4413dependencies = [ 4414 "memchr", 4415] 4416 4417[[package]] 4418name = "winreg" 4419version = "0.50.0" 4420source = "registry+https://github.com/rust-lang/crates.io-index" 4421checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 4422dependencies = [ 4423 "cfg-if", 4424 "windows-sys 0.48.0", 4425] 4426 4427[[package]] 4428name = "wit-bindgen" 4429version = "0.51.0" 4430source = "registry+https://github.com/rust-lang/crates.io-index" 4431checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 4432dependencies = [ 4433 "wit-bindgen-rust-macro", 4434] 4435 4436[[package]] 4437name = "wit-bindgen-core" 4438version = "0.51.0" 4439source = "registry+https://github.com/rust-lang/crates.io-index" 4440checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" 4441dependencies = [ 4442 "anyhow", 4443 "heck", 4444 "wit-parser", 4445] 4446 4447[[package]] 4448name = "wit-bindgen-rust" 4449version = "0.51.0" 4450source = "registry+https://github.com/rust-lang/crates.io-index" 4451checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" 4452dependencies = [ 4453 "anyhow", 4454 "heck", 4455 "indexmap", 4456 "prettyplease", 4457 "syn", 4458 "wasm-metadata", 4459 "wit-bindgen-core", 4460 "wit-component", 4461] 4462 4463[[package]] 4464name = "wit-bindgen-rust-macro" 4465version = "0.51.0" 4466source = "registry+https://github.com/rust-lang/crates.io-index" 4467checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" 4468dependencies = [ 4469 "anyhow", 4470 "prettyplease", 4471 "proc-macro2", 4472 "quote", 4473 "syn", 4474 "wit-bindgen-core", 4475 "wit-bindgen-rust", 4476] 4477 4478[[package]] 4479name = "wit-component" 4480version = "0.244.0" 4481source = "registry+https://github.com/rust-lang/crates.io-index" 4482checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" 4483dependencies = [ 4484 "anyhow", 4485 "bitflags", 4486 "indexmap", 4487 "log", 4488 "serde", 4489 "serde_derive", 4490 "serde_json", 4491 "wasm-encoder", 4492 "wasm-metadata", 4493 "wasmparser", 4494 "wit-parser", 4495] 4496 4497[[package]] 4498name = "wit-parser" 4499version = "0.244.0" 4500source = "registry+https://github.com/rust-lang/crates.io-index" 4501checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" 4502dependencies = [ 4503 "anyhow", 4504 "id-arena", 4505 "indexmap", 4506 "log", 4507 "semver", 4508 "serde", 4509 "serde_derive", 4510 "serde_json", 4511 "unicode-xid", 4512 "wasmparser", 4513] 4514 4515[[package]] 4516name = "wmi" 4517version = "0.18.2" 4518source = "registry+https://github.com/rust-lang/crates.io-index" 4519checksum = "e49d9da833ef7c4419d8c3a18f0f7a8eca8ccc85f7ab8f359281c24100251211" 4520dependencies = [ 4521 "chrono", 4522 "futures", 4523 "log", 4524 "serde", 4525 "thiserror 2.0.18", 4526 "windows", 4527 "windows-core", 4528] 4529 4530[[package]] 4531name = "writeable" 4532version = "0.6.2" 4533source = "registry+https://github.com/rust-lang/crates.io-index" 4534checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" 4535 4536[[package]] 4537name = "ws_stream_wasm" 4538version = "0.7.5" 4539source = "registry+https://github.com/rust-lang/crates.io-index" 4540checksum = "6c173014acad22e83f16403ee360115b38846fe754e735c5d9d3803fe70c6abc" 4541dependencies = [ 4542 "async_io_stream", 4543 "futures", 4544 "js-sys", 4545 "log", 4546 "pharos", 4547 "rustc_version", 4548 "send_wrapper", 4549 "thiserror 2.0.18", 4550 "wasm-bindgen", 4551 "wasm-bindgen-futures", 4552 "web-sys", 4553] 4554 4555[[package]] 4556name = "xml-rs" 4557version = "0.8.28" 4558source = "registry+https://github.com/rust-lang/crates.io-index" 4559checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f" 4560 4561[[package]] 4562name = "xmltree" 4563version = "0.10.3" 4564source = "registry+https://github.com/rust-lang/crates.io-index" 4565checksum = "d7d8a75eaf6557bb84a65ace8609883db44a29951042ada9b393151532e41fcb" 4566dependencies = [ 4567 "xml-rs", 4568] 4569 4570[[package]] 4571name = "yoke" 4572version = "0.8.1" 4573source = "registry+https://github.com/rust-lang/crates.io-index" 4574checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" 4575dependencies = [ 4576 "stable_deref_trait", 4577 "yoke-derive", 4578 "zerofrom", 4579] 4580 4581[[package]] 4582name = "yoke-derive" 4583version = "0.8.1" 4584source = "registry+https://github.com/rust-lang/crates.io-index" 4585checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" 4586dependencies = [ 4587 "proc-macro2", 4588 "quote", 4589 "syn", 4590 "synstructure", 4591] 4592 4593[[package]] 4594name = "z32" 4595version = "1.3.0" 4596source = "registry+https://github.com/rust-lang/crates.io-index" 4597checksum = "2164e798d9e3d84ee2c91139ace54638059a3b23e361f5c11781c2c6459bde0f" 4598 4599[[package]] 4600name = "zerocopy" 4601version = "0.8.39" 4602source = "registry+https://github.com/rust-lang/crates.io-index" 4603checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a" 4604dependencies = [ 4605 "zerocopy-derive", 4606] 4607 4608[[package]] 4609name = "zerocopy-derive" 4610version = "0.8.39" 4611source = "registry+https://github.com/rust-lang/crates.io-index" 4612checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517" 4613dependencies = [ 4614 "proc-macro2", 4615 "quote", 4616 "syn", 4617] 4618 4619[[package]] 4620name = "zerofrom" 4621version = "0.1.6" 4622source = "registry+https://github.com/rust-lang/crates.io-index" 4623checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 4624dependencies = [ 4625 "zerofrom-derive", 4626] 4627 4628[[package]] 4629name = "zerofrom-derive" 4630version = "0.1.6" 4631source = "registry+https://github.com/rust-lang/crates.io-index" 4632checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 4633dependencies = [ 4634 "proc-macro2", 4635 "quote", 4636 "syn", 4637 "synstructure", 4638] 4639 4640[[package]] 4641name = "zeroize" 4642version = "1.8.2" 4643source = "registry+https://github.com/rust-lang/crates.io-index" 4644checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 4645dependencies = [ 4646 "zeroize_derive", 4647] 4648 4649[[package]] 4650name = "zeroize_derive" 4651version = "1.4.3" 4652source = "registry+https://github.com/rust-lang/crates.io-index" 4653checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e" 4654dependencies = [ 4655 "proc-macro2", 4656 "quote", 4657 "syn", 4658] 4659 4660[[package]] 4661name = "zerotrie" 4662version = "0.2.3" 4663source = "registry+https://github.com/rust-lang/crates.io-index" 4664checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" 4665dependencies = [ 4666 "displaydoc", 4667 "yoke", 4668 "zerofrom", 4669] 4670 4671[[package]] 4672name = "zerovec" 4673version = "0.11.5" 4674source = "registry+https://github.com/rust-lang/crates.io-index" 4675checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" 4676dependencies = [ 4677 "yoke", 4678 "zerofrom", 4679 "zerovec-derive", 4680] 4681 4682[[package]] 4683name = "zerovec-derive" 4684version = "0.11.2" 4685source = "registry+https://github.com/rust-lang/crates.io-index" 4686checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" 4687dependencies = [ 4688 "proc-macro2", 4689 "quote", 4690 "syn", 4691] 4692 4693[[package]] 4694name = "zmij" 4695version = "1.0.21" 4696source = "registry+https://github.com/rust-lang/crates.io-index" 4697checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"