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