Cargo.lock 4.6 KB
Newer Older
B
Ben S 已提交
1 2 3 4
[root]
name = "exa"
version = "0.1.0"
dependencies = [
5
 "ansi_term 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
6 7
 "getopts 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "git2 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
8
 "natord 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
9 10
 "number_prefix 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "users 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
11 12 13 14
]

[[package]]
name = "ansi_term"
15
version = "0.4.5"
16
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Ben S 已提交
17
dependencies = [
B
Ben S 已提交
18
 "regex 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
19
 "regex_macros 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
20
]
B
Ben S 已提交
21

B
Ben S 已提交
22 23 24 25 26
[[package]]
name = "bitflags"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Benjamin Sago 已提交
27 28
[[package]]
name = "getopts"
B
Ben S 已提交
29
version = "0.2.2"
B
Benjamin Sago 已提交
30
source = "registry+https://github.com/rust-lang/crates.io-index"
31 32 33
dependencies = [
 "log 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
B
Benjamin Sago 已提交
34

B
Ben S 已提交
35 36
[[package]]
name = "git2"
B
Ben S 已提交
37
version = "0.1.15"
B
Ben S 已提交
38 39 40
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bitflags 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
41 42
 "libgit2-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "url 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
43 44
]

45 46 47 48 49
[[package]]
name = "libc"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
50 51
[[package]]
name = "libgit2-sys"
B
Ben S 已提交
52
version = "0.1.12"
B
Ben S 已提交
53 54
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
55
 "libssh2-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
56
 "libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
57
 "openssl-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
58
 "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
59 60 61 62 63 64 65
]

[[package]]
name = "libressl-pnacl-sys"
version = "2.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
66
 "pnacl-build-helper 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
67 68 69 70
]

[[package]]
name = "libssh2-sys"
71
version = "0.1.5"
B
Ben S 已提交
72 73 74
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
75
 "openssl-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
76
 "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
77 78 79 80 81 82 83
]

[[package]]
name = "libz-sys"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
84
 "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
85 86
]

87 88 89 90 91
[[package]]
name = "log"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
92 93 94 95 96
[[package]]
name = "matches"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

97 98
[[package]]
name = "natord"
99
version = "1.0.7"
100
source = "registry+https://github.com/rust-lang/crates.io-index"
101

102 103
[[package]]
name = "number_prefix"
104
version = "0.2.3"
105
source = "registry+https://github.com/rust-lang/crates.io-index"
106

B
Ben S 已提交
107 108
[[package]]
name = "openssl-sys"
109
version = "0.3.1"
B
Ben S 已提交
110 111 112
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "libressl-pnacl-sys 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
113
 "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
114 115 116 117
]

[[package]]
name = "pkg-config"
B
Ben S 已提交
118
version = "0.1.7"
B
Ben S 已提交
119 120 121 122
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "pnacl-build-helper"
123
version = "1.3.2"
B
Ben S 已提交
124 125
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
126 127
[[package]]
name = "regex"
B
Ben S 已提交
128
version = "0.1.14"
B
Ben S 已提交
129 130 131 132
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "regex_macros"
133
version = "0.1.8"
B
Ben S 已提交
134 135
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
136
 "regex 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
137 138
]

B
Ben S 已提交
139 140
[[package]]
name = "rustc-serialize"
B
Ben S 已提交
141
version = "0.2.12"
B
Ben S 已提交
142 143 144 145
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "url"
B
Ben S 已提交
146
version = "0.2.19"
B
Ben S 已提交
147 148 149
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
150
 "rustc-serialize 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
151 152
]

B
Ben S 已提交
153 154
[[package]]
name = "users"
155
version = "0.2.3"
156
source = "registry+https://github.com/rust-lang/crates.io-index"
157 158 159
dependencies = [
 "libc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
B
Ben S 已提交
160