Cargo.lock 5.6 KB

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