Cargo.lock 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423
  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.1"
  42. source = "registry+https://github.com/rust-lang/crates.io-index"
  43. checksum = "d0fcb4df22ae812fa2f6d5e3b577247584cc67fce06ad0779168d1dd41cbcce3"
  44. dependencies = [
  45. "iso8601",
  46. "libc",
  47. "locale",
  48. "num-traits",
  49. "pad",
  50. "redox_syscall",
  51. "winapi",
  52. ]
  53. [[package]]
  54. name = "exa"
  55. version = "0.9.0"
  56. dependencies = [
  57. "ansi_term",
  58. "datetime",
  59. "git2",
  60. "glob",
  61. "lazy_static",
  62. "libc",
  63. "locale",
  64. "log",
  65. "natord",
  66. "num_cpus",
  67. "number_prefix",
  68. "os_str_bytes",
  69. "scoped_threadpool",
  70. "term_grid",
  71. "term_size",
  72. "unicode-width",
  73. "users",
  74. "zoneinfo_compiled",
  75. ]
  76. [[package]]
  77. name = "git2"
  78. version = "0.13.11"
  79. source = "registry+https://github.com/rust-lang/crates.io-index"
  80. checksum = "1e094214efbc7fdbbdee952147e493b00e99a4e52817492277e98967ae918165"
  81. dependencies = [
  82. "bitflags",
  83. "libc",
  84. "libgit2-sys",
  85. "log",
  86. "openssl-sys",
  87. "url",
  88. ]
  89. [[package]]
  90. name = "glob"
  91. version = "0.3.0"
  92. source = "registry+https://github.com/rust-lang/crates.io-index"
  93. checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
  94. [[package]]
  95. name = "hermit-abi"
  96. version = "0.1.17"
  97. source = "registry+https://github.com/rust-lang/crates.io-index"
  98. checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
  99. dependencies = [
  100. "libc",
  101. ]
  102. [[package]]
  103. name = "idna"
  104. version = "0.2.0"
  105. source = "registry+https://github.com/rust-lang/crates.io-index"
  106. checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
  107. dependencies = [
  108. "matches",
  109. "unicode-bidi",
  110. "unicode-normalization",
  111. ]
  112. [[package]]
  113. name = "iso8601"
  114. version = "0.3.0"
  115. source = "registry+https://github.com/rust-lang/crates.io-index"
  116. checksum = "43e86914a73535f3f541a765adea0a9fafcf53fa6adb73662c4988fd9233766f"
  117. dependencies = [
  118. "nom",
  119. ]
  120. [[package]]
  121. name = "jobserver"
  122. version = "0.1.21"
  123. source = "registry+https://github.com/rust-lang/crates.io-index"
  124. checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
  125. dependencies = [
  126. "libc",
  127. ]
  128. [[package]]
  129. name = "lazy_static"
  130. version = "1.4.0"
  131. source = "registry+https://github.com/rust-lang/crates.io-index"
  132. checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  133. [[package]]
  134. name = "libc"
  135. version = "0.2.79"
  136. source = "registry+https://github.com/rust-lang/crates.io-index"
  137. checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743"
  138. [[package]]
  139. name = "libgit2-sys"
  140. version = "0.12.14+1.1.0"
  141. source = "registry+https://github.com/rust-lang/crates.io-index"
  142. checksum = "8f25af58e6495f7caf2919d08f212de550cfa3ed2f5e744988938ea292b9f549"
  143. dependencies = [
  144. "cc",
  145. "libc",
  146. "libz-sys",
  147. "pkg-config",
  148. ]
  149. [[package]]
  150. name = "libz-sys"
  151. version = "1.1.2"
  152. source = "registry+https://github.com/rust-lang/crates.io-index"
  153. checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
  154. dependencies = [
  155. "cc",
  156. "libc",
  157. "pkg-config",
  158. "vcpkg",
  159. ]
  160. [[package]]
  161. name = "locale"
  162. version = "0.2.2"
  163. source = "registry+https://github.com/rust-lang/crates.io-index"
  164. checksum = "5fdbe492a9c0238da900a1165c42fc5067161ce292678a6fe80921f30fe307fd"
  165. dependencies = [
  166. "libc",
  167. ]
  168. [[package]]
  169. name = "log"
  170. version = "0.4.11"
  171. source = "registry+https://github.com/rust-lang/crates.io-index"
  172. checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
  173. dependencies = [
  174. "cfg-if",
  175. ]
  176. [[package]]
  177. name = "matches"
  178. version = "0.1.8"
  179. source = "registry+https://github.com/rust-lang/crates.io-index"
  180. checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
  181. [[package]]
  182. name = "memchr"
  183. version = "2.3.3"
  184. source = "registry+https://github.com/rust-lang/crates.io-index"
  185. checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
  186. [[package]]
  187. name = "natord"
  188. version = "1.0.9"
  189. source = "registry+https://github.com/rust-lang/crates.io-index"
  190. checksum = "308d96db8debc727c3fd9744aac51751243420e46edf401010908da7f8d5e57c"
  191. [[package]]
  192. name = "nom"
  193. version = "4.2.3"
  194. source = "registry+https://github.com/rust-lang/crates.io-index"
  195. checksum = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
  196. dependencies = [
  197. "memchr",
  198. "version_check",
  199. ]
  200. [[package]]
  201. name = "num-traits"
  202. version = "0.2.12"
  203. source = "registry+https://github.com/rust-lang/crates.io-index"
  204. checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
  205. dependencies = [
  206. "autocfg",
  207. ]
  208. [[package]]
  209. name = "num_cpus"
  210. version = "1.13.0"
  211. source = "registry+https://github.com/rust-lang/crates.io-index"
  212. checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
  213. dependencies = [
  214. "hermit-abi",
  215. "libc",
  216. ]
  217. [[package]]
  218. name = "number_prefix"
  219. version = "0.4.0"
  220. source = "registry+https://github.com/rust-lang/crates.io-index"
  221. checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
  222. [[package]]
  223. name = "openssl-src"
  224. version = "111.12.0+1.1.1h"
  225. source = "registry+https://github.com/rust-lang/crates.io-index"
  226. checksum = "858a4132194f8570a7ee9eb8629e85b23cbc4565f2d4a162e87556e5956abf61"
  227. dependencies = [
  228. "cc",
  229. ]
  230. [[package]]
  231. name = "openssl-sys"
  232. version = "0.9.58"
  233. source = "registry+https://github.com/rust-lang/crates.io-index"
  234. checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de"
  235. dependencies = [
  236. "autocfg",
  237. "cc",
  238. "libc",
  239. "openssl-src",
  240. "pkg-config",
  241. "vcpkg",
  242. ]
  243. [[package]]
  244. name = "os_str_bytes"
  245. version = "3.0.0"
  246. source = "registry+https://github.com/rust-lang/crates.io-index"
  247. checksum = "e293568965aea261bdf010db17df7030e3c9a275c415d51d6112f7cf9b7af012"
  248. [[package]]
  249. name = "pad"
  250. version = "0.1.6"
  251. source = "registry+https://github.com/rust-lang/crates.io-index"
  252. checksum = "d2ad9b889f1b12e0b9ee24db044b5129150d5eada288edc800f789928dc8c0e3"
  253. dependencies = [
  254. "unicode-width",
  255. ]
  256. [[package]]
  257. name = "percent-encoding"
  258. version = "2.1.0"
  259. source = "registry+https://github.com/rust-lang/crates.io-index"
  260. checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
  261. [[package]]
  262. name = "pkg-config"
  263. version = "0.3.19"
  264. source = "registry+https://github.com/rust-lang/crates.io-index"
  265. checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
  266. [[package]]
  267. name = "redox_syscall"
  268. version = "0.1.57"
  269. source = "registry+https://github.com/rust-lang/crates.io-index"
  270. checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
  271. [[package]]
  272. name = "scoped_threadpool"
  273. version = "0.1.9"
  274. source = "registry+https://github.com/rust-lang/crates.io-index"
  275. checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
  276. [[package]]
  277. name = "term_grid"
  278. version = "0.1.7"
  279. source = "registry+https://github.com/rust-lang/crates.io-index"
  280. checksum = "230d3e804faaed5a39b08319efb797783df2fd9671b39b7596490cb486d702cf"
  281. dependencies = [
  282. "unicode-width",
  283. ]
  284. [[package]]
  285. name = "term_size"
  286. version = "0.3.2"
  287. source = "registry+https://github.com/rust-lang/crates.io-index"
  288. checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9"
  289. dependencies = [
  290. "libc",
  291. "winapi",
  292. ]
  293. [[package]]
  294. name = "tinyvec"
  295. version = "0.3.4"
  296. source = "registry+https://github.com/rust-lang/crates.io-index"
  297. checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
  298. [[package]]
  299. name = "unicode-bidi"
  300. version = "0.3.4"
  301. source = "registry+https://github.com/rust-lang/crates.io-index"
  302. checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
  303. dependencies = [
  304. "matches",
  305. ]
  306. [[package]]
  307. name = "unicode-normalization"
  308. version = "0.1.13"
  309. source = "registry+https://github.com/rust-lang/crates.io-index"
  310. checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
  311. dependencies = [
  312. "tinyvec",
  313. ]
  314. [[package]]
  315. name = "unicode-width"
  316. version = "0.1.8"
  317. source = "registry+https://github.com/rust-lang/crates.io-index"
  318. checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
  319. [[package]]
  320. name = "url"
  321. version = "2.1.1"
  322. source = "registry+https://github.com/rust-lang/crates.io-index"
  323. checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
  324. dependencies = [
  325. "idna",
  326. "matches",
  327. "percent-encoding",
  328. ]
  329. [[package]]
  330. name = "users"
  331. version = "0.11.0"
  332. source = "registry+https://github.com/rust-lang/crates.io-index"
  333. checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
  334. dependencies = [
  335. "libc",
  336. "log",
  337. ]
  338. [[package]]
  339. name = "vcpkg"
  340. version = "0.2.10"
  341. source = "registry+https://github.com/rust-lang/crates.io-index"
  342. checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
  343. [[package]]
  344. name = "version_check"
  345. version = "0.1.5"
  346. source = "registry+https://github.com/rust-lang/crates.io-index"
  347. checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
  348. [[package]]
  349. name = "winapi"
  350. version = "0.3.9"
  351. source = "registry+https://github.com/rust-lang/crates.io-index"
  352. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  353. dependencies = [
  354. "winapi-i686-pc-windows-gnu",
  355. "winapi-x86_64-pc-windows-gnu",
  356. ]
  357. [[package]]
  358. name = "winapi-i686-pc-windows-gnu"
  359. version = "0.4.0"
  360. source = "registry+https://github.com/rust-lang/crates.io-index"
  361. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  362. [[package]]
  363. name = "winapi-x86_64-pc-windows-gnu"
  364. version = "0.4.0"
  365. source = "registry+https://github.com/rust-lang/crates.io-index"
  366. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  367. [[package]]
  368. name = "zoneinfo_compiled"
  369. version = "0.5.0"
  370. source = "registry+https://github.com/rust-lang/crates.io-index"
  371. checksum = "7033eef97c288bfa49e3ebf958245a41016f1673a5317196efad03eb656a7648"
  372. dependencies = [
  373. "byteorder",
  374. "datetime",
  375. ]