Cargo.lock 10.4 KB
Newer Older
B
Ben S 已提交
1 2
[root]
name = "exa"
B
Ben S 已提交
3
version = "0.4.0"
B
Ben S 已提交
4
dependencies = [
B
Ben S 已提交
5
 "ansi_term 0.7.0 (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)",
7
 "datetime 0.4.1 (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 10
 "git2 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.1.12 (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.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
13
 "num_cpus 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
14
 "number_prefix 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
15
 "scoped_threadpool 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
16
 "term_grid 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
17 18 19 20 21 22 23 24 25
 "unicode-width 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "users 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "advapi32-sys"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
26
 "winapi 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
27
 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
28 29 30 31
]

[[package]]
name = "aho-corasick"
B
Ben S 已提交
32
version = "0.3.4"
33 34
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
35
 "memchr 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
36 37 38 39
]

[[package]]
name = "ansi_term"
B
Ben S 已提交
40
version = "0.7.0"
B
Ben S 已提交
41
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Ben S 已提交
42

B
Ben S 已提交
43 44
[[package]]
name = "bitflags"
45
version = "0.1.1"
B
Ben S 已提交
46 47
source = "registry+https://github.com/rust-lang/crates.io-index"

48
[[package]]
B
Ben S 已提交
49
name = "byteorder"
B
Ben S 已提交
50
version = "0.3.13"
51
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Ben S 已提交
52

B
Ben S 已提交
53 54
[[package]]
name = "cmake"
B
Ben S 已提交
55
version = "0.1.7"
B
Ben S 已提交
56 57
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
58
 "gcc 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
59 60
]

B
Ben S 已提交
61 62
[[package]]
name = "datetime"
63
version = "0.4.1"
B
Ben S 已提交
64
source = "registry+https://github.com/rust-lang/crates.io-index"
65
dependencies = [
B
Ben S 已提交
66
 "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
67
 "locale 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
68
 "num 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
69
 "pad 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
70
 "regex 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
71
 "tz 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
72 73 74 75
]

[[package]]
name = "gcc"
B
Ben S 已提交
76
version = "0.3.19"
77
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Ben S 已提交
78 79
dependencies = [
 "advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
80
 "winapi 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
81
]
82

B
Benjamin Sago 已提交
83 84
[[package]]
name = "getopts"
B
Ben S 已提交
85
version = "0.2.14"
B
Benjamin Sago 已提交
86 87
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
88 89
[[package]]
name = "git2"
B
Ben S 已提交
90
version = "0.3.2"
B
Ben S 已提交
91
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Ben S 已提交
92
dependencies = [
93
 "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
94 95
 "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "libgit2-sys 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
96
 "url 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
97 98
]

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

B
Ben S 已提交
104 105
[[package]]
name = "libgit2-sys"
B
Ben S 已提交
106
version = "0.3.6"
B
Ben S 已提交
107
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Ben S 已提交
108
dependencies = [
B
Ben S 已提交
109 110 111 112 113 114
 "cmake 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "libssh2-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
 "libz-sys 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "openssl-sys 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "pkg-config 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
115 116 117 118
]

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

[[package]]
name = "libssh2-sys"
B
Ben S 已提交
127
version = "0.1.31"
B
Ben S 已提交
128 129
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
130 131 132 133 134
 "cmake 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "libz-sys 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "openssl-sys 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "pkg-config 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
135 136 137 138
]

[[package]]
name = "libz-sys"
B
Ben S 已提交
139
version = "0.1.9"
B
Ben S 已提交
140 141
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
142 143 144
 "gcc 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "pkg-config 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
145 146
]

147 148
[[package]]
name = "locale"
149
version = "0.1.8"
150
source = "registry+https://github.com/rust-lang/crates.io-index"
151
dependencies = [
B
Ben S 已提交
152
 "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
153
 "num 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
154
]
155

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

161 162
[[package]]
name = "memchr"
B
Ben S 已提交
163
version = "0.1.6"
164 165
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
166
 "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
167 168
]

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

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

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

191 192
[[package]]
name = "number_prefix"
193
version = "0.2.4"
194
source = "registry+https://github.com/rust-lang/crates.io-index"
195
dependencies = [
B
Ben S 已提交
196
 "num 0.1.27 (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.6.7"
B
Ben S 已提交
202 203
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
204 205
 "gcc 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.1.12 (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)",
B
Ben S 已提交
207
 "pkg-config 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
208 209
]

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

B
Ben S 已提交
218 219
[[package]]
name = "pkg-config"
B
Ben S 已提交
220
version = "0.3.6"
221 222
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
223 224
[[package]]
name = "pnacl-build-helper"
B
Ben S 已提交
225
version = "1.4.10"
B
Ben S 已提交
226
source = "registry+https://github.com/rust-lang/crates.io-index"
227 228 229 230 231 232
dependencies = [
 "tempdir 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "rand"
B
Ben S 已提交
233
version = "0.3.11"
234 235
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
236
 "advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
237
 "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
238
 "winapi 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
239
]
B
Ben S 已提交
240

B
Ben S 已提交
241 242
[[package]]
name = "regex"
B
Ben S 已提交
243
version = "0.1.41"
B
Ben S 已提交
244 245
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
246
 "aho-corasick 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
247
 "memchr 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Benjamin Sago 已提交
248
 "regex-syntax 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
249 250 251 252
]

[[package]]
name = "regex-syntax"
B
Benjamin Sago 已提交
253
version = "0.2.2"
B
Ben S 已提交
254 255
source = "registry+https://github.com/rust-lang/crates.io-index"

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

B
Ben S 已提交
261 262
[[package]]
name = "rustc_version"
B
Ben S 已提交
263
version = "0.1.4"
B
Ben S 已提交
264 265 266 267 268 269 270 271 272 273
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "scoped_threadpool"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
274
 "rustc_version 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
275 276 277 278 279 280 281
]

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

282 283 284 285 286
[[package]]
name = "tempdir"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
287
 "rand 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
288 289
]

B
Ben S 已提交
290 291
[[package]]
name = "term_grid"
B
Ben S 已提交
292
version = "0.1.2"
B
Ben S 已提交
293 294
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
295
 "unicode-width 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
296 297
]

B
Ben S 已提交
298 299
[[package]]
name = "tz"
B
Ben S 已提交
300
version = "0.2.1"
B
Ben S 已提交
301 302
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
303
 "byteorder 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
304 305
]

306 307
[[package]]
name = "unicode-width"
B
Ben S 已提交
308
version = "0.1.3"
309 310
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
311 312
[[package]]
name = "url"
B
Ben S 已提交
313
version = "0.2.37"
B
Ben S 已提交
314 315 316
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 已提交
317
 "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
318 319
]

B
Ben S 已提交
320 321
[[package]]
name = "users"
B
Ben S 已提交
322
version = "0.4.3"
323
source = "registry+https://github.com/rust-lang/crates.io-index"
324
dependencies = [
B
Ben S 已提交
325
 "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
326
]
B
Ben S 已提交
327

B
Ben S 已提交
328 329
[[package]]
name = "winapi"
330
version = "0.2.4"
B
Ben S 已提交
331 332 333 334 335 336 337
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"