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