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