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