1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "adler" 7version = "1.0.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 10 11[[package]] 12name = "aho-corasick" 13version = "1.0.2" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41" 16dependencies = [ 17 "memchr", 18] 19 20[[package]] 21name = "alloc-no-stdlib" 22version = "2.0.4" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 25 26[[package]] 27name = "alloc-stdlib" 28version = "0.2.2" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 31dependencies = [ 32 "alloc-no-stdlib", 33] 34 35[[package]] 36name = "android-tzdata" 37version = "0.1.1" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 40 41[[package]] 42name = "android_system_properties" 43version = "0.1.5" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 46dependencies = [ 47 "libc", 48] 49 50[[package]] 51name = "anyhow" 52version = "1.0.71" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" 55 56[[package]] 57name = "ascii" 58version = "1.1.0" 59source = "registry+https://github.com/rust-lang/crates.io-index" 60checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16" 61 62[[package]] 63name = "assert_cmd" 64version = "1.0.8" 65source = "registry+https://github.com/rust-lang/crates.io-index" 66checksum = "c98233c6673d8601ab23e77eb38f999c51100d46c5703b17288c57fddf3a1ffe" 67dependencies = [ 68 "bstr", 69 "doc-comment", 70 "predicates 2.1.5", 71 "predicates-core", 72 "predicates-tree", 73 "wait-timeout", 74] 75 76[[package]] 77name = "atty" 78version = "0.2.14" 79source = "registry+https://github.com/rust-lang/crates.io-index" 80checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 81dependencies = [ 82 "hermit-abi 0.1.19", 83 "libc", 84 "winapi", 85] 86 87[[package]] 88name = "autocfg" 89version = "1.1.0" 90source = "registry+https://github.com/rust-lang/crates.io-index" 91checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 92 93[[package]] 94name = "base64" 95version = "0.13.1" 96source = "registry+https://github.com/rust-lang/crates.io-index" 97checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 98 99[[package]] 100name = "base64" 101version = "0.21.5" 102source = "registry+https://github.com/rust-lang/crates.io-index" 103checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" 104 105[[package]] 106name = "bitflags" 107version = "1.3.2" 108source = "registry+https://github.com/rust-lang/crates.io-index" 109checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 110 111[[package]] 112name = "brotli-decompressor" 113version = "2.5.1" 114source = "registry+https://github.com/rust-lang/crates.io-index" 115checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f" 116dependencies = [ 117 "alloc-no-stdlib", 118 "alloc-stdlib", 119] 120 121[[package]] 122name = "bstr" 123version = "0.2.17" 124source = "registry+https://github.com/rust-lang/crates.io-index" 125checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" 126dependencies = [ 127 "lazy_static", 128 "memchr", 129 "regex-automata 0.1.10", 130] 131 132[[package]] 133name = "buf_redux" 134version = "0.8.4" 135source = "registry+https://github.com/rust-lang/crates.io-index" 136checksum = "b953a6887648bb07a535631f2bc00fbdb2a2216f135552cb3f534ed136b9c07f" 137dependencies = [ 138 "memchr", 139 "safemem", 140] 141 142[[package]] 143name = "bumpalo" 144version = "3.13.0" 145source = "registry+https://github.com/rust-lang/crates.io-index" 146checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" 147 148[[package]] 149name = "cc" 150version = "1.0.83" 151source = "registry+https://github.com/rust-lang/crates.io-index" 152checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 153dependencies = [ 154 "libc", 155] 156 157[[package]] 158name = "cfg-if" 159version = "1.0.0" 160source = "registry+https://github.com/rust-lang/crates.io-index" 161checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 162 163[[package]] 164name = "chrono" 165version = "0.4.26" 166source = "registry+https://github.com/rust-lang/crates.io-index" 167checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" 168dependencies = [ 169 "android-tzdata", 170 "iana-time-zone", 171 "num-traits", 172 "winapi", 173] 174 175[[package]] 176name = "chunked_transfer" 177version = "1.4.1" 178source = "registry+https://github.com/rust-lang/crates.io-index" 179checksum = "cca491388666e04d7248af3f60f0c40cfb0991c72205595d7c396e3510207d1a" 180 181[[package]] 182name = "core-foundation" 183version = "0.9.3" 184source = "registry+https://github.com/rust-lang/crates.io-index" 185checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 186dependencies = [ 187 "core-foundation-sys", 188 "libc", 189] 190 191[[package]] 192name = "core-foundation-sys" 193version = "0.8.4" 194source = "registry+https://github.com/rust-lang/crates.io-index" 195checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 196 197[[package]] 198name = "crc32fast" 199version = "1.3.2" 200source = "registry+https://github.com/rust-lang/crates.io-index" 201checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 202dependencies = [ 203 "cfg-if", 204] 205 206[[package]] 207name = "crossbeam-channel" 208version = "0.5.8" 209source = "registry+https://github.com/rust-lang/crates.io-index" 210checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 211dependencies = [ 212 "cfg-if", 213 "crossbeam-utils", 214] 215 216[[package]] 217name = "crossbeam-deque" 218version = "0.8.3" 219source = "registry+https://github.com/rust-lang/crates.io-index" 220checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 221dependencies = [ 222 "cfg-if", 223 "crossbeam-epoch", 224 "crossbeam-utils", 225] 226 227[[package]] 228name = "crossbeam-epoch" 229version = "0.9.15" 230source = "registry+https://github.com/rust-lang/crates.io-index" 231checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" 232dependencies = [ 233 "autocfg", 234 "cfg-if", 235 "crossbeam-utils", 236 "memoffset", 237 "scopeguard", 238] 239 240[[package]] 241name = "crossbeam-utils" 242version = "0.8.16" 243source = "registry+https://github.com/rust-lang/crates.io-index" 244checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" 245dependencies = [ 246 "cfg-if", 247] 248 249[[package]] 250name = "diff" 251version = "0.1.13" 252source = "registry+https://github.com/rust-lang/crates.io-index" 253checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 254 255[[package]] 256name = "difference" 257version = "2.0.0" 258source = "registry+https://github.com/rust-lang/crates.io-index" 259checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" 260 261[[package]] 262name = "difflib" 263version = "0.4.0" 264source = "registry+https://github.com/rust-lang/crates.io-index" 265checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" 266 267[[package]] 268name = "doc-comment" 269version = "0.3.3" 270source = "registry+https://github.com/rust-lang/crates.io-index" 271checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 272 273[[package]] 274name = "docopt" 275version = "1.1.1" 276source = "registry+https://github.com/rust-lang/crates.io-index" 277checksum = "7f3f119846c823f9eafcf953a8f6ffb6ed69bf6240883261a7f13b634579a51f" 278dependencies = [ 279 "lazy_static", 280 "regex", 281 "serde", 282 "strsim", 283] 284 285[[package]] 286name = "either" 287version = "1.8.1" 288source = "registry+https://github.com/rust-lang/crates.io-index" 289checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 290 291[[package]] 292name = "env_logger" 293version = "0.8.4" 294source = "registry+https://github.com/rust-lang/crates.io-index" 295checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" 296dependencies = [ 297 "atty", 298 "humantime", 299 "log", 300 "regex", 301 "termcolor", 302] 303 304[[package]] 305name = "equivalent" 306version = "1.0.1" 307source = "registry+https://github.com/rust-lang/crates.io-index" 308checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 309 310[[package]] 311name = "errno" 312version = "0.3.1" 313source = "registry+https://github.com/rust-lang/crates.io-index" 314checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 315dependencies = [ 316 "errno-dragonfly", 317 "libc", 318 "windows-sys", 319] 320 321[[package]] 322name = "errno-dragonfly" 323version = "0.1.2" 324source = "registry+https://github.com/rust-lang/crates.io-index" 325checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 326dependencies = [ 327 "cc", 328 "libc", 329] 330 331[[package]] 332name = "fallible-iterator" 333version = "0.2.0" 334source = "registry+https://github.com/rust-lang/crates.io-index" 335checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" 336 337[[package]] 338name = "fastrand" 339version = "1.9.0" 340source = "registry+https://github.com/rust-lang/crates.io-index" 341checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 342dependencies = [ 343 "instant", 344] 345 346[[package]] 347name = "filetime" 348version = "0.2.21" 349source = "registry+https://github.com/rust-lang/crates.io-index" 350checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153" 351dependencies = [ 352 "cfg-if", 353 "libc", 354 "redox_syscall 0.2.16", 355 "windows-sys", 356] 357 358[[package]] 359name = "flate2" 360version = "1.0.28" 361source = "registry+https://github.com/rust-lang/crates.io-index" 362checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" 363dependencies = [ 364 "crc32fast", 365 "miniz_oxide", 366] 367 368[[package]] 369name = "float-cmp" 370version = "0.8.0" 371source = "registry+https://github.com/rust-lang/crates.io-index" 372checksum = "e1267f4ac4f343772758f7b1bdcbe767c218bbab93bb432acbf5162bbf85a6c4" 373dependencies = [ 374 "num-traits", 375] 376 377[[package]] 378name = "foreign-types" 379version = "0.3.2" 380source = "registry+https://github.com/rust-lang/crates.io-index" 381checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 382dependencies = [ 383 "foreign-types-shared", 384] 385 386[[package]] 387name = "foreign-types-shared" 388version = "0.1.1" 389source = "registry+https://github.com/rust-lang/crates.io-index" 390checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 391 392[[package]] 393name = "form_urlencoded" 394version = "1.2.0" 395source = "registry+https://github.com/rust-lang/crates.io-index" 396checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" 397dependencies = [ 398 "percent-encoding", 399] 400 401[[package]] 402name = "getrandom" 403version = "0.2.10" 404source = "registry+https://github.com/rust-lang/crates.io-index" 405checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" 406dependencies = [ 407 "cfg-if", 408 "libc", 409 "wasi", 410] 411 412[[package]] 413name = "gimli" 414version = "0.26.2" 415source = "registry+https://github.com/rust-lang/crates.io-index" 416checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d" 417dependencies = [ 418 "fallible-iterator", 419 "indexmap 1.9.3", 420 "stable_deref_trait", 421] 422 423[[package]] 424name = "hashbrown" 425version = "0.12.3" 426source = "registry+https://github.com/rust-lang/crates.io-index" 427checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 428 429[[package]] 430name = "hashbrown" 431version = "0.14.0" 432source = "registry+https://github.com/rust-lang/crates.io-index" 433checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" 434 435[[package]] 436name = "heck" 437version = "0.3.3" 438source = "registry+https://github.com/rust-lang/crates.io-index" 439checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 440dependencies = [ 441 "unicode-segmentation", 442] 443 444[[package]] 445name = "hermit-abi" 446version = "0.1.19" 447source = "registry+https://github.com/rust-lang/crates.io-index" 448checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 449dependencies = [ 450 "libc", 451] 452 453[[package]] 454name = "hermit-abi" 455version = "0.3.2" 456source = "registry+https://github.com/rust-lang/crates.io-index" 457checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" 458 459[[package]] 460name = "httparse" 461version = "1.8.0" 462source = "registry+https://github.com/rust-lang/crates.io-index" 463checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 464 465[[package]] 466name = "httpdate" 467version = "1.0.2" 468source = "registry+https://github.com/rust-lang/crates.io-index" 469checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 470 471[[package]] 472name = "humantime" 473version = "2.1.0" 474source = "registry+https://github.com/rust-lang/crates.io-index" 475checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 476 477[[package]] 478name = "iana-time-zone" 479version = "0.1.57" 480source = "registry+https://github.com/rust-lang/crates.io-index" 481checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" 482dependencies = [ 483 "android_system_properties", 484 "core-foundation-sys", 485 "iana-time-zone-haiku", 486 "js-sys", 487 "wasm-bindgen", 488 "windows", 489] 490 491[[package]] 492name = "iana-time-zone-haiku" 493version = "0.1.2" 494source = "registry+https://github.com/rust-lang/crates.io-index" 495checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 496dependencies = [ 497 "cc", 498] 499 500[[package]] 501name = "id-arena" 502version = "2.2.1" 503source = "registry+https://github.com/rust-lang/crates.io-index" 504checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005" 505dependencies = [ 506 "rayon", 507] 508 509[[package]] 510name = "idna" 511version = "0.4.0" 512source = "registry+https://github.com/rust-lang/crates.io-index" 513checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" 514dependencies = [ 515 "unicode-bidi", 516 "unicode-normalization", 517] 518 519[[package]] 520name = "indexmap" 521version = "1.9.3" 522source = "registry+https://github.com/rust-lang/crates.io-index" 523checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 524dependencies = [ 525 "autocfg", 526 "hashbrown 0.12.3", 527] 528 529[[package]] 530name = "indexmap" 531version = "2.0.0" 532source = "registry+https://github.com/rust-lang/crates.io-index" 533checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" 534dependencies = [ 535 "equivalent", 536 "hashbrown 0.14.0", 537] 538 539[[package]] 540name = "instant" 541version = "0.1.12" 542source = "registry+https://github.com/rust-lang/crates.io-index" 543checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 544dependencies = [ 545 "cfg-if", 546] 547 548[[package]] 549name = "io-lifetimes" 550version = "1.0.11" 551source = "registry+https://github.com/rust-lang/crates.io-index" 552checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 553dependencies = [ 554 "hermit-abi 0.3.2", 555 "libc", 556 "windows-sys", 557] 558 559[[package]] 560name = "itertools" 561version = "0.10.5" 562source = "registry+https://github.com/rust-lang/crates.io-index" 563checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 564dependencies = [ 565 "either", 566] 567 568[[package]] 569name = "itoa" 570version = "1.0.8" 571source = "registry+https://github.com/rust-lang/crates.io-index" 572checksum = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a" 573 574[[package]] 575name = "js-sys" 576version = "0.3.64" 577source = "registry+https://github.com/rust-lang/crates.io-index" 578checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" 579dependencies = [ 580 "wasm-bindgen", 581] 582 583[[package]] 584name = "lazy_static" 585version = "1.4.0" 586source = "registry+https://github.com/rust-lang/crates.io-index" 587checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 588 589[[package]] 590name = "leb128" 591version = "0.2.5" 592source = "registry+https://github.com/rust-lang/crates.io-index" 593checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" 594 595[[package]] 596name = "libc" 597version = "0.2.150" 598source = "registry+https://github.com/rust-lang/crates.io-index" 599checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" 600 601[[package]] 602name = "linux-raw-sys" 603version = "0.3.8" 604source = "registry+https://github.com/rust-lang/crates.io-index" 605checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 606 607[[package]] 608name = "log" 609version = "0.4.19" 610source = "registry+https://github.com/rust-lang/crates.io-index" 611checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" 612 613[[package]] 614name = "memchr" 615version = "2.5.0" 616source = "registry+https://github.com/rust-lang/crates.io-index" 617checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 618 619[[package]] 620name = "memoffset" 621version = "0.9.0" 622source = "registry+https://github.com/rust-lang/crates.io-index" 623checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 624dependencies = [ 625 "autocfg", 626] 627 628[[package]] 629name = "mime" 630version = "0.3.17" 631source = "registry+https://github.com/rust-lang/crates.io-index" 632checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 633 634[[package]] 635name = "mime_guess" 636version = "2.0.4" 637source = "registry+https://github.com/rust-lang/crates.io-index" 638checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" 639dependencies = [ 640 "mime", 641 "unicase", 642] 643 644[[package]] 645name = "miniz_oxide" 646version = "0.7.1" 647source = "registry+https://github.com/rust-lang/crates.io-index" 648checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 649dependencies = [ 650 "adler", 651] 652 653[[package]] 654name = "multipart" 655version = "0.18.0" 656source = "registry+https://github.com/rust-lang/crates.io-index" 657checksum = "00dec633863867f29cb39df64a397cdf4a6354708ddd7759f70c7fb51c5f9182" 658dependencies = [ 659 "buf_redux", 660 "httparse", 661 "log", 662 "mime", 663 "mime_guess", 664 "quick-error", 665 "rand", 666 "safemem", 667 "tempfile", 668 "twoway", 669] 670 671[[package]] 672name = "native-tls" 673version = "0.2.11" 674source = "registry+https://github.com/rust-lang/crates.io-index" 675checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 676dependencies = [ 677 "lazy_static", 678 "libc", 679 "log", 680 "openssl", 681 "openssl-probe", 682 "openssl-sys", 683 "schannel", 684 "security-framework", 685 "security-framework-sys", 686 "tempfile", 687] 688 689[[package]] 690name = "normalize-line-endings" 691version = "0.3.0" 692source = "registry+https://github.com/rust-lang/crates.io-index" 693checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" 694 695[[package]] 696name = "num-traits" 697version = "0.2.15" 698source = "registry+https://github.com/rust-lang/crates.io-index" 699checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 700dependencies = [ 701 "autocfg", 702] 703 704[[package]] 705name = "num_cpus" 706version = "1.16.0" 707source = "registry+https://github.com/rust-lang/crates.io-index" 708checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 709dependencies = [ 710 "hermit-abi 0.3.2", 711 "libc", 712] 713 714[[package]] 715name = "num_threads" 716version = "0.1.6" 717source = "registry+https://github.com/rust-lang/crates.io-index" 718checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" 719dependencies = [ 720 "libc", 721] 722 723[[package]] 724name = "once_cell" 725version = "1.18.0" 726source = "registry+https://github.com/rust-lang/crates.io-index" 727checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 728 729[[package]] 730name = "openssl" 731version = "0.10.55" 732source = "registry+https://github.com/rust-lang/crates.io-index" 733checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d" 734dependencies = [ 735 "bitflags", 736 "cfg-if", 737 "foreign-types", 738 "libc", 739 "once_cell", 740 "openssl-macros", 741 "openssl-sys", 742] 743 744[[package]] 745name = "openssl-macros" 746version = "0.1.1" 747source = "registry+https://github.com/rust-lang/crates.io-index" 748checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 749dependencies = [ 750 "proc-macro2", 751 "quote", 752 "syn 2.0.25", 753] 754 755[[package]] 756name = "openssl-probe" 757version = "0.1.5" 758source = "registry+https://github.com/rust-lang/crates.io-index" 759checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 760 761[[package]] 762name = "openssl-src" 763version = "111.26.0+1.1.1u" 764source = "registry+https://github.com/rust-lang/crates.io-index" 765checksum = "efc62c9f12b22b8f5208c23a7200a442b2e5999f8bdf80233852122b5a4f6f37" 766dependencies = [ 767 "cc", 768] 769 770[[package]] 771name = "openssl-sys" 772version = "0.9.90" 773source = "registry+https://github.com/rust-lang/crates.io-index" 774checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6" 775dependencies = [ 776 "cc", 777 "libc", 778 "openssl-src", 779 "pkg-config", 780 "vcpkg", 781] 782 783[[package]] 784name = "percent-encoding" 785version = "2.3.0" 786source = "registry+https://github.com/rust-lang/crates.io-index" 787checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" 788 789[[package]] 790name = "pkg-config" 791version = "0.3.27" 792source = "registry+https://github.com/rust-lang/crates.io-index" 793checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 794 795[[package]] 796name = "ppv-lite86" 797version = "0.2.17" 798source = "registry+https://github.com/rust-lang/crates.io-index" 799checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 800 801[[package]] 802name = "predicates" 803version = "1.0.8" 804source = "registry+https://github.com/rust-lang/crates.io-index" 805checksum = "f49cfaf7fdaa3bfacc6fa3e7054e65148878354a5cfddcf661df4c851f8021df" 806dependencies = [ 807 "difference", 808 "float-cmp", 809 "normalize-line-endings", 810 "predicates-core", 811 "regex", 812] 813 814[[package]] 815name = "predicates" 816version = "2.1.5" 817source = "registry+https://github.com/rust-lang/crates.io-index" 818checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd" 819dependencies = [ 820 "difflib", 821 "itertools", 822 "predicates-core", 823] 824 825[[package]] 826name = "predicates-core" 827version = "1.0.6" 828source = "registry+https://github.com/rust-lang/crates.io-index" 829checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" 830 831[[package]] 832name = "predicates-tree" 833version = "1.0.9" 834source = "registry+https://github.com/rust-lang/crates.io-index" 835checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" 836dependencies = [ 837 "predicates-core", 838 "termtree", 839] 840 841[[package]] 842name = "proc-macro2" 843version = "1.0.64" 844source = "registry+https://github.com/rust-lang/crates.io-index" 845checksum = "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da" 846dependencies = [ 847 "unicode-ident", 848] 849 850[[package]] 851name = "quick-error" 852version = "1.2.3" 853source = "registry+https://github.com/rust-lang/crates.io-index" 854checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 855 856[[package]] 857name = "quote" 858version = "1.0.29" 859source = "registry+https://github.com/rust-lang/crates.io-index" 860checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105" 861dependencies = [ 862 "proc-macro2", 863] 864 865[[package]] 866name = "rand" 867version = "0.8.5" 868source = "registry+https://github.com/rust-lang/crates.io-index" 869checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 870dependencies = [ 871 "libc", 872 "rand_chacha", 873 "rand_core", 874] 875 876[[package]] 877name = "rand_chacha" 878version = "0.3.1" 879source = "registry+https://github.com/rust-lang/crates.io-index" 880checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 881dependencies = [ 882 "ppv-lite86", 883 "rand_core", 884] 885 886[[package]] 887name = "rand_core" 888version = "0.6.4" 889source = "registry+https://github.com/rust-lang/crates.io-index" 890checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 891dependencies = [ 892 "getrandom", 893] 894 895[[package]] 896name = "rayon" 897version = "1.7.0" 898source = "registry+https://github.com/rust-lang/crates.io-index" 899checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" 900dependencies = [ 901 "either", 902 "rayon-core", 903] 904 905[[package]] 906name = "rayon-core" 907version = "1.11.0" 908source = "registry+https://github.com/rust-lang/crates.io-index" 909checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" 910dependencies = [ 911 "crossbeam-channel", 912 "crossbeam-deque", 913 "crossbeam-utils", 914 "num_cpus", 915] 916 917[[package]] 918name = "redox_syscall" 919version = "0.2.16" 920source = "registry+https://github.com/rust-lang/crates.io-index" 921checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 922dependencies = [ 923 "bitflags", 924] 925 926[[package]] 927name = "redox_syscall" 928version = "0.3.5" 929source = "registry+https://github.com/rust-lang/crates.io-index" 930checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 931dependencies = [ 932 "bitflags", 933] 934 935[[package]] 936name = "regex" 937version = "1.9.1" 938source = "registry+https://github.com/rust-lang/crates.io-index" 939checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575" 940dependencies = [ 941 "aho-corasick", 942 "memchr", 943 "regex-automata 0.3.3", 944 "regex-syntax", 945] 946 947[[package]] 948name = "regex-automata" 949version = "0.1.10" 950source = "registry+https://github.com/rust-lang/crates.io-index" 951checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 952 953[[package]] 954name = "regex-automata" 955version = "0.3.3" 956source = "registry+https://github.com/rust-lang/crates.io-index" 957checksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310" 958dependencies = [ 959 "aho-corasick", 960 "memchr", 961 "regex-syntax", 962] 963 964[[package]] 965name = "regex-syntax" 966version = "0.7.4" 967source = "registry+https://github.com/rust-lang/crates.io-index" 968checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" 969 970[[package]] 971name = "ring" 972version = "0.17.5" 973source = "registry+https://github.com/rust-lang/crates.io-index" 974checksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b" 975dependencies = [ 976 "cc", 977 "getrandom", 978 "libc", 979 "spin", 980 "untrusted", 981 "windows-sys", 982] 983 984[[package]] 985name = "rouille" 986version = "3.6.2" 987source = "registry+https://github.com/rust-lang/crates.io-index" 988checksum = "3716fbf57fc1084d7a706adf4e445298d123e4a44294c4e8213caf1b85fcc921" 989dependencies = [ 990 "base64 0.13.1", 991 "chrono", 992 "filetime", 993 "multipart", 994 "percent-encoding", 995 "rand", 996 "serde", 997 "serde_derive", 998 "serde_json", 999 "sha1_smol", 1000 "threadpool", 1001 "time", 1002 "tiny_http", 1003 "url", 1004] 1005 1006[[package]] 1007name = "rustc-demangle" 1008version = "0.1.23" 1009source = "registry+https://github.com/rust-lang/crates.io-index" 1010checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 1011 1012[[package]] 1013name = "rustix" 1014version = "0.37.23" 1015source = "registry+https://github.com/rust-lang/crates.io-index" 1016checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" 1017dependencies = [ 1018 "bitflags", 1019 "errno", 1020 "io-lifetimes", 1021 "libc", 1022 "linux-raw-sys", 1023 "windows-sys", 1024] 1025 1026[[package]] 1027name = "rustls" 1028version = "0.21.8" 1029source = "registry+https://github.com/rust-lang/crates.io-index" 1030checksum = "446e14c5cda4f3f30fe71863c34ec70f5ac79d6087097ad0bb433e1be5edf04c" 1031dependencies = [ 1032 "log", 1033 "ring", 1034 "rustls-webpki", 1035 "sct", 1036] 1037 1038[[package]] 1039name = "rustls-webpki" 1040version = "0.101.7" 1041source = "registry+https://github.com/rust-lang/crates.io-index" 1042checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 1043dependencies = [ 1044 "ring", 1045 "untrusted", 1046] 1047 1048[[package]] 1049name = "ryu" 1050version = "1.0.14" 1051source = "registry+https://github.com/rust-lang/crates.io-index" 1052checksum = "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9" 1053 1054[[package]] 1055name = "safemem" 1056version = "0.3.3" 1057source = "registry+https://github.com/rust-lang/crates.io-index" 1058checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" 1059 1060[[package]] 1061name = "schannel" 1062version = "0.1.22" 1063source = "registry+https://github.com/rust-lang/crates.io-index" 1064checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" 1065dependencies = [ 1066 "windows-sys", 1067] 1068 1069[[package]] 1070name = "scopeguard" 1071version = "1.1.0" 1072source = "registry+https://github.com/rust-lang/crates.io-index" 1073checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 1074 1075[[package]] 1076name = "sct" 1077version = "0.7.1" 1078source = "registry+https://github.com/rust-lang/crates.io-index" 1079checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 1080dependencies = [ 1081 "ring", 1082 "untrusted", 1083] 1084 1085[[package]] 1086name = "security-framework" 1087version = "2.9.2" 1088source = "registry+https://github.com/rust-lang/crates.io-index" 1089checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" 1090dependencies = [ 1091 "bitflags", 1092 "core-foundation", 1093 "core-foundation-sys", 1094 "libc", 1095 "security-framework-sys", 1096] 1097 1098[[package]] 1099name = "security-framework-sys" 1100version = "2.9.1" 1101source = "registry+https://github.com/rust-lang/crates.io-index" 1102checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" 1103dependencies = [ 1104 "core-foundation-sys", 1105 "libc", 1106] 1107 1108[[package]] 1109name = "semver" 1110version = "1.0.17" 1111source = "registry+https://github.com/rust-lang/crates.io-index" 1112checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" 1113 1114[[package]] 1115name = "serde" 1116version = "1.0.171" 1117source = "registry+https://github.com/rust-lang/crates.io-index" 1118checksum = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9" 1119dependencies = [ 1120 "serde_derive", 1121] 1122 1123[[package]] 1124name = "serde_derive" 1125version = "1.0.171" 1126source = "registry+https://github.com/rust-lang/crates.io-index" 1127checksum = "389894603bd18c46fa56231694f8d827779c0951a667087194cf9de94ed24682" 1128dependencies = [ 1129 "proc-macro2", 1130 "quote", 1131 "syn 2.0.25", 1132] 1133 1134[[package]] 1135name = "serde_json" 1136version = "1.0.102" 1137source = "registry+https://github.com/rust-lang/crates.io-index" 1138checksum = "b5062a995d481b2308b6064e9af76011f2921c35f97b0468811ed9f6cd91dfed" 1139dependencies = [ 1140 "itoa", 1141 "ryu", 1142 "serde", 1143] 1144 1145[[package]] 1146name = "sha1_smol" 1147version = "1.0.0" 1148source = "registry+https://github.com/rust-lang/crates.io-index" 1149checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012" 1150 1151[[package]] 1152name = "spin" 1153version = "0.9.8" 1154source = "registry+https://github.com/rust-lang/crates.io-index" 1155checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 1156 1157[[package]] 1158name = "stable_deref_trait" 1159version = "1.2.0" 1160source = "registry+https://github.com/rust-lang/crates.io-index" 1161checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 1162 1163[[package]] 1164name = "strsim" 1165version = "0.10.0" 1166source = "registry+https://github.com/rust-lang/crates.io-index" 1167checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 1168 1169[[package]] 1170name = "syn" 1171version = "1.0.109" 1172source = "registry+https://github.com/rust-lang/crates.io-index" 1173checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1174dependencies = [ 1175 "proc-macro2", 1176 "quote", 1177 "unicode-ident", 1178] 1179 1180[[package]] 1181name = "syn" 1182version = "2.0.25" 1183source = "registry+https://github.com/rust-lang/crates.io-index" 1184checksum = "15e3fc8c0c74267e2df136e5e5fb656a464158aa57624053375eb9c8c6e25ae2" 1185dependencies = [ 1186 "proc-macro2", 1187 "quote", 1188 "unicode-ident", 1189] 1190 1191[[package]] 1192name = "tempfile" 1193version = "3.6.0" 1194source = "registry+https://github.com/rust-lang/crates.io-index" 1195checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" 1196dependencies = [ 1197 "autocfg", 1198 "cfg-if", 1199 "fastrand", 1200 "redox_syscall 0.3.5", 1201 "rustix", 1202 "windows-sys", 1203] 1204 1205[[package]] 1206name = "termcolor" 1207version = "1.2.0" 1208source = "registry+https://github.com/rust-lang/crates.io-index" 1209checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 1210dependencies = [ 1211 "winapi-util", 1212] 1213 1214[[package]] 1215name = "termtree" 1216version = "0.4.1" 1217source = "registry+https://github.com/rust-lang/crates.io-index" 1218checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" 1219 1220[[package]] 1221name = "threadpool" 1222version = "1.8.1" 1223source = "registry+https://github.com/rust-lang/crates.io-index" 1224checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" 1225dependencies = [ 1226 "num_cpus", 1227] 1228 1229[[package]] 1230name = "time" 1231version = "0.3.23" 1232source = "registry+https://github.com/rust-lang/crates.io-index" 1233checksum = "59e399c068f43a5d116fedaf73b203fa4f9c519f17e2b34f63221d3792f81446" 1234dependencies = [ 1235 "libc", 1236 "num_threads", 1237 "serde", 1238 "time-core", 1239] 1240 1241[[package]] 1242name = "time-core" 1243version = "0.1.1" 1244source = "registry+https://github.com/rust-lang/crates.io-index" 1245checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" 1246 1247[[package]] 1248name = "tiny_http" 1249version = "0.12.0" 1250source = "registry+https://github.com/rust-lang/crates.io-index" 1251checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82" 1252dependencies = [ 1253 "ascii", 1254 "chunked_transfer", 1255 "httpdate", 1256 "log", 1257] 1258 1259[[package]] 1260name = "tinyvec" 1261version = "1.6.0" 1262source = "registry+https://github.com/rust-lang/crates.io-index" 1263checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 1264dependencies = [ 1265 "tinyvec_macros", 1266] 1267 1268[[package]] 1269name = "tinyvec_macros" 1270version = "0.1.1" 1271source = "registry+https://github.com/rust-lang/crates.io-index" 1272checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1273 1274[[package]] 1275name = "twoway" 1276version = "0.1.8" 1277source = "registry+https://github.com/rust-lang/crates.io-index" 1278checksum = "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1" 1279dependencies = [ 1280 "memchr", 1281] 1282 1283[[package]] 1284name = "unicase" 1285version = "2.6.0" 1286source = "registry+https://github.com/rust-lang/crates.io-index" 1287checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 1288dependencies = [ 1289 "version_check", 1290] 1291 1292[[package]] 1293name = "unicode-bidi" 1294version = "0.3.13" 1295source = "registry+https://github.com/rust-lang/crates.io-index" 1296checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 1297 1298[[package]] 1299name = "unicode-ident" 1300version = "1.0.10" 1301source = "registry+https://github.com/rust-lang/crates.io-index" 1302checksum = "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73" 1303 1304[[package]] 1305name = "unicode-normalization" 1306version = "0.1.22" 1307source = "registry+https://github.com/rust-lang/crates.io-index" 1308checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 1309dependencies = [ 1310 "tinyvec", 1311] 1312 1313[[package]] 1314name = "unicode-segmentation" 1315version = "1.10.1" 1316source = "registry+https://github.com/rust-lang/crates.io-index" 1317checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 1318 1319[[package]] 1320name = "untrusted" 1321version = "0.9.0" 1322source = "registry+https://github.com/rust-lang/crates.io-index" 1323checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 1324 1325[[package]] 1326name = "ureq" 1327version = "2.8.0" 1328source = "registry+https://github.com/rust-lang/crates.io-index" 1329checksum = "f5ccd538d4a604753ebc2f17cd9946e89b77bf87f6a8e2309667c6f2e87855e3" 1330dependencies = [ 1331 "base64 0.21.5", 1332 "brotli-decompressor", 1333 "flate2", 1334 "log", 1335 "native-tls", 1336 "once_cell", 1337 "rustls", 1338 "rustls-webpki", 1339 "url", 1340 "webpki-roots", 1341] 1342 1343[[package]] 1344name = "url" 1345version = "2.4.0" 1346source = "registry+https://github.com/rust-lang/crates.io-index" 1347checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb" 1348dependencies = [ 1349 "form_urlencoded", 1350 "idna", 1351 "percent-encoding", 1352] 1353 1354[[package]] 1355name = "vcpkg" 1356version = "0.2.15" 1357source = "registry+https://github.com/rust-lang/crates.io-index" 1358checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1359 1360[[package]] 1361name = "version_check" 1362version = "0.9.4" 1363source = "registry+https://github.com/rust-lang/crates.io-index" 1364checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1365 1366[[package]] 1367name = "wait-timeout" 1368version = "0.2.0" 1369source = "registry+https://github.com/rust-lang/crates.io-index" 1370checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" 1371dependencies = [ 1372 "libc", 1373] 1374 1375[[package]] 1376name = "walrus" 1377version = "0.20.3" 1378source = "registry+https://github.com/rust-lang/crates.io-index" 1379checksum = "2c03529cd0c4400a2449f640d2f27cd1b48c3065226d15e26d98e4429ab0adb7" 1380dependencies = [ 1381 "anyhow", 1382 "gimli", 1383 "id-arena", 1384 "leb128", 1385 "log", 1386 "rayon", 1387 "walrus-macro", 1388 "wasm-encoder", 1389 "wasmparser 0.80.2", 1390] 1391 1392[[package]] 1393name = "walrus-macro" 1394version = "0.19.0" 1395source = "registry+https://github.com/rust-lang/crates.io-index" 1396checksum = "0a6e5bd22c71e77d60140b0bd5be56155a37e5bd14e24f5f87298040d0cc40d7" 1397dependencies = [ 1398 "heck", 1399 "proc-macro2", 1400 "quote", 1401 "syn 1.0.109", 1402] 1403 1404[[package]] 1405name = "wasi" 1406version = "0.11.0+wasi-snapshot-preview1" 1407source = "registry+https://github.com/rust-lang/crates.io-index" 1408checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1409 1410[[package]] 1411name = "wasm-bindgen" 1412version = "0.2.92" 1413source = "registry+https://github.com/rust-lang/crates.io-index" 1414checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" 1415dependencies = [ 1416 "cfg-if", 1417 "wasm-bindgen-macro", 1418] 1419 1420[[package]] 1421name = "wasm-bindgen-backend" 1422version = "0.2.92" 1423source = "registry+https://github.com/rust-lang/crates.io-index" 1424checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" 1425dependencies = [ 1426 "bumpalo", 1427 "log", 1428 "once_cell", 1429 "proc-macro2", 1430 "quote", 1431 "syn 2.0.25", 1432 "wasm-bindgen-shared", 1433] 1434 1435[[package]] 1436name = "wasm-bindgen-cli" 1437version = "0.2.92" 1438dependencies = [ 1439 "anyhow", 1440 "assert_cmd", 1441 "diff", 1442 "docopt", 1443 "env_logger", 1444 "log", 1445 "native-tls", 1446 "predicates 1.0.8", 1447 "rayon", 1448 "rouille", 1449 "serde", 1450 "serde_derive", 1451 "serde_json", 1452 "tempfile", 1453 "ureq", 1454 "walrus", 1455 "wasm-bindgen", 1456 "wasm-bindgen-cli-support", 1457 "wasm-bindgen-shared", 1458 "wasmparser 0.102.0", 1459 "wasmprinter", 1460] 1461 1462[[package]] 1463name = "wasm-bindgen-cli-support" 1464version = "0.2.92" 1465source = "registry+https://github.com/rust-lang/crates.io-index" 1466checksum = "ca821da8c1ae6c87c5e94493939a206daa8587caff227c6032e0061a3d80817f" 1467dependencies = [ 1468 "anyhow", 1469 "base64 0.21.5", 1470 "log", 1471 "rustc-demangle", 1472 "serde_json", 1473 "tempfile", 1474 "unicode-ident", 1475 "walrus", 1476 "wasm-bindgen-externref-xform", 1477 "wasm-bindgen-multi-value-xform", 1478 "wasm-bindgen-shared", 1479 "wasm-bindgen-threads-xform", 1480 "wasm-bindgen-wasm-conventions", 1481 "wasm-bindgen-wasm-interpreter", 1482] 1483 1484[[package]] 1485name = "wasm-bindgen-externref-xform" 1486version = "0.2.92" 1487source = "registry+https://github.com/rust-lang/crates.io-index" 1488checksum = "102582726b35a30d53157fbf8de3d0f0fed4c40c0c7951d69a034e9ef01da725" 1489dependencies = [ 1490 "anyhow", 1491 "walrus", 1492] 1493 1494[[package]] 1495name = "wasm-bindgen-macro" 1496version = "0.2.92" 1497source = "registry+https://github.com/rust-lang/crates.io-index" 1498checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" 1499dependencies = [ 1500 "quote", 1501 "wasm-bindgen-macro-support", 1502] 1503 1504[[package]] 1505name = "wasm-bindgen-macro-support" 1506version = "0.2.92" 1507source = "registry+https://github.com/rust-lang/crates.io-index" 1508checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" 1509dependencies = [ 1510 "proc-macro2", 1511 "quote", 1512 "syn 2.0.25", 1513 "wasm-bindgen-backend", 1514 "wasm-bindgen-shared", 1515] 1516 1517[[package]] 1518name = "wasm-bindgen-multi-value-xform" 1519version = "0.2.92" 1520source = "registry+https://github.com/rust-lang/crates.io-index" 1521checksum = "3498e4799f43523d780ceff498f04d882a8dbc9719c28020034822e5952f32a4" 1522dependencies = [ 1523 "anyhow", 1524 "walrus", 1525] 1526 1527[[package]] 1528name = "wasm-bindgen-shared" 1529version = "0.2.92" 1530source = "registry+https://github.com/rust-lang/crates.io-index" 1531checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" 1532 1533[[package]] 1534name = "wasm-bindgen-threads-xform" 1535version = "0.2.92" 1536source = "registry+https://github.com/rust-lang/crates.io-index" 1537checksum = "2d5add359b7f7d09a55299a9d29be54414264f2b8cf84f8c8fda5be9269b5dd9" 1538dependencies = [ 1539 "anyhow", 1540 "walrus", 1541 "wasm-bindgen-wasm-conventions", 1542] 1543 1544[[package]] 1545name = "wasm-bindgen-wasm-conventions" 1546version = "0.2.92" 1547source = "registry+https://github.com/rust-lang/crates.io-index" 1548checksum = "8c04e3607b810e76768260db3a5f2e8beb477cb089ef8726da85c8eb9bd3b575" 1549dependencies = [ 1550 "anyhow", 1551 "walrus", 1552] 1553 1554[[package]] 1555name = "wasm-bindgen-wasm-interpreter" 1556version = "0.2.92" 1557source = "registry+https://github.com/rust-lang/crates.io-index" 1558checksum = "9ea966593c8243a33eb4d643254eb97a69de04e89462f46cf6b4f506aae89b3a" 1559dependencies = [ 1560 "anyhow", 1561 "log", 1562 "walrus", 1563 "wasm-bindgen-wasm-conventions", 1564] 1565 1566[[package]] 1567name = "wasm-encoder" 1568version = "0.29.0" 1569source = "registry+https://github.com/rust-lang/crates.io-index" 1570checksum = "18c41dbd92eaebf3612a39be316540b8377c871cb9bde6b064af962984912881" 1571dependencies = [ 1572 "leb128", 1573] 1574 1575[[package]] 1576name = "wasmparser" 1577version = "0.80.2" 1578source = "registry+https://github.com/rust-lang/crates.io-index" 1579checksum = "449167e2832691a1bff24cde28d2804e90e09586a448c8e76984792c44334a6b" 1580 1581[[package]] 1582name = "wasmparser" 1583version = "0.102.0" 1584source = "registry+https://github.com/rust-lang/crates.io-index" 1585checksum = "48134de3d7598219ab9eaf6b91b15d8e50d31da76b8519fe4ecfcec2cf35104b" 1586dependencies = [ 1587 "indexmap 1.9.3", 1588 "url", 1589] 1590 1591[[package]] 1592name = "wasmparser" 1593version = "0.108.0" 1594source = "registry+https://github.com/rust-lang/crates.io-index" 1595checksum = "76c956109dcb41436a39391139d9b6e2d0a5e0b158e1293ef352ec977e5e36c5" 1596dependencies = [ 1597 "indexmap 2.0.0", 1598 "semver", 1599] 1600 1601[[package]] 1602name = "wasmprinter" 1603version = "0.2.60" 1604source = "registry+https://github.com/rust-lang/crates.io-index" 1605checksum = "b76cb909fe3d9b0de58cee1f4072247e680ff5cc1558ccad2790a9de14a23993" 1606dependencies = [ 1607 "anyhow", 1608 "wasmparser 0.108.0", 1609] 1610 1611[[package]] 1612name = "webpki-roots" 1613version = "0.25.2" 1614source = "registry+https://github.com/rust-lang/crates.io-index" 1615checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc" 1616 1617[[package]] 1618name = "winapi" 1619version = "0.3.9" 1620source = "registry+https://github.com/rust-lang/crates.io-index" 1621checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1622dependencies = [ 1623 "winapi-i686-pc-windows-gnu", 1624 "winapi-x86_64-pc-windows-gnu", 1625] 1626 1627[[package]] 1628name = "winapi-i686-pc-windows-gnu" 1629version = "0.4.0" 1630source = "registry+https://github.com/rust-lang/crates.io-index" 1631checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1632 1633[[package]] 1634name = "winapi-util" 1635version = "0.1.5" 1636source = "registry+https://github.com/rust-lang/crates.io-index" 1637checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 1638dependencies = [ 1639 "winapi", 1640] 1641 1642[[package]] 1643name = "winapi-x86_64-pc-windows-gnu" 1644version = "0.4.0" 1645source = "registry+https://github.com/rust-lang/crates.io-index" 1646checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1647 1648[[package]] 1649name = "windows" 1650version = "0.48.0" 1651source = "registry+https://github.com/rust-lang/crates.io-index" 1652checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 1653dependencies = [ 1654 "windows-targets", 1655] 1656 1657[[package]] 1658name = "windows-sys" 1659version = "0.48.0" 1660source = "registry+https://github.com/rust-lang/crates.io-index" 1661checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1662dependencies = [ 1663 "windows-targets", 1664] 1665 1666[[package]] 1667name = "windows-targets" 1668version = "0.48.1" 1669source = "registry+https://github.com/rust-lang/crates.io-index" 1670checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f" 1671dependencies = [ 1672 "windows_aarch64_gnullvm", 1673 "windows_aarch64_msvc", 1674 "windows_i686_gnu", 1675 "windows_i686_msvc", 1676 "windows_x86_64_gnu", 1677 "windows_x86_64_gnullvm", 1678 "windows_x86_64_msvc", 1679] 1680 1681[[package]] 1682name = "windows_aarch64_gnullvm" 1683version = "0.48.0" 1684source = "registry+https://github.com/rust-lang/crates.io-index" 1685checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 1686 1687[[package]] 1688name = "windows_aarch64_msvc" 1689version = "0.48.0" 1690source = "registry+https://github.com/rust-lang/crates.io-index" 1691checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 1692 1693[[package]] 1694name = "windows_i686_gnu" 1695version = "0.48.0" 1696source = "registry+https://github.com/rust-lang/crates.io-index" 1697checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 1698 1699[[package]] 1700name = "windows_i686_msvc" 1701version = "0.48.0" 1702source = "registry+https://github.com/rust-lang/crates.io-index" 1703checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 1704 1705[[package]] 1706name = "windows_x86_64_gnu" 1707version = "0.48.0" 1708source = "registry+https://github.com/rust-lang/crates.io-index" 1709checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 1710 1711[[package]] 1712name = "windows_x86_64_gnullvm" 1713version = "0.48.0" 1714source = "registry+https://github.com/rust-lang/crates.io-index" 1715checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 1716 1717[[package]] 1718name = "windows_x86_64_msvc" 1719version = "0.48.0" 1720source = "registry+https://github.com/rust-lang/crates.io-index" 1721checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 1722