this repo has no description
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "addr2line" 7version = "0.24.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler2" 16version = "2.0.0" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 19 20[[package]] 21name = "aho-corasick" 22version = "1.1.3" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 25dependencies = [ 26 "memchr", 27] 28 29[[package]] 30name = "allocator-api2" 31version = "0.2.21" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 34 35[[package]] 36name = "android-tzdata" 37version = "0.1.1" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 40 41[[package]] 42name = "android_system_properties" 43version = "0.1.5" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 46dependencies = [ 47 "libc", 48] 49 50[[package]] 51name = "anyhow" 52version = "1.0.95" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" 55 56[[package]] 57name = "async-channel" 58version = "1.9.0" 59source = "registry+https://github.com/rust-lang/crates.io-index" 60checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" 61dependencies = [ 62 "concurrent-queue", 63 "event-listener 2.5.3", 64 "futures-core", 65] 66 67[[package]] 68name = "async-compression" 69version = "0.4.18" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522" 72dependencies = [ 73 "flate2", 74 "futures-core", 75 "memchr", 76 "pin-project-lite", 77 "tokio", 78] 79 80[[package]] 81name = "async-lock" 82version = "3.4.0" 83source = "registry+https://github.com/rust-lang/crates.io-index" 84checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" 85dependencies = [ 86 "event-listener 5.4.0", 87 "event-listener-strategy", 88 "pin-project-lite", 89] 90 91[[package]] 92name = "async-trait" 93version = "0.1.85" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056" 96dependencies = [ 97 "proc-macro2", 98 "quote", 99 "syn", 100] 101 102[[package]] 103name = "atrium-api" 104version = "0.24.10" 105dependencies = [ 106 "atrium-xrpc", 107 "chrono", 108 "http 1.2.0", 109 "ipld-core", 110 "langtag", 111 "regex", 112 "serde", 113 "serde_bytes", 114 "serde_json", 115 "thiserror 1.0.69", 116 "tokio", 117 "trait-variant", 118] 119 120[[package]] 121name = "atrium-common" 122version = "0.1.0" 123dependencies = [ 124 "dashmap", 125 "lru", 126 "moka", 127 "thiserror 1.0.69", 128 "tokio", 129 "trait-variant", 130 "web-time", 131] 132 133[[package]] 134name = "atrium-identity" 135version = "0.1.0" 136dependencies = [ 137 "atrium-api", 138 "atrium-common", 139 "atrium-xrpc", 140 "serde", 141 "serde_html_form", 142 "serde_json", 143 "thiserror 1.0.69", 144 "trait-variant", 145] 146 147[[package]] 148name = "atrium-oauth-client" 149version = "0.1.0" 150dependencies = [ 151 "atrium-api", 152 "atrium-common", 153 "atrium-identity", 154 "atrium-xrpc", 155 "base64", 156 "chrono", 157 "ecdsa", 158 "elliptic-curve", 159 "jose-jwa", 160 "jose-jwk", 161 "p256", 162 "rand", 163 "reqwest", 164 "serde", 165 "serde_html_form", 166 "serde_json", 167 "sha2", 168 "thiserror 1.0.69", 169 "trait-variant", 170] 171 172[[package]] 173name = "atrium-xrpc" 174version = "0.12.0" 175dependencies = [ 176 "http 1.2.0", 177 "serde", 178 "serde_html_form", 179 "serde_json", 180 "thiserror 1.0.69", 181 "trait-variant", 182] 183 184[[package]] 185name = "atrium-xrpc-client" 186version = "0.5.10" 187dependencies = [ 188 "atrium-xrpc", 189 "isahc", 190 "reqwest", 191] 192 193[[package]] 194name = "autocfg" 195version = "1.4.0" 196source = "registry+https://github.com/rust-lang/crates.io-index" 197checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 198 199[[package]] 200name = "axum" 201version = "0.8.1" 202source = "registry+https://github.com/rust-lang/crates.io-index" 203checksum = "6d6fd624c75e18b3b4c6b9caf42b1afe24437daaee904069137d8bab077be8b8" 204dependencies = [ 205 "axum-core", 206 "bytes", 207 "form_urlencoded", 208 "futures-util", 209 "http 1.2.0", 210 "http-body", 211 "http-body-util", 212 "hyper", 213 "hyper-util", 214 "itoa", 215 "matchit", 216 "memchr", 217 "mime", 218 "percent-encoding", 219 "pin-project-lite", 220 "rustversion", 221 "serde", 222 "serde_json", 223 "serde_path_to_error", 224 "serde_urlencoded", 225 "sync_wrapper", 226 "tokio", 227 "tower", 228 "tower-layer", 229 "tower-service", 230 "tracing", 231] 232 233[[package]] 234name = "axum-core" 235version = "0.5.0" 236source = "registry+https://github.com/rust-lang/crates.io-index" 237checksum = "df1362f362fd16024ae199c1970ce98f9661bf5ef94b9808fee734bc3698b733" 238dependencies = [ 239 "bytes", 240 "futures-util", 241 "http 1.2.0", 242 "http-body", 243 "http-body-util", 244 "mime", 245 "pin-project-lite", 246 "rustversion", 247 "sync_wrapper", 248 "tower-layer", 249 "tower-service", 250 "tracing", 251] 252 253[[package]] 254name = "backtrace" 255version = "0.3.74" 256source = "registry+https://github.com/rust-lang/crates.io-index" 257checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" 258dependencies = [ 259 "addr2line", 260 "cfg-if", 261 "libc", 262 "miniz_oxide", 263 "object", 264 "rustc-demangle", 265 "windows-targets 0.52.6", 266] 267 268[[package]] 269name = "base-x" 270version = "0.2.11" 271source = "registry+https://github.com/rust-lang/crates.io-index" 272checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 273 274[[package]] 275name = "base16ct" 276version = "0.2.0" 277source = "registry+https://github.com/rust-lang/crates.io-index" 278checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 279 280[[package]] 281name = "base64" 282version = "0.22.1" 283source = "registry+https://github.com/rust-lang/crates.io-index" 284checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 285 286[[package]] 287name = "base64ct" 288version = "1.6.0" 289source = "registry+https://github.com/rust-lang/crates.io-index" 290checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 291 292[[package]] 293name = "bitflags" 294version = "1.3.2" 295source = "registry+https://github.com/rust-lang/crates.io-index" 296checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 297 298[[package]] 299name = "bitflags" 300version = "2.8.0" 301source = "registry+https://github.com/rust-lang/crates.io-index" 302checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" 303 304[[package]] 305name = "block-buffer" 306version = "0.10.4" 307source = "registry+https://github.com/rust-lang/crates.io-index" 308checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 309dependencies = [ 310 "generic-array", 311] 312 313[[package]] 314name = "bumpalo" 315version = "3.16.0" 316source = "registry+https://github.com/rust-lang/crates.io-index" 317checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 318 319[[package]] 320name = "byteorder" 321version = "1.5.0" 322source = "registry+https://github.com/rust-lang/crates.io-index" 323checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 324 325[[package]] 326name = "bytes" 327version = "1.9.0" 328source = "registry+https://github.com/rust-lang/crates.io-index" 329checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" 330 331[[package]] 332name = "castaway" 333version = "0.1.2" 334source = "registry+https://github.com/rust-lang/crates.io-index" 335checksum = "a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6" 336 337[[package]] 338name = "cc" 339version = "1.2.10" 340source = "registry+https://github.com/rust-lang/crates.io-index" 341checksum = "13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229" 342dependencies = [ 343 "shlex", 344] 345 346[[package]] 347name = "cfg-if" 348version = "1.0.0" 349source = "registry+https://github.com/rust-lang/crates.io-index" 350checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 351 352[[package]] 353name = "chrono" 354version = "0.4.39" 355source = "registry+https://github.com/rust-lang/crates.io-index" 356checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" 357dependencies = [ 358 "android-tzdata", 359 "iana-time-zone", 360 "js-sys", 361 "num-traits", 362 "serde", 363 "wasm-bindgen", 364 "windows-targets 0.52.6", 365] 366 367[[package]] 368name = "cid" 369version = "0.11.1" 370source = "registry+https://github.com/rust-lang/crates.io-index" 371checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" 372dependencies = [ 373 "core2", 374 "multibase", 375 "multihash", 376 "serde", 377 "serde_bytes", 378 "unsigned-varint", 379] 380 381[[package]] 382name = "concurrent-queue" 383version = "2.5.0" 384source = "registry+https://github.com/rust-lang/crates.io-index" 385checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 386dependencies = [ 387 "crossbeam-utils", 388] 389 390[[package]] 391name = "const-oid" 392version = "0.9.6" 393source = "registry+https://github.com/rust-lang/crates.io-index" 394checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 395 396[[package]] 397name = "cookie" 398version = "0.18.1" 399source = "registry+https://github.com/rust-lang/crates.io-index" 400checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" 401dependencies = [ 402 "percent-encoding", 403 "time", 404 "version_check", 405] 406 407[[package]] 408name = "core" 409version = "0.1.0" 410dependencies = [ 411 "anyhow", 412 "atrium-api", 413 "atrium-common", 414 "atrium-identity", 415 "atrium-oauth-client", 416 "atrium-xrpc", 417 "atrium-xrpc-client", 418 "axum", 419 "hickory-resolver", 420 "serde", 421 "tokio", 422 "tower-sessions", 423] 424 425[[package]] 426name = "core-foundation" 427version = "0.9.4" 428source = "registry+https://github.com/rust-lang/crates.io-index" 429checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 430dependencies = [ 431 "core-foundation-sys", 432 "libc", 433] 434 435[[package]] 436name = "core-foundation-sys" 437version = "0.8.7" 438source = "registry+https://github.com/rust-lang/crates.io-index" 439checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 440 441[[package]] 442name = "core2" 443version = "0.4.0" 444source = "registry+https://github.com/rust-lang/crates.io-index" 445checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 446dependencies = [ 447 "memchr", 448] 449 450[[package]] 451name = "cpufeatures" 452version = "0.2.16" 453source = "registry+https://github.com/rust-lang/crates.io-index" 454checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3" 455dependencies = [ 456 "libc", 457] 458 459[[package]] 460name = "crc32fast" 461version = "1.4.2" 462source = "registry+https://github.com/rust-lang/crates.io-index" 463checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 464dependencies = [ 465 "cfg-if", 466] 467 468[[package]] 469name = "crossbeam-channel" 470version = "0.5.14" 471source = "registry+https://github.com/rust-lang/crates.io-index" 472checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471" 473dependencies = [ 474 "crossbeam-utils", 475] 476 477[[package]] 478name = "crossbeam-epoch" 479version = "0.9.18" 480source = "registry+https://github.com/rust-lang/crates.io-index" 481checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 482dependencies = [ 483 "crossbeam-utils", 484] 485 486[[package]] 487name = "crossbeam-utils" 488version = "0.8.21" 489source = "registry+https://github.com/rust-lang/crates.io-index" 490checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 491 492[[package]] 493name = "crypto-bigint" 494version = "0.5.5" 495source = "registry+https://github.com/rust-lang/crates.io-index" 496checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 497dependencies = [ 498 "generic-array", 499 "rand_core", 500 "subtle", 501 "zeroize", 502] 503 504[[package]] 505name = "crypto-common" 506version = "0.1.6" 507source = "registry+https://github.com/rust-lang/crates.io-index" 508checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 509dependencies = [ 510 "generic-array", 511 "typenum", 512] 513 514[[package]] 515name = "curl" 516version = "0.4.47" 517source = "registry+https://github.com/rust-lang/crates.io-index" 518checksum = "d9fb4d13a1be2b58f14d60adba57c9834b78c62fd86c3e76a148f732686e9265" 519dependencies = [ 520 "curl-sys", 521 "libc", 522 "openssl-probe", 523 "openssl-sys", 524 "schannel", 525 "socket2", 526 "windows-sys 0.52.0", 527] 528 529[[package]] 530name = "curl-sys" 531version = "0.4.78+curl-8.11.0" 532source = "registry+https://github.com/rust-lang/crates.io-index" 533checksum = "8eec768341c5c7789611ae51cf6c459099f22e64a5d5d0ce4892434e33821eaf" 534dependencies = [ 535 "cc", 536 "libc", 537 "libnghttp2-sys", 538 "libz-sys", 539 "openssl-sys", 540 "pkg-config", 541 "vcpkg", 542 "windows-sys 0.52.0", 543] 544 545[[package]] 546name = "dashmap" 547version = "6.1.0" 548source = "registry+https://github.com/rust-lang/crates.io-index" 549checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" 550dependencies = [ 551 "cfg-if", 552 "crossbeam-utils", 553 "hashbrown 0.14.5", 554 "lock_api", 555 "once_cell", 556 "parking_lot_core", 557] 558 559[[package]] 560name = "data-encoding" 561version = "2.7.0" 562source = "registry+https://github.com/rust-lang/crates.io-index" 563checksum = "0e60eed09d8c01d3cee5b7d30acb059b76614c918fa0f992e0dd6eeb10daad6f" 564 565[[package]] 566name = "data-encoding-macro" 567version = "0.1.16" 568source = "registry+https://github.com/rust-lang/crates.io-index" 569checksum = "5b16d9d0d88a5273d830dac8b78ceb217ffc9b1d5404e5597a3542515329405b" 570dependencies = [ 571 "data-encoding", 572 "data-encoding-macro-internal", 573] 574 575[[package]] 576name = "data-encoding-macro-internal" 577version = "0.1.14" 578source = "registry+https://github.com/rust-lang/crates.io-index" 579checksum = "1145d32e826a7748b69ee8fc62d3e6355ff7f1051df53141e7048162fc90481b" 580dependencies = [ 581 "data-encoding", 582 "syn", 583] 584 585[[package]] 586name = "der" 587version = "0.7.9" 588source = "registry+https://github.com/rust-lang/crates.io-index" 589checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" 590dependencies = [ 591 "const-oid", 592 "zeroize", 593] 594 595[[package]] 596name = "deranged" 597version = "0.3.11" 598source = "registry+https://github.com/rust-lang/crates.io-index" 599checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 600dependencies = [ 601 "powerfmt", 602 "serde", 603] 604 605[[package]] 606name = "digest" 607version = "0.10.7" 608source = "registry+https://github.com/rust-lang/crates.io-index" 609checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 610dependencies = [ 611 "block-buffer", 612 "const-oid", 613 "crypto-common", 614 "subtle", 615] 616 617[[package]] 618name = "displaydoc" 619version = "0.2.5" 620source = "registry+https://github.com/rust-lang/crates.io-index" 621checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 622dependencies = [ 623 "proc-macro2", 624 "quote", 625 "syn", 626] 627 628[[package]] 629name = "ecdsa" 630version = "0.16.9" 631source = "registry+https://github.com/rust-lang/crates.io-index" 632checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 633dependencies = [ 634 "der", 635 "digest", 636 "elliptic-curve", 637 "rfc6979", 638 "signature", 639] 640 641[[package]] 642name = "elliptic-curve" 643version = "0.13.8" 644source = "registry+https://github.com/rust-lang/crates.io-index" 645checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 646dependencies = [ 647 "base16ct", 648 "crypto-bigint", 649 "digest", 650 "ff", 651 "generic-array", 652 "group", 653 "rand_core", 654 "sec1", 655 "subtle", 656 "zeroize", 657] 658 659[[package]] 660name = "encoding_rs" 661version = "0.8.35" 662source = "registry+https://github.com/rust-lang/crates.io-index" 663checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 664dependencies = [ 665 "cfg-if", 666] 667 668[[package]] 669name = "enum-as-inner" 670version = "0.6.1" 671source = "registry+https://github.com/rust-lang/crates.io-index" 672checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" 673dependencies = [ 674 "heck", 675 "proc-macro2", 676 "quote", 677 "syn", 678] 679 680[[package]] 681name = "equivalent" 682version = "1.0.1" 683source = "registry+https://github.com/rust-lang/crates.io-index" 684checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 685 686[[package]] 687name = "errno" 688version = "0.3.10" 689source = "registry+https://github.com/rust-lang/crates.io-index" 690checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" 691dependencies = [ 692 "libc", 693 "windows-sys 0.59.0", 694] 695 696[[package]] 697name = "event-listener" 698version = "2.5.3" 699source = "registry+https://github.com/rust-lang/crates.io-index" 700checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 701 702[[package]] 703name = "event-listener" 704version = "5.4.0" 705source = "registry+https://github.com/rust-lang/crates.io-index" 706checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae" 707dependencies = [ 708 "concurrent-queue", 709 "parking", 710 "pin-project-lite", 711] 712 713[[package]] 714name = "event-listener-strategy" 715version = "0.5.3" 716source = "registry+https://github.com/rust-lang/crates.io-index" 717checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2" 718dependencies = [ 719 "event-listener 5.4.0", 720 "pin-project-lite", 721] 722 723[[package]] 724name = "fastrand" 725version = "1.9.0" 726source = "registry+https://github.com/rust-lang/crates.io-index" 727checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 728dependencies = [ 729 "instant", 730] 731 732[[package]] 733name = "fastrand" 734version = "2.3.0" 735source = "registry+https://github.com/rust-lang/crates.io-index" 736checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 737 738[[package]] 739name = "ff" 740version = "0.13.0" 741source = "registry+https://github.com/rust-lang/crates.io-index" 742checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" 743dependencies = [ 744 "rand_core", 745 "subtle", 746] 747 748[[package]] 749name = "flate2" 750version = "1.0.35" 751source = "registry+https://github.com/rust-lang/crates.io-index" 752checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c" 753dependencies = [ 754 "crc32fast", 755 "miniz_oxide", 756] 757 758[[package]] 759name = "fnv" 760version = "1.0.7" 761source = "registry+https://github.com/rust-lang/crates.io-index" 762checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 763 764[[package]] 765name = "foldhash" 766version = "0.1.4" 767source = "registry+https://github.com/rust-lang/crates.io-index" 768checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f" 769 770[[package]] 771name = "foreign-types" 772version = "0.3.2" 773source = "registry+https://github.com/rust-lang/crates.io-index" 774checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 775dependencies = [ 776 "foreign-types-shared", 777] 778 779[[package]] 780name = "foreign-types-shared" 781version = "0.1.1" 782source = "registry+https://github.com/rust-lang/crates.io-index" 783checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 784 785[[package]] 786name = "form_urlencoded" 787version = "1.2.1" 788source = "registry+https://github.com/rust-lang/crates.io-index" 789checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 790dependencies = [ 791 "percent-encoding", 792] 793 794[[package]] 795name = "futures" 796version = "0.3.31" 797source = "registry+https://github.com/rust-lang/crates.io-index" 798checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 799dependencies = [ 800 "futures-channel", 801 "futures-core", 802 "futures-io", 803 "futures-sink", 804 "futures-task", 805 "futures-util", 806] 807 808[[package]] 809name = "futures-channel" 810version = "0.3.31" 811source = "registry+https://github.com/rust-lang/crates.io-index" 812checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 813dependencies = [ 814 "futures-core", 815 "futures-sink", 816] 817 818[[package]] 819name = "futures-core" 820version = "0.3.31" 821source = "registry+https://github.com/rust-lang/crates.io-index" 822checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 823 824[[package]] 825name = "futures-io" 826version = "0.3.31" 827source = "registry+https://github.com/rust-lang/crates.io-index" 828checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 829 830[[package]] 831name = "futures-lite" 832version = "1.13.0" 833source = "registry+https://github.com/rust-lang/crates.io-index" 834checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" 835dependencies = [ 836 "fastrand 1.9.0", 837 "futures-core", 838 "futures-io", 839 "memchr", 840 "parking", 841 "pin-project-lite", 842 "waker-fn", 843] 844 845[[package]] 846name = "futures-macro" 847version = "0.3.31" 848source = "registry+https://github.com/rust-lang/crates.io-index" 849checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 850dependencies = [ 851 "proc-macro2", 852 "quote", 853 "syn", 854] 855 856[[package]] 857name = "futures-sink" 858version = "0.3.31" 859source = "registry+https://github.com/rust-lang/crates.io-index" 860checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 861 862[[package]] 863name = "futures-task" 864version = "0.3.31" 865source = "registry+https://github.com/rust-lang/crates.io-index" 866checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 867 868[[package]] 869name = "futures-util" 870version = "0.3.31" 871source = "registry+https://github.com/rust-lang/crates.io-index" 872checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 873dependencies = [ 874 "futures-core", 875 "futures-macro", 876 "futures-sink", 877 "futures-task", 878 "pin-project-lite", 879 "pin-utils", 880 "slab", 881] 882 883[[package]] 884name = "generator" 885version = "0.8.4" 886source = "registry+https://github.com/rust-lang/crates.io-index" 887checksum = "cc6bd114ceda131d3b1d665eba35788690ad37f5916457286b32ab6fd3c438dd" 888dependencies = [ 889 "cfg-if", 890 "libc", 891 "log", 892 "rustversion", 893 "windows", 894] 895 896[[package]] 897name = "generic-array" 898version = "0.14.7" 899source = "registry+https://github.com/rust-lang/crates.io-index" 900checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 901dependencies = [ 902 "typenum", 903 "version_check", 904 "zeroize", 905] 906 907[[package]] 908name = "getrandom" 909version = "0.2.15" 910source = "registry+https://github.com/rust-lang/crates.io-index" 911checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 912dependencies = [ 913 "cfg-if", 914 "libc", 915 "wasi", 916] 917 918[[package]] 919name = "gimli" 920version = "0.31.1" 921source = "registry+https://github.com/rust-lang/crates.io-index" 922checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 923 924[[package]] 925name = "group" 926version = "0.13.0" 927source = "registry+https://github.com/rust-lang/crates.io-index" 928checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 929dependencies = [ 930 "ff", 931 "rand_core", 932 "subtle", 933] 934 935[[package]] 936name = "hashbrown" 937version = "0.14.5" 938source = "registry+https://github.com/rust-lang/crates.io-index" 939checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 940 941[[package]] 942name = "hashbrown" 943version = "0.15.2" 944source = "registry+https://github.com/rust-lang/crates.io-index" 945checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" 946dependencies = [ 947 "allocator-api2", 948 "equivalent", 949 "foldhash", 950] 951 952[[package]] 953name = "heck" 954version = "0.5.0" 955source = "registry+https://github.com/rust-lang/crates.io-index" 956checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 957 958[[package]] 959name = "hickory-proto" 960version = "0.24.2" 961source = "registry+https://github.com/rust-lang/crates.io-index" 962checksum = "447afdcdb8afb9d0a852af6dc65d9b285ce720ed7a59e42a8bf2e931c67bc1b5" 963dependencies = [ 964 "async-trait", 965 "cfg-if", 966 "data-encoding", 967 "enum-as-inner", 968 "futures-channel", 969 "futures-io", 970 "futures-util", 971 "idna", 972 "ipnet", 973 "once_cell", 974 "rand", 975 "thiserror 1.0.69", 976 "tinyvec", 977 "tokio", 978 "tracing", 979 "url", 980] 981 982[[package]] 983name = "hickory-resolver" 984version = "0.24.2" 985source = "registry+https://github.com/rust-lang/crates.io-index" 986checksum = "0a2e2aba9c389ce5267d31cf1e4dace82390ae276b0b364ea55630b1fa1b44b4" 987dependencies = [ 988 "cfg-if", 989 "futures-util", 990 "hickory-proto", 991 "ipconfig", 992 "lru-cache", 993 "once_cell", 994 "parking_lot", 995 "rand", 996 "resolv-conf", 997 "smallvec", 998 "thiserror 1.0.69", 999 "tokio", 1000 "tracing", 1001] 1002 1003[[package]] 1004name = "hmac" 1005version = "0.12.1" 1006source = "registry+https://github.com/rust-lang/crates.io-index" 1007checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1008dependencies = [ 1009 "digest", 1010] 1011 1012[[package]] 1013name = "hostname" 1014version = "0.3.1" 1015source = "registry+https://github.com/rust-lang/crates.io-index" 1016checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" 1017dependencies = [ 1018 "libc", 1019 "match_cfg", 1020 "winapi", 1021] 1022 1023[[package]] 1024name = "http" 1025version = "0.2.12" 1026source = "registry+https://github.com/rust-lang/crates.io-index" 1027checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 1028dependencies = [ 1029 "bytes", 1030 "fnv", 1031 "itoa", 1032] 1033 1034[[package]] 1035name = "http" 1036version = "1.2.0" 1037source = "registry+https://github.com/rust-lang/crates.io-index" 1038checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" 1039dependencies = [ 1040 "bytes", 1041 "fnv", 1042 "itoa", 1043] 1044 1045[[package]] 1046name = "http-body" 1047version = "1.0.1" 1048source = "registry+https://github.com/rust-lang/crates.io-index" 1049checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1050dependencies = [ 1051 "bytes", 1052 "http 1.2.0", 1053] 1054 1055[[package]] 1056name = "http-body-util" 1057version = "0.1.2" 1058source = "registry+https://github.com/rust-lang/crates.io-index" 1059checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" 1060dependencies = [ 1061 "bytes", 1062 "futures-util", 1063 "http 1.2.0", 1064 "http-body", 1065 "pin-project-lite", 1066] 1067 1068[[package]] 1069name = "httparse" 1070version = "1.9.5" 1071source = "registry+https://github.com/rust-lang/crates.io-index" 1072checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" 1073 1074[[package]] 1075name = "httpdate" 1076version = "1.0.3" 1077source = "registry+https://github.com/rust-lang/crates.io-index" 1078checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1079 1080[[package]] 1081name = "hyper" 1082version = "1.5.2" 1083source = "registry+https://github.com/rust-lang/crates.io-index" 1084checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0" 1085dependencies = [ 1086 "bytes", 1087 "futures-channel", 1088 "futures-util", 1089 "http 1.2.0", 1090 "http-body", 1091 "httparse", 1092 "httpdate", 1093 "itoa", 1094 "pin-project-lite", 1095 "smallvec", 1096 "tokio", 1097 "want", 1098] 1099 1100[[package]] 1101name = "hyper-tls" 1102version = "0.6.0" 1103source = "registry+https://github.com/rust-lang/crates.io-index" 1104checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 1105dependencies = [ 1106 "bytes", 1107 "http-body-util", 1108 "hyper", 1109 "hyper-util", 1110 "native-tls", 1111 "tokio", 1112 "tokio-native-tls", 1113 "tower-service", 1114] 1115 1116[[package]] 1117name = "hyper-util" 1118version = "0.1.10" 1119source = "registry+https://github.com/rust-lang/crates.io-index" 1120checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" 1121dependencies = [ 1122 "bytes", 1123 "futures-channel", 1124 "futures-util", 1125 "http 1.2.0", 1126 "http-body", 1127 "hyper", 1128 "pin-project-lite", 1129 "socket2", 1130 "tokio", 1131 "tower-service", 1132 "tracing", 1133] 1134 1135[[package]] 1136name = "iana-time-zone" 1137version = "0.1.61" 1138source = "registry+https://github.com/rust-lang/crates.io-index" 1139checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" 1140dependencies = [ 1141 "android_system_properties", 1142 "core-foundation-sys", 1143 "iana-time-zone-haiku", 1144 "js-sys", 1145 "wasm-bindgen", 1146 "windows-core 0.52.0", 1147] 1148 1149[[package]] 1150name = "iana-time-zone-haiku" 1151version = "0.1.2" 1152source = "registry+https://github.com/rust-lang/crates.io-index" 1153checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1154dependencies = [ 1155 "cc", 1156] 1157 1158[[package]] 1159name = "icu_collections" 1160version = "1.5.0" 1161source = "registry+https://github.com/rust-lang/crates.io-index" 1162checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 1163dependencies = [ 1164 "displaydoc", 1165 "yoke", 1166 "zerofrom", 1167 "zerovec", 1168] 1169 1170[[package]] 1171name = "icu_locid" 1172version = "1.5.0" 1173source = "registry+https://github.com/rust-lang/crates.io-index" 1174checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 1175dependencies = [ 1176 "displaydoc", 1177 "litemap", 1178 "tinystr", 1179 "writeable", 1180 "zerovec", 1181] 1182 1183[[package]] 1184name = "icu_locid_transform" 1185version = "1.5.0" 1186source = "registry+https://github.com/rust-lang/crates.io-index" 1187checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 1188dependencies = [ 1189 "displaydoc", 1190 "icu_locid", 1191 "icu_locid_transform_data", 1192 "icu_provider", 1193 "tinystr", 1194 "zerovec", 1195] 1196 1197[[package]] 1198name = "icu_locid_transform_data" 1199version = "1.5.0" 1200source = "registry+https://github.com/rust-lang/crates.io-index" 1201checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" 1202 1203[[package]] 1204name = "icu_normalizer" 1205version = "1.5.0" 1206source = "registry+https://github.com/rust-lang/crates.io-index" 1207checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 1208dependencies = [ 1209 "displaydoc", 1210 "icu_collections", 1211 "icu_normalizer_data", 1212 "icu_properties", 1213 "icu_provider", 1214 "smallvec", 1215 "utf16_iter", 1216 "utf8_iter", 1217 "write16", 1218 "zerovec", 1219] 1220 1221[[package]] 1222name = "icu_normalizer_data" 1223version = "1.5.0" 1224source = "registry+https://github.com/rust-lang/crates.io-index" 1225checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" 1226 1227[[package]] 1228name = "icu_properties" 1229version = "1.5.1" 1230source = "registry+https://github.com/rust-lang/crates.io-index" 1231checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" 1232dependencies = [ 1233 "displaydoc", 1234 "icu_collections", 1235 "icu_locid_transform", 1236 "icu_properties_data", 1237 "icu_provider", 1238 "tinystr", 1239 "zerovec", 1240] 1241 1242[[package]] 1243name = "icu_properties_data" 1244version = "1.5.0" 1245source = "registry+https://github.com/rust-lang/crates.io-index" 1246checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" 1247 1248[[package]] 1249name = "icu_provider" 1250version = "1.5.0" 1251source = "registry+https://github.com/rust-lang/crates.io-index" 1252checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 1253dependencies = [ 1254 "displaydoc", 1255 "icu_locid", 1256 "icu_provider_macros", 1257 "stable_deref_trait", 1258 "tinystr", 1259 "writeable", 1260 "yoke", 1261 "zerofrom", 1262 "zerovec", 1263] 1264 1265[[package]] 1266name = "icu_provider_macros" 1267version = "1.5.0" 1268source = "registry+https://github.com/rust-lang/crates.io-index" 1269checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 1270dependencies = [ 1271 "proc-macro2", 1272 "quote", 1273 "syn", 1274] 1275 1276[[package]] 1277name = "idna" 1278version = "1.0.3" 1279source = "registry+https://github.com/rust-lang/crates.io-index" 1280checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 1281dependencies = [ 1282 "idna_adapter", 1283 "smallvec", 1284 "utf8_iter", 1285] 1286 1287[[package]] 1288name = "idna_adapter" 1289version = "1.2.0" 1290source = "registry+https://github.com/rust-lang/crates.io-index" 1291checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" 1292dependencies = [ 1293 "icu_normalizer", 1294 "icu_properties", 1295] 1296 1297[[package]] 1298name = "indexmap" 1299version = "2.7.1" 1300source = "registry+https://github.com/rust-lang/crates.io-index" 1301checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652" 1302dependencies = [ 1303 "equivalent", 1304 "hashbrown 0.15.2", 1305] 1306 1307[[package]] 1308name = "instant" 1309version = "0.1.13" 1310source = "registry+https://github.com/rust-lang/crates.io-index" 1311checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 1312dependencies = [ 1313 "cfg-if", 1314] 1315 1316[[package]] 1317name = "ipconfig" 1318version = "0.3.2" 1319source = "registry+https://github.com/rust-lang/crates.io-index" 1320checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" 1321dependencies = [ 1322 "socket2", 1323 "widestring", 1324 "windows-sys 0.48.0", 1325 "winreg", 1326] 1327 1328[[package]] 1329name = "ipld-core" 1330version = "0.4.1" 1331source = "registry+https://github.com/rust-lang/crates.io-index" 1332checksum = "b4ede82a79e134f179f4b29b5fdb1eb92bd1b38c4dfea394c539051150a21b9b" 1333dependencies = [ 1334 "cid", 1335 "serde", 1336 "serde_bytes", 1337] 1338 1339[[package]] 1340name = "ipnet" 1341version = "2.11.0" 1342source = "registry+https://github.com/rust-lang/crates.io-index" 1343checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 1344 1345[[package]] 1346name = "isahc" 1347version = "1.7.2" 1348source = "registry+https://github.com/rust-lang/crates.io-index" 1349checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9" 1350dependencies = [ 1351 "async-channel", 1352 "castaway", 1353 "crossbeam-utils", 1354 "curl", 1355 "curl-sys", 1356 "encoding_rs", 1357 "event-listener 2.5.3", 1358 "futures-lite", 1359 "http 0.2.12", 1360 "log", 1361 "mime", 1362 "once_cell", 1363 "polling", 1364 "slab", 1365 "sluice", 1366 "tracing", 1367 "tracing-futures", 1368 "url", 1369 "waker-fn", 1370] 1371 1372[[package]] 1373name = "itoa" 1374version = "1.0.14" 1375source = "registry+https://github.com/rust-lang/crates.io-index" 1376checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" 1377 1378[[package]] 1379name = "jose-b64" 1380version = "0.1.2" 1381source = "registry+https://github.com/rust-lang/crates.io-index" 1382checksum = "bec69375368709666b21c76965ce67549f2d2db7605f1f8707d17c9656801b56" 1383dependencies = [ 1384 "base64ct", 1385 "serde", 1386 "subtle", 1387 "zeroize", 1388] 1389 1390[[package]] 1391name = "jose-jwa" 1392version = "0.1.2" 1393source = "registry+https://github.com/rust-lang/crates.io-index" 1394checksum = "9ab78e053fe886a351d67cf0d194c000f9d0dcb92906eb34d853d7e758a4b3a7" 1395dependencies = [ 1396 "serde", 1397] 1398 1399[[package]] 1400name = "jose-jwk" 1401version = "0.1.2" 1402source = "registry+https://github.com/rust-lang/crates.io-index" 1403checksum = "280fa263807fe0782ecb6f2baadc28dffc04e00558a58e33bfdb801d11fd58e7" 1404dependencies = [ 1405 "jose-b64", 1406 "jose-jwa", 1407 "p256", 1408 "serde", 1409 "zeroize", 1410] 1411 1412[[package]] 1413name = "js-sys" 1414version = "0.3.77" 1415source = "registry+https://github.com/rust-lang/crates.io-index" 1416checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 1417dependencies = [ 1418 "once_cell", 1419 "wasm-bindgen", 1420] 1421 1422[[package]] 1423name = "langtag" 1424version = "0.3.4" 1425source = "registry+https://github.com/rust-lang/crates.io-index" 1426checksum = "ed60c85f254d6ae8450cec15eedd921efbc4d1bdf6fcf6202b9a58b403f6f805" 1427dependencies = [ 1428 "serde", 1429] 1430 1431[[package]] 1432name = "lazy_static" 1433version = "1.5.0" 1434source = "registry+https://github.com/rust-lang/crates.io-index" 1435checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1436 1437[[package]] 1438name = "libc" 1439version = "0.2.169" 1440source = "registry+https://github.com/rust-lang/crates.io-index" 1441checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" 1442 1443[[package]] 1444name = "libnghttp2-sys" 1445version = "0.1.11+1.64.0" 1446source = "registry+https://github.com/rust-lang/crates.io-index" 1447checksum = "1b6c24e48a7167cffa7119da39d577fa482e66c688a4aac016bee862e1a713c4" 1448dependencies = [ 1449 "cc", 1450 "libc", 1451] 1452 1453[[package]] 1454name = "libz-sys" 1455version = "1.1.21" 1456source = "registry+https://github.com/rust-lang/crates.io-index" 1457checksum = "df9b68e50e6e0b26f672573834882eb57759f6db9b3be2ea3c35c91188bb4eaa" 1458dependencies = [ 1459 "cc", 1460 "libc", 1461 "pkg-config", 1462 "vcpkg", 1463] 1464 1465[[package]] 1466name = "linked-hash-map" 1467version = "0.5.6" 1468source = "registry+https://github.com/rust-lang/crates.io-index" 1469checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 1470 1471[[package]] 1472name = "linux-raw-sys" 1473version = "0.4.15" 1474source = "registry+https://github.com/rust-lang/crates.io-index" 1475checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 1476 1477[[package]] 1478name = "litemap" 1479version = "0.7.4" 1480source = "registry+https://github.com/rust-lang/crates.io-index" 1481checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" 1482 1483[[package]] 1484name = "lock_api" 1485version = "0.4.12" 1486source = "registry+https://github.com/rust-lang/crates.io-index" 1487checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 1488dependencies = [ 1489 "autocfg", 1490 "scopeguard", 1491 "serde", 1492] 1493 1494[[package]] 1495name = "log" 1496version = "0.4.25" 1497source = "registry+https://github.com/rust-lang/crates.io-index" 1498checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" 1499 1500[[package]] 1501name = "loom" 1502version = "0.7.2" 1503source = "registry+https://github.com/rust-lang/crates.io-index" 1504checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" 1505dependencies = [ 1506 "cfg-if", 1507 "generator", 1508 "scoped-tls", 1509 "tracing", 1510 "tracing-subscriber", 1511] 1512 1513[[package]] 1514name = "lru" 1515version = "0.12.5" 1516source = "registry+https://github.com/rust-lang/crates.io-index" 1517checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" 1518dependencies = [ 1519 "hashbrown 0.15.2", 1520] 1521 1522[[package]] 1523name = "lru-cache" 1524version = "0.1.2" 1525source = "registry+https://github.com/rust-lang/crates.io-index" 1526checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" 1527dependencies = [ 1528 "linked-hash-map", 1529] 1530 1531[[package]] 1532name = "match_cfg" 1533version = "0.1.0" 1534source = "registry+https://github.com/rust-lang/crates.io-index" 1535checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" 1536 1537[[package]] 1538name = "matchers" 1539version = "0.1.0" 1540source = "registry+https://github.com/rust-lang/crates.io-index" 1541checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 1542dependencies = [ 1543 "regex-automata 0.1.10", 1544] 1545 1546[[package]] 1547name = "matchit" 1548version = "0.8.4" 1549source = "registry+https://github.com/rust-lang/crates.io-index" 1550checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 1551 1552[[package]] 1553name = "memchr" 1554version = "2.7.4" 1555source = "registry+https://github.com/rust-lang/crates.io-index" 1556checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 1557 1558[[package]] 1559name = "mime" 1560version = "0.3.17" 1561source = "registry+https://github.com/rust-lang/crates.io-index" 1562checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1563 1564[[package]] 1565name = "miniz_oxide" 1566version = "0.8.3" 1567source = "registry+https://github.com/rust-lang/crates.io-index" 1568checksum = "b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924" 1569dependencies = [ 1570 "adler2", 1571] 1572 1573[[package]] 1574name = "mio" 1575version = "1.0.3" 1576source = "registry+https://github.com/rust-lang/crates.io-index" 1577checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" 1578dependencies = [ 1579 "libc", 1580 "wasi", 1581 "windows-sys 0.52.0", 1582] 1583 1584[[package]] 1585name = "moka" 1586version = "0.12.10" 1587source = "registry+https://github.com/rust-lang/crates.io-index" 1588checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926" 1589dependencies = [ 1590 "async-lock", 1591 "crossbeam-channel", 1592 "crossbeam-epoch", 1593 "crossbeam-utils", 1594 "event-listener 5.4.0", 1595 "futures-util", 1596 "loom", 1597 "parking_lot", 1598 "portable-atomic", 1599 "rustc_version", 1600 "smallvec", 1601 "tagptr", 1602 "thiserror 1.0.69", 1603 "uuid", 1604] 1605 1606[[package]] 1607name = "multibase" 1608version = "0.9.1" 1609source = "registry+https://github.com/rust-lang/crates.io-index" 1610checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404" 1611dependencies = [ 1612 "base-x", 1613 "data-encoding", 1614 "data-encoding-macro", 1615] 1616 1617[[package]] 1618name = "multihash" 1619version = "0.19.3" 1620source = "registry+https://github.com/rust-lang/crates.io-index" 1621checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" 1622dependencies = [ 1623 "core2", 1624 "serde", 1625 "unsigned-varint", 1626] 1627 1628[[package]] 1629name = "native-tls" 1630version = "0.2.12" 1631source = "registry+https://github.com/rust-lang/crates.io-index" 1632checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" 1633dependencies = [ 1634 "libc", 1635 "log", 1636 "openssl", 1637 "openssl-probe", 1638 "openssl-sys", 1639 "schannel", 1640 "security-framework", 1641 "security-framework-sys", 1642 "tempfile", 1643] 1644 1645[[package]] 1646name = "nu-ansi-term" 1647version = "0.46.0" 1648source = "registry+https://github.com/rust-lang/crates.io-index" 1649checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 1650dependencies = [ 1651 "overload", 1652 "winapi", 1653] 1654 1655[[package]] 1656name = "num-conv" 1657version = "0.1.0" 1658source = "registry+https://github.com/rust-lang/crates.io-index" 1659checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 1660 1661[[package]] 1662name = "num-traits" 1663version = "0.2.19" 1664source = "registry+https://github.com/rust-lang/crates.io-index" 1665checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1666dependencies = [ 1667 "autocfg", 1668] 1669 1670[[package]] 1671name = "object" 1672version = "0.36.7" 1673source = "registry+https://github.com/rust-lang/crates.io-index" 1674checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 1675dependencies = [ 1676 "memchr", 1677] 1678 1679[[package]] 1680name = "once_cell" 1681version = "1.20.2" 1682source = "registry+https://github.com/rust-lang/crates.io-index" 1683checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" 1684 1685[[package]] 1686name = "openssl" 1687version = "0.10.68" 1688source = "registry+https://github.com/rust-lang/crates.io-index" 1689checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" 1690dependencies = [ 1691 "bitflags 2.8.0", 1692 "cfg-if", 1693 "foreign-types", 1694 "libc", 1695 "once_cell", 1696 "openssl-macros", 1697 "openssl-sys", 1698] 1699 1700[[package]] 1701name = "openssl-macros" 1702version = "0.1.1" 1703source = "registry+https://github.com/rust-lang/crates.io-index" 1704checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1705dependencies = [ 1706 "proc-macro2", 1707 "quote", 1708 "syn", 1709] 1710 1711[[package]] 1712name = "openssl-probe" 1713version = "0.1.6" 1714source = "registry+https://github.com/rust-lang/crates.io-index" 1715checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 1716 1717[[package]] 1718name = "openssl-sys" 1719version = "0.9.104" 1720source = "registry+https://github.com/rust-lang/crates.io-index" 1721checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" 1722dependencies = [ 1723 "cc", 1724 "libc", 1725 "pkg-config", 1726 "vcpkg", 1727] 1728 1729[[package]] 1730name = "overload" 1731version = "0.1.1" 1732source = "registry+https://github.com/rust-lang/crates.io-index" 1733checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 1734 1735[[package]] 1736name = "p256" 1737version = "0.13.2" 1738source = "registry+https://github.com/rust-lang/crates.io-index" 1739checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 1740dependencies = [ 1741 "ecdsa", 1742 "elliptic-curve", 1743 "primeorder", 1744 "sha2", 1745] 1746 1747[[package]] 1748name = "parking" 1749version = "2.2.1" 1750source = "registry+https://github.com/rust-lang/crates.io-index" 1751checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 1752 1753[[package]] 1754name = "parking_lot" 1755version = "0.12.3" 1756source = "registry+https://github.com/rust-lang/crates.io-index" 1757checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 1758dependencies = [ 1759 "lock_api", 1760 "parking_lot_core", 1761] 1762 1763[[package]] 1764name = "parking_lot_core" 1765version = "0.9.10" 1766source = "registry+https://github.com/rust-lang/crates.io-index" 1767checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 1768dependencies = [ 1769 "cfg-if", 1770 "libc", 1771 "redox_syscall", 1772 "smallvec", 1773 "windows-targets 0.52.6", 1774] 1775 1776[[package]] 1777name = "percent-encoding" 1778version = "2.3.1" 1779source = "registry+https://github.com/rust-lang/crates.io-index" 1780checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 1781 1782[[package]] 1783name = "pin-project" 1784version = "1.1.8" 1785source = "registry+https://github.com/rust-lang/crates.io-index" 1786checksum = "1e2ec53ad785f4d35dac0adea7f7dc6f1bb277ad84a680c7afefeae05d1f5916" 1787dependencies = [ 1788 "pin-project-internal", 1789] 1790 1791[[package]] 1792name = "pin-project-internal" 1793version = "1.1.8" 1794source = "registry+https://github.com/rust-lang/crates.io-index" 1795checksum = "d56a66c0c55993aa927429d0f8a0abfd74f084e4d9c192cffed01e418d83eefb" 1796dependencies = [ 1797 "proc-macro2", 1798 "quote", 1799 "syn", 1800] 1801 1802[[package]] 1803name = "pin-project-lite" 1804version = "0.2.16" 1805source = "registry+https://github.com/rust-lang/crates.io-index" 1806checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1807 1808[[package]] 1809name = "pin-utils" 1810version = "0.1.0" 1811source = "registry+https://github.com/rust-lang/crates.io-index" 1812checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1813 1814[[package]] 1815name = "pkg-config" 1816version = "0.3.31" 1817source = "registry+https://github.com/rust-lang/crates.io-index" 1818checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" 1819 1820[[package]] 1821name = "polling" 1822version = "2.8.0" 1823source = "registry+https://github.com/rust-lang/crates.io-index" 1824checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" 1825dependencies = [ 1826 "autocfg", 1827 "bitflags 1.3.2", 1828 "cfg-if", 1829 "concurrent-queue", 1830 "libc", 1831 "log", 1832 "pin-project-lite", 1833 "windows-sys 0.48.0", 1834] 1835 1836[[package]] 1837name = "portable-atomic" 1838version = "1.10.0" 1839source = "registry+https://github.com/rust-lang/crates.io-index" 1840checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6" 1841 1842[[package]] 1843name = "powerfmt" 1844version = "0.2.0" 1845source = "registry+https://github.com/rust-lang/crates.io-index" 1846checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1847 1848[[package]] 1849name = "ppv-lite86" 1850version = "0.2.20" 1851source = "registry+https://github.com/rust-lang/crates.io-index" 1852checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" 1853dependencies = [ 1854 "zerocopy", 1855] 1856 1857[[package]] 1858name = "primeorder" 1859version = "0.13.6" 1860source = "registry+https://github.com/rust-lang/crates.io-index" 1861checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 1862dependencies = [ 1863 "elliptic-curve", 1864] 1865 1866[[package]] 1867name = "proc-macro2" 1868version = "1.0.93" 1869source = "registry+https://github.com/rust-lang/crates.io-index" 1870checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" 1871dependencies = [ 1872 "unicode-ident", 1873] 1874 1875[[package]] 1876name = "quick-error" 1877version = "1.2.3" 1878source = "registry+https://github.com/rust-lang/crates.io-index" 1879checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 1880 1881[[package]] 1882name = "quote" 1883version = "1.0.38" 1884source = "registry+https://github.com/rust-lang/crates.io-index" 1885checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" 1886dependencies = [ 1887 "proc-macro2", 1888] 1889 1890[[package]] 1891name = "rand" 1892version = "0.8.5" 1893source = "registry+https://github.com/rust-lang/crates.io-index" 1894checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1895dependencies = [ 1896 "libc", 1897 "rand_chacha", 1898 "rand_core", 1899] 1900 1901[[package]] 1902name = "rand_chacha" 1903version = "0.3.1" 1904source = "registry+https://github.com/rust-lang/crates.io-index" 1905checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1906dependencies = [ 1907 "ppv-lite86", 1908 "rand_core", 1909] 1910 1911[[package]] 1912name = "rand_core" 1913version = "0.6.4" 1914source = "registry+https://github.com/rust-lang/crates.io-index" 1915checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1916dependencies = [ 1917 "getrandom", 1918] 1919 1920[[package]] 1921name = "redox_syscall" 1922version = "0.5.8" 1923source = "registry+https://github.com/rust-lang/crates.io-index" 1924checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834" 1925dependencies = [ 1926 "bitflags 2.8.0", 1927] 1928 1929[[package]] 1930name = "regex" 1931version = "1.11.1" 1932source = "registry+https://github.com/rust-lang/crates.io-index" 1933checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 1934dependencies = [ 1935 "aho-corasick", 1936 "memchr", 1937 "regex-automata 0.4.9", 1938 "regex-syntax 0.8.5", 1939] 1940 1941[[package]] 1942name = "regex-automata" 1943version = "0.1.10" 1944source = "registry+https://github.com/rust-lang/crates.io-index" 1945checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 1946dependencies = [ 1947 "regex-syntax 0.6.29", 1948] 1949 1950[[package]] 1951name = "regex-automata" 1952version = "0.4.9" 1953source = "registry+https://github.com/rust-lang/crates.io-index" 1954checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 1955dependencies = [ 1956 "aho-corasick", 1957 "memchr", 1958 "regex-syntax 0.8.5", 1959] 1960 1961[[package]] 1962name = "regex-syntax" 1963version = "0.6.29" 1964source = "registry+https://github.com/rust-lang/crates.io-index" 1965checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 1966 1967[[package]] 1968name = "regex-syntax" 1969version = "0.8.5" 1970source = "registry+https://github.com/rust-lang/crates.io-index" 1971checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 1972 1973[[package]] 1974name = "reqwest" 1975version = "0.12.12" 1976source = "registry+https://github.com/rust-lang/crates.io-index" 1977checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da" 1978dependencies = [ 1979 "async-compression", 1980 "base64", 1981 "bytes", 1982 "futures-core", 1983 "futures-util", 1984 "http 1.2.0", 1985 "http-body", 1986 "http-body-util", 1987 "hyper", 1988 "hyper-tls", 1989 "hyper-util", 1990 "ipnet", 1991 "js-sys", 1992 "log", 1993 "mime", 1994 "native-tls", 1995 "once_cell", 1996 "percent-encoding", 1997 "pin-project-lite", 1998 "rustls-pemfile", 1999 "serde", 2000 "serde_json", 2001 "serde_urlencoded", 2002 "sync_wrapper", 2003 "tokio", 2004 "tokio-native-tls", 2005 "tokio-util", 2006 "tower", 2007 "tower-service", 2008 "url", 2009 "wasm-bindgen", 2010 "wasm-bindgen-futures", 2011 "web-sys", 2012 "windows-registry", 2013] 2014 2015[[package]] 2016name = "resolv-conf" 2017version = "0.7.0" 2018source = "registry+https://github.com/rust-lang/crates.io-index" 2019checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" 2020dependencies = [ 2021 "hostname", 2022 "quick-error", 2023] 2024 2025[[package]] 2026name = "rfc6979" 2027version = "0.4.0" 2028source = "registry+https://github.com/rust-lang/crates.io-index" 2029checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 2030dependencies = [ 2031 "hmac", 2032 "subtle", 2033] 2034 2035[[package]] 2036name = "rustc-demangle" 2037version = "0.1.24" 2038source = "registry+https://github.com/rust-lang/crates.io-index" 2039checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 2040 2041[[package]] 2042name = "rustc_version" 2043version = "0.4.1" 2044source = "registry+https://github.com/rust-lang/crates.io-index" 2045checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 2046dependencies = [ 2047 "semver", 2048] 2049 2050[[package]] 2051name = "rustix" 2052version = "0.38.44" 2053source = "registry+https://github.com/rust-lang/crates.io-index" 2054checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 2055dependencies = [ 2056 "bitflags 2.8.0", 2057 "errno", 2058 "libc", 2059 "linux-raw-sys", 2060 "windows-sys 0.59.0", 2061] 2062 2063[[package]] 2064name = "rustls-pemfile" 2065version = "2.2.0" 2066source = "registry+https://github.com/rust-lang/crates.io-index" 2067checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" 2068dependencies = [ 2069 "rustls-pki-types", 2070] 2071 2072[[package]] 2073name = "rustls-pki-types" 2074version = "1.10.1" 2075source = "registry+https://github.com/rust-lang/crates.io-index" 2076checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37" 2077 2078[[package]] 2079name = "rustversion" 2080version = "1.0.19" 2081source = "registry+https://github.com/rust-lang/crates.io-index" 2082checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4" 2083 2084[[package]] 2085name = "ryu" 2086version = "1.0.18" 2087source = "registry+https://github.com/rust-lang/crates.io-index" 2088checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 2089 2090[[package]] 2091name = "schannel" 2092version = "0.1.27" 2093source = "registry+https://github.com/rust-lang/crates.io-index" 2094checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" 2095dependencies = [ 2096 "windows-sys 0.59.0", 2097] 2098 2099[[package]] 2100name = "scoped-tls" 2101version = "1.0.1" 2102source = "registry+https://github.com/rust-lang/crates.io-index" 2103checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 2104 2105[[package]] 2106name = "scopeguard" 2107version = "1.2.0" 2108source = "registry+https://github.com/rust-lang/crates.io-index" 2109checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2110 2111[[package]] 2112name = "sec1" 2113version = "0.7.3" 2114source = "registry+https://github.com/rust-lang/crates.io-index" 2115checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 2116dependencies = [ 2117 "base16ct", 2118 "der", 2119 "generic-array", 2120 "subtle", 2121 "zeroize", 2122] 2123 2124[[package]] 2125name = "security-framework" 2126version = "2.11.1" 2127source = "registry+https://github.com/rust-lang/crates.io-index" 2128checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 2129dependencies = [ 2130 "bitflags 2.8.0", 2131 "core-foundation", 2132 "core-foundation-sys", 2133 "libc", 2134 "security-framework-sys", 2135] 2136 2137[[package]] 2138name = "security-framework-sys" 2139version = "2.14.0" 2140source = "registry+https://github.com/rust-lang/crates.io-index" 2141checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" 2142dependencies = [ 2143 "core-foundation-sys", 2144 "libc", 2145] 2146 2147[[package]] 2148name = "semver" 2149version = "1.0.25" 2150source = "registry+https://github.com/rust-lang/crates.io-index" 2151checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03" 2152 2153[[package]] 2154name = "serde" 2155version = "1.0.217" 2156source = "registry+https://github.com/rust-lang/crates.io-index" 2157checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70" 2158dependencies = [ 2159 "serde_derive", 2160] 2161 2162[[package]] 2163name = "serde_bytes" 2164version = "0.11.15" 2165source = "registry+https://github.com/rust-lang/crates.io-index" 2166checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" 2167dependencies = [ 2168 "serde", 2169] 2170 2171[[package]] 2172name = "serde_derive" 2173version = "1.0.217" 2174source = "registry+https://github.com/rust-lang/crates.io-index" 2175checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0" 2176dependencies = [ 2177 "proc-macro2", 2178 "quote", 2179 "syn", 2180] 2181 2182[[package]] 2183name = "serde_html_form" 2184version = "0.2.7" 2185source = "registry+https://github.com/rust-lang/crates.io-index" 2186checksum = "9d2de91cf02bbc07cde38891769ccd5d4f073d22a40683aa4bc7a95781aaa2c4" 2187dependencies = [ 2188 "form_urlencoded", 2189 "indexmap", 2190 "itoa", 2191 "ryu", 2192 "serde", 2193] 2194 2195[[package]] 2196name = "serde_json" 2197version = "1.0.137" 2198source = "registry+https://github.com/rust-lang/crates.io-index" 2199checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" 2200dependencies = [ 2201 "itoa", 2202 "memchr", 2203 "ryu", 2204 "serde", 2205] 2206 2207[[package]] 2208name = "serde_path_to_error" 2209version = "0.1.16" 2210source = "registry+https://github.com/rust-lang/crates.io-index" 2211checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6" 2212dependencies = [ 2213 "itoa", 2214 "serde", 2215] 2216 2217[[package]] 2218name = "serde_urlencoded" 2219version = "0.7.1" 2220source = "registry+https://github.com/rust-lang/crates.io-index" 2221checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2222dependencies = [ 2223 "form_urlencoded", 2224 "itoa", 2225 "ryu", 2226 "serde", 2227] 2228 2229[[package]] 2230name = "sha2" 2231version = "0.10.8" 2232source = "registry+https://github.com/rust-lang/crates.io-index" 2233checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 2234dependencies = [ 2235 "cfg-if", 2236 "cpufeatures", 2237 "digest", 2238] 2239 2240[[package]] 2241name = "sharded-slab" 2242version = "0.1.7" 2243source = "registry+https://github.com/rust-lang/crates.io-index" 2244checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 2245dependencies = [ 2246 "lazy_static", 2247] 2248 2249[[package]] 2250name = "shlex" 2251version = "1.3.0" 2252source = "registry+https://github.com/rust-lang/crates.io-index" 2253checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 2254 2255[[package]] 2256name = "signal-hook-registry" 2257version = "1.4.2" 2258source = "registry+https://github.com/rust-lang/crates.io-index" 2259checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 2260dependencies = [ 2261 "libc", 2262] 2263 2264[[package]] 2265name = "signature" 2266version = "2.2.0" 2267source = "registry+https://github.com/rust-lang/crates.io-index" 2268checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 2269dependencies = [ 2270 "digest", 2271 "rand_core", 2272] 2273 2274[[package]] 2275name = "slab" 2276version = "0.4.9" 2277source = "registry+https://github.com/rust-lang/crates.io-index" 2278checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 2279dependencies = [ 2280 "autocfg", 2281] 2282 2283[[package]] 2284name = "sluice" 2285version = "0.5.5" 2286source = "registry+https://github.com/rust-lang/crates.io-index" 2287checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5" 2288dependencies = [ 2289 "async-channel", 2290 "futures-core", 2291 "futures-io", 2292] 2293 2294[[package]] 2295name = "smallvec" 2296version = "1.13.2" 2297source = "registry+https://github.com/rust-lang/crates.io-index" 2298checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 2299 2300[[package]] 2301name = "socket2" 2302version = "0.5.8" 2303source = "registry+https://github.com/rust-lang/crates.io-index" 2304checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8" 2305dependencies = [ 2306 "libc", 2307 "windows-sys 0.52.0", 2308] 2309 2310[[package]] 2311name = "stable_deref_trait" 2312version = "1.2.0" 2313source = "registry+https://github.com/rust-lang/crates.io-index" 2314checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 2315 2316[[package]] 2317name = "subtle" 2318version = "2.6.1" 2319source = "registry+https://github.com/rust-lang/crates.io-index" 2320checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 2321 2322[[package]] 2323name = "syn" 2324version = "2.0.96" 2325source = "registry+https://github.com/rust-lang/crates.io-index" 2326checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80" 2327dependencies = [ 2328 "proc-macro2", 2329 "quote", 2330 "unicode-ident", 2331] 2332 2333[[package]] 2334name = "sync_wrapper" 2335version = "1.0.2" 2336source = "registry+https://github.com/rust-lang/crates.io-index" 2337checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 2338dependencies = [ 2339 "futures-core", 2340] 2341 2342[[package]] 2343name = "synstructure" 2344version = "0.13.1" 2345source = "registry+https://github.com/rust-lang/crates.io-index" 2346checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 2347dependencies = [ 2348 "proc-macro2", 2349 "quote", 2350 "syn", 2351] 2352 2353[[package]] 2354name = "tagptr" 2355version = "0.2.0" 2356source = "registry+https://github.com/rust-lang/crates.io-index" 2357checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 2358 2359[[package]] 2360name = "tempfile" 2361version = "3.15.0" 2362source = "registry+https://github.com/rust-lang/crates.io-index" 2363checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704" 2364dependencies = [ 2365 "cfg-if", 2366 "fastrand 2.3.0", 2367 "getrandom", 2368 "once_cell", 2369 "rustix", 2370 "windows-sys 0.59.0", 2371] 2372 2373[[package]] 2374name = "thiserror" 2375version = "1.0.69" 2376source = "registry+https://github.com/rust-lang/crates.io-index" 2377checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 2378dependencies = [ 2379 "thiserror-impl 1.0.69", 2380] 2381 2382[[package]] 2383name = "thiserror" 2384version = "2.0.11" 2385source = "registry+https://github.com/rust-lang/crates.io-index" 2386checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" 2387dependencies = [ 2388 "thiserror-impl 2.0.11", 2389] 2390 2391[[package]] 2392name = "thiserror-impl" 2393version = "1.0.69" 2394source = "registry+https://github.com/rust-lang/crates.io-index" 2395checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 2396dependencies = [ 2397 "proc-macro2", 2398 "quote", 2399 "syn", 2400] 2401 2402[[package]] 2403name = "thiserror-impl" 2404version = "2.0.11" 2405source = "registry+https://github.com/rust-lang/crates.io-index" 2406checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" 2407dependencies = [ 2408 "proc-macro2", 2409 "quote", 2410 "syn", 2411] 2412 2413[[package]] 2414name = "thread_local" 2415version = "1.1.8" 2416source = "registry+https://github.com/rust-lang/crates.io-index" 2417checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 2418dependencies = [ 2419 "cfg-if", 2420 "once_cell", 2421] 2422 2423[[package]] 2424name = "time" 2425version = "0.3.37" 2426source = "registry+https://github.com/rust-lang/crates.io-index" 2427checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21" 2428dependencies = [ 2429 "deranged", 2430 "itoa", 2431 "num-conv", 2432 "powerfmt", 2433 "serde", 2434 "time-core", 2435 "time-macros", 2436] 2437 2438[[package]] 2439name = "time-core" 2440version = "0.1.2" 2441source = "registry+https://github.com/rust-lang/crates.io-index" 2442checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 2443 2444[[package]] 2445name = "time-macros" 2446version = "0.2.19" 2447source = "registry+https://github.com/rust-lang/crates.io-index" 2448checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de" 2449dependencies = [ 2450 "num-conv", 2451 "time-core", 2452] 2453 2454[[package]] 2455name = "tinystr" 2456version = "0.7.6" 2457source = "registry+https://github.com/rust-lang/crates.io-index" 2458checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 2459dependencies = [ 2460 "displaydoc", 2461 "zerovec", 2462] 2463 2464[[package]] 2465name = "tinyvec" 2466version = "1.8.1" 2467source = "registry+https://github.com/rust-lang/crates.io-index" 2468checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8" 2469dependencies = [ 2470 "tinyvec_macros", 2471] 2472 2473[[package]] 2474name = "tinyvec_macros" 2475version = "0.1.1" 2476source = "registry+https://github.com/rust-lang/crates.io-index" 2477checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2478 2479[[package]] 2480name = "tokio" 2481version = "1.43.0" 2482source = "registry+https://github.com/rust-lang/crates.io-index" 2483checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" 2484dependencies = [ 2485 "backtrace", 2486 "bytes", 2487 "libc", 2488 "mio", 2489 "parking_lot", 2490 "pin-project-lite", 2491 "signal-hook-registry", 2492 "socket2", 2493 "tokio-macros", 2494 "windows-sys 0.52.0", 2495] 2496 2497[[package]] 2498name = "tokio-macros" 2499version = "2.5.0" 2500source = "registry+https://github.com/rust-lang/crates.io-index" 2501checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 2502dependencies = [ 2503 "proc-macro2", 2504 "quote", 2505 "syn", 2506] 2507 2508[[package]] 2509name = "tokio-native-tls" 2510version = "0.3.1" 2511source = "registry+https://github.com/rust-lang/crates.io-index" 2512checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 2513dependencies = [ 2514 "native-tls", 2515 "tokio", 2516] 2517 2518[[package]] 2519name = "tokio-util" 2520version = "0.7.13" 2521source = "registry+https://github.com/rust-lang/crates.io-index" 2522checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" 2523dependencies = [ 2524 "bytes", 2525 "futures-core", 2526 "futures-sink", 2527 "pin-project-lite", 2528 "tokio", 2529] 2530 2531[[package]] 2532name = "tower" 2533version = "0.5.2" 2534source = "registry+https://github.com/rust-lang/crates.io-index" 2535checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 2536dependencies = [ 2537 "futures-core", 2538 "futures-util", 2539 "pin-project-lite", 2540 "sync_wrapper", 2541 "tokio", 2542 "tower-layer", 2543 "tower-service", 2544 "tracing", 2545] 2546 2547[[package]] 2548name = "tower-cookies" 2549version = "0.11.0" 2550source = "registry+https://github.com/rust-lang/crates.io-index" 2551checksum = "151b5a3e3c45df17466454bb74e9ecedecc955269bdedbf4d150dfa393b55a36" 2552dependencies = [ 2553 "axum-core", 2554 "cookie", 2555 "futures-util", 2556 "http 1.2.0", 2557 "parking_lot", 2558 "pin-project-lite", 2559 "tower-layer", 2560 "tower-service", 2561] 2562 2563[[package]] 2564name = "tower-layer" 2565version = "0.3.3" 2566source = "registry+https://github.com/rust-lang/crates.io-index" 2567checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 2568 2569[[package]] 2570name = "tower-service" 2571version = "0.3.3" 2572source = "registry+https://github.com/rust-lang/crates.io-index" 2573checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 2574 2575[[package]] 2576name = "tower-sessions" 2577version = "0.14.0" 2578source = "registry+https://github.com/rust-lang/crates.io-index" 2579checksum = "43a05911f23e8fae446005fe9b7b97e66d95b6db589dc1c4d59f6a2d4d4927d3" 2580dependencies = [ 2581 "async-trait", 2582 "http 1.2.0", 2583 "time", 2584 "tokio", 2585 "tower-cookies", 2586 "tower-layer", 2587 "tower-service", 2588 "tower-sessions-core", 2589 "tower-sessions-memory-store", 2590 "tracing", 2591] 2592 2593[[package]] 2594name = "tower-sessions-core" 2595version = "0.14.0" 2596source = "registry+https://github.com/rust-lang/crates.io-index" 2597checksum = "ce8cce604865576b7751b7a6bc3058f754569a60d689328bb74c52b1d87e355b" 2598dependencies = [ 2599 "async-trait", 2600 "axum-core", 2601 "base64", 2602 "futures", 2603 "http 1.2.0", 2604 "parking_lot", 2605 "rand", 2606 "serde", 2607 "serde_json", 2608 "thiserror 2.0.11", 2609 "time", 2610 "tokio", 2611 "tracing", 2612] 2613 2614[[package]] 2615name = "tower-sessions-memory-store" 2616version = "0.14.0" 2617source = "registry+https://github.com/rust-lang/crates.io-index" 2618checksum = "fb05909f2e1420135a831dd5df9f5596d69196d0a64c3499ca474c4bd3d33242" 2619dependencies = [ 2620 "async-trait", 2621 "time", 2622 "tokio", 2623 "tower-sessions-core", 2624] 2625 2626[[package]] 2627name = "tracing" 2628version = "0.1.41" 2629source = "registry+https://github.com/rust-lang/crates.io-index" 2630checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 2631dependencies = [ 2632 "log", 2633 "pin-project-lite", 2634 "tracing-attributes", 2635 "tracing-core", 2636] 2637 2638[[package]] 2639name = "tracing-attributes" 2640version = "0.1.28" 2641source = "registry+https://github.com/rust-lang/crates.io-index" 2642checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" 2643dependencies = [ 2644 "proc-macro2", 2645 "quote", 2646 "syn", 2647] 2648 2649[[package]] 2650name = "tracing-core" 2651version = "0.1.33" 2652source = "registry+https://github.com/rust-lang/crates.io-index" 2653checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" 2654dependencies = [ 2655 "once_cell", 2656 "valuable", 2657] 2658 2659[[package]] 2660name = "tracing-futures" 2661version = "0.2.5" 2662source = "registry+https://github.com/rust-lang/crates.io-index" 2663checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" 2664dependencies = [ 2665 "pin-project", 2666 "tracing", 2667] 2668 2669[[package]] 2670name = "tracing-log" 2671version = "0.2.0" 2672source = "registry+https://github.com/rust-lang/crates.io-index" 2673checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 2674dependencies = [ 2675 "log", 2676 "once_cell", 2677 "tracing-core", 2678] 2679 2680[[package]] 2681name = "tracing-subscriber" 2682version = "0.3.19" 2683source = "registry+https://github.com/rust-lang/crates.io-index" 2684checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" 2685dependencies = [ 2686 "matchers", 2687 "nu-ansi-term", 2688 "once_cell", 2689 "regex", 2690 "sharded-slab", 2691 "smallvec", 2692 "thread_local", 2693 "tracing", 2694 "tracing-core", 2695 "tracing-log", 2696] 2697 2698[[package]] 2699name = "trait-variant" 2700version = "0.1.2" 2701source = "registry+https://github.com/rust-lang/crates.io-index" 2702checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7" 2703dependencies = [ 2704 "proc-macro2", 2705 "quote", 2706 "syn", 2707] 2708 2709[[package]] 2710name = "try-lock" 2711version = "0.2.5" 2712source = "registry+https://github.com/rust-lang/crates.io-index" 2713checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 2714 2715[[package]] 2716name = "typenum" 2717version = "1.17.0" 2718source = "registry+https://github.com/rust-lang/crates.io-index" 2719checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 2720 2721[[package]] 2722name = "unicode-ident" 2723version = "1.0.15" 2724source = "registry+https://github.com/rust-lang/crates.io-index" 2725checksum = "11cd88e12b17c6494200a9c1b683a04fcac9573ed74cd1b62aeb2727c5592243" 2726 2727[[package]] 2728name = "unsigned-varint" 2729version = "0.8.0" 2730source = "registry+https://github.com/rust-lang/crates.io-index" 2731checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 2732 2733[[package]] 2734name = "url" 2735version = "2.5.4" 2736source = "registry+https://github.com/rust-lang/crates.io-index" 2737checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 2738dependencies = [ 2739 "form_urlencoded", 2740 "idna", 2741 "percent-encoding", 2742] 2743 2744[[package]] 2745name = "utf16_iter" 2746version = "1.0.5" 2747source = "registry+https://github.com/rust-lang/crates.io-index" 2748checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 2749 2750[[package]] 2751name = "utf8_iter" 2752version = "1.0.4" 2753source = "registry+https://github.com/rust-lang/crates.io-index" 2754checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 2755 2756[[package]] 2757name = "uuid" 2758version = "1.12.1" 2759source = "registry+https://github.com/rust-lang/crates.io-index" 2760checksum = "b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b" 2761dependencies = [ 2762 "getrandom", 2763] 2764 2765[[package]] 2766name = "valuable" 2767version = "0.1.1" 2768source = "registry+https://github.com/rust-lang/crates.io-index" 2769checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 2770 2771[[package]] 2772name = "vcpkg" 2773version = "0.2.15" 2774source = "registry+https://github.com/rust-lang/crates.io-index" 2775checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 2776 2777[[package]] 2778name = "version_check" 2779version = "0.9.5" 2780source = "registry+https://github.com/rust-lang/crates.io-index" 2781checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 2782 2783[[package]] 2784name = "waker-fn" 2785version = "1.2.0" 2786source = "registry+https://github.com/rust-lang/crates.io-index" 2787checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7" 2788 2789[[package]] 2790name = "want" 2791version = "0.3.1" 2792source = "registry+https://github.com/rust-lang/crates.io-index" 2793checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 2794dependencies = [ 2795 "try-lock", 2796] 2797 2798[[package]] 2799name = "wasi" 2800version = "0.11.0+wasi-snapshot-preview1" 2801source = "registry+https://github.com/rust-lang/crates.io-index" 2802checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 2803 2804[[package]] 2805name = "wasm-bindgen" 2806version = "0.2.100" 2807source = "registry+https://github.com/rust-lang/crates.io-index" 2808checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 2809dependencies = [ 2810 "cfg-if", 2811 "once_cell", 2812 "rustversion", 2813 "wasm-bindgen-macro", 2814] 2815 2816[[package]] 2817name = "wasm-bindgen-backend" 2818version = "0.2.100" 2819source = "registry+https://github.com/rust-lang/crates.io-index" 2820checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 2821dependencies = [ 2822 "bumpalo", 2823 "log", 2824 "proc-macro2", 2825 "quote", 2826 "syn", 2827 "wasm-bindgen-shared", 2828] 2829 2830[[package]] 2831name = "wasm-bindgen-futures" 2832version = "0.4.50" 2833source = "registry+https://github.com/rust-lang/crates.io-index" 2834checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" 2835dependencies = [ 2836 "cfg-if", 2837 "js-sys", 2838 "once_cell", 2839 "wasm-bindgen", 2840 "web-sys", 2841] 2842 2843[[package]] 2844name = "wasm-bindgen-macro" 2845version = "0.2.100" 2846source = "registry+https://github.com/rust-lang/crates.io-index" 2847checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 2848dependencies = [ 2849 "quote", 2850 "wasm-bindgen-macro-support", 2851] 2852 2853[[package]] 2854name = "wasm-bindgen-macro-support" 2855version = "0.2.100" 2856source = "registry+https://github.com/rust-lang/crates.io-index" 2857checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 2858dependencies = [ 2859 "proc-macro2", 2860 "quote", 2861 "syn", 2862 "wasm-bindgen-backend", 2863 "wasm-bindgen-shared", 2864] 2865 2866[[package]] 2867name = "wasm-bindgen-shared" 2868version = "0.2.100" 2869source = "registry+https://github.com/rust-lang/crates.io-index" 2870checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 2871dependencies = [ 2872 "unicode-ident", 2873] 2874 2875[[package]] 2876name = "web-sys" 2877version = "0.3.77" 2878source = "registry+https://github.com/rust-lang/crates.io-index" 2879checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" 2880dependencies = [ 2881 "js-sys", 2882 "wasm-bindgen", 2883] 2884 2885[[package]] 2886name = "web-time" 2887version = "1.1.0" 2888source = "registry+https://github.com/rust-lang/crates.io-index" 2889checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 2890dependencies = [ 2891 "js-sys", 2892 "wasm-bindgen", 2893] 2894 2895[[package]] 2896name = "widestring" 2897version = "1.1.0" 2898source = "registry+https://github.com/rust-lang/crates.io-index" 2899checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" 2900 2901[[package]] 2902name = "winapi" 2903version = "0.3.9" 2904source = "registry+https://github.com/rust-lang/crates.io-index" 2905checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2906dependencies = [ 2907 "winapi-i686-pc-windows-gnu", 2908 "winapi-x86_64-pc-windows-gnu", 2909] 2910 2911[[package]] 2912name = "winapi-i686-pc-windows-gnu" 2913version = "0.4.0" 2914source = "registry+https://github.com/rust-lang/crates.io-index" 2915checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2916 2917[[package]] 2918name = "winapi-x86_64-pc-windows-gnu" 2919version = "0.4.0" 2920source = "registry+https://github.com/rust-lang/crates.io-index" 2921checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2922 2923[[package]] 2924name = "windows" 2925version = "0.58.0" 2926source = "registry+https://github.com/rust-lang/crates.io-index" 2927checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" 2928dependencies = [ 2929 "windows-core 0.58.0", 2930 "windows-targets 0.52.6", 2931] 2932 2933[[package]] 2934name = "windows-core" 2935version = "0.52.0" 2936source = "registry+https://github.com/rust-lang/crates.io-index" 2937checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 2938dependencies = [ 2939 "windows-targets 0.52.6", 2940] 2941 2942[[package]] 2943name = "windows-core" 2944version = "0.58.0" 2945source = "registry+https://github.com/rust-lang/crates.io-index" 2946checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" 2947dependencies = [ 2948 "windows-implement", 2949 "windows-interface", 2950 "windows-result", 2951 "windows-strings", 2952 "windows-targets 0.52.6", 2953] 2954 2955[[package]] 2956name = "windows-implement" 2957version = "0.58.0" 2958source = "registry+https://github.com/rust-lang/crates.io-index" 2959checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" 2960dependencies = [ 2961 "proc-macro2", 2962 "quote", 2963 "syn", 2964] 2965 2966[[package]] 2967name = "windows-interface" 2968version = "0.58.0" 2969source = "registry+https://github.com/rust-lang/crates.io-index" 2970checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" 2971dependencies = [ 2972 "proc-macro2", 2973 "quote", 2974 "syn", 2975] 2976 2977[[package]] 2978name = "windows-registry" 2979version = "0.2.0" 2980source = "registry+https://github.com/rust-lang/crates.io-index" 2981checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" 2982dependencies = [ 2983 "windows-result", 2984 "windows-strings", 2985 "windows-targets 0.52.6", 2986] 2987 2988[[package]] 2989name = "windows-result" 2990version = "0.2.0" 2991source = "registry+https://github.com/rust-lang/crates.io-index" 2992checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" 2993dependencies = [ 2994 "windows-targets 0.52.6", 2995] 2996 2997[[package]] 2998name = "windows-strings" 2999version = "0.1.0" 3000source = "registry+https://github.com/rust-lang/crates.io-index" 3001checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" 3002dependencies = [ 3003 "windows-result", 3004 "windows-targets 0.52.6", 3005] 3006 3007[[package]] 3008name = "windows-sys" 3009version = "0.48.0" 3010source = "registry+https://github.com/rust-lang/crates.io-index" 3011checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 3012dependencies = [ 3013 "windows-targets 0.48.5", 3014] 3015 3016[[package]] 3017name = "windows-sys" 3018version = "0.52.0" 3019source = "registry+https://github.com/rust-lang/crates.io-index" 3020checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 3021dependencies = [ 3022 "windows-targets 0.52.6", 3023] 3024 3025[[package]] 3026name = "windows-sys" 3027version = "0.59.0" 3028source = "registry+https://github.com/rust-lang/crates.io-index" 3029checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 3030dependencies = [ 3031 "windows-targets 0.52.6", 3032] 3033 3034[[package]] 3035name = "windows-targets" 3036version = "0.48.5" 3037source = "registry+https://github.com/rust-lang/crates.io-index" 3038checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 3039dependencies = [ 3040 "windows_aarch64_gnullvm 0.48.5", 3041 "windows_aarch64_msvc 0.48.5", 3042 "windows_i686_gnu 0.48.5", 3043 "windows_i686_msvc 0.48.5", 3044 "windows_x86_64_gnu 0.48.5", 3045 "windows_x86_64_gnullvm 0.48.5", 3046 "windows_x86_64_msvc 0.48.5", 3047] 3048 3049[[package]] 3050name = "windows-targets" 3051version = "0.52.6" 3052source = "registry+https://github.com/rust-lang/crates.io-index" 3053checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 3054dependencies = [ 3055 "windows_aarch64_gnullvm 0.52.6", 3056 "windows_aarch64_msvc 0.52.6", 3057 "windows_i686_gnu 0.52.6", 3058 "windows_i686_gnullvm", 3059 "windows_i686_msvc 0.52.6", 3060 "windows_x86_64_gnu 0.52.6", 3061 "windows_x86_64_gnullvm 0.52.6", 3062 "windows_x86_64_msvc 0.52.6", 3063] 3064 3065[[package]] 3066name = "windows_aarch64_gnullvm" 3067version = "0.48.5" 3068source = "registry+https://github.com/rust-lang/crates.io-index" 3069checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 3070 3071[[package]] 3072name = "windows_aarch64_gnullvm" 3073version = "0.52.6" 3074source = "registry+https://github.com/rust-lang/crates.io-index" 3075checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 3076 3077[[package]] 3078name = "windows_aarch64_msvc" 3079version = "0.48.5" 3080source = "registry+https://github.com/rust-lang/crates.io-index" 3081checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 3082 3083[[package]] 3084name = "windows_aarch64_msvc" 3085version = "0.52.6" 3086source = "registry+https://github.com/rust-lang/crates.io-index" 3087checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 3088 3089[[package]] 3090name = "windows_i686_gnu" 3091version = "0.48.5" 3092source = "registry+https://github.com/rust-lang/crates.io-index" 3093checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 3094 3095[[package]] 3096name = "windows_i686_gnu" 3097version = "0.52.6" 3098source = "registry+https://github.com/rust-lang/crates.io-index" 3099checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 3100 3101[[package]] 3102name = "windows_i686_gnullvm" 3103version = "0.52.6" 3104source = "registry+https://github.com/rust-lang/crates.io-index" 3105checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 3106 3107[[package]] 3108name = "windows_i686_msvc" 3109version = "0.48.5" 3110source = "registry+https://github.com/rust-lang/crates.io-index" 3111checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 3112 3113[[package]] 3114name = "windows_i686_msvc" 3115version = "0.52.6" 3116source = "registry+https://github.com/rust-lang/crates.io-index" 3117checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 3118 3119[[package]] 3120name = "windows_x86_64_gnu" 3121version = "0.48.5" 3122source = "registry+https://github.com/rust-lang/crates.io-index" 3123checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 3124 3125[[package]] 3126name = "windows_x86_64_gnu" 3127version = "0.52.6" 3128source = "registry+https://github.com/rust-lang/crates.io-index" 3129checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 3130 3131[[package]] 3132name = "windows_x86_64_gnullvm" 3133version = "0.48.5" 3134source = "registry+https://github.com/rust-lang/crates.io-index" 3135checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 3136 3137[[package]] 3138name = "windows_x86_64_gnullvm" 3139version = "0.52.6" 3140source = "registry+https://github.com/rust-lang/crates.io-index" 3141checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 3142 3143[[package]] 3144name = "windows_x86_64_msvc" 3145version = "0.48.5" 3146source = "registry+https://github.com/rust-lang/crates.io-index" 3147checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 3148 3149[[package]] 3150name = "windows_x86_64_msvc" 3151version = "0.52.6" 3152source = "registry+https://github.com/rust-lang/crates.io-index" 3153checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 3154 3155[[package]] 3156name = "winreg" 3157version = "0.50.0" 3158source = "registry+https://github.com/rust-lang/crates.io-index" 3159checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 3160dependencies = [ 3161 "cfg-if", 3162 "windows-sys 0.48.0", 3163] 3164 3165[[package]] 3166name = "write16" 3167version = "1.0.0" 3168source = "registry+https://github.com/rust-lang/crates.io-index" 3169checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 3170 3171[[package]] 3172name = "writeable" 3173version = "0.5.5" 3174source = "registry+https://github.com/rust-lang/crates.io-index" 3175checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 3176 3177[[package]] 3178name = "yoke" 3179version = "0.7.5" 3180source = "registry+https://github.com/rust-lang/crates.io-index" 3181checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" 3182dependencies = [ 3183 "serde", 3184 "stable_deref_trait", 3185 "yoke-derive", 3186 "zerofrom", 3187] 3188 3189[[package]] 3190name = "yoke-derive" 3191version = "0.7.5" 3192source = "registry+https://github.com/rust-lang/crates.io-index" 3193checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" 3194dependencies = [ 3195 "proc-macro2", 3196 "quote", 3197 "syn", 3198 "synstructure", 3199] 3200 3201[[package]] 3202name = "zerocopy" 3203version = "0.7.35" 3204source = "registry+https://github.com/rust-lang/crates.io-index" 3205checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 3206dependencies = [ 3207 "byteorder", 3208 "zerocopy-derive", 3209] 3210 3211[[package]] 3212name = "zerocopy-derive" 3213version = "0.7.35" 3214source = "registry+https://github.com/rust-lang/crates.io-index" 3215checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 3216dependencies = [ 3217 "proc-macro2", 3218 "quote", 3219 "syn", 3220] 3221 3222[[package]] 3223name = "zerofrom" 3224version = "0.1.5" 3225source = "registry+https://github.com/rust-lang/crates.io-index" 3226checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" 3227dependencies = [ 3228 "zerofrom-derive", 3229] 3230 3231[[package]] 3232name = "zerofrom-derive" 3233version = "0.1.5" 3234source = "registry+https://github.com/rust-lang/crates.io-index" 3235checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" 3236dependencies = [ 3237 "proc-macro2", 3238 "quote", 3239 "syn", 3240 "synstructure", 3241] 3242 3243[[package]] 3244name = "zeroize" 3245version = "1.8.1" 3246source = "registry+https://github.com/rust-lang/crates.io-index" 3247checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 3248dependencies = [ 3249 "serde", 3250] 3251 3252[[package]] 3253name = "zerovec" 3254version = "0.10.4" 3255source = "registry+https://github.com/rust-lang/crates.io-index" 3256checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 3257dependencies = [ 3258 "yoke", 3259 "zerofrom", 3260 "zerovec-derive", 3261] 3262 3263[[package]] 3264name = "zerovec-derive" 3265version = "0.10.3" 3266source = "registry+https://github.com/rust-lang/crates.io-index" 3267checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 3268dependencies = [ 3269 "proc-macro2", 3270 "quote", 3271 "syn", 3272]