Cargo.lock 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. [root]
  2. name = "exa"
  3. version = "0.1.0"
  4. dependencies = [
  5. "ansi_term 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
  6. "getopts 0.2.0 (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.2 (registry+https://github.com/rust-lang/crates.io-index)",
  10. "users 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  11. ]
  12. [[package]]
  13. name = "ansi_term"
  14. version = "0.4.3"
  15. source = "registry+https://github.com/rust-lang/crates.io-index"
  16. dependencies = [
  17. "regex 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
  18. "regex_macros 0.1.6 (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.0"
  27. source = "registry+https://github.com/rust-lang/crates.io-index"
  28. [[package]]
  29. name = "git2"
  30. version = "0.1.13"
  31. source = "registry+https://github.com/rust-lang/crates.io-index"
  32. dependencies = [
  33. "bitflags 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  34. "libgit2-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  35. "url 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
  36. ]
  37. [[package]]
  38. name = "libgit2-sys"
  39. version = "0.1.10"
  40. source = "registry+https://github.com/rust-lang/crates.io-index"
  41. dependencies = [
  42. "libssh2-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  43. "libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  44. "openssl-sys 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
  45. "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
  46. ]
  47. [[package]]
  48. name = "libressl-pnacl-sys"
  49. version = "2.1.4"
  50. source = "registry+https://github.com/rust-lang/crates.io-index"
  51. dependencies = [
  52. "pnacl-build-helper 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  53. ]
  54. [[package]]
  55. name = "libssh2-sys"
  56. version = "0.1.4"
  57. source = "registry+https://github.com/rust-lang/crates.io-index"
  58. dependencies = [
  59. "libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  60. "openssl-sys 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
  61. "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
  62. ]
  63. [[package]]
  64. name = "libz-sys"
  65. version = "0.1.0"
  66. source = "registry+https://github.com/rust-lang/crates.io-index"
  67. dependencies = [
  68. "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
  69. ]
  70. [[package]]
  71. name = "matches"
  72. version = "0.1.2"
  73. source = "registry+https://github.com/rust-lang/crates.io-index"
  74. [[package]]
  75. name = "natord"
  76. version = "1.0.7"
  77. source = "registry+https://github.com/rust-lang/crates.io-index"
  78. [[package]]
  79. name = "number_prefix"
  80. version = "0.2.2"
  81. source = "registry+https://github.com/rust-lang/crates.io-index"
  82. [[package]]
  83. name = "openssl-sys"
  84. version = "0.2.18"
  85. source = "registry+https://github.com/rust-lang/crates.io-index"
  86. dependencies = [
  87. "libressl-pnacl-sys 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  88. "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
  89. ]
  90. [[package]]
  91. name = "pkg-config"
  92. version = "0.1.7"
  93. source = "registry+https://github.com/rust-lang/crates.io-index"
  94. [[package]]
  95. name = "pnacl-build-helper"
  96. version = "1.3.2"
  97. source = "registry+https://github.com/rust-lang/crates.io-index"
  98. [[package]]
  99. name = "regex"
  100. version = "0.1.11"
  101. source = "registry+https://github.com/rust-lang/crates.io-index"
  102. [[package]]
  103. name = "regex_macros"
  104. version = "0.1.6"
  105. source = "registry+https://github.com/rust-lang/crates.io-index"
  106. dependencies = [
  107. "regex 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
  108. ]
  109. [[package]]
  110. name = "rustc-serialize"
  111. version = "0.2.10"
  112. source = "registry+https://github.com/rust-lang/crates.io-index"
  113. [[package]]
  114. name = "url"
  115. version = "0.2.17"
  116. source = "registry+https://github.com/rust-lang/crates.io-index"
  117. dependencies = [
  118. "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  119. "rustc-serialize 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
  120. ]
  121. [[package]]
  122. name = "users"
  123. version = "0.2.2"
  124. source = "registry+https://github.com/rust-lang/crates.io-index"