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