Cargo.lock 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. [[package]]
  4. name = "ansi_term"
  5. version = "0.12.1"
  6. source = "registry+https://github.com/rust-lang/crates.io-index"
  7. checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
  8. dependencies = [
  9. "winapi",
  10. ]
  11. [[package]]
  12. name = "autocfg"
  13. version = "1.0.1"
  14. source = "registry+https://github.com/rust-lang/crates.io-index"
  15. checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
  16. [[package]]
  17. name = "bitflags"
  18. version = "1.2.1"
  19. source = "registry+https://github.com/rust-lang/crates.io-index"
  20. checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
  21. [[package]]
  22. name = "byteorder"
  23. version = "1.3.4"
  24. source = "registry+https://github.com/rust-lang/crates.io-index"
  25. checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
  26. [[package]]
  27. name = "cc"
  28. version = "1.0.61"
  29. source = "registry+https://github.com/rust-lang/crates.io-index"
  30. checksum = "ed67cbde08356238e75fc4656be4749481eeffb09e19f320a25237d5221c985d"
  31. dependencies = [
  32. "jobserver",
  33. ]
  34. [[package]]
  35. name = "cfg-if"
  36. version = "0.1.10"
  37. source = "registry+https://github.com/rust-lang/crates.io-index"
  38. checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
  39. [[package]]
  40. name = "datetime"
  41. version = "0.5.2"
  42. source = "registry+https://github.com/rust-lang/crates.io-index"
  43. checksum = "44c3f7a77f3e57fedf80e09136f2d8777ebf621207306f6d96d610af048354bc"
  44. dependencies = [
  45. "libc",
  46. "locale",
  47. "pad",
  48. "redox_syscall",
  49. "winapi",
  50. ]
  51. [[package]]
  52. name = "exa"
  53. version = "0.11.0-pre"
  54. dependencies = [
  55. "ansi_term",
  56. "datetime",
  57. "git2",
  58. "glob",
  59. "lazy_static",
  60. "libc",
  61. "locale",
  62. "log",
  63. "natord",
  64. "num_cpus",
  65. "number_prefix",
  66. "scoped_threadpool",
  67. "term_grid",
  68. "term_size",
  69. "unicode-width",
  70. "users",
  71. "zoneinfo_compiled",
  72. ]
  73. [[package]]
  74. name = "git2"
  75. version = "0.13.11"
  76. source = "registry+https://github.com/rust-lang/crates.io-index"
  77. checksum = "1e094214efbc7fdbbdee952147e493b00e99a4e52817492277e98967ae918165"
  78. dependencies = [
  79. "bitflags",
  80. "libc",
  81. "libgit2-sys",
  82. "log",
  83. "openssl-sys",
  84. "url",
  85. ]
  86. [[package]]
  87. name = "glob"
  88. version = "0.3.0"
  89. source = "registry+https://github.com/rust-lang/crates.io-index"
  90. checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
  91. [[package]]
  92. name = "hermit-abi"
  93. version = "0.1.17"
  94. source = "registry+https://github.com/rust-lang/crates.io-index"
  95. checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
  96. dependencies = [
  97. "libc",
  98. ]
  99. [[package]]
  100. name = "idna"
  101. version = "0.2.0"
  102. source = "registry+https://github.com/rust-lang/crates.io-index"
  103. checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
  104. dependencies = [
  105. "matches",
  106. "unicode-bidi",
  107. "unicode-normalization",
  108. ]
  109. [[package]]
  110. name = "jobserver"
  111. version = "0.1.21"
  112. source = "registry+https://github.com/rust-lang/crates.io-index"
  113. checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
  114. dependencies = [
  115. "libc",
  116. ]
  117. [[package]]
  118. name = "lazy_static"
  119. version = "1.4.0"
  120. source = "registry+https://github.com/rust-lang/crates.io-index"
  121. checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  122. [[package]]
  123. name = "libc"
  124. version = "0.2.79"
  125. source = "registry+https://github.com/rust-lang/crates.io-index"
  126. checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743"
  127. [[package]]
  128. name = "libgit2-sys"
  129. version = "0.12.14+1.1.0"
  130. source = "registry+https://github.com/rust-lang/crates.io-index"
  131. checksum = "8f25af58e6495f7caf2919d08f212de550cfa3ed2f5e744988938ea292b9f549"
  132. dependencies = [
  133. "cc",
  134. "libc",
  135. "libz-sys",
  136. "pkg-config",
  137. ]
  138. [[package]]
  139. name = "libz-sys"
  140. version = "1.1.2"
  141. source = "registry+https://github.com/rust-lang/crates.io-index"
  142. checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
  143. dependencies = [
  144. "cc",
  145. "libc",
  146. "pkg-config",
  147. "vcpkg",
  148. ]
  149. [[package]]
  150. name = "locale"
  151. version = "0.2.2"
  152. source = "registry+https://github.com/rust-lang/crates.io-index"
  153. checksum = "5fdbe492a9c0238da900a1165c42fc5067161ce292678a6fe80921f30fe307fd"
  154. dependencies = [
  155. "libc",
  156. ]
  157. [[package]]
  158. name = "log"
  159. version = "0.4.11"
  160. source = "registry+https://github.com/rust-lang/crates.io-index"
  161. checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
  162. dependencies = [
  163. "cfg-if",
  164. ]
  165. [[package]]
  166. name = "matches"
  167. version = "0.1.8"
  168. source = "registry+https://github.com/rust-lang/crates.io-index"
  169. checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
  170. [[package]]
  171. name = "natord"
  172. version = "1.0.9"
  173. source = "registry+https://github.com/rust-lang/crates.io-index"
  174. checksum = "308d96db8debc727c3fd9744aac51751243420e46edf401010908da7f8d5e57c"
  175. [[package]]
  176. name = "num_cpus"
  177. version = "1.13.0"
  178. source = "registry+https://github.com/rust-lang/crates.io-index"
  179. checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
  180. dependencies = [
  181. "hermit-abi",
  182. "libc",
  183. ]
  184. [[package]]
  185. name = "number_prefix"
  186. version = "0.4.0"
  187. source = "registry+https://github.com/rust-lang/crates.io-index"
  188. checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
  189. [[package]]
  190. name = "openssl-src"
  191. version = "111.12.0+1.1.1h"
  192. source = "registry+https://github.com/rust-lang/crates.io-index"
  193. checksum = "858a4132194f8570a7ee9eb8629e85b23cbc4565f2d4a162e87556e5956abf61"
  194. dependencies = [
  195. "cc",
  196. ]
  197. [[package]]
  198. name = "openssl-sys"
  199. version = "0.9.58"
  200. source = "registry+https://github.com/rust-lang/crates.io-index"
  201. checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de"
  202. dependencies = [
  203. "autocfg",
  204. "cc",
  205. "libc",
  206. "openssl-src",
  207. "pkg-config",
  208. "vcpkg",
  209. ]
  210. [[package]]
  211. name = "pad"
  212. version = "0.1.6"
  213. source = "registry+https://github.com/rust-lang/crates.io-index"
  214. checksum = "d2ad9b889f1b12e0b9ee24db044b5129150d5eada288edc800f789928dc8c0e3"
  215. dependencies = [
  216. "unicode-width",
  217. ]
  218. [[package]]
  219. name = "percent-encoding"
  220. version = "2.1.0"
  221. source = "registry+https://github.com/rust-lang/crates.io-index"
  222. checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
  223. [[package]]
  224. name = "pkg-config"
  225. version = "0.3.19"
  226. source = "registry+https://github.com/rust-lang/crates.io-index"
  227. checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
  228. [[package]]
  229. name = "redox_syscall"
  230. version = "0.1.57"
  231. source = "registry+https://github.com/rust-lang/crates.io-index"
  232. checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
  233. [[package]]
  234. name = "scoped_threadpool"
  235. version = "0.1.9"
  236. source = "registry+https://github.com/rust-lang/crates.io-index"
  237. checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
  238. [[package]]
  239. name = "term_grid"
  240. version = "0.1.7"
  241. source = "registry+https://github.com/rust-lang/crates.io-index"
  242. checksum = "230d3e804faaed5a39b08319efb797783df2fd9671b39b7596490cb486d702cf"
  243. dependencies = [
  244. "unicode-width",
  245. ]
  246. [[package]]
  247. name = "term_size"
  248. version = "0.3.2"
  249. source = "registry+https://github.com/rust-lang/crates.io-index"
  250. checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9"
  251. dependencies = [
  252. "libc",
  253. "winapi",
  254. ]
  255. [[package]]
  256. name = "tinyvec"
  257. version = "0.3.4"
  258. source = "registry+https://github.com/rust-lang/crates.io-index"
  259. checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
  260. [[package]]
  261. name = "unicode-bidi"
  262. version = "0.3.4"
  263. source = "registry+https://github.com/rust-lang/crates.io-index"
  264. checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
  265. dependencies = [
  266. "matches",
  267. ]
  268. [[package]]
  269. name = "unicode-normalization"
  270. version = "0.1.13"
  271. source = "registry+https://github.com/rust-lang/crates.io-index"
  272. checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
  273. dependencies = [
  274. "tinyvec",
  275. ]
  276. [[package]]
  277. name = "unicode-width"
  278. version = "0.1.8"
  279. source = "registry+https://github.com/rust-lang/crates.io-index"
  280. checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
  281. [[package]]
  282. name = "url"
  283. version = "2.1.1"
  284. source = "registry+https://github.com/rust-lang/crates.io-index"
  285. checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
  286. dependencies = [
  287. "idna",
  288. "matches",
  289. "percent-encoding",
  290. ]
  291. [[package]]
  292. name = "users"
  293. version = "0.11.0"
  294. source = "registry+https://github.com/rust-lang/crates.io-index"
  295. checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
  296. dependencies = [
  297. "libc",
  298. "log",
  299. ]
  300. [[package]]
  301. name = "vcpkg"
  302. version = "0.2.10"
  303. source = "registry+https://github.com/rust-lang/crates.io-index"
  304. checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
  305. [[package]]
  306. name = "winapi"
  307. version = "0.3.9"
  308. source = "registry+https://github.com/rust-lang/crates.io-index"
  309. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  310. dependencies = [
  311. "winapi-i686-pc-windows-gnu",
  312. "winapi-x86_64-pc-windows-gnu",
  313. ]
  314. [[package]]
  315. name = "winapi-i686-pc-windows-gnu"
  316. version = "0.4.0"
  317. source = "registry+https://github.com/rust-lang/crates.io-index"
  318. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  319. [[package]]
  320. name = "winapi-x86_64-pc-windows-gnu"
  321. version = "0.4.0"
  322. source = "registry+https://github.com/rust-lang/crates.io-index"
  323. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  324. [[package]]
  325. name = "zoneinfo_compiled"
  326. version = "0.5.1"
  327. source = "registry+https://github.com/rust-lang/crates.io-index"
  328. checksum = "64fbebe65e899530f43bd760b23fda8f141118f4db49952b02998cbd0907a5de"
  329. dependencies = [
  330. "byteorder",
  331. "datetime",
  332. ]