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