Cargo.lock 9.1 KB
Newer Older
B
Ben S 已提交
1 2
[root]
name = "exa"
B
Ben S 已提交
3
version = "0.3.0"
B
Ben S 已提交
4
dependencies = [
B
Ben S 已提交
5
 "ansi_term 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
M
Michael Faille 已提交
6
 "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
7
 "datetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
8
 "getopts 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
9
 "git2 0.2.12 (git+https://github.com/alexcrichton/git2-rs.git)",
B
Ben S 已提交
10
 "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
11
 "locale 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
12
 "natord 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
13
 "num_cpus 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
14 15
 "number_prefix 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "pad 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
16
 "threadpool 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
17
 "unicode-width 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
18 19 20 21 22 23 24 25 26
 "users 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "aho-corasick"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "memchr 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
27 28 29 30
]

[[package]]
name = "ansi_term"
31
version = "0.5.2"
B
Ben S 已提交
32
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Ben S 已提交
33

B
Ben S 已提交
34 35
[[package]]
name = "bitflags"
36
version = "0.1.1"
B
Ben S 已提交
37 38
source = "registry+https://github.com/rust-lang/crates.io-index"

39
[[package]]
B
Ben S 已提交
40 41
name = "byteorder"
version = "0.3.10"
42
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Ben S 已提交
43 44 45

[[package]]
name = "datetime"
B
Ben S 已提交
46 47
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
48
dependencies = [
49
 "locale 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
50
 "num 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
51
 "pad 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
52 53
 "regex 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex_macros 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
54
 "tz 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
55 56 57 58
]

[[package]]
name = "gcc"
59
version = "0.3.8"
60 61
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Benjamin Sago 已提交
62 63
[[package]]
name = "getopts"
B
Ben S 已提交
64
version = "0.2.11"
B
Benjamin Sago 已提交
65
source = "registry+https://github.com/rust-lang/crates.io-index"
66
dependencies = [
B
Benjamin Sago 已提交
67
 "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
68
]
B
Benjamin Sago 已提交
69

B
Ben S 已提交
70 71
[[package]]
name = "git2"
72 73
version = "0.2.12"
source = "git+https://github.com/alexcrichton/git2-rs.git#e5a439b13f45ca6b95fbf5f47ccf4b030d37ed1c"
B
Ben S 已提交
74
dependencies = [
75
 "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
76
 "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
77
 "libgit2-sys 0.2.17 (git+https://github.com/alexcrichton/git2-rs.git)",
B
Ben S 已提交
78
 "url 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
79 80
]

81 82
[[package]]
name = "libc"
B
Ben S 已提交
83
version = "0.1.8"
84 85
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
86 87
[[package]]
name = "libgit2-sys"
88 89
version = "0.2.17"
source = "git+https://github.com/alexcrichton/git2-rs.git#e5a439b13f45ca6b95fbf5f47ccf4b030d37ed1c"
B
Ben S 已提交
90
dependencies = [
B
Ben S 已提交
91
 "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
92
 "libssh2-sys 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
93
 "libz-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
94
 "openssl-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
95
 "pkg-config 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
96 97 98 99
]

[[package]]
name = "libressl-pnacl-sys"
100
version = "2.1.5"
B
Ben S 已提交
101 102
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
103
 "pnacl-build-helper 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
104 105 106 107
]

[[package]]
name = "libssh2-sys"
B
Ben S 已提交
108
version = "0.1.25"
B
Ben S 已提交
109 110
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
111
 "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
112
 "libz-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
113
 "openssl-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
114
 "pkg-config 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
115 116 117 118
]

[[package]]
name = "libz-sys"
119
version = "0.1.6"
B
Ben S 已提交
120 121
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
122
 "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
123
 "pkg-config 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
124 125
]

126 127
[[package]]
name = "locale"
128
version = "0.1.8"
129
source = "registry+https://github.com/rust-lang/crates.io-index"
130
dependencies = [
B
Ben S 已提交
131
 "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
132
 "num 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
133
]
134

