at main 66 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "addr2line" 7version = "0.25.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler2" 16version = "2.0.1" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 19 20[[package]] 21name = "aho-corasick" 22version = "1.1.3" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 25dependencies = [ 26 "memchr", 27] 28 29[[package]] 30name = "anstream" 31version = "0.6.21" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 34dependencies = [ 35 "anstyle", 36 "anstyle-parse", 37 "anstyle-query", 38 "anstyle-wincon", 39 "colorchoice", 40 "is_terminal_polyfill", 41 "utf8parse", 42] 43 44[[package]] 45name = "anstyle" 46version = "1.0.13" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 49 50[[package]] 51name = "anstyle-parse" 52version = "0.2.7" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 55dependencies = [ 56 "utf8parse", 57] 58 59[[package]] 60name = "anstyle-query" 61version = "1.1.4" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2" 64dependencies = [ 65 "windows-sys 0.60.2", 66] 67 68[[package]] 69name = "anstyle-wincon" 70version = "3.0.10" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a" 73dependencies = [ 74 "anstyle", 75 "once_cell_polyfill", 76 "windows-sys 0.60.2", 77] 78 79[[package]] 80name = "anyhow" 81version = "1.0.100" 82source = "registry+https://github.com/rust-lang/crates.io-index" 83checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 84 85[[package]] 86name = "async-compression" 87version = "0.4.32" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0" 90dependencies = [ 91 "compression-codecs", 92 "compression-core", 93 "futures-core", 94 "futures-io", 95 "pin-project-lite", 96 "tokio", 97] 98 99[[package]] 100name = "async-trait" 101version = "0.1.89" 102source = "registry+https://github.com/rust-lang/crates.io-index" 103checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 104dependencies = [ 105 "proc-macro2", 106 "quote", 107 "syn", 108] 109 110[[package]] 111name = "atomic-waker" 112version = "1.1.2" 113source = "registry+https://github.com/rust-lang/crates.io-index" 114checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 115 116[[package]] 117name = "attohttpc" 118version = "0.30.1" 119source = "registry+https://github.com/rust-lang/crates.io-index" 120checksum = "16e2cdb6d5ed835199484bb92bb8b3edd526effe995c61732580439c1a67e2e9" 121dependencies = [ 122 "base64", 123 "http", 124 "log", 125 "native-tls", 126 "serde", 127 "serde_json", 128 "url", 129] 130 131[[package]] 132name = "aws-creds" 133version = "0.39.0" 134source = "registry+https://github.com/rust-lang/crates.io-index" 135checksum = "b13804829a843b3f26e151c97acbb315ee1177a2724690edfcd28f1894146200" 136dependencies = [ 137 "attohttpc", 138 "home", 139 "log", 140 "quick-xml", 141 "rust-ini", 142 "serde", 143 "thiserror", 144 "time", 145 "url", 146] 147 148[[package]] 149name = "aws-region" 150version = "0.28.0" 151source = "registry+https://github.com/rust-lang/crates.io-index" 152checksum = "5532f65342f789f9c1b7078ea9c9cd9293cd62dcc284fa99adc4a1c9ba43469c" 153dependencies = [ 154 "thiserror", 155] 156 157[[package]] 158name = "backtrace" 159version = "0.3.76" 160source = "registry+https://github.com/rust-lang/crates.io-index" 161checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6" 162dependencies = [ 163 "addr2line", 164 "cfg-if", 165 "libc", 166 "miniz_oxide", 167 "object", 168 "rustc-demangle", 169 "windows-link 0.2.1", 170] 171 172[[package]] 173name = "base64" 174version = "0.22.1" 175source = "registry+https://github.com/rust-lang/crates.io-index" 176checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 177 178[[package]] 179name = "bitflags" 180version = "2.9.4" 181source = "registry+https://github.com/rust-lang/crates.io-index" 182checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" 183 184[[package]] 185name = "block-buffer" 186version = "0.10.4" 187source = "registry+https://github.com/rust-lang/crates.io-index" 188checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 189dependencies = [ 190 "generic-array", 191] 192 193[[package]] 194name = "bumpalo" 195version = "3.19.0" 196source = "registry+https://github.com/rust-lang/crates.io-index" 197checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 198 199[[package]] 200name = "bytes" 201version = "1.10.1" 202source = "registry+https://github.com/rust-lang/crates.io-index" 203checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 204 205[[package]] 206name = "castaway" 207version = "0.2.4" 208source = "registry+https://github.com/rust-lang/crates.io-index" 209checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" 210dependencies = [ 211 "rustversion", 212] 213 214[[package]] 215name = "cc" 216version = "1.2.41" 217source = "registry+https://github.com/rust-lang/crates.io-index" 218checksum = "ac9fe6cdbb24b6ade63616c0a0688e45bb56732262c158df3c0c4bea4ca47cb7" 219dependencies = [ 220 "find-msvc-tools", 221 "jobserver", 222 "libc", 223 "shlex", 224] 225 226[[package]] 227name = "cfg-if" 228version = "1.0.3" 229source = "registry+https://github.com/rust-lang/crates.io-index" 230checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" 231 232[[package]] 233name = "clap" 234version = "4.5.48" 235source = "registry+https://github.com/rust-lang/crates.io-index" 236checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae" 237dependencies = [ 238 "clap_builder", 239 "clap_derive", 240] 241 242[[package]] 243name = "clap_builder" 244version = "4.5.48" 245source = "registry+https://github.com/rust-lang/crates.io-index" 246checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9" 247dependencies = [ 248 "anstream", 249 "anstyle", 250 "clap_lex", 251 "strsim", 252] 253 254[[package]] 255name = "clap_derive" 256version = "4.5.47" 257source = "registry+https://github.com/rust-lang/crates.io-index" 258checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c" 259dependencies = [ 260 "heck", 261 "proc-macro2", 262 "quote", 263 "syn", 264] 265 266[[package]] 267name = "clap_lex" 268version = "0.7.5" 269source = "registry+https://github.com/rust-lang/crates.io-index" 270checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" 271 272[[package]] 273name = "colorchoice" 274version = "1.0.4" 275source = "registry+https://github.com/rust-lang/crates.io-index" 276checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 277 278[[package]] 279name = "compact_str" 280version = "0.7.1" 281source = "registry+https://github.com/rust-lang/crates.io-index" 282checksum = "f86b9c4c00838774a6d902ef931eff7470720c51d90c2e32cfe15dc304737b3f" 283dependencies = [ 284 "castaway", 285 "cfg-if", 286 "itoa", 287 "ryu", 288 "static_assertions", 289] 290 291[[package]] 292name = "compression-codecs" 293version = "0.4.31" 294source = "registry+https://github.com/rust-lang/crates.io-index" 295checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23" 296dependencies = [ 297 "compression-core", 298 "zstd", 299 "zstd-safe", 300] 301 302[[package]] 303name = "compression-core" 304version = "0.4.29" 305source = "registry+https://github.com/rust-lang/crates.io-index" 306checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb" 307 308[[package]] 309name = "const-random" 310version = "0.1.18" 311source = "registry+https://github.com/rust-lang/crates.io-index" 312checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" 313dependencies = [ 314 "const-random-macro", 315] 316 317[[package]] 318name = "const-random-macro" 319version = "0.1.16" 320source = "registry+https://github.com/rust-lang/crates.io-index" 321checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" 322dependencies = [ 323 "getrandom 0.2.16", 324 "once_cell", 325 "tiny-keccak", 326] 327 328[[package]] 329name = "core-foundation" 330version = "0.9.4" 331source = "registry+https://github.com/rust-lang/crates.io-index" 332checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 333dependencies = [ 334 "core-foundation-sys", 335 "libc", 336] 337 338[[package]] 339name = "core-foundation-sys" 340version = "0.8.7" 341source = "registry+https://github.com/rust-lang/crates.io-index" 342checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 343 344[[package]] 345name = "cpufeatures" 346version = "0.2.17" 347source = "registry+https://github.com/rust-lang/crates.io-index" 348checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 349dependencies = [ 350 "libc", 351] 352 353[[package]] 354name = "crunchy" 355version = "0.2.4" 356source = "registry+https://github.com/rust-lang/crates.io-index" 357checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 358 359[[package]] 360name = "crypto-common" 361version = "0.1.6" 362source = "registry+https://github.com/rust-lang/crates.io-index" 363checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 364dependencies = [ 365 "generic-array", 366 "typenum", 367] 368 369[[package]] 370name = "deranged" 371version = "0.5.4" 372source = "registry+https://github.com/rust-lang/crates.io-index" 373checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071" 374dependencies = [ 375 "powerfmt", 376 "serde_core", 377] 378 379[[package]] 380name = "digest" 381version = "0.10.7" 382source = "registry+https://github.com/rust-lang/crates.io-index" 383checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 384dependencies = [ 385 "block-buffer", 386 "crypto-common", 387 "subtle", 388] 389 390[[package]] 391name = "displaydoc" 392version = "0.2.5" 393source = "registry+https://github.com/rust-lang/crates.io-index" 394checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 395dependencies = [ 396 "proc-macro2", 397 "quote", 398 "syn", 399] 400 401[[package]] 402name = "dlv-list" 403version = "0.5.2" 404source = "registry+https://github.com/rust-lang/crates.io-index" 405checksum = "442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f" 406dependencies = [ 407 "const-random", 408] 409 410[[package]] 411name = "dotenvy" 412version = "0.15.7" 413source = "registry+https://github.com/rust-lang/crates.io-index" 414checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 415 416[[package]] 417name = "encoding_rs" 418version = "0.8.35" 419source = "registry+https://github.com/rust-lang/crates.io-index" 420checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 421dependencies = [ 422 "cfg-if", 423] 424 425[[package]] 426name = "env_filter" 427version = "0.1.3" 428source = "registry+https://github.com/rust-lang/crates.io-index" 429checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0" 430dependencies = [ 431 "log", 432 "regex", 433] 434 435[[package]] 436name = "env_logger" 437version = "0.11.8" 438source = "registry+https://github.com/rust-lang/crates.io-index" 439checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" 440dependencies = [ 441 "anstream", 442 "anstyle", 443 "env_filter", 444 "jiff", 445 "log", 446] 447 448[[package]] 449name = "equivalent" 450version = "1.0.2" 451source = "registry+https://github.com/rust-lang/crates.io-index" 452checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 453 454[[package]] 455name = "errno" 456version = "0.3.14" 457source = "registry+https://github.com/rust-lang/crates.io-index" 458checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 459dependencies = [ 460 "libc", 461 "windows-sys 0.61.2", 462] 463 464[[package]] 465name = "fastrand" 466version = "2.3.0" 467source = "registry+https://github.com/rust-lang/crates.io-index" 468checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 469 470[[package]] 471name = "find-msvc-tools" 472version = "0.1.4" 473source = "registry+https://github.com/rust-lang/crates.io-index" 474checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127" 475 476[[package]] 477name = "fnv" 478version = "1.0.7" 479source = "registry+https://github.com/rust-lang/crates.io-index" 480checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 481 482[[package]] 483name = "foreign-types" 484version = "0.3.2" 485source = "registry+https://github.com/rust-lang/crates.io-index" 486checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 487dependencies = [ 488 "foreign-types-shared", 489] 490 491[[package]] 492name = "foreign-types-shared" 493version = "0.1.1" 494source = "registry+https://github.com/rust-lang/crates.io-index" 495checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 496 497[[package]] 498name = "form_urlencoded" 499version = "1.2.2" 500source = "registry+https://github.com/rust-lang/crates.io-index" 501checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 502dependencies = [ 503 "percent-encoding", 504] 505 506[[package]] 507name = "futures" 508version = "0.3.31" 509source = "registry+https://github.com/rust-lang/crates.io-index" 510checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 511dependencies = [ 512 "futures-channel", 513 "futures-core", 514 "futures-executor", 515 "futures-io", 516 "futures-sink", 517 "futures-task", 518 "futures-util", 519] 520 521[[package]] 522name = "futures-channel" 523version = "0.3.31" 524source = "registry+https://github.com/rust-lang/crates.io-index" 525checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 526dependencies = [ 527 "futures-core", 528 "futures-sink", 529] 530 531[[package]] 532name = "futures-core" 533version = "0.3.31" 534source = "registry+https://github.com/rust-lang/crates.io-index" 535checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 536 537[[package]] 538name = "futures-executor" 539version = "0.3.31" 540source = "registry+https://github.com/rust-lang/crates.io-index" 541checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 542dependencies = [ 543 "futures-core", 544 "futures-task", 545 "futures-util", 546] 547 548[[package]] 549name = "futures-io" 550version = "0.3.31" 551source = "registry+https://github.com/rust-lang/crates.io-index" 552checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 553 554[[package]] 555name = "futures-macro" 556version = "0.3.31" 557source = "registry+https://github.com/rust-lang/crates.io-index" 558checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 559dependencies = [ 560 "proc-macro2", 561 "quote", 562 "syn", 563] 564 565[[package]] 566name = "futures-sink" 567version = "0.3.31" 568source = "registry+https://github.com/rust-lang/crates.io-index" 569checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 570 571[[package]] 572name = "futures-task" 573version = "0.3.31" 574source = "registry+https://github.com/rust-lang/crates.io-index" 575checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 576 577[[package]] 578name = "futures-util" 579version = "0.3.31" 580source = "registry+https://github.com/rust-lang/crates.io-index" 581checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 582dependencies = [ 583 "futures-channel", 584 "futures-core", 585 "futures-io", 586 "futures-macro", 587 "futures-sink", 588 "futures-task", 589 "memchr", 590 "pin-project-lite", 591 "pin-utils", 592 "slab", 593] 594 595[[package]] 596name = "generic-array" 597version = "0.14.7" 598source = "registry+https://github.com/rust-lang/crates.io-index" 599checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 600dependencies = [ 601 "typenum", 602 "version_check", 603] 604 605[[package]] 606name = "getrandom" 607version = "0.2.16" 608source = "registry+https://github.com/rust-lang/crates.io-index" 609checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 610dependencies = [ 611 "cfg-if", 612 "libc", 613 "wasi 0.11.1+wasi-snapshot-preview1", 614] 615 616[[package]] 617name = "getrandom" 618version = "0.3.3" 619source = "registry+https://github.com/rust-lang/crates.io-index" 620checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 621dependencies = [ 622 "cfg-if", 623 "libc", 624 "r-efi", 625 "wasi 0.14.7+wasi-0.2.4", 626] 627 628[[package]] 629name = "gimli" 630version = "0.32.3" 631source = "registry+https://github.com/rust-lang/crates.io-index" 632checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" 633 634[[package]] 635name = "h2" 636version = "0.4.12" 637source = "registry+https://github.com/rust-lang/crates.io-index" 638checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" 639dependencies = [ 640 "atomic-waker", 641 "bytes", 642 "fnv", 643 "futures-core", 644 "futures-sink", 645 "http", 646 "indexmap", 647 "slab", 648 "tokio", 649 "tokio-util", 650 "tracing", 651] 652 653[[package]] 654name = "hashbrown" 655version = "0.14.5" 656source = "registry+https://github.com/rust-lang/crates.io-index" 657checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 658 659[[package]] 660name = "hashbrown" 661version = "0.16.0" 662source = "registry+https://github.com/rust-lang/crates.io-index" 663checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" 664 665[[package]] 666name = "heck" 667version = "0.5.0" 668source = "registry+https://github.com/rust-lang/crates.io-index" 669checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 670 671[[package]] 672name = "hex" 673version = "0.4.3" 674source = "registry+https://github.com/rust-lang/crates.io-index" 675checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 676 677[[package]] 678name = "hmac" 679version = "0.12.1" 680source = "registry+https://github.com/rust-lang/crates.io-index" 681checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 682dependencies = [ 683 "digest", 684] 685 686[[package]] 687name = "home" 688version = "0.5.11" 689source = "registry+https://github.com/rust-lang/crates.io-index" 690checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" 691dependencies = [ 692 "windows-sys 0.59.0", 693] 694 695[[package]] 696name = "http" 697version = "1.3.1" 698source = "registry+https://github.com/rust-lang/crates.io-index" 699checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 700dependencies = [ 701 "bytes", 702 "fnv", 703 "itoa", 704] 705 706[[package]] 707name = "http-body" 708version = "1.0.1" 709source = "registry+https://github.com/rust-lang/crates.io-index" 710checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 711dependencies = [ 712 "bytes", 713 "http", 714] 715 716[[package]] 717name = "http-body-util" 718version = "0.1.3" 719source = "registry+https://github.com/rust-lang/crates.io-index" 720checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 721dependencies = [ 722 "bytes", 723 "futures-core", 724 "http", 725 "http-body", 726 "pin-project-lite", 727] 728 729[[package]] 730name = "httparse" 731version = "1.10.1" 732source = "registry+https://github.com/rust-lang/crates.io-index" 733checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 734 735[[package]] 736name = "hyper" 737version = "1.7.0" 738source = "registry+https://github.com/rust-lang/crates.io-index" 739checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" 740dependencies = [ 741 "atomic-waker", 742 "bytes", 743 "futures-channel", 744 "futures-core", 745 "h2", 746 "http", 747 "http-body", 748 "httparse", 749 "itoa", 750 "pin-project-lite", 751 "pin-utils", 752 "smallvec", 753 "tokio", 754 "want", 755] 756 757[[package]] 758name = "hyper-rustls" 759version = "0.27.7" 760source = "registry+https://github.com/rust-lang/crates.io-index" 761checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 762dependencies = [ 763 "http", 764 "hyper", 765 "hyper-util", 766 "rustls", 767 "rustls-pki-types", 768 "tokio", 769 "tokio-rustls", 770 "tower-service", 771] 772 773[[package]] 774name = "hyper-tls" 775version = "0.6.0" 776source = "registry+https://github.com/rust-lang/crates.io-index" 777checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 778dependencies = [ 779 "bytes", 780 "http-body-util", 781 "hyper", 782 "hyper-util", 783 "native-tls", 784 "tokio", 785 "tokio-native-tls", 786 "tower-service", 787] 788 789[[package]] 790name = "hyper-util" 791version = "0.1.17" 792source = "registry+https://github.com/rust-lang/crates.io-index" 793checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" 794dependencies = [ 795 "base64", 796 "bytes", 797 "futures-channel", 798 "futures-core", 799 "futures-util", 800 "http", 801 "http-body", 802 "hyper", 803 "ipnet", 804 "libc", 805 "percent-encoding", 806 "pin-project-lite", 807 "socket2", 808 "system-configuration", 809 "tokio", 810 "tower-service", 811 "tracing", 812 "windows-registry", 813] 814 815[[package]] 816name = "icu_collections" 817version = "2.0.0" 818source = "registry+https://github.com/rust-lang/crates.io-index" 819checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" 820dependencies = [ 821 "displaydoc", 822 "potential_utf", 823 "yoke", 824 "zerofrom", 825 "zerovec", 826] 827 828[[package]] 829name = "icu_locale_core" 830version = "2.0.0" 831source = "registry+https://github.com/rust-lang/crates.io-index" 832checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" 833dependencies = [ 834 "displaydoc", 835 "litemap", 836 "tinystr", 837 "writeable", 838 "zerovec", 839] 840 841[[package]] 842name = "icu_normalizer" 843version = "2.0.0" 844source = "registry+https://github.com/rust-lang/crates.io-index" 845checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" 846dependencies = [ 847 "displaydoc", 848 "icu_collections", 849 "icu_normalizer_data", 850 "icu_properties", 851 "icu_provider", 852 "smallvec", 853 "zerovec", 854] 855 856[[package]] 857name = "icu_normalizer_data" 858version = "2.0.0" 859source = "registry+https://github.com/rust-lang/crates.io-index" 860checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" 861 862[[package]] 863name = "icu_properties" 864version = "2.0.1" 865source = "registry+https://github.com/rust-lang/crates.io-index" 866checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" 867dependencies = [ 868 "displaydoc", 869 "icu_collections", 870 "icu_locale_core", 871 "icu_properties_data", 872 "icu_provider", 873 "potential_utf", 874 "zerotrie", 875 "zerovec", 876] 877 878[[package]] 879name = "icu_properties_data" 880version = "2.0.1" 881source = "registry+https://github.com/rust-lang/crates.io-index" 882checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" 883 884[[package]] 885name = "icu_provider" 886version = "2.0.0" 887source = "registry+https://github.com/rust-lang/crates.io-index" 888checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" 889dependencies = [ 890 "displaydoc", 891 "icu_locale_core", 892 "stable_deref_trait", 893 "tinystr", 894 "writeable", 895 "yoke", 896 "zerofrom", 897 "zerotrie", 898 "zerovec", 899] 900 901[[package]] 902name = "idna" 903version = "1.1.0" 904source = "registry+https://github.com/rust-lang/crates.io-index" 905checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 906dependencies = [ 907 "idna_adapter", 908 "smallvec", 909 "utf8_iter", 910] 911 912[[package]] 913name = "idna_adapter" 914version = "1.2.1" 915source = "registry+https://github.com/rust-lang/crates.io-index" 916checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 917dependencies = [ 918 "icu_normalizer", 919 "icu_properties", 920] 921 922[[package]] 923name = "indexmap" 924version = "2.11.4" 925source = "registry+https://github.com/rust-lang/crates.io-index" 926checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" 927dependencies = [ 928 "equivalent", 929 "hashbrown 0.16.0", 930] 931 932[[package]] 933name = "io-uring" 934version = "0.7.10" 935source = "registry+https://github.com/rust-lang/crates.io-index" 936checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b" 937dependencies = [ 938 "bitflags", 939 "cfg-if", 940 "libc", 941] 942 943[[package]] 944name = "ipnet" 945version = "2.11.0" 946source = "registry+https://github.com/rust-lang/crates.io-index" 947checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 948 949[[package]] 950name = "iri-string" 951version = "0.7.8" 952source = "registry+https://github.com/rust-lang/crates.io-index" 953checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" 954dependencies = [ 955 "memchr", 956 "serde", 957] 958 959[[package]] 960name = "is_terminal_polyfill" 961version = "1.70.1" 962source = "registry+https://github.com/rust-lang/crates.io-index" 963checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 964 965[[package]] 966name = "itoa" 967version = "1.0.15" 968source = "registry+https://github.com/rust-lang/crates.io-index" 969checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 970 971[[package]] 972name = "jiff" 973version = "0.2.15" 974source = "registry+https://github.com/rust-lang/crates.io-index" 975checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49" 976dependencies = [ 977 "jiff-static", 978 "log", 979 "portable-atomic", 980 "portable-atomic-util", 981 "serde", 982] 983 984[[package]] 985name = "jiff-static" 986version = "0.2.15" 987source = "registry+https://github.com/rust-lang/crates.io-index" 988checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4" 989dependencies = [ 990 "proc-macro2", 991 "quote", 992 "syn", 993] 994 995[[package]] 996name = "jobserver" 997version = "0.1.34" 998source = "registry+https://github.com/rust-lang/crates.io-index" 999checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 1000dependencies = [ 1001 "getrandom 0.3.3", 1002 "libc", 1003] 1004 1005[[package]] 1006name = "js-sys" 1007version = "0.3.81" 1008source = "registry+https://github.com/rust-lang/crates.io-index" 1009checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305" 1010dependencies = [ 1011 "once_cell", 1012 "wasm-bindgen", 1013] 1014 1015[[package]] 1016name = "libc" 1017version = "0.2.177" 1018source = "registry+https://github.com/rust-lang/crates.io-index" 1019checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" 1020 1021[[package]] 1022name = "linux-raw-sys" 1023version = "0.11.0" 1024source = "registry+https://github.com/rust-lang/crates.io-index" 1025checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 1026 1027[[package]] 1028name = "litemap" 1029version = "0.8.0" 1030source = "registry+https://github.com/rust-lang/crates.io-index" 1031checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" 1032 1033[[package]] 1034name = "log" 1035version = "0.4.28" 1036source = "registry+https://github.com/rust-lang/crates.io-index" 1037checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 1038 1039[[package]] 1040name = "maybe-async" 1041version = "0.2.10" 1042source = "registry+https://github.com/rust-lang/crates.io-index" 1043checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11" 1044dependencies = [ 1045 "proc-macro2", 1046 "quote", 1047 "syn", 1048] 1049 1050[[package]] 1051name = "md5" 1052version = "0.8.0" 1053source = "registry+https://github.com/rust-lang/crates.io-index" 1054checksum = "ae960838283323069879657ca3de837e9f7bbb4c7bf6ea7f1b290d5e9476d2e0" 1055 1056[[package]] 1057name = "memchr" 1058version = "2.7.6" 1059source = "registry+https://github.com/rust-lang/crates.io-index" 1060checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 1061 1062[[package]] 1063name = "mime" 1064version = "0.3.17" 1065source = "registry+https://github.com/rust-lang/crates.io-index" 1066checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1067 1068[[package]] 1069name = "minidom" 1070version = "0.16.0" 1071source = "registry+https://github.com/rust-lang/crates.io-index" 1072checksum = "e394a0e3c7ccc2daea3dffabe82f09857b6b510cb25af87d54bf3e910ac1642d" 1073dependencies = [ 1074 "rxml", 1075] 1076 1077[[package]] 1078name = "miniz_oxide" 1079version = "0.8.9" 1080source = "registry+https://github.com/rust-lang/crates.io-index" 1081checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 1082dependencies = [ 1083 "adler2", 1084] 1085 1086[[package]] 1087name = "mio" 1088version = "1.0.4" 1089source = "registry+https://github.com/rust-lang/crates.io-index" 1090checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" 1091dependencies = [ 1092 "libc", 1093 "wasi 0.11.1+wasi-snapshot-preview1", 1094 "windows-sys 0.59.0", 1095] 1096 1097[[package]] 1098name = "native-tls" 1099version = "0.2.14" 1100source = "registry+https://github.com/rust-lang/crates.io-index" 1101checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" 1102dependencies = [ 1103 "libc", 1104 "log", 1105 "openssl", 1106 "openssl-probe", 1107 "openssl-sys", 1108 "schannel", 1109 "security-framework", 1110 "security-framework-sys", 1111 "tempfile", 1112] 1113 1114[[package]] 1115name = "ntapi" 1116version = "0.4.1" 1117source = "registry+https://github.com/rust-lang/crates.io-index" 1118checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" 1119dependencies = [ 1120 "winapi", 1121] 1122 1123[[package]] 1124name = "num-conv" 1125version = "0.1.0" 1126source = "registry+https://github.com/rust-lang/crates.io-index" 1127checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 1128 1129[[package]] 1130name = "objc2-core-foundation" 1131version = "0.3.2" 1132source = "registry+https://github.com/rust-lang/crates.io-index" 1133checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" 1134dependencies = [ 1135 "bitflags", 1136] 1137 1138[[package]] 1139name = "objc2-io-kit" 1140version = "0.3.2" 1141source = "registry+https://github.com/rust-lang/crates.io-index" 1142checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15" 1143dependencies = [ 1144 "libc", 1145 "objc2-core-foundation", 1146] 1147 1148[[package]] 1149name = "object" 1150version = "0.37.3" 1151source = "registry+https://github.com/rust-lang/crates.io-index" 1152checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" 1153dependencies = [ 1154 "memchr", 1155] 1156 1157[[package]] 1158name = "once_cell" 1159version = "1.21.3" 1160source = "registry+https://github.com/rust-lang/crates.io-index" 1161checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 1162 1163[[package]] 1164name = "once_cell_polyfill" 1165version = "1.70.1" 1166source = "registry+https://github.com/rust-lang/crates.io-index" 1167checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" 1168 1169[[package]] 1170name = "openssl" 1171version = "0.10.73" 1172source = "registry+https://github.com/rust-lang/crates.io-index" 1173checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" 1174dependencies = [ 1175 "bitflags", 1176 "cfg-if", 1177 "foreign-types", 1178 "libc", 1179 "once_cell", 1180 "openssl-macros", 1181 "openssl-sys", 1182] 1183 1184[[package]] 1185name = "openssl-macros" 1186version = "0.1.1" 1187source = "registry+https://github.com/rust-lang/crates.io-index" 1188checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1189dependencies = [ 1190 "proc-macro2", 1191 "quote", 1192 "syn", 1193] 1194 1195[[package]] 1196name = "openssl-probe" 1197version = "0.1.6" 1198source = "registry+https://github.com/rust-lang/crates.io-index" 1199checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 1200 1201[[package]] 1202name = "openssl-sys" 1203version = "0.9.109" 1204source = "registry+https://github.com/rust-lang/crates.io-index" 1205checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571" 1206dependencies = [ 1207 "cc", 1208 "libc", 1209 "pkg-config", 1210 "vcpkg", 1211] 1212 1213[[package]] 1214name = "ordered-multimap" 1215version = "0.7.3" 1216source = "registry+https://github.com/rust-lang/crates.io-index" 1217checksum = "49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79" 1218dependencies = [ 1219 "dlv-list", 1220 "hashbrown 0.14.5", 1221] 1222 1223[[package]] 1224name = "pds_whatsit_compress_test" 1225version = "0.1.0" 1226dependencies = [ 1227 "anyhow", 1228 "async-compression", 1229 "clap", 1230 "dotenvy", 1231 "env_logger", 1232 "futures", 1233 "log", 1234 "reqwest", 1235 "rust-s3", 1236 "serde", 1237 "serde_json", 1238 "tokio", 1239 "tokio-stream", 1240 "tokio-util", 1241] 1242 1243[[package]] 1244name = "percent-encoding" 1245version = "2.3.2" 1246source = "registry+https://github.com/rust-lang/crates.io-index" 1247checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 1248 1249[[package]] 1250name = "pin-project-lite" 1251version = "0.2.16" 1252source = "registry+https://github.com/rust-lang/crates.io-index" 1253checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1254 1255[[package]] 1256name = "pin-utils" 1257version = "0.1.0" 1258source = "registry+https://github.com/rust-lang/crates.io-index" 1259checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1260 1261[[package]] 1262name = "pkg-config" 1263version = "0.3.32" 1264source = "registry+https://github.com/rust-lang/crates.io-index" 1265checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 1266 1267[[package]] 1268name = "portable-atomic" 1269version = "1.11.1" 1270source = "registry+https://github.com/rust-lang/crates.io-index" 1271checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" 1272 1273[[package]] 1274name = "portable-atomic-util" 1275version = "0.2.4" 1276source = "registry+https://github.com/rust-lang/crates.io-index" 1277checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" 1278dependencies = [ 1279 "portable-atomic", 1280] 1281 1282[[package]] 1283name = "potential_utf" 1284version = "0.1.3" 1285source = "registry+https://github.com/rust-lang/crates.io-index" 1286checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a" 1287dependencies = [ 1288 "zerovec", 1289] 1290 1291[[package]] 1292name = "powerfmt" 1293version = "0.2.0" 1294source = "registry+https://github.com/rust-lang/crates.io-index" 1295checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1296 1297[[package]] 1298name = "proc-macro2" 1299version = "1.0.101" 1300source = "registry+https://github.com/rust-lang/crates.io-index" 1301checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 1302dependencies = [ 1303 "unicode-ident", 1304] 1305 1306[[package]] 1307name = "quick-xml" 1308version = "0.38.3" 1309source = "registry+https://github.com/rust-lang/crates.io-index" 1310checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89" 1311dependencies = [ 1312 "memchr", 1313 "serde", 1314] 1315 1316[[package]] 1317name = "quote" 1318version = "1.0.41" 1319source = "registry+https://github.com/rust-lang/crates.io-index" 1320checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" 1321dependencies = [ 1322 "proc-macro2", 1323] 1324 1325[[package]] 1326name = "r-efi" 1327version = "5.3.0" 1328source = "registry+https://github.com/rust-lang/crates.io-index" 1329checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1330 1331[[package]] 1332name = "regex" 1333version = "1.12.1" 1334source = "registry+https://github.com/rust-lang/crates.io-index" 1335checksum = "4a52d8d02cacdb176ef4678de6c052efb4b3da14b78e4db683a4252762be5433" 1336dependencies = [ 1337 "aho-corasick", 1338 "memchr", 1339 "regex-automata", 1340 "regex-syntax", 1341] 1342 1343[[package]] 1344name = "regex-automata" 1345version = "0.4.12" 1346source = "registry+https://github.com/rust-lang/crates.io-index" 1347checksum = "722166aa0d7438abbaa4d5cc2c649dac844e8c56d82fb3d33e9c34b5cd268fc6" 1348dependencies = [ 1349 "aho-corasick", 1350 "memchr", 1351 "regex-syntax", 1352] 1353 1354[[package]] 1355name = "regex-syntax" 1356version = "0.8.7" 1357source = "registry+https://github.com/rust-lang/crates.io-index" 1358checksum = "c3160422bbd54dd5ecfdca71e5fd59b7b8fe2b1697ab2baf64f6d05dcc66d298" 1359 1360[[package]] 1361name = "reqwest" 1362version = "0.12.23" 1363source = "registry+https://github.com/rust-lang/crates.io-index" 1364checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb" 1365dependencies = [ 1366 "base64", 1367 "bytes", 1368 "encoding_rs", 1369 "futures-core", 1370 "futures-util", 1371 "h2", 1372 "http", 1373 "http-body", 1374 "http-body-util", 1375 "hyper", 1376 "hyper-rustls", 1377 "hyper-tls", 1378 "hyper-util", 1379 "js-sys", 1380 "log", 1381 "mime", 1382 "native-tls", 1383 "percent-encoding", 1384 "pin-project-lite", 1385 "rustls-pki-types", 1386 "serde", 1387 "serde_json", 1388 "serde_urlencoded", 1389 "sync_wrapper", 1390 "tokio", 1391 "tokio-native-tls", 1392 "tokio-util", 1393 "tower", 1394 "tower-http", 1395 "tower-service", 1396 "url", 1397 "wasm-bindgen", 1398 "wasm-bindgen-futures", 1399 "wasm-streams", 1400 "web-sys", 1401] 1402 1403[[package]] 1404name = "ring" 1405version = "0.17.14" 1406source = "registry+https://github.com/rust-lang/crates.io-index" 1407checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 1408dependencies = [ 1409 "cc", 1410 "cfg-if", 1411 "getrandom 0.2.16", 1412 "libc", 1413 "untrusted", 1414 "windows-sys 0.52.0", 1415] 1416 1417[[package]] 1418name = "rust-ini" 1419version = "0.21.3" 1420source = "registry+https://github.com/rust-lang/crates.io-index" 1421checksum = "796e8d2b6696392a43bea58116b667fb4c29727dc5abd27d6acf338bb4f688c7" 1422dependencies = [ 1423 "cfg-if", 1424 "ordered-multimap", 1425] 1426 1427[[package]] 1428name = "rust-s3" 1429version = "0.37.0" 1430source = "registry+https://github.com/rust-lang/crates.io-index" 1431checksum = "94f9b973bd4097f5bb47e5827dcb9fb5dc17e93879e46badc27d2a4e9a4e5588" 1432dependencies = [ 1433 "async-trait", 1434 "aws-creds", 1435 "aws-region", 1436 "base64", 1437 "bytes", 1438 "cfg-if", 1439 "futures-util", 1440 "hex", 1441 "hmac", 1442 "http", 1443 "log", 1444 "maybe-async", 1445 "md5", 1446 "minidom", 1447 "percent-encoding", 1448 "quick-xml", 1449 "reqwest", 1450 "serde", 1451 "serde_derive", 1452 "serde_json", 1453 "sha2", 1454 "sysinfo", 1455 "thiserror", 1456 "time", 1457 "tokio", 1458 "tokio-stream", 1459 "url", 1460] 1461 1462[[package]] 1463name = "rustc-demangle" 1464version = "0.1.26" 1465source = "registry+https://github.com/rust-lang/crates.io-index" 1466checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" 1467 1468[[package]] 1469name = "rustix" 1470version = "1.1.2" 1471source = "registry+https://github.com/rust-lang/crates.io-index" 1472checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" 1473dependencies = [ 1474 "bitflags", 1475 "errno", 1476 "libc", 1477 "linux-raw-sys", 1478 "windows-sys 0.61.2", 1479] 1480 1481[[package]] 1482name = "rustls" 1483version = "0.23.32" 1484source = "registry+https://github.com/rust-lang/crates.io-index" 1485checksum = "cd3c25631629d034ce7cd9940adc9d45762d46de2b0f57193c4443b92c6d4d40" 1486dependencies = [ 1487 "once_cell", 1488 "rustls-pki-types", 1489 "rustls-webpki", 1490 "subtle", 1491 "zeroize", 1492] 1493 1494[[package]] 1495name = "rustls-pki-types" 1496version = "1.12.0" 1497source = "registry+https://github.com/rust-lang/crates.io-index" 1498checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" 1499dependencies = [ 1500 "zeroize", 1501] 1502 1503[[package]] 1504name = "rustls-webpki" 1505version = "0.103.7" 1506source = "registry+https://github.com/rust-lang/crates.io-index" 1507checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf" 1508dependencies = [ 1509 "ring", 1510 "rustls-pki-types", 1511 "untrusted", 1512] 1513 1514[[package]] 1515name = "rustversion" 1516version = "1.0.22" 1517source = "registry+https://github.com/rust-lang/crates.io-index" 1518checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 1519 1520[[package]] 1521name = "rxml" 1522version = "0.11.1" 1523source = "registry+https://github.com/rust-lang/crates.io-index" 1524checksum = "65bc94b580d0f5a6b7a2d604e597513d3c673154b52ddeccd1d5c32360d945ee" 1525dependencies = [ 1526 "bytes", 1527 "rxml_validation", 1528] 1529 1530[[package]] 1531name = "rxml_validation" 1532version = "0.11.0" 1533source = "registry+https://github.com/rust-lang/crates.io-index" 1534checksum = "826e80413b9a35e9d33217b3dcac04cf95f6559d15944b93887a08be5496c4a4" 1535dependencies = [ 1536 "compact_str", 1537] 1538 1539[[package]] 1540name = "ryu" 1541version = "1.0.20" 1542source = "registry+https://github.com/rust-lang/crates.io-index" 1543checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 1544 1545[[package]] 1546name = "schannel" 1547version = "0.1.28" 1548source = "registry+https://github.com/rust-lang/crates.io-index" 1549checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" 1550dependencies = [ 1551 "windows-sys 0.61.2", 1552] 1553 1554[[package]] 1555name = "security-framework" 1556version = "2.11.1" 1557source = "registry+https://github.com/rust-lang/crates.io-index" 1558checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 1559dependencies = [ 1560 "bitflags", 1561 "core-foundation", 1562 "core-foundation-sys", 1563 "libc", 1564 "security-framework-sys", 1565] 1566 1567[[package]] 1568name = "security-framework-sys" 1569version = "2.15.0" 1570source = "registry+https://github.com/rust-lang/crates.io-index" 1571checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" 1572dependencies = [ 1573 "core-foundation-sys", 1574 "libc", 1575] 1576 1577[[package]] 1578name = "serde" 1579version = "1.0.228" 1580source = "registry+https://github.com/rust-lang/crates.io-index" 1581checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 1582dependencies = [ 1583 "serde_core", 1584 "serde_derive", 1585] 1586 1587[[package]] 1588name = "serde_core" 1589version = "1.0.228" 1590source = "registry+https://github.com/rust-lang/crates.io-index" 1591checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 1592dependencies = [ 1593 "serde_derive", 1594] 1595 1596[[package]] 1597name = "serde_derive" 1598version = "1.0.228" 1599source = "registry+https://github.com/rust-lang/crates.io-index" 1600checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 1601dependencies = [ 1602 "proc-macro2", 1603 "quote", 1604 "syn", 1605] 1606 1607[[package]] 1608name = "serde_json" 1609version = "1.0.145" 1610source = "registry+https://github.com/rust-lang/crates.io-index" 1611checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 1612dependencies = [ 1613 "itoa", 1614 "memchr", 1615 "ryu", 1616 "serde", 1617 "serde_core", 1618] 1619 1620[[package]] 1621name = "serde_urlencoded" 1622version = "0.7.1" 1623source = "registry+https://github.com/rust-lang/crates.io-index" 1624checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1625dependencies = [ 1626 "form_urlencoded", 1627 "itoa", 1628 "ryu", 1629 "serde", 1630] 1631 1632[[package]] 1633name = "sha2" 1634version = "0.10.9" 1635source = "registry+https://github.com/rust-lang/crates.io-index" 1636checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 1637dependencies = [ 1638 "cfg-if", 1639 "cpufeatures", 1640 "digest", 1641] 1642 1643[[package]] 1644name = "shlex" 1645version = "1.3.0" 1646source = "registry+https://github.com/rust-lang/crates.io-index" 1647checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1648 1649[[package]] 1650name = "slab" 1651version = "0.4.11" 1652source = "registry+https://github.com/rust-lang/crates.io-index" 1653checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 1654 1655[[package]] 1656name = "smallvec" 1657version = "1.15.1" 1658source = "registry+https://github.com/rust-lang/crates.io-index" 1659checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 1660 1661[[package]] 1662name = "socket2" 1663version = "0.6.0" 1664source = "registry+https://github.com/rust-lang/crates.io-index" 1665checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807" 1666dependencies = [ 1667 "libc", 1668 "windows-sys 0.59.0", 1669] 1670 1671[[package]] 1672name = "stable_deref_trait" 1673version = "1.2.1" 1674source = "registry+https://github.com/rust-lang/crates.io-index" 1675checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 1676 1677[[package]] 1678name = "static_assertions" 1679version = "1.1.0" 1680source = "registry+https://github.com/rust-lang/crates.io-index" 1681checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 1682 1683[[package]] 1684name = "strsim" 1685version = "0.11.1" 1686source = "registry+https://github.com/rust-lang/crates.io-index" 1687checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 1688 1689[[package]] 1690name = "subtle" 1691version = "2.6.1" 1692source = "registry+https://github.com/rust-lang/crates.io-index" 1693checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 1694 1695[[package]] 1696name = "syn" 1697version = "2.0.106" 1698source = "registry+https://github.com/rust-lang/crates.io-index" 1699checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" 1700dependencies = [ 1701 "proc-macro2", 1702 "quote", 1703 "unicode-ident", 1704] 1705 1706[[package]] 1707name = "sync_wrapper" 1708version = "1.0.2" 1709source = "registry+https://github.com/rust-lang/crates.io-index" 1710checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 1711dependencies = [ 1712 "futures-core", 1713] 1714 1715[[package]] 1716name = "synstructure" 1717version = "0.13.2" 1718source = "registry+https://github.com/rust-lang/crates.io-index" 1719checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 1720dependencies = [ 1721 "proc-macro2", 1722 "quote", 1723 "syn", 1724] 1725 1726[[package]] 1727name = "sysinfo" 1728version = "0.37.2" 1729source = "registry+https://github.com/rust-lang/crates.io-index" 1730checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f" 1731dependencies = [ 1732 "libc", 1733 "memchr", 1734 "ntapi", 1735 "objc2-core-foundation", 1736 "objc2-io-kit", 1737 "windows", 1738] 1739 1740[[package]] 1741name = "system-configuration" 1742version = "0.6.1" 1743source = "registry+https://github.com/rust-lang/crates.io-index" 1744checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 1745dependencies = [ 1746 "bitflags", 1747 "core-foundation", 1748 "system-configuration-sys", 1749] 1750 1751[[package]] 1752name = "system-configuration-sys" 1753version = "0.6.0" 1754source = "registry+https://github.com/rust-lang/crates.io-index" 1755checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 1756dependencies = [ 1757 "core-foundation-sys", 1758 "libc", 1759] 1760 1761[[package]] 1762name = "tempfile" 1763version = "3.23.0" 1764source = "registry+https://github.com/rust-lang/crates.io-index" 1765checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" 1766dependencies = [ 1767 "fastrand", 1768 "getrandom 0.3.3", 1769 "once_cell", 1770 "rustix", 1771 "windows-sys 0.61.2", 1772] 1773 1774[[package]] 1775name = "thiserror" 1776version = "2.0.17" 1777source = "registry+https://github.com/rust-lang/crates.io-index" 1778checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 1779dependencies = [ 1780 "thiserror-impl", 1781] 1782 1783[[package]] 1784name = "thiserror-impl" 1785version = "2.0.17" 1786source = "registry+https://github.com/rust-lang/crates.io-index" 1787checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 1788dependencies = [ 1789 "proc-macro2", 1790 "quote", 1791 "syn", 1792] 1793 1794[[package]] 1795name = "time" 1796version = "0.3.44" 1797source = "registry+https://github.com/rust-lang/crates.io-index" 1798checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" 1799dependencies = [ 1800 "deranged", 1801 "itoa", 1802 "num-conv", 1803 "powerfmt", 1804 "serde", 1805 "time-core", 1806 "time-macros", 1807] 1808 1809[[package]] 1810name = "time-core" 1811version = "0.1.6" 1812source = "registry+https://github.com/rust-lang/crates.io-index" 1813checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" 1814 1815[[package]] 1816name = "time-macros" 1817version = "0.2.24" 1818source = "registry+https://github.com/rust-lang/crates.io-index" 1819checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" 1820dependencies = [ 1821 "num-conv", 1822 "time-core", 1823] 1824 1825[[package]] 1826name = "tiny-keccak" 1827version = "2.0.2" 1828source = "registry+https://github.com/rust-lang/crates.io-index" 1829checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" 1830dependencies = [ 1831 "crunchy", 1832] 1833 1834[[package]] 1835name = "tinystr" 1836version = "0.8.1" 1837source = "registry+https://github.com/rust-lang/crates.io-index" 1838checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" 1839dependencies = [ 1840 "displaydoc", 1841 "zerovec", 1842] 1843 1844[[package]] 1845name = "tokio" 1846version = "1.47.1" 1847source = "registry+https://github.com/rust-lang/crates.io-index" 1848checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038" 1849dependencies = [ 1850 "backtrace", 1851 "bytes", 1852 "io-uring", 1853 "libc", 1854 "mio", 1855 "pin-project-lite", 1856 "slab", 1857 "socket2", 1858 "tokio-macros", 1859 "windows-sys 0.59.0", 1860] 1861 1862[[package]] 1863name = "tokio-macros" 1864version = "2.5.0" 1865source = "registry+https://github.com/rust-lang/crates.io-index" 1866checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 1867dependencies = [ 1868 "proc-macro2", 1869 "quote", 1870 "syn", 1871] 1872 1873[[package]] 1874name = "tokio-native-tls" 1875version = "0.3.1" 1876source = "registry+https://github.com/rust-lang/crates.io-index" 1877checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 1878dependencies = [ 1879 "native-tls", 1880 "tokio", 1881] 1882 1883[[package]] 1884name = "tokio-rustls" 1885version = "0.26.4" 1886source = "registry+https://github.com/rust-lang/crates.io-index" 1887checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 1888dependencies = [ 1889 "rustls", 1890 "tokio", 1891] 1892 1893[[package]] 1894name = "tokio-stream" 1895version = "0.1.17" 1896source = "registry+https://github.com/rust-lang/crates.io-index" 1897checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" 1898dependencies = [ 1899 "futures-core", 1900 "pin-project-lite", 1901 "tokio", 1902] 1903 1904[[package]] 1905name = "tokio-util" 1906version = "0.7.16" 1907source = "registry+https://github.com/rust-lang/crates.io-index" 1908checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" 1909dependencies = [ 1910 "bytes", 1911 "futures-core", 1912 "futures-io", 1913 "futures-sink", 1914 "pin-project-lite", 1915 "tokio", 1916] 1917 1918[[package]] 1919name = "tower" 1920version = "0.5.2" 1921source = "registry+https://github.com/rust-lang/crates.io-index" 1922checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 1923dependencies = [ 1924 "futures-core", 1925 "futures-util", 1926 "pin-project-lite", 1927 "sync_wrapper", 1928 "tokio", 1929 "tower-layer", 1930 "tower-service", 1931] 1932 1933[[package]] 1934name = "tower-http" 1935version = "0.6.6" 1936source = "registry+https://github.com/rust-lang/crates.io-index" 1937checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" 1938dependencies = [ 1939 "bitflags", 1940 "bytes", 1941 "futures-util", 1942 "http", 1943 "http-body", 1944 "iri-string", 1945 "pin-project-lite", 1946 "tower", 1947 "tower-layer", 1948 "tower-service", 1949] 1950 1951[[package]] 1952name = "tower-layer" 1953version = "0.3.3" 1954source = "registry+https://github.com/rust-lang/crates.io-index" 1955checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 1956 1957[[package]] 1958name = "tower-service" 1959version = "0.3.3" 1960source = "registry+https://github.com/rust-lang/crates.io-index" 1961checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 1962 1963[[package]] 1964name = "tracing" 1965version = "0.1.41" 1966source = "registry+https://github.com/rust-lang/crates.io-index" 1967checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 1968dependencies = [ 1969 "pin-project-lite", 1970 "tracing-core", 1971] 1972 1973[[package]] 1974name = "tracing-core" 1975version = "0.1.34" 1976source = "registry+https://github.com/rust-lang/crates.io-index" 1977checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 1978dependencies = [ 1979 "once_cell", 1980] 1981 1982[[package]] 1983name = "try-lock" 1984version = "0.2.5" 1985source = "registry+https://github.com/rust-lang/crates.io-index" 1986checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 1987 1988[[package]] 1989name = "typenum" 1990version = "1.19.0" 1991source = "registry+https://github.com/rust-lang/crates.io-index" 1992checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 1993 1994[[package]] 1995name = "unicode-ident" 1996version = "1.0.19" 1997source = "registry+https://github.com/rust-lang/crates.io-index" 1998checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" 1999 2000[[package]] 2001name = "untrusted" 2002version = "0.9.0" 2003source = "registry+https://github.com/rust-lang/crates.io-index" 2004checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 2005 2006[[package]] 2007name = "url" 2008version = "2.5.7" 2009source = "registry+https://github.com/rust-lang/crates.io-index" 2010checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" 2011dependencies = [ 2012 "form_urlencoded", 2013 "idna", 2014 "percent-encoding", 2015 "serde", 2016] 2017 2018[[package]] 2019name = "utf8_iter" 2020version = "1.0.4" 2021source = "registry+https://github.com/rust-lang/crates.io-index" 2022checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 2023 2024[[package]] 2025name = "utf8parse" 2026version = "0.2.2" 2027source = "registry+https://github.com/rust-lang/crates.io-index" 2028checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 2029 2030[[package]] 2031name = "vcpkg" 2032version = "0.2.15" 2033source = "registry+https://github.com/rust-lang/crates.io-index" 2034checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 2035 2036[[package]] 2037name = "version_check" 2038version = "0.9.5" 2039source = "registry+https://github.com/rust-lang/crates.io-index" 2040checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 2041 2042[[package]] 2043name = "want" 2044version = "0.3.1" 2045source = "registry+https://github.com/rust-lang/crates.io-index" 2046checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 2047dependencies = [ 2048 "try-lock", 2049] 2050 2051[[package]] 2052name = "wasi" 2053version = "0.11.1+wasi-snapshot-preview1" 2054source = "registry+https://github.com/rust-lang/crates.io-index" 2055checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 2056 2057[[package]] 2058name = "wasi" 2059version = "0.14.7+wasi-0.2.4" 2060source = "registry+https://github.com/rust-lang/crates.io-index" 2061checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c" 2062dependencies = [ 2063 "wasip2", 2064] 2065 2066[[package]] 2067name = "wasip2" 2068version = "1.0.1+wasi-0.2.4" 2069source = "registry+https://github.com/rust-lang/crates.io-index" 2070checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 2071dependencies = [ 2072 "wit-bindgen", 2073] 2074 2075[[package]] 2076name = "wasm-bindgen" 2077version = "0.2.104" 2078source = "registry+https://github.com/rust-lang/crates.io-index" 2079checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d" 2080dependencies = [ 2081 "cfg-if", 2082 "once_cell", 2083 "rustversion", 2084 "wasm-bindgen-macro", 2085 "wasm-bindgen-shared", 2086] 2087 2088[[package]] 2089name = "wasm-bindgen-backend" 2090version = "0.2.104" 2091source = "registry+https://github.com/rust-lang/crates.io-index" 2092checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19" 2093dependencies = [ 2094 "bumpalo", 2095 "log", 2096 "proc-macro2", 2097 "quote", 2098 "syn", 2099 "wasm-bindgen-shared", 2100] 2101 2102[[package]] 2103name = "wasm-bindgen-futures" 2104version = "0.4.54" 2105source = "registry+https://github.com/rust-lang/crates.io-index" 2106checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c" 2107dependencies = [ 2108 "cfg-if", 2109 "js-sys", 2110 "once_cell", 2111 "wasm-bindgen", 2112 "web-sys", 2113] 2114 2115[[package]] 2116name = "wasm-bindgen-macro" 2117version = "0.2.104" 2118source = "registry+https://github.com/rust-lang/crates.io-index" 2119checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119" 2120dependencies = [ 2121 "quote", 2122 "wasm-bindgen-macro-support", 2123] 2124 2125[[package]] 2126name = "wasm-bindgen-macro-support" 2127version = "0.2.104" 2128source = "registry+https://github.com/rust-lang/crates.io-index" 2129checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7" 2130dependencies = [ 2131 "proc-macro2", 2132 "quote", 2133 "syn", 2134 "wasm-bindgen-backend", 2135 "wasm-bindgen-shared", 2136] 2137 2138[[package]] 2139name = "wasm-bindgen-shared" 2140version = "0.2.104" 2141source = "registry+https://github.com/rust-lang/crates.io-index" 2142checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1" 2143dependencies = [ 2144 "unicode-ident", 2145] 2146 2147[[package]] 2148name = "wasm-streams" 2149version = "0.4.2" 2150source = "registry+https://github.com/rust-lang/crates.io-index" 2151checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" 2152dependencies = [ 2153 "futures-util", 2154 "js-sys", 2155 "wasm-bindgen", 2156 "wasm-bindgen-futures", 2157 "web-sys", 2158] 2159 2160[[package]] 2161name = "web-sys" 2162version = "0.3.81" 2163source = "registry+https://github.com/rust-lang/crates.io-index" 2164checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120" 2165dependencies = [ 2166 "js-sys", 2167 "wasm-bindgen", 2168] 2169 2170[[package]] 2171name = "winapi" 2172version = "0.3.9" 2173source = "registry+https://github.com/rust-lang/crates.io-index" 2174checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2175dependencies = [ 2176 "winapi-i686-pc-windows-gnu", 2177 "winapi-x86_64-pc-windows-gnu", 2178] 2179 2180[[package]] 2181name = "winapi-i686-pc-windows-gnu" 2182version = "0.4.0" 2183source = "registry+https://github.com/rust-lang/crates.io-index" 2184checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2185 2186[[package]] 2187name = "winapi-x86_64-pc-windows-gnu" 2188version = "0.4.0" 2189source = "registry+https://github.com/rust-lang/crates.io-index" 2190checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2191 2192[[package]] 2193name = "windows" 2194version = "0.61.3" 2195source = "registry+https://github.com/rust-lang/crates.io-index" 2196checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 2197dependencies = [ 2198 "windows-collections", 2199 "windows-core", 2200 "windows-future", 2201 "windows-link 0.1.3", 2202 "windows-numerics", 2203] 2204 2205[[package]] 2206name = "windows-collections" 2207version = "0.2.0" 2208source = "registry+https://github.com/rust-lang/crates.io-index" 2209checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 2210dependencies = [ 2211 "windows-core", 2212] 2213 2214[[package]] 2215name = "windows-core" 2216version = "0.61.2" 2217source = "registry+https://github.com/rust-lang/crates.io-index" 2218checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 2219dependencies = [ 2220 "windows-implement", 2221 "windows-interface", 2222 "windows-link 0.1.3", 2223 "windows-result", 2224 "windows-strings", 2225] 2226 2227[[package]] 2228name = "windows-future" 2229version = "0.2.1" 2230source = "registry+https://github.com/rust-lang/crates.io-index" 2231checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 2232dependencies = [ 2233 "windows-core", 2234 "windows-link 0.1.3", 2235 "windows-threading", 2236] 2237 2238[[package]] 2239name = "windows-implement" 2240version = "0.60.2" 2241source = "registry+https://github.com/rust-lang/crates.io-index" 2242checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 2243dependencies = [ 2244 "proc-macro2", 2245 "quote", 2246 "syn", 2247] 2248 2249[[package]] 2250name = "windows-interface" 2251version = "0.59.3" 2252source = "registry+https://github.com/rust-lang/crates.io-index" 2253checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 2254dependencies = [ 2255 "proc-macro2", 2256 "quote", 2257 "syn", 2258] 2259 2260[[package]] 2261name = "windows-link" 2262version = "0.1.3" 2263source = "registry+https://github.com/rust-lang/crates.io-index" 2264checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 2265 2266[[package]] 2267name = "windows-link" 2268version = "0.2.1" 2269source = "registry+https://github.com/rust-lang/crates.io-index" 2270checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 2271 2272[[package]] 2273name = "windows-numerics" 2274version = "0.2.0" 2275source = "registry+https://github.com/rust-lang/crates.io-index" 2276checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 2277dependencies = [ 2278 "windows-core", 2279 "windows-link 0.1.3", 2280] 2281 2282[[package]] 2283name = "windows-registry" 2284version = "0.5.3" 2285source = "registry+https://github.com/rust-lang/crates.io-index" 2286checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e" 2287dependencies = [ 2288 "windows-link 0.1.3", 2289 "windows-result", 2290 "windows-strings", 2291] 2292 2293[[package]] 2294name = "windows-result" 2295version = "0.3.4" 2296source = "registry+https://github.com/rust-lang/crates.io-index" 2297checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 2298dependencies = [ 2299 "windows-link 0.1.3", 2300] 2301 2302[[package]] 2303name = "windows-strings" 2304version = "0.4.2" 2305source = "registry+https://github.com/rust-lang/crates.io-index" 2306checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 2307dependencies = [ 2308 "windows-link 0.1.3", 2309] 2310 2311[[package]] 2312name = "windows-sys" 2313version = "0.52.0" 2314source = "registry+https://github.com/rust-lang/crates.io-index" 2315checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2316dependencies = [ 2317 "windows-targets 0.52.6", 2318] 2319 2320[[package]] 2321name = "windows-sys" 2322version = "0.59.0" 2323source = "registry+https://github.com/rust-lang/crates.io-index" 2324checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 2325dependencies = [ 2326 "windows-targets 0.52.6", 2327] 2328 2329[[package]] 2330name = "windows-sys" 2331version = "0.60.2" 2332source = "registry+https://github.com/rust-lang/crates.io-index" 2333checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 2334dependencies = [ 2335 "windows-targets 0.53.5", 2336] 2337 2338[[package]] 2339name = "windows-sys" 2340version = "0.61.2" 2341source = "registry+https://github.com/rust-lang/crates.io-index" 2342checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 2343dependencies = [ 2344 "windows-link 0.2.1", 2345] 2346 2347[[package]] 2348name = "windows-targets" 2349version = "0.52.6" 2350source = "registry+https://github.com/rust-lang/crates.io-index" 2351checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 2352dependencies = [ 2353 "windows_aarch64_gnullvm 0.52.6", 2354 "windows_aarch64_msvc 0.52.6", 2355 "windows_i686_gnu 0.52.6", 2356 "windows_i686_gnullvm 0.52.6", 2357 "windows_i686_msvc 0.52.6", 2358 "windows_x86_64_gnu 0.52.6", 2359 "windows_x86_64_gnullvm 0.52.6", 2360 "windows_x86_64_msvc 0.52.6", 2361] 2362 2363[[package]] 2364name = "windows-targets" 2365version = "0.53.5" 2366source = "registry+https://github.com/rust-lang/crates.io-index" 2367checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 2368dependencies = [ 2369 "windows-link 0.2.1", 2370 "windows_aarch64_gnullvm 0.53.1", 2371 "windows_aarch64_msvc 0.53.1", 2372 "windows_i686_gnu 0.53.1", 2373 "windows_i686_gnullvm 0.53.1", 2374 "windows_i686_msvc 0.53.1", 2375 "windows_x86_64_gnu 0.53.1", 2376 "windows_x86_64_gnullvm 0.53.1", 2377 "windows_x86_64_msvc 0.53.1", 2378] 2379 2380[[package]] 2381name = "windows-threading" 2382version = "0.1.0" 2383source = "registry+https://github.com/rust-lang/crates.io-index" 2384checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" 2385dependencies = [ 2386 "windows-link 0.1.3", 2387] 2388 2389[[package]] 2390name = "windows_aarch64_gnullvm" 2391version = "0.52.6" 2392source = "registry+https://github.com/rust-lang/crates.io-index" 2393checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 2394 2395[[package]] 2396name = "windows_aarch64_gnullvm" 2397version = "0.53.1" 2398source = "registry+https://github.com/rust-lang/crates.io-index" 2399checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 2400 2401[[package]] 2402name = "windows_aarch64_msvc" 2403version = "0.52.6" 2404source = "registry+https://github.com/rust-lang/crates.io-index" 2405checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 2406 2407[[package]] 2408name = "windows_aarch64_msvc" 2409version = "0.53.1" 2410source = "registry+https://github.com/rust-lang/crates.io-index" 2411checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 2412 2413[[package]] 2414name = "windows_i686_gnu" 2415version = "0.52.6" 2416source = "registry+https://github.com/rust-lang/crates.io-index" 2417checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 2418 2419[[package]] 2420name = "windows_i686_gnu" 2421version = "0.53.1" 2422source = "registry+https://github.com/rust-lang/crates.io-index" 2423checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 2424 2425[[package]] 2426name = "windows_i686_gnullvm" 2427version = "0.52.6" 2428source = "registry+https://github.com/rust-lang/crates.io-index" 2429checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 2430 2431[[package]] 2432name = "windows_i686_gnullvm" 2433version = "0.53.1" 2434source = "registry+https://github.com/rust-lang/crates.io-index" 2435checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 2436 2437[[package]] 2438name = "windows_i686_msvc" 2439version = "0.52.6" 2440source = "registry+https://github.com/rust-lang/crates.io-index" 2441checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2442 2443[[package]] 2444name = "windows_i686_msvc" 2445version = "0.53.1" 2446source = "registry+https://github.com/rust-lang/crates.io-index" 2447checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 2448 2449[[package]] 2450name = "windows_x86_64_gnu" 2451version = "0.52.6" 2452source = "registry+https://github.com/rust-lang/crates.io-index" 2453checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 2454 2455[[package]] 2456name = "windows_x86_64_gnu" 2457version = "0.53.1" 2458source = "registry+https://github.com/rust-lang/crates.io-index" 2459checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 2460 2461[[package]] 2462name = "windows_x86_64_gnullvm" 2463version = "0.52.6" 2464source = "registry+https://github.com/rust-lang/crates.io-index" 2465checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 2466 2467[[package]] 2468name = "windows_x86_64_gnullvm" 2469version = "0.53.1" 2470source = "registry+https://github.com/rust-lang/crates.io-index" 2471checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 2472 2473[[package]] 2474name = "windows_x86_64_msvc" 2475version = "0.52.6" 2476source = "registry+https://github.com/rust-lang/crates.io-index" 2477checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 2478 2479[[package]] 2480name = "windows_x86_64_msvc" 2481version = "0.53.1" 2482source = "registry+https://github.com/rust-lang/crates.io-index" 2483checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 2484 2485[[package]] 2486name = "wit-bindgen" 2487version = "0.46.0" 2488source = "registry+https://github.com/rust-lang/crates.io-index" 2489checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 2490 2491[[package]] 2492name = "writeable" 2493version = "0.6.1" 2494source = "registry+https://github.com/rust-lang/crates.io-index" 2495checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" 2496 2497[[package]] 2498name = "yoke" 2499version = "0.8.0" 2500source = "registry+https://github.com/rust-lang/crates.io-index" 2501checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" 2502dependencies = [ 2503 "serde", 2504 "stable_deref_trait", 2505 "yoke-derive", 2506 "zerofrom", 2507] 2508 2509[[package]] 2510name = "yoke-derive" 2511version = "0.8.0" 2512source = "registry+https://github.com/rust-lang/crates.io-index" 2513checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" 2514dependencies = [ 2515 "proc-macro2", 2516 "quote", 2517 "syn", 2518 "synstructure", 2519] 2520 2521[[package]] 2522name = "zerofrom" 2523version = "0.1.6" 2524source = "registry+https://github.com/rust-lang/crates.io-index" 2525checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 2526dependencies = [ 2527 "zerofrom-derive", 2528] 2529 2530[[package]] 2531name = "zerofrom-derive" 2532version = "0.1.6" 2533source = "registry+https://github.com/rust-lang/crates.io-index" 2534checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 2535dependencies = [ 2536 "proc-macro2", 2537 "quote", 2538 "syn", 2539 "synstructure", 2540] 2541 2542[[package]] 2543name = "zeroize" 2544version = "1.8.2" 2545source = "registry+https://github.com/rust-lang/crates.io-index" 2546checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 2547 2548[[package]] 2549name = "zerotrie" 2550version = "0.2.2" 2551source = "registry+https://github.com/rust-lang/crates.io-index" 2552checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" 2553dependencies = [ 2554 "displaydoc", 2555 "yoke", 2556 "zerofrom", 2557] 2558 2559[[package]] 2560name = "zerovec" 2561version = "0.11.4" 2562source = "registry+https://github.com/rust-lang/crates.io-index" 2563checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b" 2564dependencies = [ 2565 "yoke", 2566 "zerofrom", 2567 "zerovec-derive", 2568] 2569 2570[[package]] 2571name = "zerovec-derive" 2572version = "0.11.1" 2573source = "registry+https://github.com/rust-lang/crates.io-index" 2574checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" 2575dependencies = [ 2576 "proc-macro2", 2577 "quote", 2578 "syn", 2579] 2580 2581[[package]] 2582name = "zstd" 2583version = "0.13.3" 2584source = "registry+https://github.com/rust-lang/crates.io-index" 2585checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" 2586dependencies = [ 2587 "zstd-safe", 2588] 2589 2590[[package]] 2591name = "zstd-safe" 2592version = "7.2.4" 2593source = "registry+https://github.com/rust-lang/crates.io-index" 2594checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" 2595dependencies = [ 2596 "zstd-sys", 2597] 2598 2599[[package]] 2600name = "zstd-sys" 2601version = "2.0.16+zstd.1.5.7" 2602source = "registry+https://github.com/rust-lang/crates.io-index" 2603checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" 2604dependencies = [ 2605 "cc", 2606 "pkg-config", 2607]