Cargo.lock 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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.11.0"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
  9. dependencies = [
  10. "winapi",
  11. ]
  12. [[package]]
  13. name = "anyhow"
  14. version = "1.0.44"
  15. source = "registry+https://github.com/rust-lang/crates.io-index"
  16. checksum = "61604a8f862e1d5c3229fdd78f8b02c68dcf73a4c4b05fd636d12240aaa242c1"
  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.33.3"
  35. source = "registry+https://github.com/rust-lang/crates.io-index"
  36. checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
  37. dependencies = [
  38. "ansi_term",
  39. "atty",
  40. "bitflags",
  41. "strsim",
  42. "textwrap",
  43. "unicode-width",
  44. "vec_map",
  45. ]
  46. [[package]]
  47. name = "hermit-abi"
  48. version = "0.1.19"
  49. source = "registry+https://github.com/rust-lang/crates.io-index"
  50. checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
  51. dependencies = [
  52. "libc",
  53. ]
  54. [[package]]
  55. name = "lazy_static"
  56. version = "1.4.0"
  57. source = "registry+https://github.com/rust-lang/crates.io-index"
  58. checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  59. [[package]]
  60. name = "libc"
  61. version = "0.2.103"
  62. source = "registry+https://github.com/rust-lang/crates.io-index"
  63. checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6"
  64. [[package]]
  65. name = "strsim"
  66. version = "0.8.0"
  67. source = "registry+https://github.com/rust-lang/crates.io-index"
  68. checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
  69. [[package]]
  70. name = "textwrap"
  71. version = "0.11.0"
  72. source = "registry+https://github.com/rust-lang/crates.io-index"
  73. checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
  74. dependencies = [
  75. "unicode-width",
  76. ]
  77. [[package]]
  78. name = "unicode-width"
  79. version = "0.1.9"
  80. source = "registry+https://github.com/rust-lang/crates.io-index"
  81. checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
  82. [[package]]
  83. name = "varuint"
  84. version = "0.6.0"
  85. source = "registry+https://github.com/rust-lang/crates.io-index"
  86. checksum = "896414bb0f21aba00ff26b0a8a3679331b5a86886f217c9d9396b919a7bf4ac6"
  87. [[package]]
  88. name = "vec_map"
  89. version = "0.8.2"
  90. source = "registry+https://github.com/rust-lang/crates.io-index"
  91. checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
  92. [[package]]
  93. name = "winapi"
  94. version = "0.3.9"
  95. source = "registry+https://github.com/rust-lang/crates.io-index"
  96. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  97. dependencies = [
  98. "winapi-i686-pc-windows-gnu",
  99. "winapi-x86_64-pc-windows-gnu",
  100. ]
  101. [[package]]
  102. name = "winapi-i686-pc-windows-gnu"
  103. version = "0.4.0"
  104. source = "registry+https://github.com/rust-lang/crates.io-index"
  105. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  106. [[package]]
  107. name = "winapi-x86_64-pc-windows-gnu"
  108. version = "0.4.0"
  109. source = "registry+https://github.com/rust-lang/crates.io-index"
  110. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  111. [[package]]
  112. name = "zkas"
  113. version = "0.0.1"
  114. dependencies = [
  115. "anyhow",
  116. "clap",
  117. "lazy_static",
  118. "varuint",
  119. ]