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