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