Cargo.lock 11.0 KB
Newer Older
B
Ben S 已提交
1 2
[root]
name = "exa"
B
Ben S 已提交
3
version = "0.4.0"
B
Ben S 已提交
4
dependencies = [
P
petevine 已提交
5
 "ansi_term 0.7.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)",
P
petevine 已提交
7
 "datetime 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
8
 "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
9
 "git2 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
10
 "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
11
 "libc 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
P
petevine 已提交
12
 "locale 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
13
 "natord 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
P
petevine 已提交
14
 "num_cpus 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
B
Benjamin Sago 已提交
15
 "number_prefix 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
P
petevine 已提交
16
 "scoped_threadpool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Benjamin Sago 已提交
17
 "term_grid 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
18
 "unicode-width 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
19
 "users 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
20
 "zoneinfo_compiled 0.2.1 (git+https://github.com/rust-datetime/zoneinfo-compiled.git)",
B
Ben S 已提交
21
 "zoneinfo_data 0.1.0 (git+https://github.com/rust-datetime/zoneinfo-data.git)",
B
Ben S 已提交
22 23
]

B
Ben S 已提交
24 25
[[package]]
name = "ansi_term"
P
petevine 已提交
26
version = "0.7.2"
B
Ben S 已提交
27
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Ben S 已提交
28

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

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

B
Ben S 已提交
39 40
[[package]]
name = "cmake"
P
petevine 已提交
41
version = "0.1.16"
B
Ben S 已提交
42 43
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
44
 "gcc 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
45 46
]

B
Ben S 已提交
47 48
[[package]]
name = "datetime"
P
petevine 已提交
49
version = "0.4.3"
B
Ben S 已提交
50
source = "registry+https://github.com/rust-lang/crates.io-index"
51
dependencies = [
B
Ben S 已提交
52
 "iso8601 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
53
 "libc 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
P
petevine 已提交
54 55
 "locale 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "num 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
56
 "pad 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
57 58 59 60
]

[[package]]
name = "gcc"
B
Ben S 已提交
61
version = "0.3.26"
62 63
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
64 65 66 67 68
[[package]]
name = "gdi32-sys"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Benjamin Sago 已提交
69
 "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
70 71
]

B
Benjamin Sago 已提交
72 73
[[package]]
name = "getopts"
B
Ben S 已提交
74
version = "0.2.14"
B
Benjamin Sago 已提交
75 76
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
77 78
[[package]]
name = "git2"
B
Ben S 已提交
79
version = "0.3.4"
B
Ben S 已提交
80
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Ben S 已提交
81
dependencies = [
82
 "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
83
 "libc 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
P
petevine 已提交
84
 "libgit2-sys 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
85
 "url 0.2.38 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
86 87
]

B
Ben S 已提交
88 89 90 91 92
[[package]]
name = "iso8601"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
P
petevine 已提交
93
 "nom 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Benjamin Sago 已提交
94 95
]

B
Ben S 已提交
96 97 98 99 100
[[package]]
name = "lazy_static"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"

101 102
[[package]]
name = "libc"
B
Ben S 已提交
103
version = "0.2.9"
B
Ben S 已提交
104 105
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
106 107
[[package]]
name = "libgit2-sys"
P
petevine 已提交
108
version = "0.3.12"
B
Ben S 已提交
109
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Ben S 已提交
110
dependencies = [
P
petevine 已提交
111
 "cmake 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
112 113 114 115 116
 "gcc 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "libssh2-sys 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
 "libz-sys 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "openssl-sys 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
P
petevine 已提交
117
 "pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
118 119 120 121
]

[[package]]
name = "libressl-pnacl-sys"
B
Ben S 已提交
122
version = "2.1.6"
B
Ben S 已提交
123 124
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
125
 "pnacl-build-helper 1.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
126 127 128 129
]

[[package]]
name = "libssh2-sys"
B
Ben S 已提交
130
version = "0.1.37"
B
Ben S 已提交
131 132
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
P
petevine 已提交
133
 "cmake 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
134 135 136
 "libc 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "libz-sys 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "openssl-sys 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
P
petevine 已提交
137
 "pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
138 139 140 141
]

[[package]]
name = "libz-sys"
B
Ben S 已提交
142
version = "1.0.2"
B
Ben S 已提交
143 144
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
145 146
 "gcc 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
P
petevine 已提交
147
 "pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
148 149
]

150 151
[[package]]
name = "locale"
P
petevine 已提交
152
version = "0.2.1"
153
source = "registry+https://github.com/rust-lang/crates.io-index"
154
dependencies = [
B
Ben S 已提交
155
 "libc 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
P
petevine 已提交
156
 "num 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
157
]
158

B
Ben S 已提交
159 160 161 162 163
[[package]]
name = "matches"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

164
[[package]]
B
Ben S 已提交
165 166
name = "natord"
version = "1.0.9"
167 168
source = "registry+https://github.com/rust-lang/crates.io-index"

169
[[package]]
B
Ben S 已提交
170
name = "nom"
P
petevine 已提交
171
version = "1.2.2"
172
source = "registry+https://github.com/rust-lang/crates.io-index"
173