135 136
[[package]]
name = "log"
B
Benjamin Sago 已提交
137
version = "0.3.1"
138
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Benjamin Sago 已提交
139
dependencies = [
B
Ben S 已提交
140
 "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Benjamin Sago 已提交
141
]
142

B
Ben S 已提交
143 144 145 146 147
[[package]]
name = "matches"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

148 149 150 151 152 153 154 155
[[package]]
name = "memchr"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

156 157
[[package]]
name = "natord"
B
Ben S 已提交
158
version = "1.0.8"
159
source = "registry+https://github.com/rust-lang/crates.io-index"
160

161 162
[[package]]
name = "num"
B
Ben S 已提交
163
version = "0.1.25"
164 165
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
166
 "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
167
 "rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
168 169
]

B
Benjamin Sago 已提交
170 171
[[package]]
name = "num_cpus"
B
Ben S 已提交
172
version = "0.2.6"
B
Benjamin Sago 已提交
173 174
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
175
 "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Benjamin Sago 已提交
176 177
]

178 179
[[package]]
name = "number_prefix"
180
version = "0.2.4"
181
source = "registry+https://github.com/rust-lang/crates.io-index"
182
dependencies = [
B
Ben S 已提交
183
 "num 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
184
]
185

B
Ben S 已提交
186 187
[[package]]
name = "openssl-sys"
188
version = "0.6.2"
B
Ben S 已提交
189 190
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
191
 "gcc 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
192
 "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
193
 "libressl-pnacl-sys 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
194
 "pkg-config 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
195 196
]

197 198
[[package]]
name = "pad"
199
version = "0.1.4"
200
source = "registry+https://github.com/rust-lang/crates.io-index"
201 202 203
dependencies = [
 "unicode-width 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
204

B
Ben S 已提交
205 206
[[package]]
name = "pkg-config"
207
version = "0.3.5"
208 209
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
210 211
[[package]]
name = "pnacl-build-helper"
212
version = "1.4.0"
B
Ben S 已提交
213
source = "registry+https://github.com/rust-lang/crates.io-index"
214 215 216 217 218 219
dependencies = [
 "tempdir 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "rand"
B
Ben S 已提交
220
version = "0.3.8"
221 222
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
223
 "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
224
]
B
Ben S 已提交
225

B
Ben S 已提交
226 227
[[package]]
name = "regex"
228
version = "0.1.38"
B
Ben S 已提交
229 230
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
231 232
 "aho-corasick 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "memchr 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
233 234 235 236 237 238
 "regex-syntax 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "regex-syntax"
version = "0.1.2"
B
Ben S 已提交
239 240 241 242
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "regex_macros"
243
version = "0.1.20"
B
Ben S 已提交
244 245
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
246
 "regex 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
247 248
]

B
Ben S 已提交
249 250
[[package]]
name = "rustc-serialize"
251
version = "0.3.15"
B
Ben S 已提交
252 253
source = "registry+https://github.com/rust-lang/crates.io-index"

254 255 256 257 258
[[package]]
name = "tempdir"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
259
 "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
260 261
]

B
Ben S 已提交
262 263 264 265 266
[[package]]
name = "threadpool"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
267 268 269 270 271 272 273 274
[[package]]
name = "tz"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byteorder 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)",
]

275 276 277 278 279
[[package]]
name = "unicode-width"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
280 281
[[package]]
name = "url"
B
Ben S 已提交
282
version = "0.2.35"
B
Ben S 已提交
283 284 285
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
286
 "rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
287 288
]

B
Ben S 已提交
289 290
[[package]]
name = "users"
291
version = "0.4.2"
292
source = "registry+https://github.com/rust-lang/crates.io-index"
293
dependencies = [
B
Ben S 已提交
294
 "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
295
]
B
Ben S 已提交
296