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