/ Cargo.lock
Cargo.lock
1 # This file is automatically @generated by Cargo. 2 # It is not intended for manual editing. 3 version = 3 4 5 [[package]] 6 name = "android-tzdata" 7 version = "0.1.1" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 9 checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 10 11 [[package]] 12 name = "android_system_properties" 13 version = "0.1.5" 14 source = "registry+https://github.com/rust-lang/crates.io-index" 15 checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 16 dependencies = [ 17 "libc", 18 ] 19 20 [[package]] 21 name = "ansi_term" 22 version = "0.12.1" 23 source = "registry+https://github.com/rust-lang/crates.io-index" 24 checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 25 dependencies = [ 26 "winapi", 27 ] 28 29 [[package]] 30 name = "anyhow" 31 version = "1.0.75" 32 source = "registry+https://github.com/rust-lang/crates.io-index" 33 checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" 34 35 [[package]] 36 name = "atty" 37 version = "0.2.14" 38 source = "registry+https://github.com/rust-lang/crates.io-index" 39 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 40 dependencies = [ 41 "hermit-abi", 42 "libc", 43 "winapi", 44 ] 45 46 [[package]] 47 name = "autocfg" 48 version = "1.1.0" 49 source = "registry+https://github.com/rust-lang/crates.io-index" 50 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 51 52 [[package]] 53 name = "bitflags" 54 version = "1.3.2" 55 source = "registry+https://github.com/rust-lang/crates.io-index" 56 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 57 58 [[package]] 59 name = "bumpalo" 60 version = "3.14.0" 61 source = "registry+https://github.com/rust-lang/crates.io-index" 62 checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" 63 64 [[package]] 65 name = "byteorder" 66 version = "1.4.3" 67 source = "registry+https://github.com/rust-lang/crates.io-index" 68 checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 69 70 [[package]] 71 name = "cc" 72 version = "1.0.83" 73 source = "registry+https://github.com/rust-lang/crates.io-index" 74 checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 75 dependencies = [ 76 "libc", 77 ] 78 79 [[package]] 80 name = "cfg-if" 81 version = "1.0.0" 82 source = "registry+https://github.com/rust-lang/crates.io-index" 83 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 84 85 [[package]] 86 name = "chrono" 87 version = "0.4.31" 88 source = "registry+https://github.com/rust-lang/crates.io-index" 89 checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" 90 dependencies = [ 91 "android-tzdata", 92 "iana-time-zone", 93 "js-sys", 94 "num-traits", 95 "wasm-bindgen", 96 "windows-targets", 97 ] 98 99 [[package]] 100 name = "clap" 101 version = "2.34.0" 102 source = "registry+https://github.com/rust-lang/crates.io-index" 103 checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" 104 dependencies = [ 105 "ansi_term", 106 "atty", 107 "bitflags", 108 "strsim", 109 "textwrap", 110 "unicode-width", 111 "vec_map", 112 ] 113 114 [[package]] 115 name = "core-foundation-sys" 116 version = "0.8.4" 117 source = "registry+https://github.com/rust-lang/crates.io-index" 118 checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 119 120 [[package]] 121 name = "crc" 122 version = "3.0.1" 123 source = "registry+https://github.com/rust-lang/crates.io-index" 124 checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe" 125 dependencies = [ 126 "crc-catalog", 127 ] 128 129 [[package]] 130 name = "crc-catalog" 131 version = "2.2.0" 132 source = "registry+https://github.com/rust-lang/crates.io-index" 133 checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484" 134 135 [[package]] 136 name = "heck" 137 version = "0.3.3" 138 source = "registry+https://github.com/rust-lang/crates.io-index" 139 checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 140 dependencies = [ 141 "unicode-segmentation", 142 ] 143 144 [[package]] 145 name = "hermit-abi" 146 version = "0.1.19" 147 source = "registry+https://github.com/rust-lang/crates.io-index" 148 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 149 dependencies = [ 150 "libc", 151 ] 152 153 [[package]] 154 name = "iana-time-zone" 155 version = "0.1.57" 156 source = "registry+https://github.com/rust-lang/crates.io-index" 157 checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" 158 dependencies = [ 159 "android_system_properties", 160 "core-foundation-sys", 161 "iana-time-zone-haiku", 162 "js-sys", 163 "wasm-bindgen", 164 "windows", 165 ] 166 167 [[package]] 168 name = "iana-time-zone-haiku" 169 version = "0.1.2" 170 source = "registry+https://github.com/rust-lang/crates.io-index" 171 checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 172 dependencies = [ 173 "cc", 174 ] 175 176 [[package]] 177 name = "js-sys" 178 version = "0.3.64" 179 source = "registry+https://github.com/rust-lang/crates.io-index" 180 checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" 181 dependencies = [ 182 "wasm-bindgen", 183 ] 184 185 [[package]] 186 name = "lazy_static" 187 version = "1.4.0" 188 source = "registry+https://github.com/rust-lang/crates.io-index" 189 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 190 191 [[package]] 192 name = "libc" 193 version = "0.2.148" 194 source = "registry+https://github.com/rust-lang/crates.io-index" 195 checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" 196 197 [[package]] 198 name = "log" 199 version = "0.4.20" 200 source = "registry+https://github.com/rust-lang/crates.io-index" 201 checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 202 203 [[package]] 204 name = "num-traits" 205 version = "0.2.16" 206 source = "registry+https://github.com/rust-lang/crates.io-index" 207 checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" 208 dependencies = [ 209 "autocfg", 210 ] 211 212 [[package]] 213 name = "once_cell" 214 version = "1.18.0" 215 source = "registry+https://github.com/rust-lang/crates.io-index" 216 checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 217 218 [[package]] 219 name = "proc-macro-error" 220 version = "1.0.4" 221 source = "registry+https://github.com/rust-lang/crates.io-index" 222 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 223 dependencies = [ 224 "proc-macro-error-attr", 225 "proc-macro2", 226 "quote", 227 "syn 1.0.109", 228 "version_check", 229 ] 230 231 [[package]] 232 name = "proc-macro-error-attr" 233 version = "1.0.4" 234 source = "registry+https://github.com/rust-lang/crates.io-index" 235 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 236 dependencies = [ 237 "proc-macro2", 238 "quote", 239 "version_check", 240 ] 241 242 [[package]] 243 name = "proc-macro2" 244 version = "1.0.67" 245 source = "registry+https://github.com/rust-lang/crates.io-index" 246 checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328" 247 dependencies = [ 248 "unicode-ident", 249 ] 250 251 [[package]] 252 name = "quote" 253 version = "1.0.33" 254 source = "registry+https://github.com/rust-lang/crates.io-index" 255 checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 256 dependencies = [ 257 "proc-macro2", 258 ] 259 260 [[package]] 261 name = "ripgzip" 262 version = "0.1.0" 263 dependencies = [ 264 "anyhow", 265 "byteorder", 266 "crc", 267 "log", 268 "stderrlog", 269 "structopt", 270 ] 271 272 [[package]] 273 name = "stderrlog" 274 version = "0.5.4" 275 source = "registry+https://github.com/rust-lang/crates.io-index" 276 checksum = "69a26bbf6de627d389164afa9783739b56746c6c72c4ed16539f4ff54170327b" 277 dependencies = [ 278 "atty", 279 "chrono", 280 "log", 281 "termcolor", 282 "thread_local", 283 ] 284 285 [[package]] 286 name = "strsim" 287 version = "0.8.0" 288 source = "registry+https://github.com/rust-lang/crates.io-index" 289 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 290 291 [[package]] 292 name = "structopt" 293 version = "0.3.26" 294 source = "registry+https://github.com/rust-lang/crates.io-index" 295 checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10" 296 dependencies = [ 297 "clap", 298 "lazy_static", 299 "structopt-derive", 300 ] 301 302 [[package]] 303 name = "structopt-derive" 304 version = "0.4.18" 305 source = "registry+https://github.com/rust-lang/crates.io-index" 306 checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0" 307 dependencies = [ 308 "heck", 309 "proc-macro-error", 310 "proc-macro2", 311 "quote", 312 "syn 1.0.109", 313 ] 314 315 [[package]] 316 name = "syn" 317 version = "1.0.109" 318 source = "registry+https://github.com/rust-lang/crates.io-index" 319 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 320 dependencies = [ 321 "proc-macro2", 322 "quote", 323 "unicode-ident", 324 ] 325 326 [[package]] 327 name = "syn" 328 version = "2.0.37" 329 source = "registry+https://github.com/rust-lang/crates.io-index" 330 checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8" 331 dependencies = [ 332 "proc-macro2", 333 "quote", 334 "unicode-ident", 335 ] 336 337 [[package]] 338 name = "termcolor" 339 version = "1.1.3" 340 source = "registry+https://github.com/rust-lang/crates.io-index" 341 checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" 342 dependencies = [ 343 "winapi-util", 344 ] 345 346 [[package]] 347 name = "textwrap" 348 version = "0.11.0" 349 source = "registry+https://github.com/rust-lang/crates.io-index" 350 checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 351 dependencies = [ 352 "unicode-width", 353 ] 354 355 [[package]] 356 name = "thread_local" 357 version = "1.1.7" 358 source = "registry+https://github.com/rust-lang/crates.io-index" 359 checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" 360 dependencies = [ 361 "cfg-if", 362 "once_cell", 363 ] 364 365 [[package]] 366 name = "unicode-ident" 367 version = "1.0.12" 368 source = "registry+https://github.com/rust-lang/crates.io-index" 369 checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 370 371 [[package]] 372 name = "unicode-segmentation" 373 version = "1.10.1" 374 source = "registry+https://github.com/rust-lang/crates.io-index" 375 checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 376 377 [[package]] 378 name = "unicode-width" 379 version = "0.1.11" 380 source = "registry+https://github.com/rust-lang/crates.io-index" 381 checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" 382 383 [[package]] 384 name = "vec_map" 385 version = "0.8.2" 386 source = "registry+https://github.com/rust-lang/crates.io-index" 387 checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 388 389 [[package]] 390 name = "version_check" 391 version = "0.9.4" 392 source = "registry+https://github.com/rust-lang/crates.io-index" 393 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 394 395 [[package]] 396 name = "wasm-bindgen" 397 version = "0.2.87" 398 source = "registry+https://github.com/rust-lang/crates.io-index" 399 checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" 400 dependencies = [ 401 "cfg-if", 402 "wasm-bindgen-macro", 403 ] 404 405 [[package]] 406 name = "wasm-bindgen-backend" 407 version = "0.2.87" 408 source = "registry+https://github.com/rust-lang/crates.io-index" 409 checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" 410 dependencies = [ 411 "bumpalo", 412 "log", 413 "once_cell", 414 "proc-macro2", 415 "quote", 416 "syn 2.0.37", 417 "wasm-bindgen-shared", 418 ] 419 420 [[package]] 421 name = "wasm-bindgen-macro" 422 version = "0.2.87" 423 source = "registry+https://github.com/rust-lang/crates.io-index" 424 checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" 425 dependencies = [ 426 "quote", 427 "wasm-bindgen-macro-support", 428 ] 429 430 [[package]] 431 name = "wasm-bindgen-macro-support" 432 version = "0.2.87" 433 source = "registry+https://github.com/rust-lang/crates.io-index" 434 checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" 435 dependencies = [ 436 "proc-macro2", 437 "quote", 438 "syn 2.0.37", 439 "wasm-bindgen-backend", 440 "wasm-bindgen-shared", 441 ] 442 443 [[package]] 444 name = "wasm-bindgen-shared" 445 version = "0.2.87" 446 source = "registry+https://github.com/rust-lang/crates.io-index" 447 checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" 448 449 [[package]] 450 name = "winapi" 451 version = "0.3.9" 452 source = "registry+https://github.com/rust-lang/crates.io-index" 453 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 454 dependencies = [ 455 "winapi-i686-pc-windows-gnu", 456 "winapi-x86_64-pc-windows-gnu", 457 ] 458 459 [[package]] 460 name = "winapi-i686-pc-windows-gnu" 461 version = "0.4.0" 462 source = "registry+https://github.com/rust-lang/crates.io-index" 463 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 464 465 [[package]] 466 name = "winapi-util" 467 version = "0.1.5" 468 source = "registry+https://github.com/rust-lang/crates.io-index" 469 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 470 dependencies = [ 471 "winapi", 472 ] 473 474 [[package]] 475 name = "winapi-x86_64-pc-windows-gnu" 476 version = "0.4.0" 477 source = "registry+https://github.com/rust-lang/crates.io-index" 478 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 479 480 [[package]] 481 name = "windows" 482 version = "0.48.0" 483 source = "registry+https://github.com/rust-lang/crates.io-index" 484 checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 485 dependencies = [ 486 "windows-targets", 487 ] 488 489 [[package]] 490 name = "windows-targets" 491 version = "0.48.5" 492 source = "registry+https://github.com/rust-lang/crates.io-index" 493 checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 494 dependencies = [ 495 "windows_aarch64_gnullvm", 496 "windows_aarch64_msvc", 497 "windows_i686_gnu", 498 "windows_i686_msvc", 499 "windows_x86_64_gnu", 500 "windows_x86_64_gnullvm", 501 "windows_x86_64_msvc", 502 ] 503 504 [[package]] 505 name = "windows_aarch64_gnullvm" 506 version = "0.48.5" 507 source = "registry+https://github.com/rust-lang/crates.io-index" 508 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 509 510 [[package]] 511 name = "windows_aarch64_msvc" 512 version = "0.48.5" 513 source = "registry+https://github.com/rust-lang/crates.io-index" 514 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 515 516 [[package]] 517 name = "windows_i686_gnu" 518 version = "0.48.5" 519 source = "registry+https://github.com/rust-lang/crates.io-index" 520 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 521 522 [[package]] 523 name = "windows_i686_msvc" 524 version = "0.48.5" 525 source = "registry+https://github.com/rust-lang/crates.io-index" 526 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 527 528 [[package]] 529 name = "windows_x86_64_gnu" 530 version = "0.48.5" 531 source = "registry+https://github.com/rust-lang/crates.io-index" 532 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 533 534 [[package]] 535 name = "windows_x86_64_gnullvm" 536 version = "0.48.5" 537 source = "registry+https://github.com/rust-lang/crates.io-index" 538 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 539 540 [[package]] 541 name = "windows_x86_64_msvc" 542 version = "0.48.5" 543 source = "registry+https://github.com/rust-lang/crates.io-index" 544 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"