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