Cargo.lock 10.2 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 22
]

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

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

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

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

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

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

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

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

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

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

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

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

B
Ben S 已提交
105 106
[[package]]
name = "libgit2-sys"
P
petevine 已提交
107
version = "0.3.12"
B
Ben S 已提交
108
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Ben S 已提交
109
dependencies = [
P
petevine 已提交
110
 "cmake 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
111 112 113 114 115
 "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 已提交
116
 "pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
117 118 119 120
]

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

[[package]]
name = "libssh2-sys"
B
Ben S 已提交
129
version = "0.1.37"
B
Ben S 已提交
130 131
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
P
petevine 已提交
132
 "cmake 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
133 134 135
 "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 已提交
136
 "pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
137 138 139 140
]

[[package]]
name = "libz-sys"
B
Ben S 已提交
141
version = "1.0.2"
B
Ben S 已提交
142 143
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
144 145
 "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 已提交
146
 "pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
147 148
]

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

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

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

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

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

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

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

B
Ben S 已提交
198 199
[[package]]
name = "openssl-sys"
B
Ben S 已提交
200
version = "0.7.8"
B
Ben S 已提交
201 202
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
203
 "gdi32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
204
 "libc 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
205
 "libressl-pnacl-sys 2.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
P
petevine 已提交
206
 "pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
207
 "user32-sys 0.1.2 (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"
P
petevine 已提交
220
version = "0.3.8"
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"
P
petevine 已提交
233
version = "0.3.14"
234 235
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
236
 "libc 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
237
]
B
Ben S 已提交
238 239 240

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

B
Ben S 已提交
244 245
[[package]]
name = "scoped_threadpool"
P
petevine 已提交
246
version = "0.1.7"
B
Ben S 已提交
247 248
source = "registry+https://github.com/rust-lang/crates.io-index"

249 250 251 252 253
[[package]]
name = "tempdir"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
P
petevine 已提交
254
 "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
255 256
]

B
Ben S 已提交
257 258
[[package]]
name = "term_grid"
B
Benjamin Sago 已提交
259
version = "0.1.3"
B
Ben S 已提交
260 261
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
262
 "unicode-width 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
263 264
]

265 266
[[package]]
name = "unicode-width"
B
Ben S 已提交
267
version = "0.1.3"
268 269
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
270 271
[[package]]
name = "url"
B
Ben S 已提交
272
version = "0.2.38"
B
Ben S 已提交
273 274 275
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 已提交
276
 "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
277
 "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
278 279
]

B
Ben S 已提交
280 281 282 283 284
[[package]]
name = "user32-sys"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Benjamin Sago 已提交
285
 "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
286 287 288
 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

B
Ben S 已提交
297 298 299 300 301
[[package]]
name = "uuid"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
P
petevine 已提交
302
 "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
303
 "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
304 305
]

B
Ben S 已提交
306 307
[[package]]
name = "winapi"
B
Benjamin Sago 已提交
308
version = "0.2.6"
B
Ben S 已提交
309 310 311 312 313 314 315
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 已提交
316 317 318
[[package]]
name = "zoneinfo_compiled"
version = "0.2.1"
319
source = "git+https://github.com/rust-datetime/zoneinfo-compiled.git#f56921ea5e9f7cf065b1480ff270a1757c1f742f"
B
Ben S 已提交
320 321
dependencies = [
 "byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
P
petevine 已提交
322
 "datetime 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
323 324
]