Cargo.lock 6.3 KB

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