Cargo.lock 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395
  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 = "autocfg"
  14. version = "1.1.0"
  15. source = "registry+https://github.com/rust-lang/crates.io-index"
  16. checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
  17. [[package]]
  18. name = "bitflags"
  19. version = "1.2.1"
  20. source = "registry+https://github.com/rust-lang/crates.io-index"
  21. checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
  22. [[package]]
  23. name = "byteorder"
  24. version = "1.4.3"
  25. source = "registry+https://github.com/rust-lang/crates.io-index"
  26. checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
  27. [[package]]
  28. name = "cc"
  29. version = "1.0.79"
  30. source = "registry+https://github.com/rust-lang/crates.io-index"
  31. checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
  32. dependencies = [
  33. "jobserver",
  34. ]
  35. [[package]]
  36. name = "datetime"
  37. version = "0.5.2"
  38. source = "registry+https://github.com/rust-lang/crates.io-index"
  39. checksum = "44c3f7a77f3e57fedf80e09136f2d8777ebf621207306f6d96d610af048354bc"
  40. dependencies = [
  41. "libc",
  42. "locale",
  43. "pad",
  44. "redox_syscall",
  45. "winapi",
  46. ]
  47. [[package]]
  48. name = "eza"
  49. version = "0.10.7"
  50. dependencies = [
  51. "ansi_term",
  52. "datetime",
  53. "git2",
  54. "glob",
  55. "lazy_static",
  56. "libc",
  57. "locale",
  58. "log",
  59. "natord",
  60. "num_cpus",
  61. "number_prefix",
  62. "scoped_threadpool",
  63. "term_grid",
  64. "terminal_size",
  65. "timeago",
  66. "unicode-width",
  67. "users",
  68. "zoneinfo_compiled",
  69. ]
  70. [[package]]
  71. name = "form_urlencoded"
  72. version = "1.0.1"
  73. source = "registry+https://github.com/rust-lang/crates.io-index"
  74. checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
  75. dependencies = [
  76. "matches",
  77. "percent-encoding",
  78. ]
  79. [[package]]
  80. name = "git2"
  81. version = "0.16.1"
  82. source = "registry+https://github.com/rust-lang/crates.io-index"
  83. checksum = "ccf7f68c2995f392c49fffb4f95ae2c873297830eb25c6bc4c114ce8f4562acc"
  84. dependencies = [
  85. "bitflags",
  86. "libc",
  87. "libgit2-sys",
  88. "log",
  89. "openssl-sys",
  90. "url",
  91. ]
  92. [[package]]
  93. name = "glob"
  94. version = "0.3.0"
  95. source = "registry+https://github.com/rust-lang/crates.io-index"
  96. checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
  97. [[package]]
  98. name = "hermit-abi"
  99. version = "0.1.18"
  100. source = "registry+https://github.com/rust-lang/crates.io-index"
  101. checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
  102. dependencies = [
  103. "libc",
  104. ]
  105. [[package]]
  106. name = "idna"
  107. version = "0.2.3"
  108. source = "registry+https://github.com/rust-lang/crates.io-index"
  109. checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
  110. dependencies = [
  111. "matches",
  112. "unicode-bidi",
  113. "unicode-normalization",
  114. ]
  115. [[package]]
  116. name = "jobserver"
  117. version = "0.1.22"
  118. source = "registry+https://github.com/rust-lang/crates.io-index"
  119. checksum = "972f5ae5d1cb9c6ae417789196c803205313edde988685da5e3aae0827b9e7fd"
  120. dependencies = [
  121. "libc",
  122. ]
  123. [[package]]
  124. name = "lazy_static"
  125. version = "1.4.0"
  126. source = "registry+https://github.com/rust-lang/crates.io-index"
  127. checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  128. [[package]]
  129. name = "libc"
  130. version = "0.2.93"
  131. source = "registry+https://github.com/rust-lang/crates.io-index"
  132. checksum = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41"
  133. [[package]]
  134. name = "libgit2-sys"
  135. version = "0.14.2+1.5.1"
  136. source = "registry+https://github.com/rust-lang/crates.io-index"
  137. checksum = "7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4"
  138. dependencies = [
  139. "cc",
  140. "libc",
  141. "libz-sys",
  142. "openssl-sys",
  143. "pkg-config",
  144. ]
  145. [[package]]
  146. name = "libz-sys"
  147. version = "1.1.2"
  148. source = "registry+https://github.com/rust-lang/crates.io-index"
  149. checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
  150. dependencies = [
  151. "cc",
  152. "libc",
  153. "pkg-config",
  154. "vcpkg",
  155. ]
  156. [[package]]
  157. name = "locale"
  158. version = "0.2.2"
  159. source = "registry+https://github.com/rust-lang/crates.io-index"
  160. checksum = "5fdbe492a9c0238da900a1165c42fc5067161ce292678a6fe80921f30fe307fd"
  161. dependencies = [
  162. "libc",
  163. ]
  164. [[package]]
  165. name = "log"
  166. version = "0.4.20"
  167. source = "registry+https://github.com/rust-lang/crates.io-index"
  168. checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
  169. [[package]]
  170. name = "matches"
  171. version = "0.1.8"
  172. source = "registry+https://github.com/rust-lang/crates.io-index"
  173. checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
  174. [[package]]
  175. name = "natord"
  176. version = "1.0.9"
  177. source = "registry+https://github.com/rust-lang/crates.io-index"
  178. checksum = "308d96db8debc727c3fd9744aac51751243420e46edf401010908da7f8d5e57c"
  179. [[package]]
  180. name = "num_cpus"
  181. version = "1.13.0"
  182. source = "registry+https://github.com/rust-lang/crates.io-index"
  183. checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
  184. dependencies = [
  185. "hermit-abi",
  186. "libc",
  187. ]
  188. [[package]]
  189. name = "number_prefix"
  190. version = "0.4.0"
  191. source = "registry+https://github.com/rust-lang/crates.io-index"
  192. checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
  193. [[package]]
  194. name = "openssl-src"
  195. version = "111.26.0+1.1.1u"
  196. source = "registry+https://github.com/rust-lang/crates.io-index"
  197. checksum = "efc62c9f12b22b8f5208c23a7200a442b2e5999f8bdf80233852122b5a4f6f37"
  198. dependencies = [
  199. "cc",
  200. ]
  201. [[package]]
  202. name = "openssl-sys"
  203. version = "0.9.61"
  204. source = "registry+https://github.com/rust-lang/crates.io-index"
  205. checksum = "313752393519e876837e09e1fa183ddef0be7735868dced3196f4472d536277f"
  206. dependencies = [
  207. "autocfg",
  208. "cc",
  209. "libc",
  210. "openssl-src",
  211. "pkg-config",
  212. "vcpkg",
  213. ]
  214. [[package]]
  215. name = "pad"
  216. version = "0.1.6"
  217. source = "registry+https://github.com/rust-lang/crates.io-index"
  218. checksum = "d2ad9b889f1b12e0b9ee24db044b5129150d5eada288edc800f789928dc8c0e3"
  219. dependencies = [
  220. "unicode-width",
  221. ]
  222. [[package]]
  223. name = "percent-encoding"
  224. version = "2.1.0"
  225. source = "registry+https://github.com/rust-lang/crates.io-index"
  226. checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
  227. [[package]]
  228. name = "pkg-config"
  229. version = "0.3.19"
  230. source = "registry+https://github.com/rust-lang/crates.io-index"
  231. checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
  232. [[package]]
  233. name = "redox_syscall"
  234. version = "0.1.57"
  235. source = "registry+https://github.com/rust-lang/crates.io-index"
  236. checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
  237. [[package]]
  238. name = "scoped_threadpool"
  239. version = "0.1.9"
  240. source = "registry+https://github.com/rust-lang/crates.io-index"
  241. checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
  242. [[package]]
  243. name = "term_grid"
  244. version = "0.1.7"
  245. source = "registry+https://github.com/rust-lang/crates.io-index"
  246. checksum = "230d3e804faaed5a39b08319efb797783df2fd9671b39b7596490cb486d702cf"
  247. dependencies = [
  248. "unicode-width",
  249. ]
  250. [[package]]
  251. name = "terminal_size"
  252. version = "0.1.16"
  253. source = "registry+https://github.com/rust-lang/crates.io-index"
  254. checksum = "86ca8ced750734db02076f44132d802af0b33b09942331f4459dde8636fd2406"
  255. dependencies = [
  256. "libc",
  257. "winapi",
  258. ]
  259. [[package]]
  260. name = "timeago"
  261. version = "0.3.1"
  262. source = "registry+https://github.com/rust-lang/crates.io-index"
  263. checksum = "6ec32dde57efb15c035ac074118d7f32820451395f28cb0524a01d4e94983b26"
  264. [[package]]
  265. name = "tinyvec"
  266. version = "1.2.0"
  267. source = "registry+https://github.com/rust-lang/crates.io-index"
  268. checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342"
  269. dependencies = [
  270. "tinyvec_macros",
  271. ]
  272. [[package]]
  273. name = "tinyvec_macros"
  274. version = "0.1.0"
  275. source = "registry+https://github.com/rust-lang/crates.io-index"
  276. checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
  277. [[package]]
  278. name = "unicode-bidi"
  279. version = "0.3.5"
  280. source = "registry+https://github.com/rust-lang/crates.io-index"
  281. checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0"
  282. dependencies = [
  283. "matches",
  284. ]
  285. [[package]]
  286. name = "unicode-normalization"
  287. version = "0.1.17"
  288. source = "registry+https://github.com/rust-lang/crates.io-index"
  289. checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef"
  290. dependencies = [
  291. "tinyvec",
  292. ]
  293. [[package]]
  294. name = "unicode-width"
  295. version = "0.1.8"
  296. source = "registry+https://github.com/rust-lang/crates.io-index"
  297. checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
  298. [[package]]
  299. name = "url"
  300. version = "2.2.1"
  301. source = "registry+https://github.com/rust-lang/crates.io-index"
  302. checksum = "9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b"
  303. dependencies = [
  304. "form_urlencoded",
  305. "idna",
  306. "matches",
  307. "percent-encoding",
  308. ]
  309. [[package]]
  310. name = "users"
  311. version = "0.11.0"
  312. source = "registry+https://github.com/rust-lang/crates.io-index"
  313. checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
  314. dependencies = [
  315. "libc",
  316. "log",
  317. ]
  318. [[package]]
  319. name = "vcpkg"
  320. version = "0.2.12"
  321. source = "registry+https://github.com/rust-lang/crates.io-index"
  322. checksum = "cbdbff6266a24120518560b5dc983096efb98462e51d0d68169895b237be3e5d"
  323. [[package]]
  324. name = "winapi"
  325. version = "0.3.9"
  326. source = "registry+https://github.com/rust-lang/crates.io-index"
  327. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  328. dependencies = [
  329. "winapi-i686-pc-windows-gnu",
  330. "winapi-x86_64-pc-windows-gnu",
  331. ]
  332. [[package]]
  333. name = "winapi-i686-pc-windows-gnu"
  334. version = "0.4.0"
  335. source = "registry+https://github.com/rust-lang/crates.io-index"
  336. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  337. [[package]]
  338. name = "winapi-x86_64-pc-windows-gnu"
  339. version = "0.4.0"
  340. source = "registry+https://github.com/rust-lang/crates.io-index"
  341. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  342. [[package]]
  343. name = "zoneinfo_compiled"
  344. version = "0.5.1"
  345. source = "registry+https://github.com/rust-lang/crates.io-index"
  346. checksum = "64fbebe65e899530f43bd760b23fda8f141118f4db49952b02998cbd0907a5de"
  347. dependencies = [
  348. "byteorder",
  349. "datetime",
  350. ]