Cargo.lock 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. [[package]]
  4. name = "adler32"
  5. version = "1.0.4"
  6. source = "registry+https://github.com/rust-lang/crates.io-index"
  7. checksum = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2"
  8. [[package]]
  9. name = "ansi_term"
  10. version = "0.11.0"
  11. source = "registry+https://github.com/rust-lang/crates.io-index"
  12. checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
  13. dependencies = [
  14. "winapi",
  15. ]
  16. [[package]]
  17. name = "atty"
  18. version = "0.2.14"
  19. source = "registry+https://github.com/rust-lang/crates.io-index"
  20. checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
  21. dependencies = [
  22. "hermit-abi",
  23. "libc",
  24. "winapi",
  25. ]
  26. [[package]]
  27. name = "bitflags"
  28. version = "1.2.1"
  29. source = "registry+https://github.com/rust-lang/crates.io-index"
  30. checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
  31. [[package]]
  32. name = "bzip2"
  33. version = "0.3.3"
  34. source = "registry+https://github.com/rust-lang/crates.io-index"
  35. checksum = "42b7c3cbf0fa9c1b82308d57191728ca0256cb821220f4e2fd410a72ade26e3b"
  36. dependencies = [
  37. "bzip2-sys",
  38. "libc",
  39. ]
  40. [[package]]
  41. name = "bzip2-sys"
  42. version = "0.1.8+1.0.8"
  43. source = "registry+https://github.com/rust-lang/crates.io-index"
  44. checksum = "05305b41c5034ff0e93937ac64133d109b5a2660114ec45e9760bc6816d83038"
  45. dependencies = [
  46. "cc",
  47. "libc",
  48. ]
  49. [[package]]
  50. name = "cc"
  51. version = "1.0.52"
  52. source = "registry+https://github.com/rust-lang/crates.io-index"
  53. checksum = "c3d87b23d6a92cd03af510a5ade527033f6aa6fa92161e2d5863a907d4c5e31d"
  54. [[package]]
  55. name = "cfg-if"
  56. version = "0.1.10"
  57. source = "registry+https://github.com/rust-lang/crates.io-index"
  58. checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
  59. [[package]]
  60. name = "clap"
  61. version = "2.33.0"
  62. source = "registry+https://github.com/rust-lang/crates.io-index"
  63. checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
  64. dependencies = [
  65. "ansi_term",
  66. "atty",
  67. "bitflags",
  68. "strsim",
  69. "textwrap",
  70. "unicode-width",
  71. "vec_map",
  72. ]
  73. [[package]]
  74. name = "crc32fast"
  75. version = "1.2.0"
  76. source = "registry+https://github.com/rust-lang/crates.io-index"
  77. checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
  78. dependencies = [
  79. "cfg-if",
  80. ]
  81. [[package]]
  82. name = "flate2"
  83. version = "1.0.14"
  84. source = "registry+https://github.com/rust-lang/crates.io-index"
  85. checksum = "2cfff41391129e0a856d6d822600b8d71179d46879e310417eb9c762eb178b42"
  86. dependencies = [
  87. "cfg-if",
  88. "crc32fast",
  89. "libc",
  90. "miniz_oxide",
  91. ]
  92. [[package]]
  93. name = "hermit-abi"
  94. version = "0.1.12"
  95. source = "registry+https://github.com/rust-lang/crates.io-index"
  96. checksum = "61565ff7aaace3525556587bd2dc31d4a07071957be715e63ce7b1eccf51a8f4"
  97. dependencies = [
  98. "libc",
  99. ]
  100. [[package]]
  101. name = "libc"
  102. version = "0.2.69"
  103. source = "registry+https://github.com/rust-lang/crates.io-index"
  104. checksum = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005"
  105. [[package]]
  106. name = "miniz_oxide"
  107. version = "0.3.6"
  108. source = "registry+https://github.com/rust-lang/crates.io-index"
  109. checksum = "aa679ff6578b1cddee93d7e82e263b94a575e0bfced07284eb0c037c1d2416a5"
  110. dependencies = [
  111. "adler32",
  112. ]
  113. [[package]]
  114. name = "partun"
  115. version = "0.1.0"
  116. dependencies = [
  117. "clap",
  118. "zip",
  119. ]
  120. [[package]]
  121. name = "podio"
  122. version = "0.1.6"
  123. source = "registry+https://github.com/rust-lang/crates.io-index"
  124. checksum = "780fb4b6698bbf9cf2444ea5d22411cef2953f0824b98f33cf454ec5615645bd"
  125. [[package]]
  126. name = "strsim"
  127. version = "0.8.0"
  128. source = "registry+https://github.com/rust-lang/crates.io-index"
  129. checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
  130. [[package]]
  131. name = "textwrap"
  132. version = "0.11.0"
  133. source = "registry+https://github.com/rust-lang/crates.io-index"
  134. checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
  135. dependencies = [
  136. "unicode-width",
  137. ]
  138. [[package]]
  139. name = "time"
  140. version = "0.1.43"
  141. source = "registry+https://github.com/rust-lang/crates.io-index"
  142. checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
  143. dependencies = [
  144. "libc",
  145. "winapi",
  146. ]
  147. [[package]]
  148. name = "unicode-width"
  149. version = "0.1.7"
  150. source = "registry+https://github.com/rust-lang/crates.io-index"
  151. checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
  152. [[package]]
  153. name = "vec_map"
  154. version = "0.8.1"
  155. source = "registry+https://github.com/rust-lang/crates.io-index"
  156. checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
  157. [[package]]
  158. name = "winapi"
  159. version = "0.3.8"
  160. source = "registry+https://github.com/rust-lang/crates.io-index"
  161. checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
  162. dependencies = [
  163. "winapi-i686-pc-windows-gnu",
  164. "winapi-x86_64-pc-windows-gnu",
  165. ]
  166. [[package]]
  167. name = "winapi-i686-pc-windows-gnu"
  168. version = "0.4.0"
  169. source = "registry+https://github.com/rust-lang/crates.io-index"
  170. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  171. [[package]]
  172. name = "winapi-x86_64-pc-windows-gnu"
  173. version = "0.4.0"
  174. source = "registry+https://github.com/rust-lang/crates.io-index"
  175. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  176. [[package]]
  177. name = "zip"
  178. version = "0.5.5"
  179. source = "registry+https://github.com/rust-lang/crates.io-index"
  180. checksum = "6df134e83b8f0f8153a094c7b0fd79dfebe437f1d76e7715afa18ed95ebe2fd7"
  181. dependencies = [
  182. "bzip2",
  183. "crc32fast",
  184. "flate2",
  185. "podio",
  186. "time",
  187. ]