Cargo.lock 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. [root]
  2. name = "exa"
  3. version = "0.2.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.5 (registry+https://github.com/rust-lang/crates.io-index)",
  8. "getopts 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
  9. "git2 0.2.6 (git+https://github.com/alexcrichton/git2-rs.git)",
  10. "locale 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
  11. "natord 1.0.8 (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.3 (registry+https://github.com/rust-lang/crates.io-index)",
  14. "users 0.3.1 (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.5"
  27. source = "registry+https://github.com/rust-lang/crates.io-index"
  28. dependencies = [
  29. "locale 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
  30. "pad 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
  31. "regex 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
  32. "regex_macros 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
  33. ]
  34. [[package]]
  35. name = "gcc"
  36. version = "0.3.3"
  37. source = "registry+https://github.com/rust-lang/crates.io-index"
  38. [[package]]
  39. name = "getopts"
  40. version = "0.2.5"
  41. source = "registry+https://github.com/rust-lang/crates.io-index"
  42. dependencies = [
  43. "log 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
  44. ]
  45. [[package]]
  46. name = "git2"
  47. version = "0.2.6"
  48. source = "git+https://github.com/alexcrichton/git2-rs.git#e79e709310196873a4e6a8e5893295ea9d0fab56"
  49. dependencies = [
  50. "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  51. "libc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
  52. "libgit2-sys 0.2.7 (git+https://github.com/alexcrichton/git2-rs.git)",
  53. "url 0.2.28 (registry+https://github.com/rust-lang/crates.io-index)",
  54. ]
  55. [[package]]
  56. name = "libc"
  57. version = "0.1.3"
  58. source = "registry+https://github.com/rust-lang/crates.io-index"
  59. [[package]]
  60. name = "libgit2-sys"
  61. version = "0.2.7"
  62. source = "git+https://github.com/alexcrichton/git2-rs.git#e79e709310196873a4e6a8e5893295ea9d0fab56"
  63. dependencies = [
  64. "libc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
  65. "libssh2-sys 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
  66. "libz-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  67. "openssl-sys 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
  68. "pkg-config 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  69. ]
  70. [[package]]
  71. name = "libressl-pnacl-sys"
  72. version = "2.1.4"
  73. source = "registry+https://github.com/rust-lang/crates.io-index"
  74. dependencies = [
  75. "pnacl-build-helper 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  76. ]
  77. [[package]]
  78. name = "libssh2-sys"
  79. version = "0.1.15"
  80. source = "registry+https://github.com/rust-lang/crates.io-index"
  81. dependencies = [
  82. "libc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
  83. "libz-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  84. "openssl-sys 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
  85. "pkg-config 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  86. ]
  87. [[package]]
  88. name = "libz-sys"
  89. version = "0.1.2"
  90. source = "registry+https://github.com/rust-lang/crates.io-index"
  91. dependencies = [
  92. "pkg-config 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  93. ]
  94. [[package]]
  95. name = "locale"
  96. version = "0.1.6"
  97. source = "registry+https://github.com/rust-lang/crates.io-index"
  98. [[package]]
  99. name = "log"
  100. version = "0.2.5"
  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.8"
  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.5.2"
  117. source = "registry+https://github.com/rust-lang/crates.io-index"
  118. dependencies = [
  119. "gcc 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
  120. "libc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
  121. "libressl-pnacl-sys 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  122. "pkg-config 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  123. ]
  124. [[package]]
  125. name = "pad"
  126. version = "0.1.3"
  127. source = "registry+https://github.com/rust-lang/crates.io-index"
  128. [[package]]
  129. name = "pkg-config"
  130. version = "0.3.2"
  131. source = "registry+https://github.com/rust-lang/crates.io-index"
  132. [[package]]
  133. name = "pnacl-build-helper"
  134. version = "1.3.2"
  135. source = "registry+https://github.com/rust-lang/crates.io-index"
  136. [[package]]
  137. name = "regex"
  138. version = "0.1.21"
  139. source = "registry+https://github.com/rust-lang/crates.io-index"
  140. [[package]]
  141. name = "regex_macros"
  142. version = "0.1.13"
  143. source = "registry+https://github.com/rust-lang/crates.io-index"
  144. dependencies = [
  145. "regex 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
  146. ]
  147. [[package]]
  148. name = "rustc-serialize"
  149. version = "0.3.7"
  150. source = "registry+https://github.com/rust-lang/crates.io-index"
  151. [[package]]
  152. name = "url"
  153. version = "0.2.28"
  154. source = "registry+https://github.com/rust-lang/crates.io-index"
  155. dependencies = [
  156. "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  157. "rustc-serialize 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
  158. ]
  159. [[package]]
  160. name = "users"
  161. version = "0.3.1"
  162. source = "registry+https://github.com/rust-lang/crates.io-index"
  163. dependencies = [
  164. "libc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
  165. ]