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