Cargo.lock 5.8 KB

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