Cargo.lock 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. [root]
  2. name = "exa"
  3. version = "0.1.0"
  4. dependencies = [
  5. "ansi_term 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  6. "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  7. "datetime 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  8. "getopts 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
  9. "git2 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
  10. "locale 0.1.3 (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.2 (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.5.0"
  19. source = "registry+https://github.com/rust-lang/crates.io-index"
  20. [[package]]
  21. name = "bitflags"
  22. version = "0.1.1"
  23. source = "registry+https://github.com/rust-lang/crates.io-index"
  24. [[package]]
  25. name = "datetime"
  26. version = "0.1.4"
  27. source = "registry+https://github.com/rust-lang/crates.io-index"
  28. dependencies = [
  29. "locale 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
  30. "pad 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  31. "regex 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
  32. "regex_macros 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
  33. ]
  34. [[package]]
  35. name = "gcc"
  36. version = "0.2.1"
  37. source = "registry+https://github.com/rust-lang/crates.io-index"
  38. [[package]]
  39. name = "getopts"
  40. version = "0.2.4"
  41. source = "registry+https://github.com/rust-lang/crates.io-index"
  42. dependencies = [
  43. "log 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
  44. ]
  45. [[package]]
  46. name = "git2"
  47. version = "0.1.20"
  48. source = "registry+https://github.com/rust-lang/crates.io-index"
  49. dependencies = [
  50. "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  51. "libgit2-sys 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
  52. "url 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
  53. ]
  54. [[package]]
  55. name = "libc"
  56. version = "0.1.2"
  57. source = "registry+https://github.com/rust-lang/crates.io-index"
  58. [[package]]
  59. name = "libgit2-sys"
  60. version = "0.1.14"
  61. source = "registry+https://github.com/rust-lang/crates.io-index"
  62. dependencies = [
  63. "libssh2-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
  64. "libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  65. "openssl-sys 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
  66. "pkg-config 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  67. ]
  68. [[package]]
  69. name = "libressl-pnacl-sys"
  70. version = "2.1.4"
  71. source = "registry+https://github.com/rust-lang/crates.io-index"
  72. dependencies = [
  73. "pnacl-build-helper 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  74. ]
  75. [[package]]
  76. name = "libssh2-sys"
  77. version = "0.1.8"
  78. source = "registry+https://github.com/rust-lang/crates.io-index"
  79. dependencies = [
  80. "libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  81. "libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  82. "openssl-sys 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
  83. "pkg-config 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  84. ]
  85. [[package]]
  86. name = "libz-sys"
  87. version = "0.1.0"
  88. source = "registry+https://github.com/rust-lang/crates.io-index"
  89. dependencies = [
  90. "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
  91. ]
  92. [[package]]
  93. name = "locale"
  94. version = "0.1.3"
  95. source = "registry+https://github.com/rust-lang/crates.io-index"
  96. [[package]]
  97. name = "log"
  98. version = "0.2.4"
  99. source = "registry+https://github.com/rust-lang/crates.io-index"
  100. [[package]]
  101. name = "matches"
  102. version = "0.1.2"
  103. source = "registry+https://github.com/rust-lang/crates.io-index"
  104. [[package]]
  105. name = "natord"
  106. version = "1.0.7"
  107. source = "registry+https://github.com/rust-lang/crates.io-index"
  108. [[package]]
  109. name = "number_prefix"
  110. version = "0.2.3"
  111. source = "registry+https://github.com/rust-lang/crates.io-index"
  112. [[package]]
  113. name = "openssl-sys"
  114. version = "0.4.3"
  115. source = "registry+https://github.com/rust-lang/crates.io-index"
  116. dependencies = [
  117. "gcc 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  118. "libressl-pnacl-sys 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  119. "pkg-config 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  120. ]
  121. [[package]]
  122. name = "pad"
  123. version = "0.1.2"
  124. source = "registry+https://github.com/rust-lang/crates.io-index"
  125. [[package]]
  126. name = "pkg-config"
  127. version = "0.1.7"
  128. source = "registry+https://github.com/rust-lang/crates.io-index"
  129. [[package]]
  130. name = "pkg-config"
  131. version = "0.2.2"
  132. source = "registry+https://github.com/rust-lang/crates.io-index"
  133. [[package]]
  134. name = "pnacl-build-helper"
  135. version = "1.3.2"
  136. source = "registry+https://github.com/rust-lang/crates.io-index"
  137. [[package]]
  138. name = "regex"
  139. version = "0.1.15"
  140. source = "registry+https://github.com/rust-lang/crates.io-index"
  141. [[package]]
  142. name = "regex_macros"
  143. version = "0.1.8"
  144. source = "registry+https://github.com/rust-lang/crates.io-index"
  145. dependencies = [
  146. "regex 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
  147. ]
  148. [[package]]
  149. name = "rustc-serialize"
  150. version = "0.2.15"
  151. source = "registry+https://github.com/rust-lang/crates.io-index"
  152. [[package]]
  153. name = "url"
  154. version = "0.2.21"
  155. source = "registry+https://github.com/rust-lang/crates.io-index"
  156. dependencies = [
  157. "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  158. "rustc-serialize 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
  159. ]
  160. [[package]]
  161. name = "users"
  162. version = "0.2.3"
  163. source = "registry+https://github.com/rust-lang/crates.io-index"
  164. dependencies = [
  165. "libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  166. ]