PDS software with bells & whistles you didn’t even know you needed. will move this to its own account when ready. tranquil.farm
oauth atproto pds rust postgresql objectstorage fun
at main 179 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "abnf" 7version = "0.13.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "087113bd50d9adce24850eed5d0476c7d199d532fce8fab5173650331e09033a" 10dependencies = [ 11 "abnf-core", 12 "nom", 13] 14 15[[package]] 16name = "abnf-core" 17version = "0.5.0" 18source = "registry+https://github.com/rust-lang/crates.io-index" 19checksum = "c44e09c43ae1c368fb91a03a566472d0087c26cf7e1b9e8e289c14ede681dd7d" 20dependencies = [ 21 "nom", 22] 23 24[[package]] 25name = "adler2" 26version = "2.0.1" 27source = "registry+https://github.com/rust-lang/crates.io-index" 28checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 29 30[[package]] 31name = "aead" 32version = "0.5.2" 33source = "registry+https://github.com/rust-lang/crates.io-index" 34checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" 35dependencies = [ 36 "crypto-common", 37 "generic-array", 38] 39 40[[package]] 41name = "aes" 42version = "0.8.4" 43source = "registry+https://github.com/rust-lang/crates.io-index" 44checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" 45dependencies = [ 46 "cfg-if", 47 "cipher", 48 "cpufeatures", 49] 50 51[[package]] 52name = "aes-gcm" 53version = "0.10.3" 54source = "registry+https://github.com/rust-lang/crates.io-index" 55checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" 56dependencies = [ 57 "aead", 58 "aes", 59 "cipher", 60 "ctr", 61 "ghash", 62 "subtle", 63] 64 65[[package]] 66name = "ahash" 67version = "0.8.12" 68source = "registry+https://github.com/rust-lang/crates.io-index" 69checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" 70dependencies = [ 71 "cfg-if", 72 "once_cell", 73 "version_check", 74 "zerocopy", 75] 76 77[[package]] 78name = "aho-corasick" 79version = "1.1.4" 80source = "registry+https://github.com/rust-lang/crates.io-index" 81checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 82dependencies = [ 83 "memchr", 84] 85 86[[package]] 87name = "aliasable" 88version = "0.1.3" 89source = "registry+https://github.com/rust-lang/crates.io-index" 90checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" 91 92[[package]] 93name = "allocator-api2" 94version = "0.2.21" 95source = "registry+https://github.com/rust-lang/crates.io-index" 96checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 97 98[[package]] 99name = "android_system_properties" 100version = "0.1.5" 101source = "registry+https://github.com/rust-lang/crates.io-index" 102checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 103dependencies = [ 104 "libc", 105] 106 107[[package]] 108name = "anyhow" 109version = "1.0.100" 110source = "registry+https://github.com/rust-lang/crates.io-index" 111checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 112 113[[package]] 114name = "arbitrary" 115version = "1.4.2" 116source = "registry+https://github.com/rust-lang/crates.io-index" 117checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" 118dependencies = [ 119 "derive_arbitrary", 120] 121 122[[package]] 123name = "arc-swap" 124version = "1.7.1" 125source = "registry+https://github.com/rust-lang/crates.io-index" 126checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" 127 128[[package]] 129name = "arcstr" 130version = "1.2.0" 131source = "registry+https://github.com/rust-lang/crates.io-index" 132checksum = "03918c3dbd7701a85c6b9887732e2921175f26c350b4563841d0958c21d57e6d" 133 134[[package]] 135name = "asn1-rs" 136version = "0.6.2" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048" 139dependencies = [ 140 "asn1-rs-derive", 141 "asn1-rs-impl", 142 "displaydoc", 143 "nom", 144 "num-traits", 145 "rusticata-macros", 146 "thiserror 1.0.69", 147 "time", 148] 149 150[[package]] 151name = "asn1-rs-derive" 152version = "0.5.1" 153source = "registry+https://github.com/rust-lang/crates.io-index" 154checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" 155dependencies = [ 156 "proc-macro2", 157 "quote", 158 "syn 2.0.111", 159 "synstructure", 160] 161 162[[package]] 163name = "asn1-rs-impl" 164version = "0.2.0" 165source = "registry+https://github.com/rust-lang/crates.io-index" 166checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" 167dependencies = [ 168 "proc-macro2", 169 "quote", 170 "syn 2.0.111", 171] 172 173[[package]] 174name = "assert-json-diff" 175version = "2.0.2" 176source = "registry+https://github.com/rust-lang/crates.io-index" 177checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12" 178dependencies = [ 179 "serde", 180 "serde_json", 181] 182 183[[package]] 184name = "astral-tokio-tar" 185version = "0.5.6" 186source = "registry+https://github.com/rust-lang/crates.io-index" 187checksum = "ec179a06c1769b1e42e1e2cbe74c7dcdb3d6383c838454d063eaac5bbb7ebbe5" 188dependencies = [ 189 "filetime", 190 "futures-core", 191 "libc", 192 "portable-atomic", 193 "rustc-hash", 194 "tokio", 195 "tokio-stream", 196 "xattr", 197] 198 199[[package]] 200name = "async-compression" 201version = "0.4.36" 202source = "registry+https://github.com/rust-lang/crates.io-index" 203checksum = "98ec5f6c2f8bc326c994cb9e241cc257ddaba9afa8555a43cffbb5dd86efaa37" 204dependencies = [ 205 "compression-codecs", 206 "compression-core", 207 "futures-core", 208 "pin-project-lite", 209 "tokio", 210] 211 212[[package]] 213name = "async-stream" 214version = "0.3.6" 215source = "registry+https://github.com/rust-lang/crates.io-index" 216checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" 217dependencies = [ 218 "async-stream-impl", 219 "futures-core", 220 "pin-project-lite", 221] 222 223[[package]] 224name = "async-stream-impl" 225version = "0.3.6" 226source = "registry+https://github.com/rust-lang/crates.io-index" 227checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" 228dependencies = [ 229 "proc-macro2", 230 "quote", 231 "syn 2.0.111", 232] 233 234[[package]] 235name = "async-trait" 236version = "0.1.89" 237source = "registry+https://github.com/rust-lang/crates.io-index" 238checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 239dependencies = [ 240 "proc-macro2", 241 "quote", 242 "syn 2.0.111", 243] 244 245[[package]] 246name = "atoi" 247version = "2.0.0" 248source = "registry+https://github.com/rust-lang/crates.io-index" 249checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" 250dependencies = [ 251 "num-traits", 252] 253 254[[package]] 255name = "atomic-polyfill" 256version = "1.0.3" 257source = "registry+https://github.com/rust-lang/crates.io-index" 258checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4" 259dependencies = [ 260 "critical-section", 261] 262 263[[package]] 264name = "atomic-waker" 265version = "1.1.2" 266source = "registry+https://github.com/rust-lang/crates.io-index" 267checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 268 269[[package]] 270name = "autocfg" 271version = "1.5.0" 272source = "registry+https://github.com/rust-lang/crates.io-index" 273checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 274 275[[package]] 276name = "aws-config" 277version = "1.8.12" 278source = "registry+https://github.com/rust-lang/crates.io-index" 279checksum = "96571e6996817bf3d58f6b569e4b9fd2e9d2fcf9f7424eed07b2ce9bb87535e5" 280dependencies = [ 281 "aws-credential-types", 282 "aws-runtime", 283 "aws-sdk-sso", 284 "aws-sdk-ssooidc", 285 "aws-sdk-sts", 286 "aws-smithy-async", 287 "aws-smithy-http", 288 "aws-smithy-json", 289 "aws-smithy-runtime", 290 "aws-smithy-runtime-api", 291 "aws-smithy-types", 292 "aws-types", 293 "bytes", 294 "fastrand", 295 "hex", 296 "http 1.4.0", 297 "ring", 298 "time", 299 "tokio", 300 "tracing", 301 "url", 302 "zeroize", 303] 304 305[[package]] 306name = "aws-credential-types" 307version = "1.2.11" 308source = "registry+https://github.com/rust-lang/crates.io-index" 309checksum = "3cd362783681b15d136480ad555a099e82ecd8e2d10a841e14dfd0078d67fee3" 310dependencies = [ 311 "aws-smithy-async", 312 "aws-smithy-runtime-api", 313 "aws-smithy-types", 314 "zeroize", 315] 316 317[[package]] 318name = "aws-lc-rs" 319version = "1.15.2" 320source = "registry+https://github.com/rust-lang/crates.io-index" 321checksum = "6a88aab2464f1f25453baa7a07c84c5b7684e274054ba06817f382357f77a288" 322dependencies = [ 323 "aws-lc-sys", 324 "zeroize", 325] 326 327[[package]] 328name = "aws-lc-sys" 329version = "0.35.0" 330source = "registry+https://github.com/rust-lang/crates.io-index" 331checksum = "b45afffdee1e7c9126814751f88dddc747f41d91da16c9551a0f1e8a11e788a1" 332dependencies = [ 333 "cc", 334 "cmake", 335 "dunce", 336 "fs_extra", 337] 338 339[[package]] 340name = "aws-runtime" 341version = "1.5.17" 342source = "registry+https://github.com/rust-lang/crates.io-index" 343checksum = "d81b5b2898f6798ad58f484856768bca817e3cd9de0974c24ae0f1113fe88f1b" 344dependencies = [ 345 "aws-credential-types", 346 "aws-sigv4", 347 "aws-smithy-async", 348 "aws-smithy-eventstream", 349 "aws-smithy-http", 350 "aws-smithy-runtime", 351 "aws-smithy-runtime-api", 352 "aws-smithy-types", 353 "aws-types", 354 "bytes", 355 "fastrand", 356 "http 0.2.12", 357 "http-body 0.4.6", 358 "percent-encoding", 359 "pin-project-lite", 360 "tracing", 361 "uuid", 362] 363 364[[package]] 365name = "aws-sdk-s3" 366version = "1.118.0" 367source = "registry+https://github.com/rust-lang/crates.io-index" 368checksum = "d3e6b7079f85d9ea9a70643c9f89f50db70f5ada868fa9cfe08c1ffdf51abc13" 369dependencies = [ 370 "aws-credential-types", 371 "aws-runtime", 372 "aws-sigv4", 373 "aws-smithy-async", 374 "aws-smithy-checksums", 375 "aws-smithy-eventstream", 376 "aws-smithy-http", 377 "aws-smithy-json", 378 "aws-smithy-runtime", 379 "aws-smithy-runtime-api", 380 "aws-smithy-types", 381 "aws-smithy-xml", 382 "aws-types", 383 "bytes", 384 "fastrand", 385 "hex", 386 "hmac", 387 "http 0.2.12", 388 "http 1.4.0", 389 "http-body 0.4.6", 390 "lru", 391 "percent-encoding", 392 "regex-lite", 393 "sha2", 394 "tracing", 395 "url", 396] 397 398[[package]] 399name = "aws-sdk-sso" 400version = "1.91.0" 401source = "registry+https://github.com/rust-lang/crates.io-index" 402checksum = "8ee6402a36f27b52fe67661c6732d684b2635152b676aa2babbfb5204f99115d" 403dependencies = [ 404 "aws-credential-types", 405 "aws-runtime", 406 "aws-smithy-async", 407 "aws-smithy-http", 408 "aws-smithy-json", 409 "aws-smithy-runtime", 410 "aws-smithy-runtime-api", 411 "aws-smithy-types", 412 "aws-types", 413 "bytes", 414 "fastrand", 415 "http 0.2.12", 416 "regex-lite", 417 "tracing", 418] 419 420[[package]] 421name = "aws-sdk-ssooidc" 422version = "1.93.0" 423source = "registry+https://github.com/rust-lang/crates.io-index" 424checksum = "a45a7f750bbd170ee3677671ad782d90b894548f4e4ae168302c57ec9de5cb3e" 425dependencies = [ 426 "aws-credential-types", 427 "aws-runtime", 428 "aws-smithy-async", 429 "aws-smithy-http", 430 "aws-smithy-json", 431 "aws-smithy-runtime", 432 "aws-smithy-runtime-api", 433 "aws-smithy-types", 434 "aws-types", 435 "bytes", 436 "fastrand", 437 "http 0.2.12", 438 "regex-lite", 439 "tracing", 440] 441 442[[package]] 443name = "aws-sdk-sts" 444version = "1.95.0" 445source = "registry+https://github.com/rust-lang/crates.io-index" 446checksum = "55542378e419558e6b1f398ca70adb0b2088077e79ad9f14eb09441f2f7b2164" 447dependencies = [ 448 "aws-credential-types", 449 "aws-runtime", 450 "aws-smithy-async", 451 "aws-smithy-http", 452 "aws-smithy-json", 453 "aws-smithy-query", 454 "aws-smithy-runtime", 455 "aws-smithy-runtime-api", 456 "aws-smithy-types", 457 "aws-smithy-xml", 458 "aws-types", 459 "fastrand", 460 "http 0.2.12", 461 "regex-lite", 462 "tracing", 463] 464 465[[package]] 466name = "aws-sigv4" 467version = "1.3.7" 468source = "registry+https://github.com/rust-lang/crates.io-index" 469checksum = "69e523e1c4e8e7e8ff219d732988e22bfeae8a1cafdbe6d9eca1546fa080be7c" 470dependencies = [ 471 "aws-credential-types", 472 "aws-smithy-eventstream", 473 "aws-smithy-http", 474 "aws-smithy-runtime-api", 475 "aws-smithy-types", 476 "bytes", 477 "crypto-bigint 0.5.5", 478 "form_urlencoded", 479 "hex", 480 "hmac", 481 "http 0.2.12", 482 "http 1.4.0", 483 "p256 0.11.1", 484 "percent-encoding", 485 "ring", 486 "sha2", 487 "subtle", 488 "time", 489 "tracing", 490 "zeroize", 491] 492 493[[package]] 494name = "aws-smithy-async" 495version = "1.2.7" 496source = "registry+https://github.com/rust-lang/crates.io-index" 497checksum = "9ee19095c7c4dda59f1697d028ce704c24b2d33c6718790c7f1d5a3015b4107c" 498dependencies = [ 499 "futures-util", 500 "pin-project-lite", 501 "tokio", 502] 503 504[[package]] 505name = "aws-smithy-checksums" 506version = "0.63.12" 507source = "registry+https://github.com/rust-lang/crates.io-index" 508checksum = "87294a084b43d649d967efe58aa1f9e0adc260e13a6938eb904c0ae9b45824ae" 509dependencies = [ 510 "aws-smithy-http", 511 "aws-smithy-types", 512 "bytes", 513 "crc-fast", 514 "hex", 515 "http 0.2.12", 516 "http-body 0.4.6", 517 "md-5", 518 "pin-project-lite", 519 "sha1", 520 "sha2", 521 "tracing", 522] 523 524[[package]] 525name = "aws-smithy-eventstream" 526version = "0.60.14" 527source = "registry+https://github.com/rust-lang/crates.io-index" 528checksum = "dc12f8b310e38cad85cf3bef45ad236f470717393c613266ce0a89512286b650" 529dependencies = [ 530 "aws-smithy-types", 531 "bytes", 532 "crc32fast", 533] 534 535[[package]] 536name = "aws-smithy-http" 537version = "0.62.6" 538source = "registry+https://github.com/rust-lang/crates.io-index" 539checksum = "826141069295752372f8203c17f28e30c464d22899a43a0c9fd9c458d469c88b" 540dependencies = [ 541 "aws-smithy-eventstream", 542 "aws-smithy-runtime-api", 543 "aws-smithy-types", 544 "bytes", 545 "bytes-utils", 546 "futures-core", 547 "futures-util", 548 "http 0.2.12", 549 "http 1.4.0", 550 "http-body 0.4.6", 551 "percent-encoding", 552 "pin-project-lite", 553 "pin-utils", 554 "tracing", 555] 556 557[[package]] 558name = "aws-smithy-http-client" 559version = "1.1.5" 560source = "registry+https://github.com/rust-lang/crates.io-index" 561checksum = "59e62db736db19c488966c8d787f52e6270be565727236fd5579eaa301e7bc4a" 562dependencies = [ 563 "aws-smithy-async", 564 "aws-smithy-runtime-api", 565 "aws-smithy-types", 566 "h2 0.3.27", 567 "h2 0.4.12", 568 "http 0.2.12", 569 "http 1.4.0", 570 "http-body 0.4.6", 571 "hyper 0.14.32", 572 "hyper 1.8.1", 573 "hyper-rustls 0.24.2", 574 "hyper-rustls 0.27.7", 575 "hyper-util", 576 "pin-project-lite", 577 "rustls 0.21.12", 578 "rustls 0.23.35", 579 "rustls-native-certs", 580 "rustls-pki-types", 581 "tokio", 582 "tokio-rustls 0.26.4", 583 "tower", 584 "tracing", 585] 586 587[[package]] 588name = "aws-smithy-json" 589version = "0.61.9" 590source = "registry+https://github.com/rust-lang/crates.io-index" 591checksum = "49fa1213db31ac95288d981476f78d05d9cbb0353d22cdf3472cc05bb02f6551" 592dependencies = [ 593 "aws-smithy-types", 594] 595 596[[package]] 597name = "aws-smithy-observability" 598version = "0.1.5" 599source = "registry+https://github.com/rust-lang/crates.io-index" 600checksum = "17f616c3f2260612fe44cede278bafa18e73e6479c4e393e2c4518cf2a9a228a" 601dependencies = [ 602 "aws-smithy-runtime-api", 603] 604 605[[package]] 606name = "aws-smithy-query" 607version = "0.60.9" 608source = "registry+https://github.com/rust-lang/crates.io-index" 609checksum = "ae5d689cf437eae90460e944a58b5668530d433b4ff85789e69d2f2a556e057d" 610dependencies = [ 611 "aws-smithy-types", 612 "urlencoding", 613] 614 615[[package]] 616name = "aws-smithy-runtime" 617version = "1.9.6" 618source = "registry+https://github.com/rust-lang/crates.io-index" 619checksum = "65fda37911905ea4d3141a01364bc5509a0f32ae3f3b22d6e330c0abfb62d247" 620dependencies = [ 621 "aws-smithy-async", 622 "aws-smithy-http", 623 "aws-smithy-http-client", 624 "aws-smithy-observability", 625 "aws-smithy-runtime-api", 626 "aws-smithy-types", 627 "bytes", 628 "fastrand", 629 "http 0.2.12", 630 "http 1.4.0", 631 "http-body 0.4.6", 632 "http-body 1.0.1", 633 "pin-project-lite", 634 "pin-utils", 635 "tokio", 636 "tracing", 637] 638 639[[package]] 640name = "aws-smithy-runtime-api" 641version = "1.9.3" 642source = "registry+https://github.com/rust-lang/crates.io-index" 643checksum = "ab0d43d899f9e508300e587bf582ba54c27a452dd0a9ea294690669138ae14a2" 644dependencies = [ 645 "aws-smithy-async", 646 "aws-smithy-types", 647 "bytes", 648 "http 0.2.12", 649 "http 1.4.0", 650 "pin-project-lite", 651 "tokio", 652 "tracing", 653 "zeroize", 654] 655 656[[package]] 657name = "aws-smithy-types" 658version = "1.3.5" 659source = "registry+https://github.com/rust-lang/crates.io-index" 660checksum = "905cb13a9895626d49cf2ced759b062d913834c7482c38e49557eac4e6193f01" 661dependencies = [ 662 "base64-simd", 663 "bytes", 664 "bytes-utils", 665 "futures-core", 666 "http 0.2.12", 667 "http 1.4.0", 668 "http-body 0.4.6", 669 "http-body 1.0.1", 670 "http-body-util", 671 "itoa", 672 "num-integer", 673 "pin-project-lite", 674 "pin-utils", 675 "ryu", 676 "serde", 677 "time", 678 "tokio", 679 "tokio-util", 680] 681 682[[package]] 683name = "aws-smithy-xml" 684version = "0.60.13" 685source = "registry+https://github.com/rust-lang/crates.io-index" 686checksum = "11b2f670422ff42bf7065031e72b45bc52a3508bd089f743ea90731ca2b6ea57" 687dependencies = [ 688 "xmlparser", 689] 690 691[[package]] 692name = "aws-types" 693version = "1.3.11" 694source = "registry+https://github.com/rust-lang/crates.io-index" 695checksum = "1d980627d2dd7bfc32a3c025685a033eeab8d365cc840c631ef59d1b8f428164" 696dependencies = [ 697 "aws-credential-types", 698 "aws-smithy-async", 699 "aws-smithy-runtime-api", 700 "aws-smithy-types", 701 "rustc_version", 702 "tracing", 703] 704 705[[package]] 706name = "axum" 707version = "0.8.8" 708source = "registry+https://github.com/rust-lang/crates.io-index" 709checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8" 710dependencies = [ 711 "axum-core", 712 "axum-macros", 713 "base64 0.22.1", 714 "bytes", 715 "form_urlencoded", 716 "futures-util", 717 "http 1.4.0", 718 "http-body 1.0.1", 719 "http-body-util", 720 "hyper 1.8.1", 721 "hyper-util", 722 "itoa", 723 "matchit", 724 "memchr", 725 "mime", 726 "percent-encoding", 727 "pin-project-lite", 728 "serde_core", 729 "serde_json", 730 "serde_path_to_error", 731 "serde_urlencoded", 732 "sha1", 733 "sync_wrapper", 734 "tokio", 735 "tokio-tungstenite", 736 "tower", 737 "tower-layer", 738 "tower-service", 739 "tracing", 740] 741 742[[package]] 743name = "axum-core" 744version = "0.5.5" 745source = "registry+https://github.com/rust-lang/crates.io-index" 746checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22" 747dependencies = [ 748 "bytes", 749 "futures-core", 750 "http 1.4.0", 751 "http-body 1.0.1", 752 "http-body-util", 753 "mime", 754 "pin-project-lite", 755 "sync_wrapper", 756 "tower-layer", 757 "tower-service", 758 "tracing", 759] 760 761[[package]] 762name = "axum-macros" 763version = "0.5.0" 764source = "registry+https://github.com/rust-lang/crates.io-index" 765checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c" 766dependencies = [ 767 "proc-macro2", 768 "quote", 769 "syn 2.0.111", 770] 771 772[[package]] 773name = "backon" 774version = "1.6.0" 775source = "registry+https://github.com/rust-lang/crates.io-index" 776checksum = "cffb0e931875b666fc4fcb20fee52e9bbd1ef836fd9e9e04ec21555f9f85f7ef" 777dependencies = [ 778 "fastrand", 779 "gloo-timers", 780 "tokio", 781] 782 783[[package]] 784name = "base-x" 785version = "0.2.11" 786source = "registry+https://github.com/rust-lang/crates.io-index" 787checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 788 789[[package]] 790name = "base16ct" 791version = "0.1.1" 792source = "registry+https://github.com/rust-lang/crates.io-index" 793checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce" 794 795[[package]] 796name = "base16ct" 797version = "0.2.0" 798source = "registry+https://github.com/rust-lang/crates.io-index" 799checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 800 801[[package]] 802name = "base256emoji" 803version = "1.0.2" 804source = "registry+https://github.com/rust-lang/crates.io-index" 805checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c" 806dependencies = [ 807 "const-str", 808 "match-lookup", 809] 810 811[[package]] 812name = "base32" 813version = "0.5.1" 814source = "registry+https://github.com/rust-lang/crates.io-index" 815checksum = "022dfe9eb35f19ebbcb51e0b40a5ab759f46ad60cadf7297e0bd085afb50e076" 816 817[[package]] 818name = "base64" 819version = "0.21.7" 820source = "registry+https://github.com/rust-lang/crates.io-index" 821checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 822 823[[package]] 824name = "base64" 825version = "0.22.1" 826source = "registry+https://github.com/rust-lang/crates.io-index" 827checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 828 829[[package]] 830name = "base64-simd" 831version = "0.8.0" 832source = "registry+https://github.com/rust-lang/crates.io-index" 833checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" 834dependencies = [ 835 "outref", 836 "vsimd", 837] 838 839[[package]] 840name = "base64ct" 841version = "1.8.1" 842source = "registry+https://github.com/rust-lang/crates.io-index" 843checksum = "0e050f626429857a27ddccb31e0aca21356bfa709c04041aefddac081a8f068a" 844 845[[package]] 846name = "base64urlsafedata" 847version = "0.5.4" 848source = "registry+https://github.com/rust-lang/crates.io-index" 849checksum = "42f7f6be94fa637132933fd0a68b9140bcb60e3d46164cb68e82a2bb8d102b3a" 850dependencies = [ 851 "base64 0.21.7", 852 "pastey", 853 "serde", 854] 855 856[[package]] 857name = "bcrypt" 858version = "0.17.1" 859source = "registry+https://github.com/rust-lang/crates.io-index" 860checksum = "abaf6da45c74385272ddf00e1ac074c7d8a6c1a1dda376902bd6a427522a8b2c" 861dependencies = [ 862 "base64 0.22.1", 863 "blowfish", 864 "getrandom 0.3.4", 865 "subtle", 866 "zeroize", 867] 868 869[[package]] 870name = "bitflags" 871version = "2.10.0" 872source = "registry+https://github.com/rust-lang/crates.io-index" 873checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" 874dependencies = [ 875 "serde_core", 876] 877 878[[package]] 879name = "block-buffer" 880version = "0.10.4" 881source = "registry+https://github.com/rust-lang/crates.io-index" 882checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 883dependencies = [ 884 "generic-array", 885] 886 887[[package]] 888name = "blowfish" 889version = "0.9.1" 890source = "registry+https://github.com/rust-lang/crates.io-index" 891checksum = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7" 892dependencies = [ 893 "byteorder", 894 "cipher", 895] 896 897[[package]] 898name = "bollard" 899version = "0.19.4" 900source = "registry+https://github.com/rust-lang/crates.io-index" 901checksum = "87a52479c9237eb04047ddb94788c41ca0d26eaff8b697ecfbb4c32f7fdc3b1b" 902dependencies = [ 903 "async-stream", 904 "base64 0.22.1", 905 "bitflags", 906 "bollard-buildkit-proto", 907 "bollard-stubs", 908 "bytes", 909 "chrono", 910 "futures-core", 911 "futures-util", 912 "hex", 913 "home", 914 "http 1.4.0", 915 "http-body-util", 916 "hyper 1.8.1", 917 "hyper-named-pipe", 918 "hyper-rustls 0.27.7", 919 "hyper-util", 920 "hyperlocal", 921 "log", 922 "num", 923 "pin-project-lite", 924 "rand 0.9.2", 925 "rustls 0.23.35", 926 "rustls-native-certs", 927 "rustls-pemfile", 928 "rustls-pki-types", 929 "serde", 930 "serde_derive", 931 "serde_json", 932 "serde_repr", 933 "serde_urlencoded", 934 "thiserror 2.0.17", 935 "tokio", 936 "tokio-stream", 937 "tokio-util", 938 "tonic", 939 "tower-service", 940 "url", 941 "winapi", 942] 943 944[[package]] 945name = "bollard-buildkit-proto" 946version = "0.7.0" 947source = "registry+https://github.com/rust-lang/crates.io-index" 948checksum = "85a885520bf6249ab931a764ffdb87b0ceef48e6e7d807cfdb21b751e086e1ad" 949dependencies = [ 950 "prost", 951 "prost-types", 952 "tonic", 953 "tonic-prost", 954 "ureq", 955] 956 957[[package]] 958name = "bollard-stubs" 959version = "1.49.1-rc.28.4.0" 960source = "registry+https://github.com/rust-lang/crates.io-index" 961checksum = "5731fe885755e92beff1950774068e0cae67ea6ec7587381536fca84f1779623" 962dependencies = [ 963 "base64 0.22.1", 964 "bollard-buildkit-proto", 965 "bytes", 966 "chrono", 967 "prost", 968 "serde", 969 "serde_json", 970 "serde_repr", 971 "serde_with", 972] 973 974[[package]] 975name = "bon" 976version = "3.8.1" 977source = "registry+https://github.com/rust-lang/crates.io-index" 978checksum = "ebeb9aaf9329dff6ceb65c689ca3db33dbf15f324909c60e4e5eef5701ce31b1" 979dependencies = [ 980 "bon-macros", 981 "rustversion", 982] 983 984[[package]] 985name = "bon-macros" 986version = "3.8.1" 987source = "registry+https://github.com/rust-lang/crates.io-index" 988checksum = "77e9d642a7e3a318e37c2c9427b5a6a48aa1ad55dcd986f3034ab2239045a645" 989dependencies = [ 990 "darling", 991 "ident_case", 992 "prettyplease", 993 "proc-macro2", 994 "quote", 995 "rustversion", 996 "syn 2.0.111", 997] 998 999[[package]] 1000name = "borsh" 1001version = "1.6.0" 1002source = "registry+https://github.com/rust-lang/crates.io-index" 1003checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f" 1004dependencies = [ 1005 "cfg_aliases", 1006] 1007 1008[[package]] 1009name = "bs58" 1010version = "0.5.1" 1011source = "registry+https://github.com/rust-lang/crates.io-index" 1012checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" 1013dependencies = [ 1014 "tinyvec", 1015] 1016 1017[[package]] 1018name = "btree-range-map" 1019version = "0.7.2" 1020source = "registry+https://github.com/rust-lang/crates.io-index" 1021checksum = "1be5c9672446d3800bcbcaabaeba121fe22f1fb25700c4562b22faf76d377c33" 1022dependencies = [ 1023 "btree-slab", 1024 "cc-traits", 1025 "range-traits", 1026 "serde", 1027 "slab", 1028] 1029 1030[[package]] 1031name = "btree-slab" 1032version = "0.6.1" 1033source = "registry+https://github.com/rust-lang/crates.io-index" 1034checksum = "7a2b56d3029f075c4fa892428a098425b86cef5c89ae54073137ece416aef13c" 1035dependencies = [ 1036 "cc-traits", 1037 "slab", 1038 "smallvec", 1039] 1040 1041[[package]] 1042name = "bumpalo" 1043version = "3.19.1" 1044source = "registry+https://github.com/rust-lang/crates.io-index" 1045checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" 1046 1047[[package]] 1048name = "bytemuck" 1049version = "1.24.0" 1050source = "registry+https://github.com/rust-lang/crates.io-index" 1051checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4" 1052 1053[[package]] 1054name = "byteorder" 1055version = "1.5.0" 1056source = "registry+https://github.com/rust-lang/crates.io-index" 1057checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 1058 1059[[package]] 1060name = "byteorder-lite" 1061version = "0.1.0" 1062source = "registry+https://github.com/rust-lang/crates.io-index" 1063checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" 1064 1065[[package]] 1066name = "bytes" 1067version = "1.11.0" 1068source = "registry+https://github.com/rust-lang/crates.io-index" 1069checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" 1070dependencies = [ 1071 "serde", 1072] 1073 1074[[package]] 1075name = "bytes-utils" 1076version = "0.1.4" 1077source = "registry+https://github.com/rust-lang/crates.io-index" 1078checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35" 1079dependencies = [ 1080 "bytes", 1081 "either", 1082] 1083 1084[[package]] 1085name = "cbor4ii" 1086version = "0.2.14" 1087source = "registry+https://github.com/rust-lang/crates.io-index" 1088checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4" 1089dependencies = [ 1090 "serde", 1091] 1092 1093[[package]] 1094name = "cc" 1095version = "1.2.50" 1096source = "registry+https://github.com/rust-lang/crates.io-index" 1097checksum = "9f50d563227a1c37cc0a263f64eca3334388c01c5e4c4861a9def205c614383c" 1098dependencies = [ 1099 "find-msvc-tools", 1100 "jobserver", 1101 "libc", 1102 "shlex", 1103] 1104 1105[[package]] 1106name = "cc-traits" 1107version = "2.0.0" 1108source = "registry+https://github.com/rust-lang/crates.io-index" 1109checksum = "060303ef31ef4a522737e1b1ab68c67916f2a787bb2f4f54f383279adba962b5" 1110dependencies = [ 1111 "slab", 1112] 1113 1114[[package]] 1115name = "cfb" 1116version = "0.7.3" 1117source = "registry+https://github.com/rust-lang/crates.io-index" 1118checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f" 1119dependencies = [ 1120 "byteorder", 1121 "fnv", 1122 "uuid", 1123] 1124 1125[[package]] 1126name = "cfg-if" 1127version = "1.0.4" 1128source = "registry+https://github.com/rust-lang/crates.io-index" 1129checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 1130 1131[[package]] 1132name = "cfg_aliases" 1133version = "0.2.1" 1134source = "registry+https://github.com/rust-lang/crates.io-index" 1135checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 1136 1137[[package]] 1138name = "chrono" 1139version = "0.4.42" 1140source = "registry+https://github.com/rust-lang/crates.io-index" 1141checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" 1142dependencies = [ 1143 "iana-time-zone", 1144 "js-sys", 1145 "num-traits", 1146 "serde", 1147 "wasm-bindgen", 1148 "windows-link", 1149] 1150 1151[[package]] 1152name = "ciborium" 1153version = "0.2.2" 1154source = "registry+https://github.com/rust-lang/crates.io-index" 1155checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 1156dependencies = [ 1157 "ciborium-io", 1158 "ciborium-ll", 1159 "serde", 1160] 1161 1162[[package]] 1163name = "ciborium-io" 1164version = "0.2.2" 1165source = "registry+https://github.com/rust-lang/crates.io-index" 1166checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 1167 1168[[package]] 1169name = "ciborium-ll" 1170version = "0.2.2" 1171source = "registry+https://github.com/rust-lang/crates.io-index" 1172checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 1173dependencies = [ 1174 "ciborium-io", 1175 "half", 1176] 1177 1178[[package]] 1179name = "cid" 1180version = "0.11.1" 1181source = "registry+https://github.com/rust-lang/crates.io-index" 1182checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" 1183dependencies = [ 1184 "core2", 1185 "multibase", 1186 "multihash", 1187 "serde", 1188 "serde_bytes", 1189 "unsigned-varint 0.8.0", 1190] 1191 1192[[package]] 1193name = "cipher" 1194version = "0.4.4" 1195source = "registry+https://github.com/rust-lang/crates.io-index" 1196checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 1197dependencies = [ 1198 "crypto-common", 1199 "inout", 1200] 1201 1202[[package]] 1203name = "cmake" 1204version = "0.1.57" 1205source = "registry+https://github.com/rust-lang/crates.io-index" 1206checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d" 1207dependencies = [ 1208 "cc", 1209] 1210 1211[[package]] 1212name = "cobs" 1213version = "0.3.0" 1214source = "registry+https://github.com/rust-lang/crates.io-index" 1215checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1" 1216dependencies = [ 1217 "thiserror 2.0.17", 1218] 1219 1220[[package]] 1221name = "color_quant" 1222version = "1.1.0" 1223source = "registry+https://github.com/rust-lang/crates.io-index" 1224checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 1225 1226[[package]] 1227name = "combine" 1228version = "4.6.7" 1229source = "registry+https://github.com/rust-lang/crates.io-index" 1230checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 1231dependencies = [ 1232 "bytes", 1233 "futures-core", 1234 "memchr", 1235 "pin-project-lite", 1236 "tokio", 1237 "tokio-util", 1238] 1239 1240[[package]] 1241name = "compression-codecs" 1242version = "0.4.35" 1243source = "registry+https://github.com/rust-lang/crates.io-index" 1244checksum = "b0f7ac3e5b97fdce45e8922fb05cae2c37f7bbd63d30dd94821dacfd8f3f2bf2" 1245dependencies = [ 1246 "compression-core", 1247 "flate2", 1248 "memchr", 1249] 1250 1251[[package]] 1252name = "compression-core" 1253version = "0.4.31" 1254source = "registry+https://github.com/rust-lang/crates.io-index" 1255checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d" 1256 1257[[package]] 1258name = "concurrent-queue" 1259version = "2.5.0" 1260source = "registry+https://github.com/rust-lang/crates.io-index" 1261checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 1262dependencies = [ 1263 "crossbeam-utils", 1264] 1265 1266[[package]] 1267name = "const-oid" 1268version = "0.9.6" 1269source = "registry+https://github.com/rust-lang/crates.io-index" 1270checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 1271 1272[[package]] 1273name = "const-str" 1274version = "0.4.3" 1275source = "registry+https://github.com/rust-lang/crates.io-index" 1276checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3" 1277 1278[[package]] 1279name = "constant_time_eq" 1280version = "0.3.1" 1281source = "registry+https://github.com/rust-lang/crates.io-index" 1282checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" 1283 1284[[package]] 1285name = "cordyceps" 1286version = "0.3.4" 1287source = "registry+https://github.com/rust-lang/crates.io-index" 1288checksum = "688d7fbb8092b8de775ef2536f36c8c31f2bc4006ece2e8d8ad2d17d00ce0a2a" 1289dependencies = [ 1290 "loom", 1291 "tracing", 1292] 1293 1294[[package]] 1295name = "core-foundation" 1296version = "0.9.4" 1297source = "registry+https://github.com/rust-lang/crates.io-index" 1298checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 1299dependencies = [ 1300 "core-foundation-sys", 1301 "libc", 1302] 1303 1304[[package]] 1305name = "core-foundation" 1306version = "0.10.1" 1307source = "registry+https://github.com/rust-lang/crates.io-index" 1308checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 1309dependencies = [ 1310 "core-foundation-sys", 1311 "libc", 1312] 1313 1314[[package]] 1315name = "core-foundation-sys" 1316version = "0.8.7" 1317source = "registry+https://github.com/rust-lang/crates.io-index" 1318checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 1319 1320[[package]] 1321name = "core2" 1322version = "0.4.0" 1323source = "registry+https://github.com/rust-lang/crates.io-index" 1324checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 1325dependencies = [ 1326 "memchr", 1327] 1328 1329[[package]] 1330name = "cpufeatures" 1331version = "0.2.17" 1332source = "registry+https://github.com/rust-lang/crates.io-index" 1333checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 1334dependencies = [ 1335 "libc", 1336] 1337 1338[[package]] 1339name = "crc" 1340version = "3.4.0" 1341source = "registry+https://github.com/rust-lang/crates.io-index" 1342checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d" 1343dependencies = [ 1344 "crc-catalog", 1345] 1346 1347[[package]] 1348name = "crc-catalog" 1349version = "2.4.0" 1350source = "registry+https://github.com/rust-lang/crates.io-index" 1351checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 1352 1353[[package]] 1354name = "crc-fast" 1355version = "1.6.0" 1356source = "registry+https://github.com/rust-lang/crates.io-index" 1357checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3" 1358dependencies = [ 1359 "crc", 1360 "digest", 1361 "rand 0.9.2", 1362 "regex", 1363 "rustversion", 1364] 1365 1366[[package]] 1367name = "crc32fast" 1368version = "1.5.0" 1369source = "registry+https://github.com/rust-lang/crates.io-index" 1370checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 1371dependencies = [ 1372 "cfg-if", 1373] 1374 1375[[package]] 1376name = "critical-section" 1377version = "1.2.0" 1378source = "registry+https://github.com/rust-lang/crates.io-index" 1379checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" 1380 1381[[package]] 1382name = "crossbeam-channel" 1383version = "0.5.15" 1384source = "registry+https://github.com/rust-lang/crates.io-index" 1385checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 1386dependencies = [ 1387 "crossbeam-utils", 1388] 1389 1390[[package]] 1391name = "crossbeam-epoch" 1392version = "0.9.18" 1393source = "registry+https://github.com/rust-lang/crates.io-index" 1394checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 1395dependencies = [ 1396 "crossbeam-utils", 1397] 1398 1399[[package]] 1400name = "crossbeam-queue" 1401version = "0.3.12" 1402source = "registry+https://github.com/rust-lang/crates.io-index" 1403checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" 1404dependencies = [ 1405 "crossbeam-utils", 1406] 1407 1408[[package]] 1409name = "crossbeam-utils" 1410version = "0.8.21" 1411source = "registry+https://github.com/rust-lang/crates.io-index" 1412checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 1413 1414[[package]] 1415name = "crunchy" 1416version = "0.2.4" 1417source = "registry+https://github.com/rust-lang/crates.io-index" 1418checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 1419 1420[[package]] 1421name = "crypto-bigint" 1422version = "0.4.9" 1423source = "registry+https://github.com/rust-lang/crates.io-index" 1424checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" 1425dependencies = [ 1426 "generic-array", 1427 "rand_core 0.6.4", 1428 "subtle", 1429 "zeroize", 1430] 1431 1432[[package]] 1433name = "crypto-bigint" 1434version = "0.5.5" 1435source = "registry+https://github.com/rust-lang/crates.io-index" 1436checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 1437dependencies = [ 1438 "generic-array", 1439 "rand_core 0.6.4", 1440 "subtle", 1441 "zeroize", 1442] 1443 1444[[package]] 1445name = "crypto-common" 1446version = "0.1.7" 1447source = "registry+https://github.com/rust-lang/crates.io-index" 1448checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" 1449dependencies = [ 1450 "generic-array", 1451 "rand_core 0.6.4", 1452 "typenum", 1453] 1454 1455[[package]] 1456name = "ctor" 1457version = "0.6.3" 1458source = "registry+https://github.com/rust-lang/crates.io-index" 1459checksum = "424e0138278faeb2b401f174ad17e715c829512d74f3d1e81eb43365c2e0590e" 1460dependencies = [ 1461 "ctor-proc-macro", 1462 "dtor", 1463] 1464 1465[[package]] 1466name = "ctor-proc-macro" 1467version = "0.0.7" 1468source = "registry+https://github.com/rust-lang/crates.io-index" 1469checksum = "52560adf09603e58c9a7ee1fe1dcb95a16927b17c127f0ac02d6e768a0e25bc1" 1470 1471[[package]] 1472name = "ctr" 1473version = "0.9.2" 1474source = "registry+https://github.com/rust-lang/crates.io-index" 1475checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" 1476dependencies = [ 1477 "cipher", 1478] 1479 1480[[package]] 1481name = "curve25519-dalek" 1482version = "4.1.3" 1483source = "registry+https://github.com/rust-lang/crates.io-index" 1484checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" 1485dependencies = [ 1486 "cfg-if", 1487 "cpufeatures", 1488 "curve25519-dalek-derive", 1489 "digest", 1490 "fiat-crypto", 1491 "rustc_version", 1492 "subtle", 1493 "zeroize", 1494] 1495 1496[[package]] 1497name = "curve25519-dalek-derive" 1498version = "0.1.1" 1499source = "registry+https://github.com/rust-lang/crates.io-index" 1500checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" 1501dependencies = [ 1502 "proc-macro2", 1503 "quote", 1504 "syn 2.0.111", 1505] 1506 1507[[package]] 1508name = "darling" 1509version = "0.21.3" 1510source = "registry+https://github.com/rust-lang/crates.io-index" 1511checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0" 1512dependencies = [ 1513 "darling_core", 1514 "darling_macro", 1515] 1516 1517[[package]] 1518name = "darling_core" 1519version = "0.21.3" 1520source = "registry+https://github.com/rust-lang/crates.io-index" 1521checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4" 1522dependencies = [ 1523 "fnv", 1524 "ident_case", 1525 "proc-macro2", 1526 "quote", 1527 "strsim", 1528 "syn 2.0.111", 1529] 1530 1531[[package]] 1532name = "darling_macro" 1533version = "0.21.3" 1534source = "registry+https://github.com/rust-lang/crates.io-index" 1535checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" 1536dependencies = [ 1537 "darling_core", 1538 "quote", 1539 "syn 2.0.111", 1540] 1541 1542[[package]] 1543name = "dashmap" 1544version = "6.1.0" 1545source = "registry+https://github.com/rust-lang/crates.io-index" 1546checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" 1547dependencies = [ 1548 "cfg-if", 1549 "crossbeam-utils", 1550 "hashbrown 0.14.5", 1551 "lock_api", 1552 "once_cell", 1553 "parking_lot_core", 1554] 1555 1556[[package]] 1557name = "data-encoding" 1558version = "2.9.0" 1559source = "registry+https://github.com/rust-lang/crates.io-index" 1560checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 1561 1562[[package]] 1563name = "data-encoding-macro" 1564version = "0.1.18" 1565source = "registry+https://github.com/rust-lang/crates.io-index" 1566checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d" 1567dependencies = [ 1568 "data-encoding", 1569 "data-encoding-macro-internal", 1570] 1571 1572[[package]] 1573name = "data-encoding-macro-internal" 1574version = "0.1.16" 1575source = "registry+https://github.com/rust-lang/crates.io-index" 1576checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" 1577dependencies = [ 1578 "data-encoding", 1579 "syn 2.0.111", 1580] 1581 1582[[package]] 1583name = "deadpool" 1584version = "0.12.3" 1585source = "registry+https://github.com/rust-lang/crates.io-index" 1586checksum = "0be2b1d1d6ec8d846f05e137292d0b89133caf95ef33695424c09568bdd39b1b" 1587dependencies = [ 1588 "deadpool-runtime", 1589 "lazy_static", 1590 "num_cpus", 1591 "tokio", 1592] 1593 1594[[package]] 1595name = "deadpool-runtime" 1596version = "0.1.4" 1597source = "registry+https://github.com/rust-lang/crates.io-index" 1598checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b" 1599 1600[[package]] 1601name = "der" 1602version = "0.6.1" 1603source = "registry+https://github.com/rust-lang/crates.io-index" 1604checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de" 1605dependencies = [ 1606 "const-oid", 1607 "zeroize", 1608] 1609 1610[[package]] 1611name = "der" 1612version = "0.7.10" 1613source = "registry+https://github.com/rust-lang/crates.io-index" 1614checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 1615dependencies = [ 1616 "const-oid", 1617 "pem-rfc7468", 1618 "zeroize", 1619] 1620 1621[[package]] 1622name = "der-parser" 1623version = "9.0.0" 1624source = "registry+https://github.com/rust-lang/crates.io-index" 1625checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553" 1626dependencies = [ 1627 "asn1-rs", 1628 "displaydoc", 1629 "nom", 1630 "num-bigint", 1631 "num-traits", 1632 "rusticata-macros", 1633] 1634 1635[[package]] 1636name = "deranged" 1637version = "0.5.5" 1638source = "registry+https://github.com/rust-lang/crates.io-index" 1639checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587" 1640dependencies = [ 1641 "powerfmt", 1642 "serde_core", 1643] 1644 1645[[package]] 1646name = "derive_arbitrary" 1647version = "1.4.2" 1648source = "registry+https://github.com/rust-lang/crates.io-index" 1649checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a" 1650dependencies = [ 1651 "proc-macro2", 1652 "quote", 1653 "syn 2.0.111", 1654] 1655 1656[[package]] 1657name = "derive_more" 1658version = "1.0.0" 1659source = "registry+https://github.com/rust-lang/crates.io-index" 1660checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05" 1661dependencies = [ 1662 "derive_more-impl", 1663] 1664 1665[[package]] 1666name = "derive_more-impl" 1667version = "1.0.0" 1668source = "registry+https://github.com/rust-lang/crates.io-index" 1669checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" 1670dependencies = [ 1671 "proc-macro2", 1672 "quote", 1673 "syn 2.0.111", 1674 "unicode-xid", 1675] 1676 1677[[package]] 1678name = "diatomic-waker" 1679version = "0.2.3" 1680source = "registry+https://github.com/rust-lang/crates.io-index" 1681checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c" 1682 1683[[package]] 1684name = "digest" 1685version = "0.10.7" 1686source = "registry+https://github.com/rust-lang/crates.io-index" 1687checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1688dependencies = [ 1689 "block-buffer", 1690 "const-oid", 1691 "crypto-common", 1692 "subtle", 1693] 1694 1695[[package]] 1696name = "displaydoc" 1697version = "0.2.5" 1698source = "registry+https://github.com/rust-lang/crates.io-index" 1699checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 1700dependencies = [ 1701 "proc-macro2", 1702 "quote", 1703 "syn 2.0.111", 1704] 1705 1706[[package]] 1707name = "docker_credential" 1708version = "1.3.2" 1709source = "registry+https://github.com/rust-lang/crates.io-index" 1710checksum = "1d89dfcba45b4afad7450a99b39e751590463e45c04728cf555d36bb66940de8" 1711dependencies = [ 1712 "base64 0.21.7", 1713 "serde", 1714 "serde_json", 1715] 1716 1717[[package]] 1718name = "dotenvy" 1719version = "0.15.7" 1720source = "registry+https://github.com/rust-lang/crates.io-index" 1721checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 1722 1723[[package]] 1724name = "dtor" 1725version = "0.1.1" 1726source = "registry+https://github.com/rust-lang/crates.io-index" 1727checksum = "404d02eeb088a82cfd873006cb713fe411306c7d182c344905e101fb1167d301" 1728dependencies = [ 1729 "dtor-proc-macro", 1730] 1731 1732[[package]] 1733name = "dtor-proc-macro" 1734version = "0.0.6" 1735source = "registry+https://github.com/rust-lang/crates.io-index" 1736checksum = "f678cf4a922c215c63e0de95eb1ff08a958a81d47e485cf9da1e27bf6305cfa5" 1737 1738[[package]] 1739name = "dunce" 1740version = "1.0.5" 1741source = "registry+https://github.com/rust-lang/crates.io-index" 1742checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 1743 1744[[package]] 1745name = "dyn-clone" 1746version = "1.0.20" 1747source = "registry+https://github.com/rust-lang/crates.io-index" 1748checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" 1749 1750[[package]] 1751name = "ecdsa" 1752version = "0.14.8" 1753source = "registry+https://github.com/rust-lang/crates.io-index" 1754checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c" 1755dependencies = [ 1756 "der 0.6.1", 1757 "elliptic-curve 0.12.3", 1758 "rfc6979 0.3.1", 1759 "signature 1.6.4", 1760] 1761 1762[[package]] 1763name = "ecdsa" 1764version = "0.16.9" 1765source = "registry+https://github.com/rust-lang/crates.io-index" 1766checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 1767dependencies = [ 1768 "der 0.7.10", 1769 "digest", 1770 "elliptic-curve 0.13.8", 1771 "rfc6979 0.4.0", 1772 "signature 2.2.0", 1773 "spki 0.7.3", 1774] 1775 1776[[package]] 1777name = "ed25519" 1778version = "2.2.3" 1779source = "registry+https://github.com/rust-lang/crates.io-index" 1780checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" 1781dependencies = [ 1782 "pkcs8 0.10.2", 1783 "signature 2.2.0", 1784] 1785 1786[[package]] 1787name = "ed25519-dalek" 1788version = "2.2.0" 1789source = "registry+https://github.com/rust-lang/crates.io-index" 1790checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9" 1791dependencies = [ 1792 "curve25519-dalek", 1793 "ed25519", 1794 "rand_core 0.6.4", 1795 "serde", 1796 "sha2", 1797 "subtle", 1798 "zeroize", 1799] 1800 1801[[package]] 1802name = "either" 1803version = "1.15.0" 1804source = "registry+https://github.com/rust-lang/crates.io-index" 1805checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 1806dependencies = [ 1807 "serde", 1808] 1809 1810[[package]] 1811name = "elliptic-curve" 1812version = "0.12.3" 1813source = "registry+https://github.com/rust-lang/crates.io-index" 1814checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3" 1815dependencies = [ 1816 "base16ct 0.1.1", 1817 "crypto-bigint 0.4.9", 1818 "der 0.6.1", 1819 "digest", 1820 "ff 0.12.1", 1821 "generic-array", 1822 "group 0.12.1", 1823 "pkcs8 0.9.0", 1824 "rand_core 0.6.4", 1825 "sec1 0.3.0", 1826 "subtle", 1827 "zeroize", 1828] 1829 1830[[package]] 1831name = "elliptic-curve" 1832version = "0.13.8" 1833source = "registry+https://github.com/rust-lang/crates.io-index" 1834checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 1835dependencies = [ 1836 "base16ct 0.2.0", 1837 "crypto-bigint 0.5.5", 1838 "digest", 1839 "ff 0.13.1", 1840 "generic-array", 1841 "group 0.13.0", 1842 "hkdf", 1843 "pem-rfc7468", 1844 "pkcs8 0.10.2", 1845 "rand_core 0.6.4", 1846 "sec1 0.7.3", 1847 "subtle", 1848 "zeroize", 1849] 1850 1851[[package]] 1852name = "embedded-io" 1853version = "0.4.0" 1854source = "registry+https://github.com/rust-lang/crates.io-index" 1855checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced" 1856 1857[[package]] 1858name = "embedded-io" 1859version = "0.6.1" 1860source = "registry+https://github.com/rust-lang/crates.io-index" 1861checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" 1862 1863[[package]] 1864name = "encoding_rs" 1865version = "0.8.35" 1866source = "registry+https://github.com/rust-lang/crates.io-index" 1867checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 1868dependencies = [ 1869 "cfg-if", 1870] 1871 1872[[package]] 1873name = "enum-as-inner" 1874version = "0.6.1" 1875source = "registry+https://github.com/rust-lang/crates.io-index" 1876checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" 1877dependencies = [ 1878 "heck 0.5.0", 1879 "proc-macro2", 1880 "quote", 1881 "syn 2.0.111", 1882] 1883 1884[[package]] 1885name = "equivalent" 1886version = "1.0.2" 1887source = "registry+https://github.com/rust-lang/crates.io-index" 1888checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 1889 1890[[package]] 1891name = "errno" 1892version = "0.3.14" 1893source = "registry+https://github.com/rust-lang/crates.io-index" 1894checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 1895dependencies = [ 1896 "libc", 1897 "windows-sys 0.61.2", 1898] 1899 1900[[package]] 1901name = "etcetera" 1902version = "0.8.0" 1903source = "registry+https://github.com/rust-lang/crates.io-index" 1904checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" 1905dependencies = [ 1906 "cfg-if", 1907 "home", 1908 "windows-sys 0.48.0", 1909] 1910 1911[[package]] 1912name = "etcetera" 1913version = "0.11.0" 1914source = "registry+https://github.com/rust-lang/crates.io-index" 1915checksum = "de48cc4d1c1d97a20fd819def54b890cadde72ed3ad0c614822a0a433361be96" 1916dependencies = [ 1917 "cfg-if", 1918 "windows-sys 0.61.2", 1919] 1920 1921[[package]] 1922name = "event-listener" 1923version = "5.4.1" 1924source = "registry+https://github.com/rust-lang/crates.io-index" 1925checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 1926dependencies = [ 1927 "concurrent-queue", 1928 "parking", 1929 "pin-project-lite", 1930] 1931 1932[[package]] 1933name = "fastrand" 1934version = "2.3.0" 1935source = "registry+https://github.com/rust-lang/crates.io-index" 1936checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 1937 1938[[package]] 1939name = "fdeflate" 1940version = "0.3.7" 1941source = "registry+https://github.com/rust-lang/crates.io-index" 1942checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" 1943dependencies = [ 1944 "simd-adler32", 1945] 1946 1947[[package]] 1948name = "ferroid" 1949version = "0.8.8" 1950source = "registry+https://github.com/rust-lang/crates.io-index" 1951checksum = "ce161062fb044bd629c2393590efd47cab8d0241faf15704ffb0d47b7b4e4a35" 1952dependencies = [ 1953 "portable-atomic", 1954 "rand 0.9.2", 1955 "web-time", 1956] 1957 1958[[package]] 1959name = "ff" 1960version = "0.12.1" 1961source = "registry+https://github.com/rust-lang/crates.io-index" 1962checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" 1963dependencies = [ 1964 "rand_core 0.6.4", 1965 "subtle", 1966] 1967 1968[[package]] 1969name = "ff" 1970version = "0.13.1" 1971source = "registry+https://github.com/rust-lang/crates.io-index" 1972checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" 1973dependencies = [ 1974 "rand_core 0.6.4", 1975 "subtle", 1976] 1977 1978[[package]] 1979name = "fiat-crypto" 1980version = "0.2.9" 1981source = "registry+https://github.com/rust-lang/crates.io-index" 1982checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" 1983 1984[[package]] 1985name = "filetime" 1986version = "0.2.26" 1987source = "registry+https://github.com/rust-lang/crates.io-index" 1988checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed" 1989dependencies = [ 1990 "cfg-if", 1991 "libc", 1992 "libredox", 1993 "windows-sys 0.60.2", 1994] 1995 1996[[package]] 1997name = "find-msvc-tools" 1998version = "0.1.5" 1999source = "registry+https://github.com/rust-lang/crates.io-index" 2000checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" 2001 2002[[package]] 2003name = "flate2" 2004version = "1.1.5" 2005source = "registry+https://github.com/rust-lang/crates.io-index" 2006checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" 2007dependencies = [ 2008 "crc32fast", 2009 "libz-rs-sys", 2010 "miniz_oxide", 2011] 2012 2013[[package]] 2014name = "flume" 2015version = "0.11.1" 2016source = "registry+https://github.com/rust-lang/crates.io-index" 2017checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" 2018dependencies = [ 2019 "futures-core", 2020 "futures-sink", 2021 "spin 0.9.8", 2022] 2023 2024[[package]] 2025name = "fnv" 2026version = "1.0.7" 2027source = "registry+https://github.com/rust-lang/crates.io-index" 2028checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 2029 2030[[package]] 2031name = "foldhash" 2032version = "0.1.5" 2033source = "registry+https://github.com/rust-lang/crates.io-index" 2034checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 2035 2036[[package]] 2037name = "foldhash" 2038version = "0.2.0" 2039source = "registry+https://github.com/rust-lang/crates.io-index" 2040checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 2041 2042[[package]] 2043name = "foreign-types" 2044version = "0.3.2" 2045source = "registry+https://github.com/rust-lang/crates.io-index" 2046checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 2047dependencies = [ 2048 "foreign-types-shared", 2049] 2050 2051[[package]] 2052name = "foreign-types-shared" 2053version = "0.1.1" 2054source = "registry+https://github.com/rust-lang/crates.io-index" 2055checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 2056 2057[[package]] 2058name = "form_urlencoded" 2059version = "1.2.2" 2060source = "registry+https://github.com/rust-lang/crates.io-index" 2061checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 2062dependencies = [ 2063 "percent-encoding", 2064] 2065 2066[[package]] 2067name = "fs_extra" 2068version = "1.3.0" 2069source = "registry+https://github.com/rust-lang/crates.io-index" 2070checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 2071 2072[[package]] 2073name = "futf" 2074version = "0.1.5" 2075source = "registry+https://github.com/rust-lang/crates.io-index" 2076checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" 2077dependencies = [ 2078 "mac", 2079 "new_debug_unreachable", 2080] 2081 2082[[package]] 2083name = "futures" 2084version = "0.3.31" 2085source = "registry+https://github.com/rust-lang/crates.io-index" 2086checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 2087dependencies = [ 2088 "futures-channel", 2089 "futures-core", 2090 "futures-executor", 2091 "futures-io", 2092 "futures-sink", 2093 "futures-task", 2094 "futures-util", 2095] 2096 2097[[package]] 2098name = "futures-buffered" 2099version = "0.2.12" 2100source = "registry+https://github.com/rust-lang/crates.io-index" 2101checksum = "a8e0e1f38ec07ba4abbde21eed377082f17ccb988be9d988a5adbf4bafc118fd" 2102dependencies = [ 2103 "cordyceps", 2104 "diatomic-waker", 2105 "futures-core", 2106 "pin-project-lite", 2107 "spin 0.10.0", 2108] 2109 2110[[package]] 2111name = "futures-channel" 2112version = "0.3.31" 2113source = "registry+https://github.com/rust-lang/crates.io-index" 2114checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 2115dependencies = [ 2116 "futures-core", 2117 "futures-sink", 2118] 2119 2120[[package]] 2121name = "futures-core" 2122version = "0.3.31" 2123source = "registry+https://github.com/rust-lang/crates.io-index" 2124checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 2125 2126[[package]] 2127name = "futures-executor" 2128version = "0.3.31" 2129source = "registry+https://github.com/rust-lang/crates.io-index" 2130checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 2131dependencies = [ 2132 "futures-core", 2133 "futures-task", 2134 "futures-util", 2135] 2136 2137[[package]] 2138name = "futures-intrusive" 2139version = "0.5.0" 2140source = "registry+https://github.com/rust-lang/crates.io-index" 2141checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" 2142dependencies = [ 2143 "futures-core", 2144 "lock_api", 2145 "parking_lot", 2146] 2147 2148[[package]] 2149name = "futures-io" 2150version = "0.3.31" 2151source = "registry+https://github.com/rust-lang/crates.io-index" 2152checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 2153 2154[[package]] 2155name = "futures-lite" 2156version = "2.6.1" 2157source = "registry+https://github.com/rust-lang/crates.io-index" 2158checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" 2159dependencies = [ 2160 "fastrand", 2161 "futures-core", 2162 "futures-io", 2163 "parking", 2164 "pin-project-lite", 2165] 2166 2167[[package]] 2168name = "futures-macro" 2169version = "0.3.31" 2170source = "registry+https://github.com/rust-lang/crates.io-index" 2171checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 2172dependencies = [ 2173 "proc-macro2", 2174 "quote", 2175 "syn 2.0.111", 2176] 2177 2178[[package]] 2179name = "futures-sink" 2180version = "0.3.31" 2181source = "registry+https://github.com/rust-lang/crates.io-index" 2182checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 2183 2184[[package]] 2185name = "futures-task" 2186version = "0.3.31" 2187source = "registry+https://github.com/rust-lang/crates.io-index" 2188checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 2189 2190[[package]] 2191name = "futures-timer" 2192version = "3.0.3" 2193source = "registry+https://github.com/rust-lang/crates.io-index" 2194checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" 2195 2196[[package]] 2197name = "futures-util" 2198version = "0.3.31" 2199source = "registry+https://github.com/rust-lang/crates.io-index" 2200checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 2201dependencies = [ 2202 "futures-channel", 2203 "futures-core", 2204 "futures-io", 2205 "futures-macro", 2206 "futures-sink", 2207 "futures-task", 2208 "memchr", 2209 "pin-project-lite", 2210 "pin-utils", 2211 "slab", 2212] 2213 2214[[package]] 2215name = "generator" 2216version = "0.8.8" 2217source = "registry+https://github.com/rust-lang/crates.io-index" 2218checksum = "52f04ae4152da20c76fe800fa48659201d5cf627c5149ca0b707b69d7eef6cf9" 2219dependencies = [ 2220 "cc", 2221 "cfg-if", 2222 "libc", 2223 "log", 2224 "rustversion", 2225 "windows-link", 2226 "windows-result", 2227] 2228 2229[[package]] 2230name = "generic-array" 2231version = "0.14.7" 2232source = "registry+https://github.com/rust-lang/crates.io-index" 2233checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 2234dependencies = [ 2235 "typenum", 2236 "version_check", 2237 "zeroize", 2238] 2239 2240[[package]] 2241name = "getrandom" 2242version = "0.2.16" 2243source = "registry+https://github.com/rust-lang/crates.io-index" 2244checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 2245dependencies = [ 2246 "cfg-if", 2247 "js-sys", 2248 "libc", 2249 "wasi", 2250 "wasm-bindgen", 2251] 2252 2253[[package]] 2254name = "getrandom" 2255version = "0.3.4" 2256source = "registry+https://github.com/rust-lang/crates.io-index" 2257checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 2258dependencies = [ 2259 "cfg-if", 2260 "js-sys", 2261 "libc", 2262 "r-efi", 2263 "wasip2", 2264 "wasm-bindgen", 2265] 2266 2267[[package]] 2268name = "ghash" 2269version = "0.5.1" 2270source = "registry+https://github.com/rust-lang/crates.io-index" 2271checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" 2272dependencies = [ 2273 "opaque-debug", 2274 "polyval", 2275] 2276 2277[[package]] 2278name = "gif" 2279version = "0.14.1" 2280source = "registry+https://github.com/rust-lang/crates.io-index" 2281checksum = "f5df2ba84018d80c213569363bdcd0c64e6933c67fe4c1d60ecf822971a3c35e" 2282dependencies = [ 2283 "color_quant", 2284 "weezl", 2285] 2286 2287[[package]] 2288name = "gloo-storage" 2289version = "0.3.0" 2290source = "registry+https://github.com/rust-lang/crates.io-index" 2291checksum = "fbc8031e8c92758af912f9bc08fbbadd3c6f3cfcbf6b64cdf3d6a81f0139277a" 2292dependencies = [ 2293 "gloo-utils", 2294 "js-sys", 2295 "serde", 2296 "serde_json", 2297 "thiserror 1.0.69", 2298 "wasm-bindgen", 2299 "web-sys", 2300] 2301 2302[[package]] 2303name = "gloo-timers" 2304version = "0.3.0" 2305source = "registry+https://github.com/rust-lang/crates.io-index" 2306checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994" 2307dependencies = [ 2308 "futures-channel", 2309 "futures-core", 2310 "js-sys", 2311 "wasm-bindgen", 2312] 2313 2314[[package]] 2315name = "gloo-utils" 2316version = "0.2.0" 2317source = "registry+https://github.com/rust-lang/crates.io-index" 2318checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa" 2319dependencies = [ 2320 "js-sys", 2321 "serde", 2322 "serde_json", 2323 "wasm-bindgen", 2324 "web-sys", 2325] 2326 2327[[package]] 2328name = "governor" 2329version = "0.10.4" 2330source = "registry+https://github.com/rust-lang/crates.io-index" 2331checksum = "9efcab3c1958580ff1f25a2a41be1668f7603d849bb63af523b208a3cc1223b8" 2332dependencies = [ 2333 "cfg-if", 2334 "dashmap", 2335 "futures-sink", 2336 "futures-timer", 2337 "futures-util", 2338 "getrandom 0.3.4", 2339 "hashbrown 0.16.1", 2340 "nonzero_ext", 2341 "parking_lot", 2342 "portable-atomic", 2343 "quanta", 2344 "rand 0.9.2", 2345 "smallvec", 2346 "spinning_top", 2347 "web-time", 2348] 2349 2350[[package]] 2351name = "group" 2352version = "0.12.1" 2353source = "registry+https://github.com/rust-lang/crates.io-index" 2354checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" 2355dependencies = [ 2356 "ff 0.12.1", 2357 "rand_core 0.6.4", 2358 "subtle", 2359] 2360 2361[[package]] 2362name = "group" 2363version = "0.13.0" 2364source = "registry+https://github.com/rust-lang/crates.io-index" 2365checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 2366dependencies = [ 2367 "ff 0.13.1", 2368 "rand_core 0.6.4", 2369 "subtle", 2370] 2371 2372[[package]] 2373name = "h2" 2374version = "0.3.27" 2375source = "registry+https://github.com/rust-lang/crates.io-index" 2376checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d" 2377dependencies = [ 2378 "bytes", 2379 "fnv", 2380 "futures-core", 2381 "futures-sink", 2382 "futures-util", 2383 "http 0.2.12", 2384 "indexmap 2.12.1", 2385 "slab", 2386 "tokio", 2387 "tokio-util", 2388 "tracing", 2389] 2390 2391[[package]] 2392name = "h2" 2393version = "0.4.12" 2394source = "registry+https://github.com/rust-lang/crates.io-index" 2395checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" 2396dependencies = [ 2397 "atomic-waker", 2398 "bytes", 2399 "fnv", 2400 "futures-core", 2401 "futures-sink", 2402 "http 1.4.0", 2403 "indexmap 2.12.1", 2404 "slab", 2405 "tokio", 2406 "tokio-util", 2407 "tracing", 2408] 2409 2410[[package]] 2411name = "half" 2412version = "2.7.1" 2413source = "registry+https://github.com/rust-lang/crates.io-index" 2414checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" 2415dependencies = [ 2416 "cfg-if", 2417 "crunchy", 2418 "zerocopy", 2419] 2420 2421[[package]] 2422name = "hash32" 2423version = "0.2.1" 2424source = "registry+https://github.com/rust-lang/crates.io-index" 2425checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67" 2426dependencies = [ 2427 "byteorder", 2428] 2429 2430[[package]] 2431name = "hashbrown" 2432version = "0.12.3" 2433source = "registry+https://github.com/rust-lang/crates.io-index" 2434checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 2435 2436[[package]] 2437name = "hashbrown" 2438version = "0.14.5" 2439source = "registry+https://github.com/rust-lang/crates.io-index" 2440checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 2441 2442[[package]] 2443name = "hashbrown" 2444version = "0.15.5" 2445source = "registry+https://github.com/rust-lang/crates.io-index" 2446checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 2447dependencies = [ 2448 "allocator-api2", 2449 "equivalent", 2450 "foldhash 0.1.5", 2451] 2452 2453[[package]] 2454name = "hashbrown" 2455version = "0.16.1" 2456source = "registry+https://github.com/rust-lang/crates.io-index" 2457checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 2458dependencies = [ 2459 "allocator-api2", 2460 "equivalent", 2461 "foldhash 0.2.0", 2462] 2463 2464[[package]] 2465name = "hashlink" 2466version = "0.10.0" 2467source = "registry+https://github.com/rust-lang/crates.io-index" 2468checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" 2469dependencies = [ 2470 "hashbrown 0.15.5", 2471] 2472 2473[[package]] 2474name = "heapless" 2475version = "0.7.17" 2476source = "registry+https://github.com/rust-lang/crates.io-index" 2477checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f" 2478dependencies = [ 2479 "atomic-polyfill", 2480 "hash32", 2481 "rustc_version", 2482 "serde", 2483 "spin 0.9.8", 2484 "stable_deref_trait", 2485] 2486 2487[[package]] 2488name = "heck" 2489version = "0.4.1" 2490source = "registry+https://github.com/rust-lang/crates.io-index" 2491checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 2492 2493[[package]] 2494name = "heck" 2495version = "0.5.0" 2496source = "registry+https://github.com/rust-lang/crates.io-index" 2497checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 2498 2499[[package]] 2500name = "hermit-abi" 2501version = "0.5.2" 2502source = "registry+https://github.com/rust-lang/crates.io-index" 2503checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" 2504 2505[[package]] 2506name = "hex" 2507version = "0.4.3" 2508source = "registry+https://github.com/rust-lang/crates.io-index" 2509checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 2510 2511[[package]] 2512name = "hex_fmt" 2513version = "0.3.0" 2514source = "registry+https://github.com/rust-lang/crates.io-index" 2515checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f" 2516 2517[[package]] 2518name = "hickory-proto" 2519version = "0.24.4" 2520source = "registry+https://github.com/rust-lang/crates.io-index" 2521checksum = "92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248" 2522dependencies = [ 2523 "async-trait", 2524 "cfg-if", 2525 "data-encoding", 2526 "enum-as-inner", 2527 "futures-channel", 2528 "futures-io", 2529 "futures-util", 2530 "idna", 2531 "ipnet", 2532 "once_cell", 2533 "rand 0.8.5", 2534 "thiserror 1.0.69", 2535 "tinyvec", 2536 "tokio", 2537 "tracing", 2538 "url", 2539] 2540 2541[[package]] 2542name = "hickory-resolver" 2543version = "0.24.4" 2544source = "registry+https://github.com/rust-lang/crates.io-index" 2545checksum = "cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e" 2546dependencies = [ 2547 "cfg-if", 2548 "futures-util", 2549 "hickory-proto", 2550 "ipconfig", 2551 "lru-cache", 2552 "once_cell", 2553 "parking_lot", 2554 "rand 0.8.5", 2555 "resolv-conf", 2556 "smallvec", 2557 "thiserror 1.0.69", 2558 "tokio", 2559 "tracing", 2560] 2561 2562[[package]] 2563name = "hkdf" 2564version = "0.12.4" 2565source = "registry+https://github.com/rust-lang/crates.io-index" 2566checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 2567dependencies = [ 2568 "hmac", 2569] 2570 2571[[package]] 2572name = "hmac" 2573version = "0.12.1" 2574source = "registry+https://github.com/rust-lang/crates.io-index" 2575checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 2576dependencies = [ 2577 "digest", 2578] 2579 2580[[package]] 2581name = "home" 2582version = "0.5.12" 2583source = "registry+https://github.com/rust-lang/crates.io-index" 2584checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" 2585dependencies = [ 2586 "windows-sys 0.61.2", 2587] 2588 2589[[package]] 2590name = "html5ever" 2591version = "0.27.0" 2592source = "registry+https://github.com/rust-lang/crates.io-index" 2593checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4" 2594dependencies = [ 2595 "log", 2596 "mac", 2597 "markup5ever", 2598 "proc-macro2", 2599 "quote", 2600 "syn 2.0.111", 2601] 2602 2603[[package]] 2604name = "http" 2605version = "0.2.12" 2606source = "registry+https://github.com/rust-lang/crates.io-index" 2607checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 2608dependencies = [ 2609 "bytes", 2610 "fnv", 2611 "itoa", 2612] 2613 2614[[package]] 2615name = "http" 2616version = "1.4.0" 2617source = "registry+https://github.com/rust-lang/crates.io-index" 2618checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" 2619dependencies = [ 2620 "bytes", 2621 "itoa", 2622] 2623 2624[[package]] 2625name = "http-body" 2626version = "0.4.6" 2627source = "registry+https://github.com/rust-lang/crates.io-index" 2628checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 2629dependencies = [ 2630 "bytes", 2631 "http 0.2.12", 2632 "pin-project-lite", 2633] 2634 2635[[package]] 2636name = "http-body" 2637version = "1.0.1" 2638source = "registry+https://github.com/rust-lang/crates.io-index" 2639checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 2640dependencies = [ 2641 "bytes", 2642 "http 1.4.0", 2643] 2644 2645[[package]] 2646name = "http-body-util" 2647version = "0.1.3" 2648source = "registry+https://github.com/rust-lang/crates.io-index" 2649checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 2650dependencies = [ 2651 "bytes", 2652 "futures-core", 2653 "http 1.4.0", 2654 "http-body 1.0.1", 2655 "pin-project-lite", 2656] 2657 2658[[package]] 2659name = "http-range-header" 2660version = "0.4.2" 2661source = "registry+https://github.com/rust-lang/crates.io-index" 2662checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c" 2663 2664[[package]] 2665name = "httparse" 2666version = "1.10.1" 2667source = "registry+https://github.com/rust-lang/crates.io-index" 2668checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 2669 2670[[package]] 2671name = "httpdate" 2672version = "1.0.3" 2673source = "registry+https://github.com/rust-lang/crates.io-index" 2674checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 2675 2676[[package]] 2677name = "hyper" 2678version = "0.14.32" 2679source = "registry+https://github.com/rust-lang/crates.io-index" 2680checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" 2681dependencies = [ 2682 "bytes", 2683 "futures-channel", 2684 "futures-core", 2685 "futures-util", 2686 "h2 0.3.27", 2687 "http 0.2.12", 2688 "http-body 0.4.6", 2689 "httparse", 2690 "httpdate", 2691 "itoa", 2692 "pin-project-lite", 2693 "socket2 0.5.10", 2694 "tokio", 2695 "tower-service", 2696 "tracing", 2697 "want", 2698] 2699 2700[[package]] 2701name = "hyper" 2702version = "1.8.1" 2703source = "registry+https://github.com/rust-lang/crates.io-index" 2704checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" 2705dependencies = [ 2706 "atomic-waker", 2707 "bytes", 2708 "futures-channel", 2709 "futures-core", 2710 "h2 0.4.12", 2711 "http 1.4.0", 2712 "http-body 1.0.1", 2713 "httparse", 2714 "httpdate", 2715 "itoa", 2716 "pin-project-lite", 2717 "pin-utils", 2718 "smallvec", 2719 "tokio", 2720 "want", 2721] 2722 2723[[package]] 2724name = "hyper-named-pipe" 2725version = "0.1.0" 2726source = "registry+https://github.com/rust-lang/crates.io-index" 2727checksum = "73b7d8abf35697b81a825e386fc151e0d503e8cb5fcb93cc8669c376dfd6f278" 2728dependencies = [ 2729 "hex", 2730 "hyper 1.8.1", 2731 "hyper-util", 2732 "pin-project-lite", 2733 "tokio", 2734 "tower-service", 2735 "winapi", 2736] 2737 2738[[package]] 2739name = "hyper-rustls" 2740version = "0.24.2" 2741source = "registry+https://github.com/rust-lang/crates.io-index" 2742checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" 2743dependencies = [ 2744 "futures-util", 2745 "http 0.2.12", 2746 "hyper 0.14.32", 2747 "log", 2748 "rustls 0.21.12", 2749 "tokio", 2750 "tokio-rustls 0.24.1", 2751] 2752 2753[[package]] 2754name = "hyper-rustls" 2755version = "0.27.7" 2756source = "registry+https://github.com/rust-lang/crates.io-index" 2757checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 2758dependencies = [ 2759 "http 1.4.0", 2760 "hyper 1.8.1", 2761 "hyper-util", 2762 "rustls 0.23.35", 2763 "rustls-native-certs", 2764 "rustls-pki-types", 2765 "tokio", 2766 "tokio-rustls 0.26.4", 2767 "tower-service", 2768 "webpki-roots 1.0.4", 2769] 2770 2771[[package]] 2772name = "hyper-timeout" 2773version = "0.5.2" 2774source = "registry+https://github.com/rust-lang/crates.io-index" 2775checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0" 2776dependencies = [ 2777 "hyper 1.8.1", 2778 "hyper-util", 2779 "pin-project-lite", 2780 "tokio", 2781 "tower-service", 2782] 2783 2784[[package]] 2785name = "hyper-tls" 2786version = "0.6.0" 2787source = "registry+https://github.com/rust-lang/crates.io-index" 2788checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 2789dependencies = [ 2790 "bytes", 2791 "http-body-util", 2792 "hyper 1.8.1", 2793 "hyper-util", 2794 "native-tls", 2795 "tokio", 2796 "tokio-native-tls", 2797 "tower-service", 2798] 2799 2800[[package]] 2801name = "hyper-util" 2802version = "0.1.19" 2803source = "registry+https://github.com/rust-lang/crates.io-index" 2804checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" 2805dependencies = [ 2806 "base64 0.22.1", 2807 "bytes", 2808 "futures-channel", 2809 "futures-core", 2810 "futures-util", 2811 "http 1.4.0", 2812 "http-body 1.0.1", 2813 "hyper 1.8.1", 2814 "ipnet", 2815 "libc", 2816 "percent-encoding", 2817 "pin-project-lite", 2818 "socket2 0.6.1", 2819 "system-configuration", 2820 "tokio", 2821 "tower-service", 2822 "tracing", 2823 "windows-registry", 2824] 2825 2826[[package]] 2827name = "hyperlocal" 2828version = "0.9.1" 2829source = "registry+https://github.com/rust-lang/crates.io-index" 2830checksum = "986c5ce3b994526b3cd75578e62554abd09f0899d6206de48b3e96ab34ccc8c7" 2831dependencies = [ 2832 "hex", 2833 "http-body-util", 2834 "hyper 1.8.1", 2835 "hyper-util", 2836 "pin-project-lite", 2837 "tokio", 2838 "tower-service", 2839] 2840 2841[[package]] 2842name = "iana-time-zone" 2843version = "0.1.64" 2844source = "registry+https://github.com/rust-lang/crates.io-index" 2845checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" 2846dependencies = [ 2847 "android_system_properties", 2848 "core-foundation-sys", 2849 "iana-time-zone-haiku", 2850 "js-sys", 2851 "log", 2852 "wasm-bindgen", 2853 "windows-core", 2854] 2855 2856[[package]] 2857name = "iana-time-zone-haiku" 2858version = "0.1.2" 2859source = "registry+https://github.com/rust-lang/crates.io-index" 2860checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 2861dependencies = [ 2862 "cc", 2863] 2864 2865[[package]] 2866name = "icu_collections" 2867version = "2.1.1" 2868source = "registry+https://github.com/rust-lang/crates.io-index" 2869checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" 2870dependencies = [ 2871 "displaydoc", 2872 "potential_utf", 2873 "yoke", 2874 "zerofrom", 2875 "zerovec", 2876] 2877 2878[[package]] 2879name = "icu_locale_core" 2880version = "2.1.1" 2881source = "registry+https://github.com/rust-lang/crates.io-index" 2882checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" 2883dependencies = [ 2884 "displaydoc", 2885 "litemap", 2886 "tinystr", 2887 "writeable", 2888 "zerovec", 2889] 2890 2891[[package]] 2892name = "icu_normalizer" 2893version = "2.1.1" 2894source = "registry+https://github.com/rust-lang/crates.io-index" 2895checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" 2896dependencies = [ 2897 "icu_collections", 2898 "icu_normalizer_data", 2899 "icu_properties", 2900 "icu_provider", 2901 "smallvec", 2902 "zerovec", 2903] 2904 2905[[package]] 2906name = "icu_normalizer_data" 2907version = "2.1.1" 2908source = "registry+https://github.com/rust-lang/crates.io-index" 2909checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" 2910 2911[[package]] 2912name = "icu_properties" 2913version = "2.1.2" 2914source = "registry+https://github.com/rust-lang/crates.io-index" 2915checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" 2916dependencies = [ 2917 "icu_collections", 2918 "icu_locale_core", 2919 "icu_properties_data", 2920 "icu_provider", 2921 "zerotrie", 2922 "zerovec", 2923] 2924 2925[[package]] 2926name = "icu_properties_data" 2927version = "2.1.2" 2928source = "registry+https://github.com/rust-lang/crates.io-index" 2929checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" 2930 2931[[package]] 2932name = "icu_provider" 2933version = "2.1.1" 2934source = "registry+https://github.com/rust-lang/crates.io-index" 2935checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" 2936dependencies = [ 2937 "displaydoc", 2938 "icu_locale_core", 2939 "writeable", 2940 "yoke", 2941 "zerofrom", 2942 "zerotrie", 2943 "zerovec", 2944] 2945 2946[[package]] 2947name = "ident_case" 2948version = "1.0.1" 2949source = "registry+https://github.com/rust-lang/crates.io-index" 2950checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 2951 2952[[package]] 2953name = "idna" 2954version = "1.1.0" 2955source = "registry+https://github.com/rust-lang/crates.io-index" 2956checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 2957dependencies = [ 2958 "idna_adapter", 2959 "smallvec", 2960 "utf8_iter", 2961] 2962 2963[[package]] 2964name = "idna_adapter" 2965version = "1.2.1" 2966source = "registry+https://github.com/rust-lang/crates.io-index" 2967checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 2968dependencies = [ 2969 "icu_normalizer", 2970 "icu_properties", 2971] 2972 2973[[package]] 2974name = "image" 2975version = "0.25.9" 2976source = "registry+https://github.com/rust-lang/crates.io-index" 2977checksum = "e6506c6c10786659413faa717ceebcb8f70731c0a60cbae39795fdf114519c1a" 2978dependencies = [ 2979 "bytemuck", 2980 "byteorder-lite", 2981 "color_quant", 2982 "gif", 2983 "image-webp", 2984 "moxcms", 2985 "num-traits", 2986 "png", 2987 "zune-core", 2988 "zune-jpeg", 2989] 2990 2991[[package]] 2992name = "image-webp" 2993version = "0.2.4" 2994source = "registry+https://github.com/rust-lang/crates.io-index" 2995checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3" 2996dependencies = [ 2997 "byteorder-lite", 2998 "quick-error", 2999] 3000 3001[[package]] 3002name = "indexmap" 3003version = "1.9.3" 3004source = "registry+https://github.com/rust-lang/crates.io-index" 3005checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 3006dependencies = [ 3007 "autocfg", 3008 "hashbrown 0.12.3", 3009 "serde", 3010] 3011 3012[[package]] 3013name = "indexmap" 3014version = "2.12.1" 3015source = "registry+https://github.com/rust-lang/crates.io-index" 3016checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" 3017dependencies = [ 3018 "equivalent", 3019 "hashbrown 0.16.1", 3020 "serde", 3021 "serde_core", 3022] 3023 3024[[package]] 3025name = "indoc" 3026version = "2.0.7" 3027source = "registry+https://github.com/rust-lang/crates.io-index" 3028checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706" 3029dependencies = [ 3030 "rustversion", 3031] 3032 3033[[package]] 3034name = "infer" 3035version = "0.19.0" 3036source = "registry+https://github.com/rust-lang/crates.io-index" 3037checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7" 3038dependencies = [ 3039 "cfb", 3040] 3041 3042[[package]] 3043name = "inout" 3044version = "0.1.4" 3045source = "registry+https://github.com/rust-lang/crates.io-index" 3046checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" 3047dependencies = [ 3048 "generic-array", 3049] 3050 3051[[package]] 3052name = "inventory" 3053version = "0.3.21" 3054source = "registry+https://github.com/rust-lang/crates.io-index" 3055checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e" 3056dependencies = [ 3057 "rustversion", 3058] 3059 3060[[package]] 3061name = "ipconfig" 3062version = "0.3.2" 3063source = "registry+https://github.com/rust-lang/crates.io-index" 3064checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" 3065dependencies = [ 3066 "socket2 0.5.10", 3067 "widestring", 3068 "windows-sys 0.48.0", 3069 "winreg", 3070] 3071 3072[[package]] 3073name = "ipld-core" 3074version = "0.4.2" 3075source = "registry+https://github.com/rust-lang/crates.io-index" 3076checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db" 3077dependencies = [ 3078 "cid", 3079 "serde", 3080 "serde_bytes", 3081] 3082 3083[[package]] 3084name = "ipnet" 3085version = "2.11.0" 3086source = "registry+https://github.com/rust-lang/crates.io-index" 3087checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 3088 3089[[package]] 3090name = "iri-string" 3091version = "0.7.9" 3092source = "registry+https://github.com/rust-lang/crates.io-index" 3093checksum = "4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397" 3094dependencies = [ 3095 "memchr", 3096 "serde", 3097] 3098 3099[[package]] 3100name = "iroh-car" 3101version = "0.5.1" 3102source = "registry+https://github.com/rust-lang/crates.io-index" 3103checksum = "cb7f8cd4cb9aa083fba8b52e921764252d0b4dcb1cd6d120b809dbfe1106e81a" 3104dependencies = [ 3105 "anyhow", 3106 "cid", 3107 "futures", 3108 "serde", 3109 "serde_ipld_dagcbor", 3110 "thiserror 1.0.69", 3111 "tokio", 3112 "unsigned-varint 0.7.2", 3113] 3114 3115[[package]] 3116name = "itertools" 3117version = "0.14.0" 3118source = "registry+https://github.com/rust-lang/crates.io-index" 3119checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 3120dependencies = [ 3121 "either", 3122] 3123 3124[[package]] 3125name = "itoa" 3126version = "1.0.16" 3127source = "registry+https://github.com/rust-lang/crates.io-index" 3128checksum = "7ee5b5339afb4c41626dde77b7a611bd4f2c202b897852b4bcf5d03eddc61010" 3129 3130[[package]] 3131name = "jacquard" 3132version = "0.9.5" 3133source = "registry+https://github.com/rust-lang/crates.io-index" 3134checksum = "f7c1fdbcf1153e6e6b87fde20036c1ffe7473c4852f1c6369bc4ef1fe47ccb9f" 3135dependencies = [ 3136 "bytes", 3137 "getrandom 0.2.16", 3138 "gloo-storage", 3139 "http 1.4.0", 3140 "jacquard-api", 3141 "jacquard-common", 3142 "jacquard-derive", 3143 "jacquard-identity", 3144 "jacquard-oauth", 3145 "jose-jwk", 3146 "miette", 3147 "regex", 3148 "regex-lite", 3149 "reqwest", 3150 "serde", 3151 "serde_html_form", 3152 "serde_json", 3153 "smol_str", 3154 "thiserror 2.0.17", 3155 "tokio", 3156 "trait-variant", 3157 "url", 3158 "webpage", 3159] 3160 3161[[package]] 3162name = "jacquard-api" 3163version = "0.9.5" 3164source = "registry+https://github.com/rust-lang/crates.io-index" 3165checksum = "4979fb1848c1dd7ac8fd12745bc71f56f6da61374407d5f9b06005467a954e5a" 3166dependencies = [ 3167 "bon", 3168 "bytes", 3169 "jacquard-common", 3170 "jacquard-derive", 3171 "jacquard-lexicon", 3172 "miette", 3173 "rustversion", 3174 "serde", 3175 "serde_bytes", 3176 "serde_ipld_dagcbor", 3177 "thiserror 2.0.17", 3178 "unicode-segmentation", 3179] 3180 3181[[package]] 3182name = "jacquard-axum" 3183version = "0.9.6" 3184source = "registry+https://github.com/rust-lang/crates.io-index" 3185checksum = "ed99b0dc0cd54189bebb83d5d5cc5ac2889f62ede9729a6ead9035073d111bc9" 3186dependencies = [ 3187 "axum", 3188 "bytes", 3189 "jacquard", 3190 "jacquard-common", 3191 "jacquard-derive", 3192 "jacquard-identity", 3193 "miette", 3194 "multibase", 3195 "serde", 3196 "serde_html_form", 3197 "serde_json", 3198 "thiserror 2.0.17", 3199 "tokio", 3200 "tower-http", 3201 "tracing", 3202] 3203 3204[[package]] 3205name = "jacquard-common" 3206version = "0.9.5" 3207source = "registry+https://github.com/rust-lang/crates.io-index" 3208checksum = "1751921e0bdae5e0077afade6161545e9ef7698306c868f800916e99ecbcaae9" 3209dependencies = [ 3210 "base64 0.22.1", 3211 "bon", 3212 "bytes", 3213 "chrono", 3214 "cid", 3215 "ed25519-dalek", 3216 "getrandom 0.2.16", 3217 "getrandom 0.3.4", 3218 "http 1.4.0", 3219 "ipld-core", 3220 "k256", 3221 "langtag", 3222 "miette", 3223 "multibase", 3224 "multihash", 3225 "ouroboros", 3226 "p256 0.13.2", 3227 "postcard", 3228 "rand 0.9.2", 3229 "regex", 3230 "regex-lite", 3231 "reqwest", 3232 "serde", 3233 "serde_bytes", 3234 "serde_html_form", 3235 "serde_ipld_dagcbor", 3236 "serde_json", 3237 "signature 2.2.0", 3238 "smol_str", 3239 "thiserror 2.0.17", 3240 "tokio", 3241 "tokio-util", 3242 "trait-variant", 3243 "url", 3244] 3245 3246[[package]] 3247name = "jacquard-derive" 3248version = "0.9.5" 3249source = "registry+https://github.com/rust-lang/crates.io-index" 3250checksum = "9c8d73dfee07943fdab93569ed1c28b06c6921ed891c08b415c4a323ff67e593" 3251dependencies = [ 3252 "heck 0.5.0", 3253 "jacquard-lexicon", 3254 "proc-macro2", 3255 "quote", 3256 "syn 2.0.111", 3257] 3258 3259[[package]] 3260name = "jacquard-identity" 3261version = "0.9.5" 3262source = "registry+https://github.com/rust-lang/crates.io-index" 3263checksum = "e7aaefa819fa4213cf59f180dba932f018a7cd0599582fd38474ee2a38c16cf2" 3264dependencies = [ 3265 "bon", 3266 "bytes", 3267 "hickory-resolver", 3268 "http 1.4.0", 3269 "jacquard-api", 3270 "jacquard-common", 3271 "jacquard-lexicon", 3272 "miette", 3273 "mini-moka-wasm", 3274 "n0-future", 3275 "percent-encoding", 3276 "reqwest", 3277 "serde", 3278 "serde_html_form", 3279 "serde_json", 3280 "thiserror 2.0.17", 3281 "tokio", 3282 "trait-variant", 3283 "url", 3284 "urlencoding", 3285] 3286 3287[[package]] 3288name = "jacquard-lexicon" 3289version = "0.9.5" 3290source = "registry+https://github.com/rust-lang/crates.io-index" 3291checksum = "8411aff546569b0a1e0ef669bed2380cec1c00d48f02f3fcd57a71545321b3d8" 3292dependencies = [ 3293 "cid", 3294 "dashmap", 3295 "heck 0.5.0", 3296 "inventory", 3297 "jacquard-common", 3298 "miette", 3299 "multihash", 3300 "prettyplease", 3301 "proc-macro2", 3302 "quote", 3303 "serde", 3304 "serde_ipld_dagcbor", 3305 "serde_json", 3306 "serde_repr", 3307 "serde_with", 3308 "sha2", 3309 "syn 2.0.111", 3310 "thiserror 2.0.17", 3311 "unicode-segmentation", 3312] 3313 3314[[package]] 3315name = "jacquard-oauth" 3316version = "0.9.6" 3317source = "registry+https://github.com/rust-lang/crates.io-index" 3318checksum = "68bf0b0e061d85b09cfa78588dc098918d5b62f539a719165c6a806a1d2c0ef2" 3319dependencies = [ 3320 "base64 0.22.1", 3321 "bytes", 3322 "chrono", 3323 "dashmap", 3324 "elliptic-curve 0.13.8", 3325 "http 1.4.0", 3326 "jacquard-common", 3327 "jacquard-identity", 3328 "jose-jwa", 3329 "jose-jwk", 3330 "miette", 3331 "p256 0.13.2", 3332 "rand 0.8.5", 3333 "serde", 3334 "serde_html_form", 3335 "serde_json", 3336 "sha2", 3337 "smol_str", 3338 "thiserror 2.0.17", 3339 "tokio", 3340 "trait-variant", 3341 "url", 3342] 3343 3344[[package]] 3345name = "jacquard-repo" 3346version = "0.9.6" 3347source = "registry+https://github.com/rust-lang/crates.io-index" 3348checksum = "c59705c56678f4d57229ab7790313b9f7d8f244a658d01ad1f4344e7d2efe2a3" 3349dependencies = [ 3350 "bytes", 3351 "cid", 3352 "ed25519-dalek", 3353 "iroh-car", 3354 "jacquard-common", 3355 "jacquard-derive", 3356 "k256", 3357 "miette", 3358 "multihash", 3359 "n0-future", 3360 "p256 0.13.2", 3361 "serde", 3362 "serde_bytes", 3363 "serde_ipld_dagcbor", 3364 "sha2", 3365 "smol_str", 3366 "thiserror 2.0.17", 3367 "tokio", 3368 "trait-variant", 3369] 3370 3371[[package]] 3372name = "jobserver" 3373version = "0.1.34" 3374source = "registry+https://github.com/rust-lang/crates.io-index" 3375checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 3376dependencies = [ 3377 "getrandom 0.3.4", 3378 "libc", 3379] 3380 3381[[package]] 3382name = "jose-b64" 3383version = "0.1.2" 3384source = "registry+https://github.com/rust-lang/crates.io-index" 3385checksum = "bec69375368709666b21c76965ce67549f2d2db7605f1f8707d17c9656801b56" 3386dependencies = [ 3387 "base64ct", 3388 "serde", 3389 "subtle", 3390 "zeroize", 3391] 3392 3393[[package]] 3394name = "jose-jwa" 3395version = "0.1.2" 3396source = "registry+https://github.com/rust-lang/crates.io-index" 3397checksum = "9ab78e053fe886a351d67cf0d194c000f9d0dcb92906eb34d853d7e758a4b3a7" 3398dependencies = [ 3399 "serde", 3400] 3401 3402[[package]] 3403name = "jose-jwk" 3404version = "0.1.2" 3405source = "registry+https://github.com/rust-lang/crates.io-index" 3406checksum = "280fa263807fe0782ecb6f2baadc28dffc04e00558a58e33bfdb801d11fd58e7" 3407dependencies = [ 3408 "jose-b64", 3409 "jose-jwa", 3410 "p256 0.13.2", 3411 "p384", 3412 "rsa", 3413 "serde", 3414 "zeroize", 3415] 3416 3417[[package]] 3418name = "js-sys" 3419version = "0.3.83" 3420source = "registry+https://github.com/rust-lang/crates.io-index" 3421checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8" 3422dependencies = [ 3423 "once_cell", 3424 "wasm-bindgen", 3425] 3426 3427[[package]] 3428name = "jsonwebtoken" 3429version = "10.2.0" 3430source = "registry+https://github.com/rust-lang/crates.io-index" 3431checksum = "c76e1c7d7df3e34443b3621b459b066a7b79644f059fc8b2db7070c825fd417e" 3432dependencies = [ 3433 "base64 0.22.1", 3434 "ed25519-dalek", 3435 "getrandom 0.2.16", 3436 "hmac", 3437 "js-sys", 3438 "p256 0.13.2", 3439 "p384", 3440 "pem", 3441 "rand 0.8.5", 3442 "rsa", 3443 "serde", 3444 "serde_json", 3445 "sha2", 3446 "signature 2.2.0", 3447 "simple_asn1", 3448] 3449 3450[[package]] 3451name = "k256" 3452version = "0.13.4" 3453source = "registry+https://github.com/rust-lang/crates.io-index" 3454checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" 3455dependencies = [ 3456 "cfg-if", 3457 "ecdsa 0.16.9", 3458 "elliptic-curve 0.13.8", 3459 "once_cell", 3460 "sha2", 3461 "signature 2.2.0", 3462] 3463 3464[[package]] 3465name = "langtag" 3466version = "0.4.0" 3467source = "registry+https://github.com/rust-lang/crates.io-index" 3468checksum = "9ecb4c689a30e48ebeaa14237f34037e300dd072e6ad21a9ec72e810ff3c6600" 3469dependencies = [ 3470 "serde", 3471 "static-regular-grammar", 3472 "thiserror 1.0.69", 3473] 3474 3475[[package]] 3476name = "lazy_static" 3477version = "1.5.0" 3478source = "registry+https://github.com/rust-lang/crates.io-index" 3479checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 3480dependencies = [ 3481 "spin 0.9.8", 3482] 3483 3484[[package]] 3485name = "libc" 3486version = "0.2.178" 3487source = "registry+https://github.com/rust-lang/crates.io-index" 3488checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" 3489 3490[[package]] 3491name = "libm" 3492version = "0.2.15" 3493source = "registry+https://github.com/rust-lang/crates.io-index" 3494checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" 3495 3496[[package]] 3497name = "libredox" 3498version = "0.1.11" 3499source = "registry+https://github.com/rust-lang/crates.io-index" 3500checksum = "df15f6eac291ed1cf25865b1ee60399f57e7c227e7f51bdbd4c5270396a9ed50" 3501dependencies = [ 3502 "bitflags", 3503 "libc", 3504 "redox_syscall 0.6.0", 3505] 3506 3507[[package]] 3508name = "libsqlite3-sys" 3509version = "0.30.1" 3510source = "registry+https://github.com/rust-lang/crates.io-index" 3511checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" 3512dependencies = [ 3513 "pkg-config", 3514 "vcpkg", 3515] 3516 3517[[package]] 3518name = "libz-rs-sys" 3519version = "0.5.5" 3520source = "registry+https://github.com/rust-lang/crates.io-index" 3521checksum = "c10501e7805cee23da17c7790e59df2870c0d4043ec6d03f67d31e2b53e77415" 3522dependencies = [ 3523 "zlib-rs", 3524] 3525 3526[[package]] 3527name = "linked-hash-map" 3528version = "0.5.6" 3529source = "registry+https://github.com/rust-lang/crates.io-index" 3530checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 3531 3532[[package]] 3533name = "linux-raw-sys" 3534version = "0.11.0" 3535source = "registry+https://github.com/rust-lang/crates.io-index" 3536checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 3537 3538[[package]] 3539name = "litemap" 3540version = "0.8.1" 3541source = "registry+https://github.com/rust-lang/crates.io-index" 3542checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" 3543 3544[[package]] 3545name = "lock_api" 3546version = "0.4.14" 3547source = "registry+https://github.com/rust-lang/crates.io-index" 3548checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 3549dependencies = [ 3550 "scopeguard", 3551] 3552 3553[[package]] 3554name = "log" 3555version = "0.4.29" 3556source = "registry+https://github.com/rust-lang/crates.io-index" 3557checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 3558 3559[[package]] 3560name = "loom" 3561version = "0.7.2" 3562source = "registry+https://github.com/rust-lang/crates.io-index" 3563checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" 3564dependencies = [ 3565 "cfg-if", 3566 "generator", 3567 "scoped-tls", 3568 "tracing", 3569 "tracing-subscriber", 3570] 3571 3572[[package]] 3573name = "lru" 3574version = "0.12.5" 3575source = "registry+https://github.com/rust-lang/crates.io-index" 3576checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" 3577dependencies = [ 3578 "hashbrown 0.15.5", 3579] 3580 3581[[package]] 3582name = "lru-cache" 3583version = "0.1.2" 3584source = "registry+https://github.com/rust-lang/crates.io-index" 3585checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" 3586dependencies = [ 3587 "linked-hash-map", 3588] 3589 3590[[package]] 3591name = "lru-slab" 3592version = "0.1.2" 3593source = "registry+https://github.com/rust-lang/crates.io-index" 3594checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 3595 3596[[package]] 3597name = "mac" 3598version = "0.1.1" 3599source = "registry+https://github.com/rust-lang/crates.io-index" 3600checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" 3601 3602[[package]] 3603name = "markup5ever" 3604version = "0.12.1" 3605source = "registry+https://github.com/rust-lang/crates.io-index" 3606checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45" 3607dependencies = [ 3608 "log", 3609 "phf", 3610 "phf_codegen", 3611 "string_cache", 3612 "string_cache_codegen", 3613 "tendril", 3614] 3615 3616[[package]] 3617name = "markup5ever_rcdom" 3618version = "0.3.0" 3619source = "registry+https://github.com/rust-lang/crates.io-index" 3620checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18" 3621dependencies = [ 3622 "html5ever", 3623 "markup5ever", 3624 "tendril", 3625 "xml5ever", 3626] 3627 3628[[package]] 3629name = "match-lookup" 3630version = "0.1.1" 3631source = "registry+https://github.com/rust-lang/crates.io-index" 3632checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e" 3633dependencies = [ 3634 "proc-macro2", 3635 "quote", 3636 "syn 1.0.109", 3637] 3638 3639[[package]] 3640name = "matchers" 3641version = "0.2.0" 3642source = "registry+https://github.com/rust-lang/crates.io-index" 3643checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 3644dependencies = [ 3645 "regex-automata", 3646] 3647 3648[[package]] 3649name = "matchit" 3650version = "0.8.4" 3651source = "registry+https://github.com/rust-lang/crates.io-index" 3652checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 3653 3654[[package]] 3655name = "md-5" 3656version = "0.10.6" 3657source = "registry+https://github.com/rust-lang/crates.io-index" 3658checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 3659dependencies = [ 3660 "cfg-if", 3661 "digest", 3662] 3663 3664[[package]] 3665name = "memchr" 3666version = "2.7.6" 3667source = "registry+https://github.com/rust-lang/crates.io-index" 3668checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 3669 3670[[package]] 3671name = "metrics" 3672version = "0.24.3" 3673source = "registry+https://github.com/rust-lang/crates.io-index" 3674checksum = "5d5312e9ba3771cfa961b585728215e3d972c950a3eed9252aa093d6301277e8" 3675dependencies = [ 3676 "ahash", 3677 "portable-atomic", 3678] 3679 3680[[package]] 3681name = "metrics-exporter-prometheus" 3682version = "0.16.2" 3683source = "registry+https://github.com/rust-lang/crates.io-index" 3684checksum = "dd7399781913e5393588a8d8c6a2867bf85fb38eaf2502fdce465aad2dc6f034" 3685dependencies = [ 3686 "base64 0.22.1", 3687 "http-body-util", 3688 "hyper 1.8.1", 3689 "hyper-util", 3690 "indexmap 2.12.1", 3691 "ipnet", 3692 "metrics", 3693 "metrics-util", 3694 "quanta", 3695 "thiserror 1.0.69", 3696 "tokio", 3697 "tracing", 3698] 3699 3700[[package]] 3701name = "metrics-util" 3702version = "0.19.1" 3703source = "registry+https://github.com/rust-lang/crates.io-index" 3704checksum = "b8496cc523d1f94c1385dd8f0f0c2c480b2b8aeccb5b7e4485ad6365523ae376" 3705dependencies = [ 3706 "crossbeam-epoch", 3707 "crossbeam-utils", 3708 "hashbrown 0.15.5", 3709 "metrics", 3710 "quanta", 3711 "rand 0.9.2", 3712 "rand_xoshiro", 3713 "sketches-ddsketch", 3714] 3715 3716[[package]] 3717name = "miette" 3718version = "7.6.0" 3719source = "registry+https://github.com/rust-lang/crates.io-index" 3720checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7" 3721dependencies = [ 3722 "cfg-if", 3723 "miette-derive", 3724 "unicode-width", 3725] 3726 3727[[package]] 3728name = "miette-derive" 3729version = "7.6.0" 3730source = "registry+https://github.com/rust-lang/crates.io-index" 3731checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b" 3732dependencies = [ 3733 "proc-macro2", 3734 "quote", 3735 "syn 2.0.111", 3736] 3737 3738[[package]] 3739name = "mime" 3740version = "0.3.17" 3741source = "registry+https://github.com/rust-lang/crates.io-index" 3742checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 3743 3744[[package]] 3745name = "mime_guess" 3746version = "2.0.5" 3747source = "registry+https://github.com/rust-lang/crates.io-index" 3748checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 3749dependencies = [ 3750 "mime", 3751 "unicase", 3752] 3753 3754[[package]] 3755name = "mini-moka-wasm" 3756version = "0.10.99" 3757source = "registry+https://github.com/rust-lang/crates.io-index" 3758checksum = "0102b9a2ad50fa47ca89eead2316c8222285ecfbd3f69ce99564fbe4253866e8" 3759dependencies = [ 3760 "crossbeam-channel", 3761 "crossbeam-utils", 3762 "dashmap", 3763 "smallvec", 3764 "tagptr", 3765 "triomphe", 3766 "web-time", 3767] 3768 3769[[package]] 3770name = "minimal-lexical" 3771version = "0.2.1" 3772source = "registry+https://github.com/rust-lang/crates.io-index" 3773checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 3774 3775[[package]] 3776name = "miniz_oxide" 3777version = "0.8.9" 3778source = "registry+https://github.com/rust-lang/crates.io-index" 3779checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 3780dependencies = [ 3781 "adler2", 3782 "simd-adler32", 3783] 3784 3785[[package]] 3786name = "mio" 3787version = "1.1.1" 3788source = "registry+https://github.com/rust-lang/crates.io-index" 3789checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 3790dependencies = [ 3791 "libc", 3792 "wasi", 3793 "windows-sys 0.61.2", 3794] 3795 3796[[package]] 3797name = "moxcms" 3798version = "0.7.11" 3799source = "registry+https://github.com/rust-lang/crates.io-index" 3800checksum = "ac9557c559cd6fc9867e122e20d2cbefc9ca29d80d027a8e39310920ed2f0a97" 3801dependencies = [ 3802 "num-traits", 3803 "pxfm", 3804] 3805 3806[[package]] 3807name = "multibase" 3808version = "0.9.2" 3809source = "registry+https://github.com/rust-lang/crates.io-index" 3810checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77" 3811dependencies = [ 3812 "base-x", 3813 "base256emoji", 3814 "data-encoding", 3815 "data-encoding-macro", 3816] 3817 3818[[package]] 3819name = "multihash" 3820version = "0.19.3" 3821source = "registry+https://github.com/rust-lang/crates.io-index" 3822checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" 3823dependencies = [ 3824 "core2", 3825 "serde", 3826 "unsigned-varint 0.8.0", 3827] 3828 3829[[package]] 3830name = "n0-future" 3831version = "0.1.3" 3832source = "registry+https://github.com/rust-lang/crates.io-index" 3833checksum = "7bb0e5d99e681ab3c938842b96fcb41bf8a7bb4bfdb11ccbd653a7e83e06c794" 3834dependencies = [ 3835 "cfg_aliases", 3836 "derive_more", 3837 "futures-buffered", 3838 "futures-lite", 3839 "futures-util", 3840 "js-sys", 3841 "pin-project", 3842 "send_wrapper", 3843 "tokio", 3844 "tokio-util", 3845 "wasm-bindgen", 3846 "wasm-bindgen-futures", 3847 "web-time", 3848] 3849 3850[[package]] 3851name = "native-tls" 3852version = "0.2.14" 3853source = "registry+https://github.com/rust-lang/crates.io-index" 3854checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" 3855dependencies = [ 3856 "libc", 3857 "log", 3858 "openssl", 3859 "openssl-probe", 3860 "openssl-sys", 3861 "schannel", 3862 "security-framework 2.11.1", 3863 "security-framework-sys", 3864 "tempfile", 3865] 3866 3867[[package]] 3868name = "new_debug_unreachable" 3869version = "1.0.6" 3870source = "registry+https://github.com/rust-lang/crates.io-index" 3871checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 3872 3873[[package]] 3874name = "nom" 3875version = "7.1.3" 3876source = "registry+https://github.com/rust-lang/crates.io-index" 3877checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 3878dependencies = [ 3879 "memchr", 3880 "minimal-lexical", 3881] 3882 3883[[package]] 3884name = "nonzero_ext" 3885version = "0.3.0" 3886source = "registry+https://github.com/rust-lang/crates.io-index" 3887checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" 3888 3889[[package]] 3890name = "nu-ansi-term" 3891version = "0.50.3" 3892source = "registry+https://github.com/rust-lang/crates.io-index" 3893checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 3894dependencies = [ 3895 "windows-sys 0.61.2", 3896] 3897 3898[[package]] 3899name = "num" 3900version = "0.4.3" 3901source = "registry+https://github.com/rust-lang/crates.io-index" 3902checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" 3903dependencies = [ 3904 "num-bigint", 3905 "num-complex", 3906 "num-integer", 3907 "num-iter", 3908 "num-rational", 3909 "num-traits", 3910] 3911 3912[[package]] 3913name = "num-bigint" 3914version = "0.4.6" 3915source = "registry+https://github.com/rust-lang/crates.io-index" 3916checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 3917dependencies = [ 3918 "num-integer", 3919 "num-traits", 3920] 3921 3922[[package]] 3923name = "num-bigint-dig" 3924version = "0.8.6" 3925source = "registry+https://github.com/rust-lang/crates.io-index" 3926checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7" 3927dependencies = [ 3928 "lazy_static", 3929 "libm", 3930 "num-integer", 3931 "num-iter", 3932 "num-traits", 3933 "rand 0.8.5", 3934 "smallvec", 3935 "zeroize", 3936] 3937 3938[[package]] 3939name = "num-complex" 3940version = "0.4.6" 3941source = "registry+https://github.com/rust-lang/crates.io-index" 3942checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" 3943dependencies = [ 3944 "num-traits", 3945] 3946 3947[[package]] 3948name = "num-conv" 3949version = "0.1.0" 3950source = "registry+https://github.com/rust-lang/crates.io-index" 3951checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 3952 3953[[package]] 3954name = "num-integer" 3955version = "0.1.46" 3956source = "registry+https://github.com/rust-lang/crates.io-index" 3957checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 3958dependencies = [ 3959 "num-traits", 3960] 3961 3962[[package]] 3963name = "num-iter" 3964version = "0.1.45" 3965source = "registry+https://github.com/rust-lang/crates.io-index" 3966checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 3967dependencies = [ 3968 "autocfg", 3969 "num-integer", 3970 "num-traits", 3971] 3972 3973[[package]] 3974name = "num-rational" 3975version = "0.4.2" 3976source = "registry+https://github.com/rust-lang/crates.io-index" 3977checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" 3978dependencies = [ 3979 "num-bigint", 3980 "num-integer", 3981 "num-traits", 3982] 3983 3984[[package]] 3985name = "num-traits" 3986version = "0.2.19" 3987source = "registry+https://github.com/rust-lang/crates.io-index" 3988checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 3989dependencies = [ 3990 "autocfg", 3991 "libm", 3992] 3993 3994[[package]] 3995name = "num_cpus" 3996version = "1.17.0" 3997source = "registry+https://github.com/rust-lang/crates.io-index" 3998checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" 3999dependencies = [ 4000 "hermit-abi", 4001 "libc", 4002] 4003 4004[[package]] 4005name = "oid-registry" 4006version = "0.7.1" 4007source = "registry+https://github.com/rust-lang/crates.io-index" 4008checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9" 4009dependencies = [ 4010 "asn1-rs", 4011] 4012 4013[[package]] 4014name = "once_cell" 4015version = "1.21.3" 4016source = "registry+https://github.com/rust-lang/crates.io-index" 4017checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 4018 4019[[package]] 4020name = "opaque-debug" 4021version = "0.3.1" 4022source = "registry+https://github.com/rust-lang/crates.io-index" 4023checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" 4024 4025[[package]] 4026name = "openssl" 4027version = "0.10.75" 4028source = "registry+https://github.com/rust-lang/crates.io-index" 4029checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328" 4030dependencies = [ 4031 "bitflags", 4032 "cfg-if", 4033 "foreign-types", 4034 "libc", 4035 "once_cell", 4036 "openssl-macros", 4037 "openssl-sys", 4038] 4039 4040[[package]] 4041name = "openssl-macros" 4042version = "0.1.1" 4043source = "registry+https://github.com/rust-lang/crates.io-index" 4044checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 4045dependencies = [ 4046 "proc-macro2", 4047 "quote", 4048 "syn 2.0.111", 4049] 4050 4051[[package]] 4052name = "openssl-probe" 4053version = "0.1.6" 4054source = "registry+https://github.com/rust-lang/crates.io-index" 4055checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 4056 4057[[package]] 4058name = "openssl-sys" 4059version = "0.9.111" 4060source = "registry+https://github.com/rust-lang/crates.io-index" 4061checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321" 4062dependencies = [ 4063 "cc", 4064 "libc", 4065 "pkg-config", 4066 "vcpkg", 4067] 4068 4069[[package]] 4070name = "ouroboros" 4071version = "0.18.5" 4072source = "registry+https://github.com/rust-lang/crates.io-index" 4073checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59" 4074dependencies = [ 4075 "aliasable", 4076 "ouroboros_macro", 4077 "static_assertions", 4078] 4079 4080[[package]] 4081name = "ouroboros_macro" 4082version = "0.18.5" 4083source = "registry+https://github.com/rust-lang/crates.io-index" 4084checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0" 4085dependencies = [ 4086 "heck 0.4.1", 4087 "proc-macro2", 4088 "proc-macro2-diagnostics", 4089 "quote", 4090 "syn 2.0.111", 4091] 4092 4093[[package]] 4094name = "outref" 4095version = "0.5.2" 4096source = "registry+https://github.com/rust-lang/crates.io-index" 4097checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e" 4098 4099[[package]] 4100name = "p256" 4101version = "0.11.1" 4102source = "registry+https://github.com/rust-lang/crates.io-index" 4103checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594" 4104dependencies = [ 4105 "ecdsa 0.14.8", 4106 "elliptic-curve 0.12.3", 4107 "sha2", 4108] 4109 4110[[package]] 4111name = "p256" 4112version = "0.13.2" 4113source = "registry+https://github.com/rust-lang/crates.io-index" 4114checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 4115dependencies = [ 4116 "ecdsa 0.16.9", 4117 "elliptic-curve 0.13.8", 4118 "primeorder", 4119 "sha2", 4120] 4121 4122[[package]] 4123name = "p384" 4124version = "0.13.1" 4125source = "registry+https://github.com/rust-lang/crates.io-index" 4126checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6" 4127dependencies = [ 4128 "ecdsa 0.16.9", 4129 "elliptic-curve 0.13.8", 4130 "primeorder", 4131 "sha2", 4132] 4133 4134[[package]] 4135name = "parking" 4136version = "2.2.1" 4137source = "registry+https://github.com/rust-lang/crates.io-index" 4138checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 4139 4140[[package]] 4141name = "parking_lot" 4142version = "0.12.5" 4143source = "registry+https://github.com/rust-lang/crates.io-index" 4144checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 4145dependencies = [ 4146 "lock_api", 4147 "parking_lot_core", 4148] 4149 4150[[package]] 4151name = "parking_lot_core" 4152version = "0.9.12" 4153source = "registry+https://github.com/rust-lang/crates.io-index" 4154checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 4155dependencies = [ 4156 "cfg-if", 4157 "libc", 4158 "redox_syscall 0.5.18", 4159 "smallvec", 4160 "windows-link", 4161] 4162 4163[[package]] 4164name = "parse-display" 4165version = "0.9.1" 4166source = "registry+https://github.com/rust-lang/crates.io-index" 4167checksum = "914a1c2265c98e2446911282c6ac86d8524f495792c38c5bd884f80499c7538a" 4168dependencies = [ 4169 "parse-display-derive", 4170 "regex", 4171 "regex-syntax", 4172] 4173 4174[[package]] 4175name = "parse-display-derive" 4176version = "0.9.1" 4177source = "registry+https://github.com/rust-lang/crates.io-index" 4178checksum = "2ae7800a4c974efd12df917266338e79a7a74415173caf7e70aa0a0707345281" 4179dependencies = [ 4180 "proc-macro2", 4181 "quote", 4182 "regex", 4183 "regex-syntax", 4184 "structmeta", 4185 "syn 2.0.111", 4186] 4187 4188[[package]] 4189name = "pastey" 4190version = "0.1.1" 4191source = "registry+https://github.com/rust-lang/crates.io-index" 4192checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec" 4193 4194[[package]] 4195name = "pem" 4196version = "3.0.6" 4197source = "registry+https://github.com/rust-lang/crates.io-index" 4198checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be" 4199dependencies = [ 4200 "base64 0.22.1", 4201 "serde_core", 4202] 4203 4204[[package]] 4205name = "pem-rfc7468" 4206version = "0.7.0" 4207source = "registry+https://github.com/rust-lang/crates.io-index" 4208checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 4209dependencies = [ 4210 "base64ct", 4211] 4212 4213[[package]] 4214name = "percent-encoding" 4215version = "2.3.2" 4216source = "registry+https://github.com/rust-lang/crates.io-index" 4217checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 4218 4219[[package]] 4220name = "phf" 4221version = "0.11.3" 4222source = "registry+https://github.com/rust-lang/crates.io-index" 4223checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 4224dependencies = [ 4225 "phf_shared", 4226] 4227 4228[[package]] 4229name = "phf_codegen" 4230version = "0.11.3" 4231source = "registry+https://github.com/rust-lang/crates.io-index" 4232checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" 4233dependencies = [ 4234 "phf_generator", 4235 "phf_shared", 4236] 4237 4238[[package]] 4239name = "phf_generator" 4240version = "0.11.3" 4241source = "registry+https://github.com/rust-lang/crates.io-index" 4242checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" 4243dependencies = [ 4244 "phf_shared", 4245 "rand 0.8.5", 4246] 4247 4248[[package]] 4249name = "phf_shared" 4250version = "0.11.3" 4251source = "registry+https://github.com/rust-lang/crates.io-index" 4252checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 4253dependencies = [ 4254 "siphasher", 4255] 4256 4257[[package]] 4258name = "pin-project" 4259version = "1.1.10" 4260source = "registry+https://github.com/rust-lang/crates.io-index" 4261checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" 4262dependencies = [ 4263 "pin-project-internal", 4264] 4265 4266[[package]] 4267name = "pin-project-internal" 4268version = "1.1.10" 4269source = "registry+https://github.com/rust-lang/crates.io-index" 4270checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" 4271dependencies = [ 4272 "proc-macro2", 4273 "quote", 4274 "syn 2.0.111", 4275] 4276 4277[[package]] 4278name = "pin-project-lite" 4279version = "0.2.16" 4280source = "registry+https://github.com/rust-lang/crates.io-index" 4281checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 4282 4283[[package]] 4284name = "pin-utils" 4285version = "0.1.0" 4286source = "registry+https://github.com/rust-lang/crates.io-index" 4287checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 4288 4289[[package]] 4290name = "pkcs1" 4291version = "0.7.5" 4292source = "registry+https://github.com/rust-lang/crates.io-index" 4293checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 4294dependencies = [ 4295 "der 0.7.10", 4296 "pkcs8 0.10.2", 4297 "spki 0.7.3", 4298] 4299 4300[[package]] 4301name = "pkcs8" 4302version = "0.9.0" 4303source = "registry+https://github.com/rust-lang/crates.io-index" 4304checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba" 4305dependencies = [ 4306 "der 0.6.1", 4307 "spki 0.6.0", 4308] 4309 4310[[package]] 4311name = "pkcs8" 4312version = "0.10.2" 4313source = "registry+https://github.com/rust-lang/crates.io-index" 4314checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 4315dependencies = [ 4316 "der 0.7.10", 4317 "spki 0.7.3", 4318] 4319 4320[[package]] 4321name = "pkg-config" 4322version = "0.3.32" 4323source = "registry+https://github.com/rust-lang/crates.io-index" 4324checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 4325 4326[[package]] 4327name = "png" 4328version = "0.18.0" 4329source = "registry+https://github.com/rust-lang/crates.io-index" 4330checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0" 4331dependencies = [ 4332 "bitflags", 4333 "crc32fast", 4334 "fdeflate", 4335 "flate2", 4336 "miniz_oxide", 4337] 4338 4339[[package]] 4340name = "polyval" 4341version = "0.6.2" 4342source = "registry+https://github.com/rust-lang/crates.io-index" 4343checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" 4344dependencies = [ 4345 "cfg-if", 4346 "cpufeatures", 4347 "opaque-debug", 4348 "universal-hash", 4349] 4350 4351[[package]] 4352name = "portable-atomic" 4353version = "1.12.0" 4354source = "registry+https://github.com/rust-lang/crates.io-index" 4355checksum = "f59e70c4aef1e55797c2e8fd94a4f2a973fc972cfde0e0b05f683667b0cd39dd" 4356 4357[[package]] 4358name = "postcard" 4359version = "1.1.3" 4360source = "registry+https://github.com/rust-lang/crates.io-index" 4361checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24" 4362dependencies = [ 4363 "cobs", 4364 "embedded-io 0.4.0", 4365 "embedded-io 0.6.1", 4366 "heapless", 4367 "serde", 4368] 4369 4370[[package]] 4371name = "potential_utf" 4372version = "0.1.4" 4373source = "registry+https://github.com/rust-lang/crates.io-index" 4374checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" 4375dependencies = [ 4376 "zerovec", 4377] 4378 4379[[package]] 4380name = "powerfmt" 4381version = "0.2.0" 4382source = "registry+https://github.com/rust-lang/crates.io-index" 4383checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 4384 4385[[package]] 4386name = "ppv-lite86" 4387version = "0.2.21" 4388source = "registry+https://github.com/rust-lang/crates.io-index" 4389checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 4390dependencies = [ 4391 "zerocopy", 4392] 4393 4394[[package]] 4395name = "precomputed-hash" 4396version = "0.1.1" 4397source = "registry+https://github.com/rust-lang/crates.io-index" 4398checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 4399 4400[[package]] 4401name = "prettyplease" 4402version = "0.2.37" 4403source = "registry+https://github.com/rust-lang/crates.io-index" 4404checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 4405dependencies = [ 4406 "proc-macro2", 4407 "syn 2.0.111", 4408] 4409 4410[[package]] 4411name = "primeorder" 4412version = "0.13.6" 4413source = "registry+https://github.com/rust-lang/crates.io-index" 4414checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 4415dependencies = [ 4416 "elliptic-curve 0.13.8", 4417] 4418 4419[[package]] 4420name = "proc-macro-error" 4421version = "1.0.4" 4422source = "registry+https://github.com/rust-lang/crates.io-index" 4423checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 4424dependencies = [ 4425 "proc-macro-error-attr", 4426 "proc-macro2", 4427 "quote", 4428 "syn 1.0.109", 4429 "version_check", 4430] 4431 4432[[package]] 4433name = "proc-macro-error-attr" 4434version = "1.0.4" 4435source = "registry+https://github.com/rust-lang/crates.io-index" 4436checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 4437dependencies = [ 4438 "proc-macro2", 4439 "quote", 4440 "version_check", 4441] 4442 4443[[package]] 4444name = "proc-macro2" 4445version = "1.0.103" 4446source = "registry+https://github.com/rust-lang/crates.io-index" 4447checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" 4448dependencies = [ 4449 "unicode-ident", 4450] 4451 4452[[package]] 4453name = "proc-macro2-diagnostics" 4454version = "0.10.1" 4455source = "registry+https://github.com/rust-lang/crates.io-index" 4456checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" 4457dependencies = [ 4458 "proc-macro2", 4459 "quote", 4460 "syn 2.0.111", 4461 "version_check", 4462 "yansi", 4463] 4464 4465[[package]] 4466name = "prost" 4467version = "0.14.1" 4468source = "registry+https://github.com/rust-lang/crates.io-index" 4469checksum = "7231bd9b3d3d33c86b58adbac74b5ec0ad9f496b19d22801d773636feaa95f3d" 4470dependencies = [ 4471 "bytes", 4472 "prost-derive", 4473] 4474 4475[[package]] 4476name = "prost-derive" 4477version = "0.14.1" 4478source = "registry+https://github.com/rust-lang/crates.io-index" 4479checksum = "9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425" 4480dependencies = [ 4481 "anyhow", 4482 "itertools", 4483 "proc-macro2", 4484 "quote", 4485 "syn 2.0.111", 4486] 4487 4488[[package]] 4489name = "prost-types" 4490version = "0.14.1" 4491source = "registry+https://github.com/rust-lang/crates.io-index" 4492checksum = "b9b4db3d6da204ed77bb26ba83b6122a73aeb2e87e25fbf7ad2e84c4ccbf8f72" 4493dependencies = [ 4494 "prost", 4495] 4496 4497[[package]] 4498name = "pxfm" 4499version = "0.1.27" 4500source = "registry+https://github.com/rust-lang/crates.io-index" 4501checksum = "7186d3822593aa4393561d186d1393b3923e9d6163d3fbfd6e825e3e6cf3e6a8" 4502dependencies = [ 4503 "num-traits", 4504] 4505 4506[[package]] 4507name = "qrcodegen" 4508version = "1.8.0" 4509source = "registry+https://github.com/rust-lang/crates.io-index" 4510checksum = "4339fc7a1021c9c1621d87f5e3505f2805c8c105420ba2f2a4df86814590c142" 4511 4512[[package]] 4513name = "qrcodegen-image" 4514version = "1.5.0" 4515source = "registry+https://github.com/rust-lang/crates.io-index" 4516checksum = "221b7eace1aef8c95d65dbe09fb7a1a43d006045394a89afba6997721fcb7708" 4517dependencies = [ 4518 "base64 0.22.1", 4519 "image", 4520 "qrcodegen", 4521] 4522 4523[[package]] 4524name = "quanta" 4525version = "0.12.6" 4526source = "registry+https://github.com/rust-lang/crates.io-index" 4527checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7" 4528dependencies = [ 4529 "crossbeam-utils", 4530 "libc", 4531 "once_cell", 4532 "raw-cpuid", 4533 "wasi", 4534 "web-sys", 4535 "winapi", 4536] 4537 4538[[package]] 4539name = "quick-error" 4540version = "2.0.1" 4541source = "registry+https://github.com/rust-lang/crates.io-index" 4542checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" 4543 4544[[package]] 4545name = "quinn" 4546version = "0.11.9" 4547source = "registry+https://github.com/rust-lang/crates.io-index" 4548checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" 4549dependencies = [ 4550 "bytes", 4551 "cfg_aliases", 4552 "pin-project-lite", 4553 "quinn-proto", 4554 "quinn-udp", 4555 "rustc-hash", 4556 "rustls 0.23.35", 4557 "socket2 0.6.1", 4558 "thiserror 2.0.17", 4559 "tokio", 4560 "tracing", 4561 "web-time", 4562] 4563 4564[[package]] 4565name = "quinn-proto" 4566version = "0.11.13" 4567source = "registry+https://github.com/rust-lang/crates.io-index" 4568checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" 4569dependencies = [ 4570 "bytes", 4571 "getrandom 0.3.4", 4572 "lru-slab", 4573 "rand 0.9.2", 4574 "ring", 4575 "rustc-hash", 4576 "rustls 0.23.35", 4577 "rustls-pki-types", 4578 "slab", 4579 "thiserror 2.0.17", 4580 "tinyvec", 4581 "tracing", 4582 "web-time", 4583] 4584 4585[[package]] 4586name = "quinn-udp" 4587version = "0.5.14" 4588source = "registry+https://github.com/rust-lang/crates.io-index" 4589checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" 4590dependencies = [ 4591 "cfg_aliases", 4592 "libc", 4593 "once_cell", 4594 "socket2 0.6.1", 4595 "tracing", 4596 "windows-sys 0.60.2", 4597] 4598 4599[[package]] 4600name = "quote" 4601version = "1.0.42" 4602source = "registry+https://github.com/rust-lang/crates.io-index" 4603checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" 4604dependencies = [ 4605 "proc-macro2", 4606] 4607 4608[[package]] 4609name = "r-efi" 4610version = "5.3.0" 4611source = "registry+https://github.com/rust-lang/crates.io-index" 4612checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 4613 4614[[package]] 4615name = "rand" 4616version = "0.8.5" 4617source = "registry+https://github.com/rust-lang/crates.io-index" 4618checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 4619dependencies = [ 4620 "libc", 4621 "rand_chacha 0.3.1", 4622 "rand_core 0.6.4", 4623] 4624 4625[[package]] 4626name = "rand" 4627version = "0.9.2" 4628source = "registry+https://github.com/rust-lang/crates.io-index" 4629checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 4630dependencies = [ 4631 "rand_chacha 0.9.0", 4632 "rand_core 0.9.3", 4633] 4634 4635[[package]] 4636name = "rand_chacha" 4637version = "0.3.1" 4638source = "registry+https://github.com/rust-lang/crates.io-index" 4639checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 4640dependencies = [ 4641 "ppv-lite86", 4642 "rand_core 0.6.4", 4643] 4644 4645[[package]] 4646name = "rand_chacha" 4647version = "0.9.0" 4648source = "registry+https://github.com/rust-lang/crates.io-index" 4649checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 4650dependencies = [ 4651 "ppv-lite86", 4652 "rand_core 0.9.3", 4653] 4654 4655[[package]] 4656name = "rand_core" 4657version = "0.6.4" 4658source = "registry+https://github.com/rust-lang/crates.io-index" 4659checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 4660dependencies = [ 4661 "getrandom 0.2.16", 4662] 4663 4664[[package]] 4665name = "rand_core" 4666version = "0.9.3" 4667source = "registry+https://github.com/rust-lang/crates.io-index" 4668checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 4669dependencies = [ 4670 "getrandom 0.3.4", 4671] 4672 4673[[package]] 4674name = "rand_xoshiro" 4675version = "0.7.0" 4676source = "registry+https://github.com/rust-lang/crates.io-index" 4677checksum = "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41" 4678dependencies = [ 4679 "rand_core 0.9.3", 4680] 4681 4682[[package]] 4683name = "range-traits" 4684version = "0.3.2" 4685source = "registry+https://github.com/rust-lang/crates.io-index" 4686checksum = "d20581732dd76fa913c7dff1a2412b714afe3573e94d41c34719de73337cc8ab" 4687 4688[[package]] 4689name = "raw-cpuid" 4690version = "11.6.0" 4691source = "registry+https://github.com/rust-lang/crates.io-index" 4692checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186" 4693dependencies = [ 4694 "bitflags", 4695] 4696 4697[[package]] 4698name = "redis" 4699version = "1.0.1" 4700source = "registry+https://github.com/rust-lang/crates.io-index" 4701checksum = "e2dc509b442812959ab125c74be2a930dd9b603038b6da9df9ec013aa23a4e9c" 4702dependencies = [ 4703 "arc-swap", 4704 "arcstr", 4705 "backon", 4706 "bytes", 4707 "cfg-if", 4708 "combine", 4709 "futures-channel", 4710 "futures-util", 4711 "itoa", 4712 "num-bigint", 4713 "percent-encoding", 4714 "pin-project-lite", 4715 "ryu", 4716 "sha1_smol", 4717 "socket2 0.6.1", 4718 "tokio", 4719 "tokio-util", 4720 "url", 4721 "xxhash-rust", 4722] 4723 4724[[package]] 4725name = "redox_syscall" 4726version = "0.5.18" 4727source = "registry+https://github.com/rust-lang/crates.io-index" 4728checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 4729dependencies = [ 4730 "bitflags", 4731] 4732 4733[[package]] 4734name = "redox_syscall" 4735version = "0.6.0" 4736source = "registry+https://github.com/rust-lang/crates.io-index" 4737checksum = "ec96166dafa0886eb81fe1c0a388bece180fbef2135f97c1e2cf8302e74b43b5" 4738dependencies = [ 4739 "bitflags", 4740] 4741 4742[[package]] 4743name = "ref-cast" 4744version = "1.0.25" 4745source = "registry+https://github.com/rust-lang/crates.io-index" 4746checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" 4747dependencies = [ 4748 "ref-cast-impl", 4749] 4750 4751[[package]] 4752name = "ref-cast-impl" 4753version = "1.0.25" 4754source = "registry+https://github.com/rust-lang/crates.io-index" 4755checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" 4756dependencies = [ 4757 "proc-macro2", 4758 "quote", 4759 "syn 2.0.111", 4760] 4761 4762[[package]] 4763name = "regex" 4764version = "1.12.2" 4765source = "registry+https://github.com/rust-lang/crates.io-index" 4766checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" 4767dependencies = [ 4768 "aho-corasick", 4769 "memchr", 4770 "regex-automata", 4771 "regex-syntax", 4772] 4773 4774[[package]] 4775name = "regex-automata" 4776version = "0.4.13" 4777source = "registry+https://github.com/rust-lang/crates.io-index" 4778checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" 4779dependencies = [ 4780 "aho-corasick", 4781 "memchr", 4782 "regex-syntax", 4783] 4784 4785[[package]] 4786name = "regex-lite" 4787version = "0.1.8" 4788source = "registry+https://github.com/rust-lang/crates.io-index" 4789checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da" 4790 4791[[package]] 4792name = "regex-syntax" 4793version = "0.8.8" 4794source = "registry+https://github.com/rust-lang/crates.io-index" 4795checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" 4796 4797[[package]] 4798name = "reqwest" 4799version = "0.12.28" 4800source = "registry+https://github.com/rust-lang/crates.io-index" 4801checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" 4802dependencies = [ 4803 "base64 0.22.1", 4804 "bytes", 4805 "encoding_rs", 4806 "futures-core", 4807 "h2 0.4.12", 4808 "http 1.4.0", 4809 "http-body 1.0.1", 4810 "http-body-util", 4811 "hyper 1.8.1", 4812 "hyper-rustls 0.27.7", 4813 "hyper-tls", 4814 "hyper-util", 4815 "js-sys", 4816 "log", 4817 "mime", 4818 "native-tls", 4819 "percent-encoding", 4820 "pin-project-lite", 4821 "quinn", 4822 "rustls 0.23.35", 4823 "rustls-pki-types", 4824 "serde", 4825 "serde_json", 4826 "serde_urlencoded", 4827 "sync_wrapper", 4828 "tokio", 4829 "tokio-native-tls", 4830 "tokio-rustls 0.26.4", 4831 "tower", 4832 "tower-http", 4833 "tower-service", 4834 "url", 4835 "wasm-bindgen", 4836 "wasm-bindgen-futures", 4837 "web-sys", 4838 "webpki-roots 1.0.4", 4839] 4840 4841[[package]] 4842name = "resolv-conf" 4843version = "0.7.6" 4844source = "registry+https://github.com/rust-lang/crates.io-index" 4845checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" 4846 4847[[package]] 4848name = "rfc6979" 4849version = "0.3.1" 4850source = "registry+https://github.com/rust-lang/crates.io-index" 4851checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb" 4852dependencies = [ 4853 "crypto-bigint 0.4.9", 4854 "hmac", 4855 "zeroize", 4856] 4857 4858[[package]] 4859name = "rfc6979" 4860version = "0.4.0" 4861source = "registry+https://github.com/rust-lang/crates.io-index" 4862checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 4863dependencies = [ 4864 "hmac", 4865 "subtle", 4866] 4867 4868[[package]] 4869name = "ring" 4870version = "0.17.14" 4871source = "registry+https://github.com/rust-lang/crates.io-index" 4872checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 4873dependencies = [ 4874 "cc", 4875 "cfg-if", 4876 "getrandom 0.2.16", 4877 "libc", 4878 "untrusted", 4879 "windows-sys 0.52.0", 4880] 4881 4882[[package]] 4883name = "rsa" 4884version = "0.9.9" 4885source = "registry+https://github.com/rust-lang/crates.io-index" 4886checksum = "40a0376c50d0358279d9d643e4bf7b7be212f1f4ff1da9070a7b54d22ef75c88" 4887dependencies = [ 4888 "const-oid", 4889 "digest", 4890 "num-bigint-dig", 4891 "num-integer", 4892 "num-traits", 4893 "pkcs1", 4894 "pkcs8 0.10.2", 4895 "rand_core 0.6.4", 4896 "signature 2.2.0", 4897 "spki 0.7.3", 4898 "subtle", 4899 "zeroize", 4900] 4901 4902[[package]] 4903name = "rustc-hash" 4904version = "2.1.1" 4905source = "registry+https://github.com/rust-lang/crates.io-index" 4906checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 4907 4908[[package]] 4909name = "rustc_version" 4910version = "0.4.1" 4911source = "registry+https://github.com/rust-lang/crates.io-index" 4912checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 4913dependencies = [ 4914 "semver", 4915] 4916 4917[[package]] 4918name = "rusticata-macros" 4919version = "4.1.0" 4920source = "registry+https://github.com/rust-lang/crates.io-index" 4921checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" 4922dependencies = [ 4923 "nom", 4924] 4925 4926[[package]] 4927name = "rustix" 4928version = "1.1.3" 4929source = "registry+https://github.com/rust-lang/crates.io-index" 4930checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" 4931dependencies = [ 4932 "bitflags", 4933 "errno", 4934 "libc", 4935 "linux-raw-sys", 4936 "windows-sys 0.61.2", 4937] 4938 4939[[package]] 4940name = "rustls" 4941version = "0.21.12" 4942source = "registry+https://github.com/rust-lang/crates.io-index" 4943checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" 4944dependencies = [ 4945 "log", 4946 "ring", 4947 "rustls-webpki 0.101.7", 4948 "sct", 4949] 4950 4951[[package]] 4952name = "rustls" 4953version = "0.23.35" 4954source = "registry+https://github.com/rust-lang/crates.io-index" 4955checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f" 4956dependencies = [ 4957 "aws-lc-rs", 4958 "log", 4959 "once_cell", 4960 "ring", 4961 "rustls-pki-types", 4962 "rustls-webpki 0.103.8", 4963 "subtle", 4964 "zeroize", 4965] 4966 4967[[package]] 4968name = "rustls-native-certs" 4969version = "0.8.2" 4970source = "registry+https://github.com/rust-lang/crates.io-index" 4971checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923" 4972dependencies = [ 4973 "openssl-probe", 4974 "rustls-pki-types", 4975 "schannel", 4976 "security-framework 3.5.1", 4977] 4978 4979[[package]] 4980name = "rustls-pemfile" 4981version = "2.2.0" 4982source = "registry+https://github.com/rust-lang/crates.io-index" 4983checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" 4984dependencies = [ 4985 "rustls-pki-types", 4986] 4987 4988[[package]] 4989name = "rustls-pki-types" 4990version = "1.13.2" 4991source = "registry+https://github.com/rust-lang/crates.io-index" 4992checksum = "21e6f2ab2928ca4291b86736a8bd920a277a399bba1589409d72154ff87c1282" 4993dependencies = [ 4994 "web-time", 4995 "zeroize", 4996] 4997 4998[[package]] 4999name = "rustls-webpki" 5000version = "0.101.7" 5001source = "registry+https://github.com/rust-lang/crates.io-index" 5002checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 5003dependencies = [ 5004 "ring", 5005 "untrusted", 5006] 5007 5008[[package]] 5009name = "rustls-webpki" 5010version = "0.103.8" 5011source = "registry+https://github.com/rust-lang/crates.io-index" 5012checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52" 5013dependencies = [ 5014 "aws-lc-rs", 5015 "ring", 5016 "rustls-pki-types", 5017 "untrusted", 5018] 5019 5020[[package]] 5021name = "rustversion" 5022version = "1.0.22" 5023source = "registry+https://github.com/rust-lang/crates.io-index" 5024checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 5025 5026[[package]] 5027name = "ryu" 5028version = "1.0.21" 5029source = "registry+https://github.com/rust-lang/crates.io-index" 5030checksum = "62049b2877bf12821e8f9ad256ee38fdc31db7387ec2d3b3f403024de2034aea" 5031 5032[[package]] 5033name = "schannel" 5034version = "0.1.28" 5035source = "registry+https://github.com/rust-lang/crates.io-index" 5036checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" 5037dependencies = [ 5038 "windows-sys 0.61.2", 5039] 5040 5041[[package]] 5042name = "schemars" 5043version = "0.9.0" 5044source = "registry+https://github.com/rust-lang/crates.io-index" 5045checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" 5046dependencies = [ 5047 "dyn-clone", 5048 "ref-cast", 5049 "serde", 5050 "serde_json", 5051] 5052 5053[[package]] 5054name = "schemars" 5055version = "1.1.0" 5056source = "registry+https://github.com/rust-lang/crates.io-index" 5057checksum = "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289" 5058dependencies = [ 5059 "dyn-clone", 5060 "ref-cast", 5061 "serde", 5062 "serde_json", 5063] 5064 5065[[package]] 5066name = "scoped-tls" 5067version = "1.0.1" 5068source = "registry+https://github.com/rust-lang/crates.io-index" 5069checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 5070 5071[[package]] 5072name = "scopeguard" 5073version = "1.2.0" 5074source = "registry+https://github.com/rust-lang/crates.io-index" 5075checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 5076 5077[[package]] 5078name = "sct" 5079version = "0.7.1" 5080source = "registry+https://github.com/rust-lang/crates.io-index" 5081checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 5082dependencies = [ 5083 "ring", 5084 "untrusted", 5085] 5086 5087[[package]] 5088name = "sec1" 5089version = "0.3.0" 5090source = "registry+https://github.com/rust-lang/crates.io-index" 5091checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" 5092dependencies = [ 5093 "base16ct 0.1.1", 5094 "der 0.6.1", 5095 "generic-array", 5096 "pkcs8 0.9.0", 5097 "subtle", 5098 "zeroize", 5099] 5100 5101[[package]] 5102name = "sec1" 5103version = "0.7.3" 5104source = "registry+https://github.com/rust-lang/crates.io-index" 5105checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 5106dependencies = [ 5107 "base16ct 0.2.0", 5108 "der 0.7.10", 5109 "generic-array", 5110 "pkcs8 0.10.2", 5111 "subtle", 5112 "zeroize", 5113] 5114 5115[[package]] 5116name = "security-framework" 5117version = "2.11.1" 5118source = "registry+https://github.com/rust-lang/crates.io-index" 5119checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 5120dependencies = [ 5121 "bitflags", 5122 "core-foundation 0.9.4", 5123 "core-foundation-sys", 5124 "libc", 5125 "security-framework-sys", 5126] 5127 5128[[package]] 5129name = "security-framework" 5130version = "3.5.1" 5131source = "registry+https://github.com/rust-lang/crates.io-index" 5132checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef" 5133dependencies = [ 5134 "bitflags", 5135 "core-foundation 0.10.1", 5136 "core-foundation-sys", 5137 "libc", 5138 "security-framework-sys", 5139] 5140 5141[[package]] 5142name = "security-framework-sys" 5143version = "2.15.0" 5144source = "registry+https://github.com/rust-lang/crates.io-index" 5145checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" 5146dependencies = [ 5147 "core-foundation-sys", 5148 "libc", 5149] 5150 5151[[package]] 5152name = "semver" 5153version = "1.0.27" 5154source = "registry+https://github.com/rust-lang/crates.io-index" 5155checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 5156 5157[[package]] 5158name = "send_wrapper" 5159version = "0.6.0" 5160source = "registry+https://github.com/rust-lang/crates.io-index" 5161checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" 5162 5163[[package]] 5164name = "serde" 5165version = "1.0.228" 5166source = "registry+https://github.com/rust-lang/crates.io-index" 5167checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 5168dependencies = [ 5169 "serde_core", 5170 "serde_derive", 5171] 5172 5173[[package]] 5174name = "serde_bytes" 5175version = "0.11.19" 5176source = "registry+https://github.com/rust-lang/crates.io-index" 5177checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" 5178dependencies = [ 5179 "serde", 5180 "serde_core", 5181] 5182 5183[[package]] 5184name = "serde_cbor_2" 5185version = "0.13.0" 5186source = "registry+https://github.com/rust-lang/crates.io-index" 5187checksum = "34aec2709de9078e077090abd848e967abab63c9fb3fdb5d4799ad359d8d482c" 5188dependencies = [ 5189 "half", 5190 "serde", 5191] 5192 5193[[package]] 5194name = "serde_core" 5195version = "1.0.228" 5196source = "registry+https://github.com/rust-lang/crates.io-index" 5197checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 5198dependencies = [ 5199 "serde_derive", 5200] 5201 5202[[package]] 5203name = "serde_derive" 5204version = "1.0.228" 5205source = "registry+https://github.com/rust-lang/crates.io-index" 5206checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 5207dependencies = [ 5208 "proc-macro2", 5209 "quote", 5210 "syn 2.0.111", 5211] 5212 5213[[package]] 5214name = "serde_html_form" 5215version = "0.2.8" 5216source = "registry+https://github.com/rust-lang/crates.io-index" 5217checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f" 5218dependencies = [ 5219 "form_urlencoded", 5220 "indexmap 2.12.1", 5221 "itoa", 5222 "ryu", 5223 "serde_core", 5224] 5225 5226[[package]] 5227name = "serde_ipld_dagcbor" 5228version = "0.6.4" 5229source = "registry+https://github.com/rust-lang/crates.io-index" 5230checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778" 5231dependencies = [ 5232 "cbor4ii", 5233 "ipld-core", 5234 "scopeguard", 5235 "serde", 5236] 5237 5238[[package]] 5239name = "serde_json" 5240version = "1.0.146" 5241source = "registry+https://github.com/rust-lang/crates.io-index" 5242checksum = "217ca874ae0207aac254aa02c957ded05585a90892cc8d87f9e5fa49669dadd8" 5243dependencies = [ 5244 "itoa", 5245 "memchr", 5246 "ryu", 5247 "serde", 5248 "serde_core", 5249] 5250 5251[[package]] 5252name = "serde_path_to_error" 5253version = "0.1.20" 5254source = "registry+https://github.com/rust-lang/crates.io-index" 5255checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" 5256dependencies = [ 5257 "itoa", 5258 "serde", 5259 "serde_core", 5260] 5261 5262[[package]] 5263name = "serde_repr" 5264version = "0.1.20" 5265source = "registry+https://github.com/rust-lang/crates.io-index" 5266checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 5267dependencies = [ 5268 "proc-macro2", 5269 "quote", 5270 "syn 2.0.111", 5271] 5272 5273[[package]] 5274name = "serde_urlencoded" 5275version = "0.7.1" 5276source = "registry+https://github.com/rust-lang/crates.io-index" 5277checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 5278dependencies = [ 5279 "form_urlencoded", 5280 "itoa", 5281 "ryu", 5282 "serde", 5283] 5284 5285[[package]] 5286name = "serde_with" 5287version = "3.16.1" 5288source = "registry+https://github.com/rust-lang/crates.io-index" 5289checksum = "4fa237f2807440d238e0364a218270b98f767a00d3dada77b1c53ae88940e2e7" 5290dependencies = [ 5291 "base64 0.22.1", 5292 "chrono", 5293 "hex", 5294 "indexmap 1.9.3", 5295 "indexmap 2.12.1", 5296 "schemars 0.9.0", 5297 "schemars 1.1.0", 5298 "serde_core", 5299 "serde_json", 5300 "serde_with_macros", 5301 "time", 5302] 5303 5304[[package]] 5305name = "serde_with_macros" 5306version = "3.16.1" 5307source = "registry+https://github.com/rust-lang/crates.io-index" 5308checksum = "52a8e3ca0ca629121f70ab50f95249e5a6f925cc0f6ffe8256c45b728875706c" 5309dependencies = [ 5310 "darling", 5311 "proc-macro2", 5312 "quote", 5313 "syn 2.0.111", 5314] 5315 5316[[package]] 5317name = "sha1" 5318version = "0.10.6" 5319source = "registry+https://github.com/rust-lang/crates.io-index" 5320checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 5321dependencies = [ 5322 "cfg-if", 5323 "cpufeatures", 5324 "digest", 5325] 5326 5327[[package]] 5328name = "sha1_smol" 5329version = "1.0.1" 5330source = "registry+https://github.com/rust-lang/crates.io-index" 5331checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" 5332 5333[[package]] 5334name = "sha2" 5335version = "0.10.9" 5336source = "registry+https://github.com/rust-lang/crates.io-index" 5337checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 5338dependencies = [ 5339 "cfg-if", 5340 "cpufeatures", 5341 "digest", 5342] 5343 5344[[package]] 5345name = "sharded-slab" 5346version = "0.1.7" 5347source = "registry+https://github.com/rust-lang/crates.io-index" 5348checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 5349dependencies = [ 5350 "lazy_static", 5351] 5352 5353[[package]] 5354name = "shlex" 5355version = "1.3.0" 5356source = "registry+https://github.com/rust-lang/crates.io-index" 5357checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 5358 5359[[package]] 5360name = "signal-hook-registry" 5361version = "1.4.7" 5362source = "registry+https://github.com/rust-lang/crates.io-index" 5363checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad" 5364dependencies = [ 5365 "libc", 5366] 5367 5368[[package]] 5369name = "signature" 5370version = "1.6.4" 5371source = "registry+https://github.com/rust-lang/crates.io-index" 5372checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" 5373dependencies = [ 5374 "digest", 5375 "rand_core 0.6.4", 5376] 5377 5378[[package]] 5379name = "signature" 5380version = "2.2.0" 5381source = "registry+https://github.com/rust-lang/crates.io-index" 5382checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 5383dependencies = [ 5384 "digest", 5385 "rand_core 0.6.4", 5386] 5387 5388[[package]] 5389name = "simd-adler32" 5390version = "0.3.8" 5391source = "registry+https://github.com/rust-lang/crates.io-index" 5392checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" 5393 5394[[package]] 5395name = "simple_asn1" 5396version = "0.6.3" 5397source = "registry+https://github.com/rust-lang/crates.io-index" 5398checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb" 5399dependencies = [ 5400 "num-bigint", 5401 "num-traits", 5402 "thiserror 2.0.17", 5403 "time", 5404] 5405 5406[[package]] 5407name = "siphasher" 5408version = "1.0.1" 5409source = "registry+https://github.com/rust-lang/crates.io-index" 5410checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" 5411 5412[[package]] 5413name = "sketches-ddsketch" 5414version = "0.3.0" 5415source = "registry+https://github.com/rust-lang/crates.io-index" 5416checksum = "c1e9a774a6c28142ac54bb25d25562e6bcf957493a184f15ad4eebccb23e410a" 5417 5418[[package]] 5419name = "slab" 5420version = "0.4.11" 5421source = "registry+https://github.com/rust-lang/crates.io-index" 5422checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 5423 5424[[package]] 5425name = "smallvec" 5426version = "1.15.1" 5427source = "registry+https://github.com/rust-lang/crates.io-index" 5428checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 5429dependencies = [ 5430 "serde", 5431] 5432 5433[[package]] 5434name = "smol_str" 5435version = "0.3.4" 5436source = "registry+https://github.com/rust-lang/crates.io-index" 5437checksum = "3498b0a27f93ef1402f20eefacfaa1691272ac4eca1cdc8c596cb0a245d6cbf5" 5438dependencies = [ 5439 "borsh", 5440 "serde_core", 5441] 5442 5443[[package]] 5444name = "socket2" 5445version = "0.5.10" 5446source = "registry+https://github.com/rust-lang/crates.io-index" 5447checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" 5448dependencies = [ 5449 "libc", 5450 "windows-sys 0.52.0", 5451] 5452 5453[[package]] 5454name = "socket2" 5455version = "0.6.1" 5456source = "registry+https://github.com/rust-lang/crates.io-index" 5457checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" 5458dependencies = [ 5459 "libc", 5460 "windows-sys 0.60.2", 5461] 5462 5463[[package]] 5464name = "spin" 5465version = "0.9.8" 5466source = "registry+https://github.com/rust-lang/crates.io-index" 5467checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 5468dependencies = [ 5469 "lock_api", 5470] 5471 5472[[package]] 5473name = "spin" 5474version = "0.10.0" 5475source = "registry+https://github.com/rust-lang/crates.io-index" 5476checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591" 5477 5478[[package]] 5479name = "spinning_top" 5480version = "0.3.0" 5481source = "registry+https://github.com/rust-lang/crates.io-index" 5482checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300" 5483dependencies = [ 5484 "lock_api", 5485] 5486 5487[[package]] 5488name = "spki" 5489version = "0.6.0" 5490source = "registry+https://github.com/rust-lang/crates.io-index" 5491checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b" 5492dependencies = [ 5493 "base64ct", 5494 "der 0.6.1", 5495] 5496 5497[[package]] 5498name = "spki" 5499version = "0.7.3" 5500source = "registry+https://github.com/rust-lang/crates.io-index" 5501checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 5502dependencies = [ 5503 "base64ct", 5504 "der 0.7.10", 5505] 5506 5507[[package]] 5508name = "sqlx" 5509version = "0.8.6" 5510source = "registry+https://github.com/rust-lang/crates.io-index" 5511checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc" 5512dependencies = [ 5513 "sqlx-core", 5514 "sqlx-macros", 5515 "sqlx-mysql", 5516 "sqlx-postgres", 5517 "sqlx-sqlite", 5518] 5519 5520[[package]] 5521name = "sqlx-core" 5522version = "0.8.6" 5523source = "registry+https://github.com/rust-lang/crates.io-index" 5524checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6" 5525dependencies = [ 5526 "base64 0.22.1", 5527 "bytes", 5528 "chrono", 5529 "crc", 5530 "crossbeam-queue", 5531 "either", 5532 "event-listener", 5533 "futures-core", 5534 "futures-intrusive", 5535 "futures-io", 5536 "futures-util", 5537 "hashbrown 0.15.5", 5538 "hashlink", 5539 "indexmap 2.12.1", 5540 "log", 5541 "memchr", 5542 "once_cell", 5543 "percent-encoding", 5544 "rustls 0.23.35", 5545 "serde", 5546 "serde_json", 5547 "sha2", 5548 "smallvec", 5549 "thiserror 2.0.17", 5550 "tokio", 5551 "tokio-stream", 5552 "tracing", 5553 "url", 5554 "uuid", 5555 "webpki-roots 0.26.11", 5556] 5557 5558[[package]] 5559name = "sqlx-macros" 5560version = "0.8.6" 5561source = "registry+https://github.com/rust-lang/crates.io-index" 5562checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d" 5563dependencies = [ 5564 "proc-macro2", 5565 "quote", 5566 "sqlx-core", 5567 "sqlx-macros-core", 5568 "syn 2.0.111", 5569] 5570 5571[[package]] 5572name = "sqlx-macros-core" 5573version = "0.8.6" 5574source = "registry+https://github.com/rust-lang/crates.io-index" 5575checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b" 5576dependencies = [ 5577 "dotenvy", 5578 "either", 5579 "heck 0.5.0", 5580 "hex", 5581 "once_cell", 5582 "proc-macro2", 5583 "quote", 5584 "serde", 5585 "serde_json", 5586 "sha2", 5587 "sqlx-core", 5588 "sqlx-mysql", 5589 "sqlx-postgres", 5590 "sqlx-sqlite", 5591 "syn 2.0.111", 5592 "tokio", 5593 "url", 5594] 5595 5596[[package]] 5597name = "sqlx-mysql" 5598version = "0.8.6" 5599source = "registry+https://github.com/rust-lang/crates.io-index" 5600checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526" 5601dependencies = [ 5602 "atoi", 5603 "base64 0.22.1", 5604 "bitflags", 5605 "byteorder", 5606 "bytes", 5607 "chrono", 5608 "crc", 5609 "digest", 5610 "dotenvy", 5611 "either", 5612 "futures-channel", 5613 "futures-core", 5614 "futures-io", 5615 "futures-util", 5616 "generic-array", 5617 "hex", 5618 "hkdf", 5619 "hmac", 5620 "itoa", 5621 "log", 5622 "md-5", 5623 "memchr", 5624 "once_cell", 5625 "percent-encoding", 5626 "rand 0.8.5", 5627 "rsa", 5628 "serde", 5629 "sha1", 5630 "sha2", 5631 "smallvec", 5632 "sqlx-core", 5633 "stringprep", 5634 "thiserror 2.0.17", 5635 "tracing", 5636 "uuid", 5637 "whoami", 5638] 5639 5640[[package]] 5641name = "sqlx-postgres" 5642version = "0.8.6" 5643source = "registry+https://github.com/rust-lang/crates.io-index" 5644checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46" 5645dependencies = [ 5646 "atoi", 5647 "base64 0.22.1", 5648 "bitflags", 5649 "byteorder", 5650 "chrono", 5651 "crc", 5652 "dotenvy", 5653 "etcetera 0.8.0", 5654 "futures-channel", 5655 "futures-core", 5656 "futures-util", 5657 "hex", 5658 "hkdf", 5659 "hmac", 5660 "home", 5661 "itoa", 5662 "log", 5663 "md-5", 5664 "memchr", 5665 "once_cell", 5666 "rand 0.8.5", 5667 "serde", 5668 "serde_json", 5669 "sha2", 5670 "smallvec", 5671 "sqlx-core", 5672 "stringprep", 5673 "thiserror 2.0.17", 5674 "tracing", 5675 "uuid", 5676 "whoami", 5677] 5678 5679[[package]] 5680name = "sqlx-sqlite" 5681version = "0.8.6" 5682source = "registry+https://github.com/rust-lang/crates.io-index" 5683checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea" 5684dependencies = [ 5685 "atoi", 5686 "chrono", 5687 "flume", 5688 "futures-channel", 5689 "futures-core", 5690 "futures-executor", 5691 "futures-intrusive", 5692 "futures-util", 5693 "libsqlite3-sys", 5694 "log", 5695 "percent-encoding", 5696 "serde", 5697 "serde_urlencoded", 5698 "sqlx-core", 5699 "thiserror 2.0.17", 5700 "tracing", 5701 "url", 5702 "uuid", 5703] 5704 5705[[package]] 5706name = "stable_deref_trait" 5707version = "1.2.1" 5708source = "registry+https://github.com/rust-lang/crates.io-index" 5709checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 5710 5711[[package]] 5712name = "static-regular-grammar" 5713version = "2.0.2" 5714source = "registry+https://github.com/rust-lang/crates.io-index" 5715checksum = "4f4a6c40247579acfbb138c3cd7de3dab113ab4ac6227f1b7de7d626ee667957" 5716dependencies = [ 5717 "abnf", 5718 "btree-range-map", 5719 "ciborium", 5720 "hex_fmt", 5721 "indoc", 5722 "proc-macro-error", 5723 "proc-macro2", 5724 "quote", 5725 "serde", 5726 "sha2", 5727 "syn 2.0.111", 5728 "thiserror 1.0.69", 5729] 5730 5731[[package]] 5732name = "static_assertions" 5733version = "1.1.0" 5734source = "registry+https://github.com/rust-lang/crates.io-index" 5735checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 5736 5737[[package]] 5738name = "string_cache" 5739version = "0.8.9" 5740source = "registry+https://github.com/rust-lang/crates.io-index" 5741checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f" 5742dependencies = [ 5743 "new_debug_unreachable", 5744 "parking_lot", 5745 "phf_shared", 5746 "precomputed-hash", 5747 "serde", 5748] 5749 5750[[package]] 5751name = "string_cache_codegen" 5752version = "0.5.4" 5753source = "registry+https://github.com/rust-lang/crates.io-index" 5754checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0" 5755dependencies = [ 5756 "phf_generator", 5757 "phf_shared", 5758 "proc-macro2", 5759 "quote", 5760] 5761 5762[[package]] 5763name = "stringprep" 5764version = "0.1.5" 5765source = "registry+https://github.com/rust-lang/crates.io-index" 5766checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" 5767dependencies = [ 5768 "unicode-bidi", 5769 "unicode-normalization", 5770 "unicode-properties", 5771] 5772 5773[[package]] 5774name = "strsim" 5775version = "0.11.1" 5776source = "registry+https://github.com/rust-lang/crates.io-index" 5777checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 5778 5779[[package]] 5780name = "structmeta" 5781version = "0.3.0" 5782source = "registry+https://github.com/rust-lang/crates.io-index" 5783checksum = "2e1575d8d40908d70f6fd05537266b90ae71b15dbbe7a8b7dffa2b759306d329" 5784dependencies = [ 5785 "proc-macro2", 5786 "quote", 5787 "structmeta-derive", 5788 "syn 2.0.111", 5789] 5790 5791[[package]] 5792name = "structmeta-derive" 5793version = "0.3.0" 5794source = "registry+https://github.com/rust-lang/crates.io-index" 5795checksum = "152a0b65a590ff6c3da95cabe2353ee04e6167c896b28e3b14478c2636c922fc" 5796dependencies = [ 5797 "proc-macro2", 5798 "quote", 5799 "syn 2.0.111", 5800] 5801 5802[[package]] 5803name = "subtle" 5804version = "2.6.1" 5805source = "registry+https://github.com/rust-lang/crates.io-index" 5806checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 5807 5808[[package]] 5809name = "syn" 5810version = "1.0.109" 5811source = "registry+https://github.com/rust-lang/crates.io-index" 5812checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 5813dependencies = [ 5814 "proc-macro2", 5815 "quote", 5816 "unicode-ident", 5817] 5818 5819[[package]] 5820name = "syn" 5821version = "2.0.111" 5822source = "registry+https://github.com/rust-lang/crates.io-index" 5823checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87" 5824dependencies = [ 5825 "proc-macro2", 5826 "quote", 5827 "unicode-ident", 5828] 5829 5830[[package]] 5831name = "sync_wrapper" 5832version = "1.0.2" 5833source = "registry+https://github.com/rust-lang/crates.io-index" 5834checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 5835dependencies = [ 5836 "futures-core", 5837] 5838 5839[[package]] 5840name = "synstructure" 5841version = "0.13.2" 5842source = "registry+https://github.com/rust-lang/crates.io-index" 5843checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 5844dependencies = [ 5845 "proc-macro2", 5846 "quote", 5847 "syn 2.0.111", 5848] 5849 5850[[package]] 5851name = "system-configuration" 5852version = "0.6.1" 5853source = "registry+https://github.com/rust-lang/crates.io-index" 5854checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 5855dependencies = [ 5856 "bitflags", 5857 "core-foundation 0.9.4", 5858 "system-configuration-sys", 5859] 5860 5861[[package]] 5862name = "system-configuration-sys" 5863version = "0.6.0" 5864source = "registry+https://github.com/rust-lang/crates.io-index" 5865checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 5866dependencies = [ 5867 "core-foundation-sys", 5868 "libc", 5869] 5870 5871[[package]] 5872name = "tagptr" 5873version = "0.2.0" 5874source = "registry+https://github.com/rust-lang/crates.io-index" 5875checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 5876 5877[[package]] 5878name = "tempfile" 5879version = "3.23.0" 5880source = "registry+https://github.com/rust-lang/crates.io-index" 5881checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" 5882dependencies = [ 5883 "fastrand", 5884 "getrandom 0.3.4", 5885 "once_cell", 5886 "rustix", 5887 "windows-sys 0.61.2", 5888] 5889 5890[[package]] 5891name = "tendril" 5892version = "0.4.3" 5893source = "registry+https://github.com/rust-lang/crates.io-index" 5894checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" 5895dependencies = [ 5896 "futf", 5897 "mac", 5898 "utf-8", 5899] 5900 5901[[package]] 5902name = "testcontainers" 5903version = "0.26.2" 5904source = "registry+https://github.com/rust-lang/crates.io-index" 5905checksum = "1483605f58b2fff80d786eb56a0b6b4e8b1e5423fbc9ec2e3e562fa2040d6f27" 5906dependencies = [ 5907 "astral-tokio-tar", 5908 "async-trait", 5909 "bollard", 5910 "bytes", 5911 "docker_credential", 5912 "either", 5913 "etcetera 0.11.0", 5914 "ferroid", 5915 "futures", 5916 "itertools", 5917 "log", 5918 "memchr", 5919 "parse-display", 5920 "pin-project-lite", 5921 "serde", 5922 "serde_json", 5923 "serde_with", 5924 "thiserror 2.0.17", 5925 "tokio", 5926 "tokio-stream", 5927 "tokio-util", 5928 "url", 5929] 5930 5931[[package]] 5932name = "testcontainers-modules" 5933version = "0.14.0" 5934source = "registry+https://github.com/rust-lang/crates.io-index" 5935checksum = "5e75e78ff453128a2c7da9a5d5a3325ea34ea214d4bf51eab3417de23a4e5147" 5936dependencies = [ 5937 "testcontainers", 5938] 5939 5940[[package]] 5941name = "thiserror" 5942version = "1.0.69" 5943source = "registry+https://github.com/rust-lang/crates.io-index" 5944checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 5945dependencies = [ 5946 "thiserror-impl 1.0.69", 5947] 5948 5949[[package]] 5950name = "thiserror" 5951version = "2.0.17" 5952source = "registry+https://github.com/rust-lang/crates.io-index" 5953checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 5954dependencies = [ 5955 "thiserror-impl 2.0.17", 5956] 5957 5958[[package]] 5959name = "thiserror-impl" 5960version = "1.0.69" 5961source = "registry+https://github.com/rust-lang/crates.io-index" 5962checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 5963dependencies = [ 5964 "proc-macro2", 5965 "quote", 5966 "syn 2.0.111", 5967] 5968 5969[[package]] 5970name = "thiserror-impl" 5971version = "2.0.17" 5972source = "registry+https://github.com/rust-lang/crates.io-index" 5973checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 5974dependencies = [ 5975 "proc-macro2", 5976 "quote", 5977 "syn 2.0.111", 5978] 5979 5980[[package]] 5981name = "thread_local" 5982version = "1.1.9" 5983source = "registry+https://github.com/rust-lang/crates.io-index" 5984checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 5985dependencies = [ 5986 "cfg-if", 5987] 5988 5989[[package]] 5990name = "time" 5991version = "0.3.44" 5992source = "registry+https://github.com/rust-lang/crates.io-index" 5993checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" 5994dependencies = [ 5995 "deranged", 5996 "itoa", 5997 "num-conv", 5998 "powerfmt", 5999 "serde", 6000 "time-core", 6001 "time-macros", 6002] 6003 6004[[package]] 6005name = "time-core" 6006version = "0.1.6" 6007source = "registry+https://github.com/rust-lang/crates.io-index" 6008checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" 6009 6010[[package]] 6011name = "time-macros" 6012version = "0.2.24" 6013source = "registry+https://github.com/rust-lang/crates.io-index" 6014checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" 6015dependencies = [ 6016 "num-conv", 6017 "time-core", 6018] 6019 6020[[package]] 6021name = "tinystr" 6022version = "0.8.2" 6023source = "registry+https://github.com/rust-lang/crates.io-index" 6024checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" 6025dependencies = [ 6026 "displaydoc", 6027 "zerovec", 6028] 6029 6030[[package]] 6031name = "tinyvec" 6032version = "1.10.0" 6033source = "registry+https://github.com/rust-lang/crates.io-index" 6034checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 6035dependencies = [ 6036 "tinyvec_macros", 6037] 6038 6039[[package]] 6040name = "tinyvec_macros" 6041version = "0.1.1" 6042source = "registry+https://github.com/rust-lang/crates.io-index" 6043checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 6044 6045[[package]] 6046name = "tokio" 6047version = "1.48.0" 6048source = "registry+https://github.com/rust-lang/crates.io-index" 6049checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" 6050dependencies = [ 6051 "bytes", 6052 "libc", 6053 "mio", 6054 "pin-project-lite", 6055 "signal-hook-registry", 6056 "socket2 0.6.1", 6057 "tokio-macros", 6058 "windows-sys 0.61.2", 6059] 6060 6061[[package]] 6062name = "tokio-macros" 6063version = "2.6.0" 6064source = "registry+https://github.com/rust-lang/crates.io-index" 6065checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 6066dependencies = [ 6067 "proc-macro2", 6068 "quote", 6069 "syn 2.0.111", 6070] 6071 6072[[package]] 6073name = "tokio-native-tls" 6074version = "0.3.1" 6075source = "registry+https://github.com/rust-lang/crates.io-index" 6076checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 6077dependencies = [ 6078 "native-tls", 6079 "tokio", 6080] 6081 6082[[package]] 6083name = "tokio-rustls" 6084version = "0.24.1" 6085source = "registry+https://github.com/rust-lang/crates.io-index" 6086checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 6087dependencies = [ 6088 "rustls 0.21.12", 6089 "tokio", 6090] 6091 6092[[package]] 6093name = "tokio-rustls" 6094version = "0.26.4" 6095source = "registry+https://github.com/rust-lang/crates.io-index" 6096checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 6097dependencies = [ 6098 "rustls 0.23.35", 6099 "tokio", 6100] 6101 6102[[package]] 6103name = "tokio-stream" 6104version = "0.1.17" 6105source = "registry+https://github.com/rust-lang/crates.io-index" 6106checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" 6107dependencies = [ 6108 "futures-core", 6109 "pin-project-lite", 6110 "tokio", 6111] 6112 6113[[package]] 6114name = "tokio-tungstenite" 6115version = "0.28.0" 6116source = "registry+https://github.com/rust-lang/crates.io-index" 6117checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857" 6118dependencies = [ 6119 "futures-util", 6120 "log", 6121 "native-tls", 6122 "tokio", 6123 "tokio-native-tls", 6124 "tungstenite", 6125] 6126 6127[[package]] 6128name = "tokio-util" 6129version = "0.7.17" 6130source = "registry+https://github.com/rust-lang/crates.io-index" 6131checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594" 6132dependencies = [ 6133 "bytes", 6134 "futures-core", 6135 "futures-sink", 6136 "futures-util", 6137 "pin-project-lite", 6138 "tokio", 6139] 6140 6141[[package]] 6142name = "tonic" 6143version = "0.14.2" 6144source = "registry+https://github.com/rust-lang/crates.io-index" 6145checksum = "eb7613188ce9f7df5bfe185db26c5814347d110db17920415cf2fbcad85e7203" 6146dependencies = [ 6147 "async-trait", 6148 "axum", 6149 "base64 0.22.1", 6150 "bytes", 6151 "h2 0.4.12", 6152 "http 1.4.0", 6153 "http-body 1.0.1", 6154 "http-body-util", 6155 "hyper 1.8.1", 6156 "hyper-timeout", 6157 "hyper-util", 6158 "percent-encoding", 6159 "pin-project", 6160 "socket2 0.6.1", 6161 "sync_wrapper", 6162 "tokio", 6163 "tokio-stream", 6164 "tower", 6165 "tower-layer", 6166 "tower-service", 6167 "tracing", 6168] 6169 6170[[package]] 6171name = "tonic-prost" 6172version = "0.14.2" 6173source = "registry+https://github.com/rust-lang/crates.io-index" 6174checksum = "66bd50ad6ce1252d87ef024b3d64fe4c3cf54a86fb9ef4c631fdd0ded7aeaa67" 6175dependencies = [ 6176 "bytes", 6177 "prost", 6178 "tonic", 6179] 6180 6181[[package]] 6182name = "totp-rs" 6183version = "5.7.0" 6184source = "registry+https://github.com/rust-lang/crates.io-index" 6185checksum = "f124352108f58ef88299e909f6e9470f1cdc8d2a1397963901b4a6366206bf72" 6186dependencies = [ 6187 "base32", 6188 "constant_time_eq", 6189 "hmac", 6190 "qrcodegen-image", 6191 "sha1", 6192 "sha2", 6193 "url", 6194 "urlencoding", 6195] 6196 6197[[package]] 6198name = "tower" 6199version = "0.5.2" 6200source = "registry+https://github.com/rust-lang/crates.io-index" 6201checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 6202dependencies = [ 6203 "futures-core", 6204 "futures-util", 6205 "indexmap 2.12.1", 6206 "pin-project-lite", 6207 "slab", 6208 "sync_wrapper", 6209 "tokio", 6210 "tokio-util", 6211 "tower-layer", 6212 "tower-service", 6213 "tracing", 6214] 6215 6216[[package]] 6217name = "tower-http" 6218version = "0.6.8" 6219source = "registry+https://github.com/rust-lang/crates.io-index" 6220checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" 6221dependencies = [ 6222 "async-compression", 6223 "bitflags", 6224 "bytes", 6225 "futures-core", 6226 "futures-util", 6227 "http 1.4.0", 6228 "http-body 1.0.1", 6229 "http-body-util", 6230 "http-range-header", 6231 "httpdate", 6232 "iri-string", 6233 "mime", 6234 "mime_guess", 6235 "percent-encoding", 6236 "pin-project-lite", 6237 "tokio", 6238 "tokio-util", 6239 "tower", 6240 "tower-layer", 6241 "tower-service", 6242 "tracing", 6243] 6244 6245[[package]] 6246name = "tower-layer" 6247version = "0.3.3" 6248source = "registry+https://github.com/rust-lang/crates.io-index" 6249checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 6250 6251[[package]] 6252name = "tower-service" 6253version = "0.3.3" 6254source = "registry+https://github.com/rust-lang/crates.io-index" 6255checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 6256 6257[[package]] 6258name = "tracing" 6259version = "0.1.44" 6260source = "registry+https://github.com/rust-lang/crates.io-index" 6261checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 6262dependencies = [ 6263 "log", 6264 "pin-project-lite", 6265 "tracing-attributes", 6266 "tracing-core", 6267] 6268 6269[[package]] 6270name = "tracing-attributes" 6271version = "0.1.31" 6272source = "registry+https://github.com/rust-lang/crates.io-index" 6273checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 6274dependencies = [ 6275 "proc-macro2", 6276 "quote", 6277 "syn 2.0.111", 6278] 6279 6280[[package]] 6281name = "tracing-core" 6282version = "0.1.36" 6283source = "registry+https://github.com/rust-lang/crates.io-index" 6284checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 6285dependencies = [ 6286 "once_cell", 6287 "valuable", 6288] 6289 6290[[package]] 6291name = "tracing-log" 6292version = "0.2.0" 6293source = "registry+https://github.com/rust-lang/crates.io-index" 6294checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 6295dependencies = [ 6296 "log", 6297 "once_cell", 6298 "tracing-core", 6299] 6300 6301[[package]] 6302name = "tracing-subscriber" 6303version = "0.3.22" 6304source = "registry+https://github.com/rust-lang/crates.io-index" 6305checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" 6306dependencies = [ 6307 "matchers", 6308 "nu-ansi-term", 6309 "once_cell", 6310 "regex-automata", 6311 "sharded-slab", 6312 "smallvec", 6313 "thread_local", 6314 "tracing", 6315 "tracing-core", 6316 "tracing-log", 6317] 6318 6319[[package]] 6320name = "trait-variant" 6321version = "0.1.2" 6322source = "registry+https://github.com/rust-lang/crates.io-index" 6323checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7" 6324dependencies = [ 6325 "proc-macro2", 6326 "quote", 6327 "syn 2.0.111", 6328] 6329 6330[[package]] 6331name = "tranquil-auth" 6332version = "0.1.0" 6333dependencies = [ 6334 "anyhow", 6335 "base32", 6336 "base64 0.22.1", 6337 "bcrypt", 6338 "chrono", 6339 "hmac", 6340 "k256", 6341 "rand 0.8.5", 6342 "serde", 6343 "serde_json", 6344 "sha2", 6345 "subtle", 6346 "thiserror 2.0.17", 6347 "totp-rs", 6348 "tranquil-crypto", 6349 "urlencoding", 6350 "uuid", 6351] 6352 6353[[package]] 6354name = "tranquil-cache" 6355version = "0.1.0" 6356dependencies = [ 6357 "async-trait", 6358 "base64 0.22.1", 6359 "redis", 6360 "thiserror 2.0.17", 6361 "tracing", 6362 "tranquil-infra", 6363] 6364 6365[[package]] 6366name = "tranquil-comms" 6367version = "0.1.0" 6368dependencies = [ 6369 "async-trait", 6370 "base64 0.22.1", 6371 "chrono", 6372 "reqwest", 6373 "serde", 6374 "serde_json", 6375 "sqlx", 6376 "thiserror 2.0.17", 6377 "tokio", 6378 "urlencoding", 6379 "uuid", 6380] 6381 6382[[package]] 6383name = "tranquil-crypto" 6384version = "0.1.0" 6385dependencies = [ 6386 "aes-gcm", 6387 "base64 0.22.1", 6388 "hkdf", 6389 "hmac", 6390 "p256 0.13.2", 6391 "rand 0.8.5", 6392 "serde", 6393 "serde_json", 6394 "sha2", 6395 "subtle", 6396 "thiserror 2.0.17", 6397] 6398 6399[[package]] 6400name = "tranquil-infra" 6401version = "0.1.0" 6402dependencies = [ 6403 "async-trait", 6404 "bytes", 6405 "futures", 6406 "thiserror 2.0.17", 6407 "tokio", 6408 "tracing", 6409] 6410 6411[[package]] 6412name = "tranquil-oauth" 6413version = "0.1.0" 6414dependencies = [ 6415 "anyhow", 6416 "axum", 6417 "base64 0.22.1", 6418 "chrono", 6419 "ed25519-dalek", 6420 "p256 0.13.2", 6421 "p384", 6422 "rand 0.8.5", 6423 "reqwest", 6424 "serde", 6425 "serde_json", 6426 "sha2", 6427 "sqlx", 6428 "tokio", 6429 "tracing", 6430 "tranquil-types", 6431 "uuid", 6432] 6433 6434[[package]] 6435name = "tranquil-pds" 6436version = "0.1.0" 6437dependencies = [ 6438 "aes-gcm", 6439 "anyhow", 6440 "async-trait", 6441 "aws-config", 6442 "aws-sdk-s3", 6443 "axum", 6444 "backon", 6445 "base32", 6446 "base64 0.22.1", 6447 "bcrypt", 6448 "bs58", 6449 "bytes", 6450 "chrono", 6451 "ciborium", 6452 "cid", 6453 "ctor", 6454 "dotenvy", 6455 "ed25519-dalek", 6456 "futures", 6457 "futures-util", 6458 "governor", 6459 "hex", 6460 "hickory-resolver", 6461 "hkdf", 6462 "hmac", 6463 "http 1.4.0", 6464 "image", 6465 "infer", 6466 "ipld-core", 6467 "iroh-car", 6468 "jacquard", 6469 "jacquard-axum", 6470 "jacquard-repo", 6471 "jsonwebtoken", 6472 "k256", 6473 "metrics", 6474 "metrics-exporter-prometheus", 6475 "multibase", 6476 "multihash", 6477 "p256 0.13.2", 6478 "p384", 6479 "rand 0.8.5", 6480 "redis", 6481 "regex", 6482 "reqwest", 6483 "serde", 6484 "serde_bytes", 6485 "serde_ipld_dagcbor", 6486 "serde_json", 6487 "serde_urlencoded", 6488 "sha2", 6489 "sqlx", 6490 "subtle", 6491 "testcontainers", 6492 "testcontainers-modules", 6493 "thiserror 2.0.17", 6494 "tokio", 6495 "tokio-tungstenite", 6496 "totp-rs", 6497 "tower", 6498 "tower-http", 6499 "tower-layer", 6500 "tracing", 6501 "tracing-subscriber", 6502 "tranquil-auth", 6503 "tranquil-cache", 6504 "tranquil-comms", 6505 "tranquil-crypto", 6506 "tranquil-infra", 6507 "tranquil-oauth", 6508 "tranquil-repo", 6509 "tranquil-scopes", 6510 "tranquil-storage", 6511 "tranquil-types", 6512 "urlencoding", 6513 "uuid", 6514 "webauthn-rs", 6515 "webauthn-rs-proto", 6516 "wiremock", 6517 "zip", 6518] 6519 6520[[package]] 6521name = "tranquil-repo" 6522version = "0.1.0" 6523dependencies = [ 6524 "bytes", 6525 "cid", 6526 "jacquard-repo", 6527 "multihash", 6528 "sha2", 6529 "sqlx", 6530 "tranquil-types", 6531] 6532 6533[[package]] 6534name = "tranquil-scopes" 6535version = "0.1.0" 6536dependencies = [ 6537 "axum", 6538 "futures", 6539 "reqwest", 6540 "serde", 6541 "serde_json", 6542 "tokio", 6543 "tracing", 6544] 6545 6546[[package]] 6547name = "tranquil-storage" 6548version = "0.1.0" 6549dependencies = [ 6550 "async-trait", 6551 "aws-config", 6552 "aws-sdk-s3", 6553 "bytes", 6554 "futures", 6555 "sha2", 6556 "thiserror 2.0.17", 6557 "tracing", 6558 "tranquil-infra", 6559] 6560 6561[[package]] 6562name = "tranquil-types" 6563version = "0.1.0" 6564dependencies = [ 6565 "chrono", 6566 "cid", 6567 "jacquard", 6568 "serde", 6569 "serde_json", 6570 "sqlx", 6571 "thiserror 2.0.17", 6572] 6573 6574[[package]] 6575name = "triomphe" 6576version = "0.1.15" 6577source = "registry+https://github.com/rust-lang/crates.io-index" 6578checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39" 6579 6580[[package]] 6581name = "try-lock" 6582version = "0.2.5" 6583source = "registry+https://github.com/rust-lang/crates.io-index" 6584checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 6585 6586[[package]] 6587name = "tungstenite" 6588version = "0.28.0" 6589source = "registry+https://github.com/rust-lang/crates.io-index" 6590checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442" 6591dependencies = [ 6592 "bytes", 6593 "data-encoding", 6594 "http 1.4.0", 6595 "httparse", 6596 "log", 6597 "native-tls", 6598 "rand 0.9.2", 6599 "sha1", 6600 "thiserror 2.0.17", 6601 "utf-8", 6602] 6603 6604[[package]] 6605name = "typenum" 6606version = "1.19.0" 6607source = "registry+https://github.com/rust-lang/crates.io-index" 6608checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 6609 6610[[package]] 6611name = "unicase" 6612version = "2.8.1" 6613source = "registry+https://github.com/rust-lang/crates.io-index" 6614checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" 6615 6616[[package]] 6617name = "unicode-bidi" 6618version = "0.3.18" 6619source = "registry+https://github.com/rust-lang/crates.io-index" 6620checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" 6621 6622[[package]] 6623name = "unicode-ident" 6624version = "1.0.22" 6625source = "registry+https://github.com/rust-lang/crates.io-index" 6626checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" 6627 6628[[package]] 6629name = "unicode-normalization" 6630version = "0.1.25" 6631source = "registry+https://github.com/rust-lang/crates.io-index" 6632checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" 6633dependencies = [ 6634 "tinyvec", 6635] 6636 6637[[package]] 6638name = "unicode-properties" 6639version = "0.1.4" 6640source = "registry+https://github.com/rust-lang/crates.io-index" 6641checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" 6642 6643[[package]] 6644name = "unicode-segmentation" 6645version = "1.12.0" 6646source = "registry+https://github.com/rust-lang/crates.io-index" 6647checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 6648 6649[[package]] 6650name = "unicode-width" 6651version = "0.1.14" 6652source = "registry+https://github.com/rust-lang/crates.io-index" 6653checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 6654 6655[[package]] 6656name = "unicode-xid" 6657version = "0.2.6" 6658source = "registry+https://github.com/rust-lang/crates.io-index" 6659checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 6660 6661[[package]] 6662name = "universal-hash" 6663version = "0.5.1" 6664source = "registry+https://github.com/rust-lang/crates.io-index" 6665checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" 6666dependencies = [ 6667 "crypto-common", 6668 "subtle", 6669] 6670 6671[[package]] 6672name = "unsigned-varint" 6673version = "0.7.2" 6674source = "registry+https://github.com/rust-lang/crates.io-index" 6675checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105" 6676 6677[[package]] 6678name = "unsigned-varint" 6679version = "0.8.0" 6680source = "registry+https://github.com/rust-lang/crates.io-index" 6681checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 6682 6683[[package]] 6684name = "untrusted" 6685version = "0.9.0" 6686source = "registry+https://github.com/rust-lang/crates.io-index" 6687checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 6688 6689[[package]] 6690name = "ureq" 6691version = "3.1.4" 6692source = "registry+https://github.com/rust-lang/crates.io-index" 6693checksum = "d39cb1dbab692d82a977c0392ffac19e188bd9186a9f32806f0aaa859d75585a" 6694dependencies = [ 6695 "base64 0.22.1", 6696 "log", 6697 "percent-encoding", 6698 "rustls 0.23.35", 6699 "rustls-pki-types", 6700 "ureq-proto", 6701 "utf-8", 6702 "webpki-roots 1.0.4", 6703] 6704 6705[[package]] 6706name = "ureq-proto" 6707version = "0.5.3" 6708source = "registry+https://github.com/rust-lang/crates.io-index" 6709checksum = "d81f9efa9df032be5934a46a068815a10a042b494b6a58cb0a1a97bb5467ed6f" 6710dependencies = [ 6711 "base64 0.22.1", 6712 "http 1.4.0", 6713 "httparse", 6714 "log", 6715] 6716 6717[[package]] 6718name = "url" 6719version = "2.5.7" 6720source = "registry+https://github.com/rust-lang/crates.io-index" 6721checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" 6722dependencies = [ 6723 "form_urlencoded", 6724 "idna", 6725 "percent-encoding", 6726 "serde", 6727] 6728 6729[[package]] 6730name = "urlencoding" 6731version = "2.1.3" 6732source = "registry+https://github.com/rust-lang/crates.io-index" 6733checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 6734 6735[[package]] 6736name = "utf-8" 6737version = "0.7.6" 6738source = "registry+https://github.com/rust-lang/crates.io-index" 6739checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 6740 6741[[package]] 6742name = "utf8_iter" 6743version = "1.0.4" 6744source = "registry+https://github.com/rust-lang/crates.io-index" 6745checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 6746 6747[[package]] 6748name = "uuid" 6749version = "1.19.0" 6750source = "registry+https://github.com/rust-lang/crates.io-index" 6751checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a" 6752dependencies = [ 6753 "getrandom 0.3.4", 6754 "js-sys", 6755 "rand 0.9.2", 6756 "serde_core", 6757 "sha1_smol", 6758 "wasm-bindgen", 6759] 6760 6761[[package]] 6762name = "valuable" 6763version = "0.1.1" 6764source = "registry+https://github.com/rust-lang/crates.io-index" 6765checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 6766 6767[[package]] 6768name = "vcpkg" 6769version = "0.2.15" 6770source = "registry+https://github.com/rust-lang/crates.io-index" 6771checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 6772 6773[[package]] 6774name = "version_check" 6775version = "0.9.5" 6776source = "registry+https://github.com/rust-lang/crates.io-index" 6777checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 6778 6779[[package]] 6780name = "vsimd" 6781version = "0.8.0" 6782source = "registry+https://github.com/rust-lang/crates.io-index" 6783checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" 6784 6785[[package]] 6786name = "want" 6787version = "0.3.1" 6788source = "registry+https://github.com/rust-lang/crates.io-index" 6789checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 6790dependencies = [ 6791 "try-lock", 6792] 6793 6794[[package]] 6795name = "wasi" 6796version = "0.11.1+wasi-snapshot-preview1" 6797source = "registry+https://github.com/rust-lang/crates.io-index" 6798checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 6799 6800[[package]] 6801name = "wasip2" 6802version = "1.0.1+wasi-0.2.4" 6803source = "registry+https://github.com/rust-lang/crates.io-index" 6804checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 6805dependencies = [ 6806 "wit-bindgen", 6807] 6808 6809[[package]] 6810name = "wasite" 6811version = "0.1.0" 6812source = "registry+https://github.com/rust-lang/crates.io-index" 6813checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" 6814 6815[[package]] 6816name = "wasm-bindgen" 6817version = "0.2.106" 6818source = "registry+https://github.com/rust-lang/crates.io-index" 6819checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd" 6820dependencies = [ 6821 "cfg-if", 6822 "once_cell", 6823 "rustversion", 6824 "wasm-bindgen-macro", 6825 "wasm-bindgen-shared", 6826] 6827 6828[[package]] 6829name = "wasm-bindgen-futures" 6830version = "0.4.56" 6831source = "registry+https://github.com/rust-lang/crates.io-index" 6832checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c" 6833dependencies = [ 6834 "cfg-if", 6835 "js-sys", 6836 "once_cell", 6837 "wasm-bindgen", 6838 "web-sys", 6839] 6840 6841[[package]] 6842name = "wasm-bindgen-macro" 6843version = "0.2.106" 6844source = "registry+https://github.com/rust-lang/crates.io-index" 6845checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3" 6846dependencies = [ 6847 "quote", 6848 "wasm-bindgen-macro-support", 6849] 6850 6851[[package]] 6852name = "wasm-bindgen-macro-support" 6853version = "0.2.106" 6854source = "registry+https://github.com/rust-lang/crates.io-index" 6855checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40" 6856dependencies = [ 6857 "bumpalo", 6858 "proc-macro2", 6859 "quote", 6860 "syn 2.0.111", 6861 "wasm-bindgen-shared", 6862] 6863 6864[[package]] 6865name = "wasm-bindgen-shared" 6866version = "0.2.106" 6867source = "registry+https://github.com/rust-lang/crates.io-index" 6868checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4" 6869dependencies = [ 6870 "unicode-ident", 6871] 6872 6873[[package]] 6874name = "web-sys" 6875version = "0.3.83" 6876source = "registry+https://github.com/rust-lang/crates.io-index" 6877checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac" 6878dependencies = [ 6879 "js-sys", 6880 "wasm-bindgen", 6881] 6882 6883[[package]] 6884name = "web-time" 6885version = "1.1.0" 6886source = "registry+https://github.com/rust-lang/crates.io-index" 6887checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 6888dependencies = [ 6889 "js-sys", 6890 "wasm-bindgen", 6891] 6892 6893[[package]] 6894name = "webauthn-attestation-ca" 6895version = "0.5.4" 6896source = "registry+https://github.com/rust-lang/crates.io-index" 6897checksum = "fafcf13f7dc1fb292ed4aea22cdd3757c285d7559e9748950ee390249da4da6b" 6898dependencies = [ 6899 "base64urlsafedata", 6900 "openssl", 6901 "openssl-sys", 6902 "serde", 6903 "tracing", 6904 "uuid", 6905] 6906 6907[[package]] 6908name = "webauthn-rs" 6909version = "0.5.4" 6910source = "registry+https://github.com/rust-lang/crates.io-index" 6911checksum = "1b24d082d3360258fefb6ffe56123beef7d6868c765c779f97b7a2fcf06727f8" 6912dependencies = [ 6913 "base64urlsafedata", 6914 "serde", 6915 "tracing", 6916 "url", 6917 "uuid", 6918 "webauthn-rs-core", 6919] 6920 6921[[package]] 6922name = "webauthn-rs-core" 6923version = "0.5.4" 6924source = "registry+https://github.com/rust-lang/crates.io-index" 6925checksum = "15784340a24c170ce60567282fb956a0938742dbfbf9eff5df793a686a009b8b" 6926dependencies = [ 6927 "base64 0.21.7", 6928 "base64urlsafedata", 6929 "der-parser", 6930 "hex", 6931 "nom", 6932 "openssl", 6933 "openssl-sys", 6934 "rand 0.9.2", 6935 "rand_chacha 0.9.0", 6936 "serde", 6937 "serde_cbor_2", 6938 "serde_json", 6939 "thiserror 1.0.69", 6940 "tracing", 6941 "url", 6942 "uuid", 6943 "webauthn-attestation-ca", 6944 "webauthn-rs-proto", 6945 "x509-parser", 6946] 6947 6948[[package]] 6949name = "webauthn-rs-proto" 6950version = "0.5.4" 6951source = "registry+https://github.com/rust-lang/crates.io-index" 6952checksum = "16a1fb2580ce73baa42d3011a24de2ceab0d428de1879ece06e02e8c416e497c" 6953dependencies = [ 6954 "base64 0.21.7", 6955 "base64urlsafedata", 6956 "serde", 6957 "serde_json", 6958 "url", 6959] 6960 6961[[package]] 6962name = "webpage" 6963version = "2.0.1" 6964source = "registry+https://github.com/rust-lang/crates.io-index" 6965checksum = "70862efc041d46e6bbaa82bb9c34ae0596d090e86cbd14bd9e93b36ee6802eac" 6966dependencies = [ 6967 "html5ever", 6968 "markup5ever_rcdom", 6969 "serde_json", 6970 "url", 6971] 6972 6973[[package]] 6974name = "webpki-roots" 6975version = "0.26.11" 6976source = "registry+https://github.com/rust-lang/crates.io-index" 6977checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" 6978dependencies = [ 6979 "webpki-roots 1.0.4", 6980] 6981 6982[[package]] 6983name = "webpki-roots" 6984version = "1.0.4" 6985source = "registry+https://github.com/rust-lang/crates.io-index" 6986checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e" 6987dependencies = [ 6988 "rustls-pki-types", 6989] 6990 6991[[package]] 6992name = "weezl" 6993version = "0.1.12" 6994source = "registry+https://github.com/rust-lang/crates.io-index" 6995checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" 6996 6997[[package]] 6998name = "whoami" 6999version = "1.6.1" 7000source = "registry+https://github.com/rust-lang/crates.io-index" 7001checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d" 7002dependencies = [ 7003 "libredox", 7004 "wasite", 7005] 7006 7007[[package]] 7008name = "widestring" 7009version = "1.2.1" 7010source = "registry+https://github.com/rust-lang/crates.io-index" 7011checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" 7012 7013[[package]] 7014name = "winapi" 7015version = "0.3.9" 7016source = "registry+https://github.com/rust-lang/crates.io-index" 7017checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 7018dependencies = [ 7019 "winapi-i686-pc-windows-gnu", 7020 "winapi-x86_64-pc-windows-gnu", 7021] 7022 7023[[package]] 7024name = "winapi-i686-pc-windows-gnu" 7025version = "0.4.0" 7026source = "registry+https://github.com/rust-lang/crates.io-index" 7027checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 7028 7029[[package]] 7030name = "winapi-x86_64-pc-windows-gnu" 7031version = "0.4.0" 7032source = "registry+https://github.com/rust-lang/crates.io-index" 7033checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 7034 7035[[package]] 7036name = "windows-core" 7037version = "0.62.2" 7038source = "registry+https://github.com/rust-lang/crates.io-index" 7039checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 7040dependencies = [ 7041 "windows-implement", 7042 "windows-interface", 7043 "windows-link", 7044 "windows-result", 7045 "windows-strings", 7046] 7047 7048[[package]] 7049name = "windows-implement" 7050version = "0.60.2" 7051source = "registry+https://github.com/rust-lang/crates.io-index" 7052checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 7053dependencies = [ 7054 "proc-macro2", 7055 "quote", 7056 "syn 2.0.111", 7057] 7058 7059[[package]] 7060name = "windows-interface" 7061version = "0.59.3" 7062source = "registry+https://github.com/rust-lang/crates.io-index" 7063checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 7064dependencies = [ 7065 "proc-macro2", 7066 "quote", 7067 "syn 2.0.111", 7068] 7069 7070[[package]] 7071name = "windows-link" 7072version = "0.2.1" 7073source = "registry+https://github.com/rust-lang/crates.io-index" 7074checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 7075 7076[[package]] 7077name = "windows-registry" 7078version = "0.6.1" 7079source = "registry+https://github.com/rust-lang/crates.io-index" 7080checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" 7081dependencies = [ 7082 "windows-link", 7083 "windows-result", 7084 "windows-strings", 7085] 7086 7087[[package]] 7088name = "windows-result" 7089version = "0.4.1" 7090source = "registry+https://github.com/rust-lang/crates.io-index" 7091checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 7092dependencies = [ 7093 "windows-link", 7094] 7095 7096[[package]] 7097name = "windows-strings" 7098version = "0.5.1" 7099source = "registry+https://github.com/rust-lang/crates.io-index" 7100checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 7101dependencies = [ 7102 "windows-link", 7103] 7104 7105[[package]] 7106name = "windows-sys" 7107version = "0.48.0" 7108source = "registry+https://github.com/rust-lang/crates.io-index" 7109checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 7110dependencies = [ 7111 "windows-targets 0.48.5", 7112] 7113 7114[[package]] 7115name = "windows-sys" 7116version = "0.52.0" 7117source = "registry+https://github.com/rust-lang/crates.io-index" 7118checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 7119dependencies = [ 7120 "windows-targets 0.52.6", 7121] 7122 7123[[package]] 7124name = "windows-sys" 7125version = "0.60.2" 7126source = "registry+https://github.com/rust-lang/crates.io-index" 7127checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 7128dependencies = [ 7129 "windows-targets 0.53.5", 7130] 7131 7132[[package]] 7133name = "windows-sys" 7134version = "0.61.2" 7135source = "registry+https://github.com/rust-lang/crates.io-index" 7136checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 7137dependencies = [ 7138 "windows-link", 7139] 7140 7141[[package]] 7142name = "windows-targets" 7143version = "0.48.5" 7144source = "registry+https://github.com/rust-lang/crates.io-index" 7145checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 7146dependencies = [ 7147 "windows_aarch64_gnullvm 0.48.5", 7148 "windows_aarch64_msvc 0.48.5", 7149 "windows_i686_gnu 0.48.5", 7150 "windows_i686_msvc 0.48.5", 7151 "windows_x86_64_gnu 0.48.5", 7152 "windows_x86_64_gnullvm 0.48.5", 7153 "windows_x86_64_msvc 0.48.5", 7154] 7155 7156[[package]] 7157name = "windows-targets" 7158version = "0.52.6" 7159source = "registry+https://github.com/rust-lang/crates.io-index" 7160checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 7161dependencies = [ 7162 "windows_aarch64_gnullvm 0.52.6", 7163 "windows_aarch64_msvc 0.52.6", 7164 "windows_i686_gnu 0.52.6", 7165 "windows_i686_gnullvm 0.52.6", 7166 "windows_i686_msvc 0.52.6", 7167 "windows_x86_64_gnu 0.52.6", 7168 "windows_x86_64_gnullvm 0.52.6", 7169 "windows_x86_64_msvc 0.52.6", 7170] 7171 7172[[package]] 7173name = "windows-targets" 7174version = "0.53.5" 7175source = "registry+https://github.com/rust-lang/crates.io-index" 7176checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 7177dependencies = [ 7178 "windows-link", 7179 "windows_aarch64_gnullvm 0.53.1", 7180 "windows_aarch64_msvc 0.53.1", 7181 "windows_i686_gnu 0.53.1", 7182 "windows_i686_gnullvm 0.53.1", 7183 "windows_i686_msvc 0.53.1", 7184 "windows_x86_64_gnu 0.53.1", 7185 "windows_x86_64_gnullvm 0.53.1", 7186 "windows_x86_64_msvc 0.53.1", 7187] 7188 7189[[package]] 7190name = "windows_aarch64_gnullvm" 7191version = "0.48.5" 7192source = "registry+https://github.com/rust-lang/crates.io-index" 7193checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 7194 7195[[package]] 7196name = "windows_aarch64_gnullvm" 7197version = "0.52.6" 7198source = "registry+https://github.com/rust-lang/crates.io-index" 7199checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 7200 7201[[package]] 7202name = "windows_aarch64_gnullvm" 7203version = "0.53.1" 7204source = "registry+https://github.com/rust-lang/crates.io-index" 7205checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 7206 7207[[package]] 7208name = "windows_aarch64_msvc" 7209version = "0.48.5" 7210source = "registry+https://github.com/rust-lang/crates.io-index" 7211checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 7212 7213[[package]] 7214name = "windows_aarch64_msvc" 7215version = "0.52.6" 7216source = "registry+https://github.com/rust-lang/crates.io-index" 7217checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 7218 7219[[package]] 7220name = "windows_aarch64_msvc" 7221version = "0.53.1" 7222source = "registry+https://github.com/rust-lang/crates.io-index" 7223checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 7224 7225[[package]] 7226name = "windows_i686_gnu" 7227version = "0.48.5" 7228source = "registry+https://github.com/rust-lang/crates.io-index" 7229checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 7230 7231[[package]] 7232name = "windows_i686_gnu" 7233version = "0.52.6" 7234source = "registry+https://github.com/rust-lang/crates.io-index" 7235checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 7236 7237[[package]] 7238name = "windows_i686_gnu" 7239version = "0.53.1" 7240source = "registry+https://github.com/rust-lang/crates.io-index" 7241checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 7242 7243[[package]] 7244name = "windows_i686_gnullvm" 7245version = "0.52.6" 7246source = "registry+https://github.com/rust-lang/crates.io-index" 7247checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 7248 7249[[package]] 7250name = "windows_i686_gnullvm" 7251version = "0.53.1" 7252source = "registry+https://github.com/rust-lang/crates.io-index" 7253checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 7254 7255[[package]] 7256name = "windows_i686_msvc" 7257version = "0.48.5" 7258source = "registry+https://github.com/rust-lang/crates.io-index" 7259checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 7260 7261[[package]] 7262name = "windows_i686_msvc" 7263version = "0.52.6" 7264source = "registry+https://github.com/rust-lang/crates.io-index" 7265checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 7266 7267[[package]] 7268name = "windows_i686_msvc" 7269version = "0.53.1" 7270source = "registry+https://github.com/rust-lang/crates.io-index" 7271checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 7272 7273[[package]] 7274name = "windows_x86_64_gnu" 7275version = "0.48.5" 7276source = "registry+https://github.com/rust-lang/crates.io-index" 7277checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 7278 7279[[package]] 7280name = "windows_x86_64_gnu" 7281version = "0.52.6" 7282source = "registry+https://github.com/rust-lang/crates.io-index" 7283checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 7284 7285[[package]] 7286name = "windows_x86_64_gnu" 7287version = "0.53.1" 7288source = "registry+https://github.com/rust-lang/crates.io-index" 7289checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 7290 7291[[package]] 7292name = "windows_x86_64_gnullvm" 7293version = "0.48.5" 7294source = "registry+https://github.com/rust-lang/crates.io-index" 7295checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 7296 7297[[package]] 7298name = "windows_x86_64_gnullvm" 7299version = "0.52.6" 7300source = "registry+https://github.com/rust-lang/crates.io-index" 7301checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 7302 7303[[package]] 7304name = "windows_x86_64_gnullvm" 7305version = "0.53.1" 7306source = "registry+https://github.com/rust-lang/crates.io-index" 7307checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 7308 7309[[package]] 7310name = "windows_x86_64_msvc" 7311version = "0.48.5" 7312source = "registry+https://github.com/rust-lang/crates.io-index" 7313checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 7314 7315[[package]] 7316name = "windows_x86_64_msvc" 7317version = "0.52.6" 7318source = "registry+https://github.com/rust-lang/crates.io-index" 7319checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 7320 7321[[package]] 7322name = "windows_x86_64_msvc" 7323version = "0.53.1" 7324source = "registry+https://github.com/rust-lang/crates.io-index" 7325checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 7326 7327[[package]] 7328name = "winreg" 7329version = "0.50.0" 7330source = "registry+https://github.com/rust-lang/crates.io-index" 7331checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 7332dependencies = [ 7333 "cfg-if", 7334 "windows-sys 0.48.0", 7335] 7336 7337[[package]] 7338name = "wiremock" 7339version = "0.6.5" 7340source = "registry+https://github.com/rust-lang/crates.io-index" 7341checksum = "08db1edfb05d9b3c1542e521aea074442088292f00b5f28e435c714a98f85031" 7342dependencies = [ 7343 "assert-json-diff", 7344 "base64 0.22.1", 7345 "deadpool", 7346 "futures", 7347 "http 1.4.0", 7348 "http-body-util", 7349 "hyper 1.8.1", 7350 "hyper-util", 7351 "log", 7352 "once_cell", 7353 "regex", 7354 "serde", 7355 "serde_json", 7356 "tokio", 7357 "url", 7358] 7359 7360[[package]] 7361name = "wit-bindgen" 7362version = "0.46.0" 7363source = "registry+https://github.com/rust-lang/crates.io-index" 7364checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 7365 7366[[package]] 7367name = "writeable" 7368version = "0.6.2" 7369source = "registry+https://github.com/rust-lang/crates.io-index" 7370checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" 7371 7372[[package]] 7373name = "x509-parser" 7374version = "0.16.0" 7375source = "registry+https://github.com/rust-lang/crates.io-index" 7376checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69" 7377dependencies = [ 7378 "asn1-rs", 7379 "data-encoding", 7380 "der-parser", 7381 "lazy_static", 7382 "nom", 7383 "oid-registry", 7384 "rusticata-macros", 7385 "thiserror 1.0.69", 7386 "time", 7387] 7388 7389[[package]] 7390name = "xattr" 7391version = "1.6.1" 7392source = "registry+https://github.com/rust-lang/crates.io-index" 7393checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" 7394dependencies = [ 7395 "libc", 7396 "rustix", 7397] 7398 7399[[package]] 7400name = "xml5ever" 7401version = "0.18.1" 7402source = "registry+https://github.com/rust-lang/crates.io-index" 7403checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69" 7404dependencies = [ 7405 "log", 7406 "mac", 7407 "markup5ever", 7408] 7409 7410[[package]] 7411name = "xmlparser" 7412version = "0.13.6" 7413source = "registry+https://github.com/rust-lang/crates.io-index" 7414checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4" 7415 7416[[package]] 7417name = "xxhash-rust" 7418version = "0.8.15" 7419source = "registry+https://github.com/rust-lang/crates.io-index" 7420checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3" 7421 7422[[package]] 7423name = "yansi" 7424version = "1.0.1" 7425source = "registry+https://github.com/rust-lang/crates.io-index" 7426checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 7427 7428[[package]] 7429name = "yoke" 7430version = "0.8.1" 7431source = "registry+https://github.com/rust-lang/crates.io-index" 7432checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" 7433dependencies = [ 7434 "stable_deref_trait", 7435 "yoke-derive", 7436 "zerofrom", 7437] 7438 7439[[package]] 7440name = "yoke-derive" 7441version = "0.8.1" 7442source = "registry+https://github.com/rust-lang/crates.io-index" 7443checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" 7444dependencies = [ 7445 "proc-macro2", 7446 "quote", 7447 "syn 2.0.111", 7448 "synstructure", 7449] 7450 7451[[package]] 7452name = "zerocopy" 7453version = "0.8.31" 7454source = "registry+https://github.com/rust-lang/crates.io-index" 7455checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3" 7456dependencies = [ 7457 "zerocopy-derive", 7458] 7459 7460[[package]] 7461name = "zerocopy-derive" 7462version = "0.8.31" 7463source = "registry+https://github.com/rust-lang/crates.io-index" 7464checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a" 7465dependencies = [ 7466 "proc-macro2", 7467 "quote", 7468 "syn 2.0.111", 7469] 7470 7471[[package]] 7472name = "zerofrom" 7473version = "0.1.6" 7474source = "registry+https://github.com/rust-lang/crates.io-index" 7475checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 7476dependencies = [ 7477 "zerofrom-derive", 7478] 7479 7480[[package]] 7481name = "zerofrom-derive" 7482version = "0.1.6" 7483source = "registry+https://github.com/rust-lang/crates.io-index" 7484checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 7485dependencies = [ 7486 "proc-macro2", 7487 "quote", 7488 "syn 2.0.111", 7489 "synstructure", 7490] 7491 7492[[package]] 7493name = "zeroize" 7494version = "1.8.2" 7495source = "registry+https://github.com/rust-lang/crates.io-index" 7496checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 7497dependencies = [ 7498 "serde", 7499] 7500 7501[[package]] 7502name = "zerotrie" 7503version = "0.2.3" 7504source = "registry+https://github.com/rust-lang/crates.io-index" 7505checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" 7506dependencies = [ 7507 "displaydoc", 7508 "yoke", 7509 "zerofrom", 7510] 7511 7512[[package]] 7513name = "zerovec" 7514version = "0.11.5" 7515source = "registry+https://github.com/rust-lang/crates.io-index" 7516checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" 7517dependencies = [ 7518 "yoke", 7519 "zerofrom", 7520 "zerovec-derive", 7521] 7522 7523[[package]] 7524name = "zerovec-derive" 7525version = "0.11.2" 7526source = "registry+https://github.com/rust-lang/crates.io-index" 7527checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" 7528dependencies = [ 7529 "proc-macro2", 7530 "quote", 7531 "syn 2.0.111", 7532] 7533 7534[[package]] 7535name = "zip" 7536version = "7.0.0" 7537source = "registry+https://github.com/rust-lang/crates.io-index" 7538checksum = "bdd8a47718a4ee5fe78e07667cd36f3de80e7c2bfe727c7074245ffc7303c037" 7539dependencies = [ 7540 "arbitrary", 7541 "crc32fast", 7542 "flate2", 7543 "indexmap 2.12.1", 7544 "memchr", 7545 "zopfli", 7546] 7547 7548[[package]] 7549name = "zlib-rs" 7550version = "0.5.5" 7551source = "registry+https://github.com/rust-lang/crates.io-index" 7552checksum = "40990edd51aae2c2b6907af74ffb635029d5788228222c4bb811e9351c0caad3" 7553 7554[[package]] 7555name = "zopfli" 7556version = "0.8.3" 7557source = "registry+https://github.com/rust-lang/crates.io-index" 7558checksum = "f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249" 7559dependencies = [ 7560 "bumpalo", 7561 "crc32fast", 7562 "log", 7563 "simd-adler32", 7564] 7565 7566[[package]] 7567name = "zune-core" 7568version = "0.5.0" 7569source = "registry+https://github.com/rust-lang/crates.io-index" 7570checksum = "111f7d9820f05fd715df3144e254d6fc02ee4088b0644c0ffd0efc9e6d9d2773" 7571 7572[[package]] 7573name = "zune-jpeg" 7574version = "0.5.8" 7575source = "registry+https://github.com/rust-lang/crates.io-index" 7576checksum = "e35aee689668bf9bd6f6f3a6c60bb29ba1244b3b43adfd50edd554a371da37d5" 7577dependencies = [ 7578 "zune-core", 7579]