Cargo.lock 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. [root]
  2. name = "exa"
  3. version = "0.1.0"
  4. dependencies = [
  5. "ansi_term 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
  6. "datetime 0.1.2 (git+https://github.com/ogham/rust-datetime.git)",
  7. "datetime_macros 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  8. "getopts 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  9. "git2 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
  10. "locale 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  11. "natord 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
  12. "number_prefix 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  13. "pad 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  14. "users 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  15. ]
  16. [[package]]
  17. name = "ansi_term"
  18. version = "0.4.5"
  19. source = "registry+https://github.com/rust-lang/crates.io-index"
  20. dependencies = [
  21. "regex 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
  22. "regex_macros 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
  23. ]
  24. [[package]]
  25. name = "bitflags"
  26. version = "0.1.1"
  27. source = "registry+https://github.com/rust-lang/crates.io-index"
  28. [[package]]
  29. name = "datetime"
  30. version = "0.1.2"
  31. source = "git+https://github.com/ogham/rust-datetime.git#c108628eb3519535821bc7907f2305643465acf5"
  32. dependencies = [
  33. "pad 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  34. "regex 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
  35. "regex_macros 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
  36. ]
  37. [[package]]
  38. name = "datetime"
  39. version = "0.1.2"
  40. source = "registry+https://github.com/rust-lang/crates.io-index"
  41. dependencies = [
  42. "pad 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  43. "regex 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
  44. "regex_macros 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
  45. ]
  46. [[package]]
  47. name = "datetime_macros"
  48. version = "0.1.2"
  49. source = "registry+https://github.com/rust-lang/crates.io-index"
  50. dependencies = [
  51. "datetime 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  52. "pad 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  53. ]
  54. [[package]]
  55. name = "gcc"
  56. version = "0.1.7"
  57. source = "registry+https://github.com/rust-lang/crates.io-index"
  58. [[package]]
  59. name = "getopts"
  60. version = "0.2.3"
  61. source = "registry+https://github.com/rust-lang/crates.io-index"
  62. dependencies = [
  63. "log 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  64. ]
  65. [[package]]
  66. name = "git2"
  67. version = "0.1.17"
  68. source = "registry+https://github.com/rust-lang/crates.io-index"
  69. dependencies = [
  70. "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  71. "libgit2-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
  72. "url 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
  73. ]
  74. [[package]]
  75. name = "libc"
  76. version = "0.1.2"
  77. source = "registry+https://github.com/rust-lang/crates.io-index"
  78. [[package]]
  79. name = "libgit2-sys"
  80. version = "0.1.12"
  81. source = "registry+https://github.com/rust-lang/crates.io-index"
  82. dependencies = [
  83. "libssh2-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
  84. "libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  85. "openssl-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
  86. "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
  87. ]
  88. [[package]]
  89. name = "libressl-pnacl-sys"
  90. version = "2.1.4"
  91. source = "registry+https://github.com/rust-lang/crates.io-index"
  92. dependencies = [
  93. "pnacl-build-helper 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  94. ]
  95. [[package]]
  96. name = "libssh2-sys"
  97. version = "0.1.5"
  98. source = "registry+https://github.com/rust-lang/crates.io-index"
  99. dependencies = [
  100. "libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  101. "openssl-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
  102. "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
  103. ]
  104. [[package]]
  105. name = "libz-sys"
  106. version = "0.1.0"
  107. source = "registry+https://github.com/rust-lang/crates.io-index"
  108. dependencies = [
  109. "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
  110. ]
  111. [[package]]
  112. name = "locale"
  113. version = "0.1.1"
  114. source = "registry+https://github.com/rust-lang/crates.io-index"
  115. [[package]]
  116. name = "log"
  117. version = "0.2.3"
  118. source = "registry+https://github.com/rust-lang/crates.io-index"
  119. [[package]]
  120. name = "matches"
  121. version = "0.1.2"
  122. source = "registry+https://github.com/rust-lang/crates.io-index"
  123. [[package]]
  124. name = "natord"
  125. version = "1.0.7"
  126. source = "registry+https://github.com/rust-lang/crates.io-index"
  127. [[package]]
  128. name = "number_prefix"
  129. version = "0.2.3"
  130. source = "registry+https://github.com/rust-lang/crates.io-index"
  131. [[package]]
  132. name = "openssl-sys"
  133. version = "0.3.3"
  134. source = "registry+https://github.com/rust-lang/crates.io-index"
  135. dependencies = [
  136. "gcc 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
  137. "libressl-pnacl-sys 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  138. "pkg-config 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  139. ]
  140. [[package]]
  141. name = "pad"
  142. version = "0.1.1"
  143. source = "registry+https://github.com/rust-lang/crates.io-index"
  144. [[package]]
  145. name = "pkg-config"
  146. version = "0.1.7"
  147. source = "registry+https://github.com/rust-lang/crates.io-index"
  148. [[package]]
  149. name = "pkg-config"
  150. version = "0.2.0"
  151. source = "registry+https://github.com/rust-lang/crates.io-index"
  152. [[package]]
  153. name = "pnacl-build-helper"
  154. version = "1.3.2"
  155. source = "registry+https://github.com/rust-lang/crates.io-index"
  156. [[package]]
  157. name = "regex"
  158. version = "0.1.14"
  159. source = "registry+https://github.com/rust-lang/crates.io-index"
  160. [[package]]
  161. name = "regex_macros"
  162. version = "0.1.8"
  163. source = "registry+https://github.com/rust-lang/crates.io-index"
  164. dependencies = [
  165. "regex 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
  166. ]
  167. [[package]]
  168. name = "rustc-serialize"
  169. version = "0.2.12"
  170. source = "registry+https://github.com/rust-lang/crates.io-index"
  171. [[package]]
  172. name = "url"
  173. version = "0.2.20"
  174. source = "registry+https://github.com/rust-lang/crates.io-index"
  175. dependencies = [
  176. "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  177. "rustc-serialize 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
  178. ]
  179. [[package]]
  180. name = "users"
  181. version = "0.2.3"
  182. source = "registry+https://github.com/rust-lang/crates.io-index"
  183. dependencies = [
  184. "libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  185. ]