174 175
[[package]]
name = "num"
P
petevine 已提交
176
version = "0.1.31"
177 178
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
P
petevine 已提交
179
 "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
180
 "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
181 182
]

B
Benjamin Sago 已提交
183 184
[[package]]
name = "num_cpus"
P
petevine 已提交
185
version = "0.2.11"
B
Benjamin Sago 已提交
186 187
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
188
 "libc 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Benjamin Sago 已提交
189 190
]

191 192
[[package]]
name = "number_prefix"
B
Benjamin Sago 已提交
193
version = "0.2.5"
194
source = "registry+https://github.com/rust-lang/crates.io-index"
195
dependencies = [
P
petevine 已提交
196
 "num 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
197
]
198

B
Ben S 已提交
199 200
[[package]]
name = "openssl-sys"
B
Ben S 已提交
201
version = "0.7.8"
B
Ben S 已提交
202 203
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
204
 "gdi32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
205
 "libc 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
206
 "libressl-pnacl-sys 2.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
P
petevine 已提交
207
 "pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
208
 "user32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
209 210
]

211 212
[[package]]
name = "pad"
213
version = "0.1.4"
214
source = "registry+https://github.com/rust-lang/crates.io-index"
215
dependencies = [
B
Ben S 已提交
216
 "unicode-width 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
217
]
218

P
petevine 已提交
219 220
[[package]]
name = "phf"
B
Ben S 已提交
221
version = "0.7.14"
P
petevine 已提交
222 223
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
224
 "phf_shared 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)",
P
petevine 已提交
225 226 227 228
]

[[package]]
name = "phf_shared"
B
Ben S 已提交
229
version = "0.7.14"
P
petevine 已提交
230 231
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
232 233
[[package]]
name = "pkg-config"
P
petevine 已提交
234
version = "0.3.8"
235 236
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
237 238
[[package]]
name = "pnacl-build-helper"
B
Ben S 已提交
239
version = "1.4.10"
B
Ben S 已提交
240
source = "registry+https://github.com/rust-lang/crates.io-index"
241 242 243 244 245 246
dependencies = [
 "tempdir 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "rand"
P
petevine 已提交
247
version = "0.3.14"
248 249
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
250
 "libc 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
251
]
B
Ben S 已提交
252 253 254

[[package]]
name = "rustc-serialize"
B
Ben S 已提交
255
version = "0.3.18"
B
Ben S 已提交
256 257
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
258 259
[[package]]
name = "scoped_threadpool"
P
petevine 已提交
260
version = "0.1.7"
B
Ben S 已提交
261 262
source = "registry+https://github.com/rust-lang/crates.io-index"

263 264 265 266 267
[[package]]
name = "tempdir"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
P
petevine 已提交
268
 "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
269 270
]

B
Ben S 已提交
271 272
[[package]]
name = "term_grid"
B
Benjamin Sago 已提交
273
version = "0.1.3"
B
Ben S 已提交
274 275
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
276
 "unicode-width 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
277 278
]

279 280
[[package]]
name = "unicode-width"
B
Ben S 已提交
281
version = "0.1.3"
282 283
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
284 285
[[package]]
name = "url"
B
Ben S 已提交
286
version = "0.2.38"
B
Ben S 已提交
287 288 289
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 已提交
290
 "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
291
 "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
292 293
]

B
Ben S 已提交
294 295 296 297 298
[[package]]
name = "user32-sys"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Benjamin Sago 已提交
299
 "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
300 301 302
 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

B
Ben S 已提交
303 304
[[package]]
name = "users"
B
Ben S 已提交
305
version = "0.5.1"
306
source = "registry+https://github.com/rust-lang/crates.io-index"
307
dependencies = [
B
Ben S 已提交
308
 "libc 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
309
]
B
Ben S 已提交
310

B
Ben S 已提交
311 312 313 314 315
[[package]]
name = "uuid"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
P
petevine 已提交
316
 "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
317
 "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
318 319
]

B
Ben S 已提交
320 321
[[package]]
name = "winapi"
B
Benjamin Sago 已提交
322
version = "0.2.6"
B
Ben S 已提交
323 324 325 326 327 328 329
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
330 331 332
[[package]]
name = "zoneinfo_compiled"
version = "0.2.1"
333
source = "git+https://github.com/rust-datetime/zoneinfo-compiled.git#f56921ea5e9f7cf065b1480ff270a1757c1f742f"
B
Ben S 已提交
334 335
dependencies = [
 "byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
P
petevine 已提交
336
 "datetime 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
337 338
]

B
Ben S 已提交
339 340 341
[[package]]
name = "zoneinfo_data"
version = "0.1.0"
P
petevine 已提交
342
source = "git+https://github.com/rust-datetime/zoneinfo-data.git#6807bb6be1a444f8133dd62c3af5d1dcffb46bee"
B
Ben S 已提交
343
dependencies = [
P
petevine 已提交
344 345
 "datetime 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "locale 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
346
 "phf 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
347 348
]