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