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