Cargo.lock 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "ansi_term"
  6. version = "0.12.1"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
  9. dependencies = [
  10. "winapi",
  11. ]
  12. [[package]]
  13. name = "anyhow"
  14. version = "1.0.52"
  15. source = "registry+https://github.com/rust-lang/crates.io-index"
  16. checksum = "84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3"
  17. [[package]]
  18. name = "atty"
  19. version = "0.2.14"
  20. source = "registry+https://github.com/rust-lang/crates.io-index"
  21. checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
  22. dependencies = [
  23. "hermit-abi",
  24. "libc",
  25. "winapi",
  26. ]
  27. [[package]]
  28. name = "bitflags"
  29. version = "1.3.2"
  30. source = "registry+https://github.com/rust-lang/crates.io-index"
  31. checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
  32. [[package]]
  33. name = "clap"
  34. version = "2.34.0"
  35. source = "registry+https://github.com/rust-lang/crates.io-index"
  36. checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
  37. dependencies = [
  38. "ansi_term",
  39. "atty",
  40. "bitflags",
  41. "strsim",
  42. "textwrap",
  43. "unicode-width",
  44. "vec_map",
  45. ]
  46. [[package]]
  47. name = "either"
  48. version = "1.6.1"
  49. source = "registry+https://github.com/rust-lang/crates.io-index"
  50. checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
  51. [[package]]
  52. name = "hermit-abi"
  53. version = "0.1.19"
  54. source = "registry+https://github.com/rust-lang/crates.io-index"
  55. checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
  56. dependencies = [
  57. "libc",
  58. ]
  59. [[package]]
  60. name = "itertools"
  61. version = "0.10.3"
  62. source = "registry+https://github.com/rust-lang/crates.io-index"
  63. checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
  64. dependencies = [
  65. "either",
  66. ]
  67. [[package]]
  68. name = "libc"
  69. version = "0.2.112"
  70. source = "registry+https://github.com/rust-lang/crates.io-index"
  71. checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
  72. [[package]]
  73. name = "numtoa"
  74. version = "0.1.0"
  75. source = "registry+https://github.com/rust-lang/crates.io-index"
  76. checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
  77. [[package]]
  78. name = "redox_syscall"
  79. version = "0.2.10"
  80. source = "registry+https://github.com/rust-lang/crates.io-index"
  81. checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
  82. dependencies = [
  83. "bitflags",
  84. ]
  85. [[package]]
  86. name = "redox_termios"
  87. version = "0.1.2"
  88. source = "registry+https://github.com/rust-lang/crates.io-index"
  89. checksum = "8440d8acb4fd3d277125b4bd01a6f38aee8d814b3b5fc09b3f2b825d37d3fe8f"
  90. dependencies = [
  91. "redox_syscall",
  92. ]
  93. [[package]]
  94. name = "strsim"
  95. version = "0.8.0"
  96. source = "registry+https://github.com/rust-lang/crates.io-index"
  97. checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
  98. [[package]]
  99. name = "termion"
  100. version = "1.5.6"
  101. source = "registry+https://github.com/rust-lang/crates.io-index"
  102. checksum = "077185e2eac69c3f8379a4298e1e07cd36beb962290d4a51199acf0fdc10607e"
  103. dependencies = [
  104. "libc",
  105. "numtoa",
  106. "redox_syscall",
  107. "redox_termios",
  108. ]
  109. [[package]]
  110. name = "textwrap"
  111. version = "0.11.0"
  112. source = "registry+https://github.com/rust-lang/crates.io-index"
  113. checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
  114. dependencies = [
  115. "unicode-width",
  116. ]
  117. [[package]]
  118. name = "unicode-width"
  119. version = "0.1.9"
  120. source = "registry+https://github.com/rust-lang/crates.io-index"
  121. checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
  122. [[package]]
  123. name = "vec_map"
  124. version = "0.8.2"
  125. source = "registry+https://github.com/rust-lang/crates.io-index"
  126. checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
  127. [[package]]
  128. name = "winapi"
  129. version = "0.3.9"
  130. source = "registry+https://github.com/rust-lang/crates.io-index"
  131. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  132. dependencies = [
  133. "winapi-i686-pc-windows-gnu",
  134. "winapi-x86_64-pc-windows-gnu",
  135. ]
  136. [[package]]
  137. name = "winapi-i686-pc-windows-gnu"
  138. version = "0.4.0"
  139. source = "registry+https://github.com/rust-lang/crates.io-index"
  140. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  141. [[package]]
  142. name = "winapi-x86_64-pc-windows-gnu"
  143. version = "0.4.0"
  144. source = "registry+https://github.com/rust-lang/crates.io-index"
  145. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  146. [[package]]
  147. name = "zkas"
  148. version = "0.0.1"
  149. dependencies = [
  150. "anyhow",
  151. "clap",
  152. "itertools",
  153. "termion",
  154. ]