Cargo.lock 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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. "getopts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  7. "git2 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
  8. "natord 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
  9. "number_prefix 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  10. "users 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  11. ]
  12. [[package]]
  13. name = "ansi_term"
  14. version = "0.4.5"
  15. source = "registry+https://github.com/rust-lang/crates.io-index"
  16. dependencies = [
  17. "regex 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
  18. "regex_macros 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
  19. ]
  20. [[package]]
  21. name = "bitflags"
  22. version = "0.1.0"
  23. source = "registry+https://github.com/rust-lang/crates.io-index"
  24. [[package]]
  25. name = "getopts"
  26. version = "0.2.1"
  27. source = "registry+https://github.com/rust-lang/crates.io-index"
  28. dependencies = [
  29. "log 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  30. ]
  31. [[package]]
  32. name = "git2"
  33. version = "0.1.13"
  34. source = "registry+https://github.com/rust-lang/crates.io-index"
  35. dependencies = [
  36. "bitflags 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  37. "libgit2-sys 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
  38. "url 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
  39. ]
  40. [[package]]
  41. name = "libc"
  42. version = "0.1.1"
  43. source = "registry+https://github.com/rust-lang/crates.io-index"
  44. [[package]]
  45. name = "libgit2-sys"
  46. version = "0.1.11"
  47. source = "registry+https://github.com/rust-lang/crates.io-index"
  48. dependencies = [
  49. "libssh2-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
  50. "libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  51. "openssl-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  52. "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
  53. ]
  54. [[package]]
  55. name = "libressl-pnacl-sys"
  56. version = "2.1.4"
  57. source = "registry+https://github.com/rust-lang/crates.io-index"
  58. dependencies = [
  59. "pnacl-build-helper 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  60. ]
  61. [[package]]
  62. name = "libssh2-sys"
  63. version = "0.1.5"
  64. source = "registry+https://github.com/rust-lang/crates.io-index"
  65. dependencies = [
  66. "libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  67. "openssl-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  68. "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
  69. ]
  70. [[package]]
  71. name = "libz-sys"
  72. version = "0.1.0"
  73. source = "registry+https://github.com/rust-lang/crates.io-index"
  74. dependencies = [
  75. "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
  76. ]
  77. [[package]]
  78. name = "log"
  79. version = "0.2.2"
  80. source = "registry+https://github.com/rust-lang/crates.io-index"
  81. [[package]]
  82. name = "matches"
  83. version = "0.1.2"
  84. source = "registry+https://github.com/rust-lang/crates.io-index"
  85. [[package]]
  86. name = "natord"
  87. version = "1.0.7"
  88. source = "registry+https://github.com/rust-lang/crates.io-index"
  89. [[package]]
  90. name = "number_prefix"
  91. version = "0.2.3"
  92. source = "registry+https://github.com/rust-lang/crates.io-index"
  93. [[package]]
  94. name = "openssl-sys"
  95. version = "0.3.1"
  96. source = "registry+https://github.com/rust-lang/crates.io-index"
  97. dependencies = [
  98. "libressl-pnacl-sys 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  99. "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
  100. ]
  101. [[package]]
  102. name = "pkg-config"
  103. version = "0.1.7"
  104. source = "registry+https://github.com/rust-lang/crates.io-index"
  105. [[package]]
  106. name = "pnacl-build-helper"
  107. version = "1.3.2"
  108. source = "registry+https://github.com/rust-lang/crates.io-index"
  109. [[package]]
  110. name = "regex"
  111. version = "0.1.13"
  112. source = "registry+https://github.com/rust-lang/crates.io-index"
  113. [[package]]
  114. name = "regex_macros"
  115. version = "0.1.8"
  116. source = "registry+https://github.com/rust-lang/crates.io-index"
  117. dependencies = [
  118. "regex 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
  119. ]
  120. [[package]]
  121. name = "rustc-serialize"
  122. version = "0.2.11"
  123. source = "registry+https://github.com/rust-lang/crates.io-index"
  124. [[package]]
  125. name = "url"
  126. version = "0.2.18"
  127. source = "registry+https://github.com/rust-lang/crates.io-index"
  128. dependencies = [
  129. "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  130. "rustc-serialize 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
  131. ]
  132. [[package]]
  133. name = "users"
  134. version = "0.2.3"
  135. source = "registry+https://github.com/rust-lang/crates.io-index"
  136. dependencies = [
  137. "libc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  138. ]