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