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