Cargo.lock 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "apollon"
  6. version = "0.1.0"
  7. dependencies = [
  8. "clap",
  9. ]
  10. [[package]]
  11. name = "atty"
  12. version = "0.2.14"
  13. source = "registry+https://github.com/rust-lang/crates.io-index"
  14. checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
  15. dependencies = [
  16. "hermit-abi",
  17. "libc",
  18. "winapi",
  19. ]
  20. [[package]]
  21. name = "autocfg"
  22. version = "1.0.1"
  23. source = "registry+https://github.com/rust-lang/crates.io-index"
  24. checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
  25. [[package]]
  26. name = "bitflags"
  27. version = "1.3.2"
  28. source = "registry+https://github.com/rust-lang/crates.io-index"
  29. checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
  30. [[package]]
  31. name = "clap"
  32. version = "3.0.5"
  33. source = "registry+https://github.com/rust-lang/crates.io-index"
  34. checksum = "f6f34b09b9ee8c7c7b400fe2f8df39cafc9538b03d6ba7f4ae13e4cb90bfbb7d"
  35. dependencies = [
  36. "atty",
  37. "bitflags",
  38. "clap_derive",
  39. "indexmap",
  40. "lazy_static",
  41. "os_str_bytes",
  42. "strsim",
  43. "termcolor",
  44. "textwrap",
  45. ]
  46. [[package]]
  47. name = "clap_derive"
  48. version = "3.0.5"
  49. source = "registry+https://github.com/rust-lang/crates.io-index"
  50. checksum = "41a0645a430ec9136d2d701e54a95d557de12649a9dd7109ced3187e648ac824"
  51. dependencies = [
  52. "heck",
  53. "proc-macro-error",
  54. "proc-macro2",
  55. "quote",
  56. "syn",
  57. ]
  58. [[package]]
  59. name = "hashbrown"
  60. version = "0.11.2"
  61. source = "registry+https://github.com/rust-lang/crates.io-index"
  62. checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
  63. [[package]]
  64. name = "heck"
  65. version = "0.4.0"
  66. source = "registry+https://github.com/rust-lang/crates.io-index"
  67. checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
  68. [[package]]
  69. name = "hermit-abi"
  70. version = "0.1.19"
  71. source = "registry+https://github.com/rust-lang/crates.io-index"
  72. checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
  73. dependencies = [
  74. "libc",
  75. ]
  76. [[package]]
  77. name = "indexmap"
  78. version = "1.7.0"
  79. source = "registry+https://github.com/rust-lang/crates.io-index"
  80. checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
  81. dependencies = [
  82. "autocfg",
  83. "hashbrown",
  84. ]
  85. [[package]]
  86. name = "lazy_static"
  87. version = "1.4.0"
  88. source = "registry+https://github.com/rust-lang/crates.io-index"
  89. checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  90. [[package]]
  91. name = "libc"
  92. version = "0.2.112"
  93. source = "registry+https://github.com/rust-lang/crates.io-index"
  94. checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
  95. [[package]]
  96. name = "memchr"
  97. version = "2.4.1"
  98. source = "registry+https://github.com/rust-lang/crates.io-index"
  99. checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
  100. [[package]]
  101. name = "os_str_bytes"
  102. version = "6.0.0"
  103. source = "registry+https://github.com/rust-lang/crates.io-index"
  104. checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
  105. dependencies = [
  106. "memchr",
  107. ]
  108. [[package]]
  109. name = "proc-macro-error"
  110. version = "1.0.4"
  111. source = "registry+https://github.com/rust-lang/crates.io-index"
  112. checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
  113. dependencies = [
  114. "proc-macro-error-attr",
  115. "proc-macro2",
  116. "quote",
  117. "syn",
  118. "version_check",
  119. ]
  120. [[package]]
  121. name = "proc-macro-error-attr"
  122. version = "1.0.4"
  123. source = "registry+https://github.com/rust-lang/crates.io-index"
  124. checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
  125. dependencies = [
  126. "proc-macro2",
  127. "quote",
  128. "version_check",
  129. ]
  130. [[package]]
  131. name = "proc-macro2"
  132. version = "1.0.36"
  133. source = "registry+https://github.com/rust-lang/crates.io-index"
  134. checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
  135. dependencies = [
  136. "unicode-xid",
  137. ]
  138. [[package]]
  139. name = "quote"
  140. version = "1.0.14"
  141. source = "registry+https://github.com/rust-lang/crates.io-index"
  142. checksum = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d"
  143. dependencies = [
  144. "proc-macro2",
  145. ]
  146. [[package]]
  147. name = "strsim"
  148. version = "0.10.0"
  149. source = "registry+https://github.com/rust-lang/crates.io-index"
  150. checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
  151. [[package]]
  152. name = "syn"
  153. version = "1.0.84"
  154. source = "registry+https://github.com/rust-lang/crates.io-index"
  155. checksum = "ecb2e6da8ee5eb9a61068762a32fa9619cc591ceb055b3687f4cd4051ec2e06b"
  156. dependencies = [
  157. "proc-macro2",
  158. "quote",
  159. "unicode-xid",
  160. ]
  161. [[package]]
  162. name = "termcolor"
  163. version = "1.1.2"
  164. source = "registry+https://github.com/rust-lang/crates.io-index"
  165. checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
  166. dependencies = [
  167. "winapi-util",
  168. ]
  169. [[package]]
  170. name = "textwrap"
  171. version = "0.14.2"
  172. source = "registry+https://github.com/rust-lang/crates.io-index"
  173. checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
  174. [[package]]
  175. name = "unicode-xid"
  176. version = "0.2.2"
  177. source = "registry+https://github.com/rust-lang/crates.io-index"
  178. checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
  179. [[package]]
  180. name = "version_check"
  181. version = "0.9.4"
  182. source = "registry+https://github.com/rust-lang/crates.io-index"
  183. checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
  184. [[package]]
  185. name = "winapi"
  186. version = "0.3.9"
  187. source = "registry+https://github.com/rust-lang/crates.io-index"
  188. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  189. dependencies = [
  190. "winapi-i686-pc-windows-gnu",
  191. "winapi-x86_64-pc-windows-gnu",
  192. ]
  193. [[package]]
  194. name = "winapi-i686-pc-windows-gnu"
  195. version = "0.4.0"
  196. source = "registry+https://github.com/rust-lang/crates.io-index"
  197. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  198. [[package]]
  199. name = "winapi-util"
  200. version = "0.1.5"
  201. source = "registry+https://github.com/rust-lang/crates.io-index"
  202. checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
  203. dependencies = [
  204. "winapi",
  205. ]
  206. [[package]]
  207. name = "winapi-x86_64-pc-windows-gnu"
  208. version = "0.4.0"
  209. source = "registry+https://github.com/rust-lang/crates.io-index"
  210. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"