Cargo.lock 19.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 = [
B
Benjamin Sago 已提交
5
 "ansi_term 0.7.5 (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
Benjamin Sago 已提交
7
 "datetime 0.4.4 (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
Benjamin Sago 已提交
10 11
 "lazy_static 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.16 (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)",
B
Benjamin Sago 已提交
14 15
 "num_cpus 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "number_prefix 0.2.7 (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.5 (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
Benjamin Sago 已提交
19
 "users 0.5.2 (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"
B
Benjamin Sago 已提交
25
version = "0.7.5"
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"
B
Benjamin Sago 已提交
40
version = "0.1.17"
B
Ben S 已提交
41 42
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Benjamin Sago 已提交
43
 "gcc 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
44 45
]

B
Ben S 已提交
46 47
[[package]]
name = "datetime"
B
Benjamin Sago 已提交
48
version = "0.4.4"
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
Benjamin Sago 已提交
52
 "libc 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)",
P
petevine 已提交
53
 "locale 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Benjamin Sago 已提交
54
 "num 0.1.36 (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
Benjamin Sago 已提交
60
version = "0.3.35"
61 62
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
63 64
[[package]]
name = "gdi32-sys"
B
Benjamin Sago 已提交
65
version = "0.2.0"
B
Ben S 已提交
66 67
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Benjamin Sago 已提交
68 69
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi-build 0.1.1 (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
Benjamin Sago 已提交
83
 "libc 0.2.16 (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 = [
B
Benjamin Sago 已提交
93
 "nom 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Benjamin Sago 已提交
94 95
]

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

101 102
[[package]]
name = "libc"
B
Benjamin Sago 已提交
103
version = "0.2.16"
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 = [
B
Benjamin Sago 已提交
111 112 113 114 115 116
 "cmake 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "gcc 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)",
 "libssh2-sys 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
 "libz-sys 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "openssl-sys 0.7.17 (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
Benjamin Sago 已提交
130
version = "0.1.39"
B
Ben S 已提交
131 132
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Benjamin Sago 已提交
133 134 135 136
 "cmake 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)",
 "libz-sys 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "openssl-sys 0.7.17 (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
Benjamin Sago 已提交
142
version = "1.0.6"
B
Ben S 已提交
143 144
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Benjamin Sago 已提交
145 146
 "gcc 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.16 (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
Benjamin Sago 已提交
155 156
 "libc 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)",
 "num 0.1.36 (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"
B
Benjamin Sago 已提交
171
version = "1.2.4"
172
source = "registry+https://github.com/rust-lang/crates.io-index"
173

174 175
[[package]]
name = "num"
B
Benjamin Sago 已提交
176 177 178 179 180 181 182 183 184 185 186 187 188 189
version = "0.1.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "num-bigint 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-complex 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-integer 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-iter 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-rational 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "num-bigint"
version = "0.1.35"
190 191
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Benjamin Sago 已提交
192 193
 "num-integer 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
P
petevine 已提交
194
 "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
B
Benjamin Sago 已提交
195
 "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
196 197
]

B
Benjamin Sago 已提交
198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239
[[package]]
name = "num-complex"
version = "0.1.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "num-integer"
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "num-iter"
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "num-integer 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "num-rational"
version = "0.1.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "num-bigint 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-integer 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

B
Benjamin Sago 已提交
240 241
[[package]]
name = "num_cpus"
B
Benjamin Sago 已提交
242
version = "0.2.13"
B
Benjamin Sago 已提交
243 244
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Benjamin Sago 已提交
245
 "libc 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)",
B
Benjamin Sago 已提交
246 247
]

248 249
[[package]]
name = "number_prefix"
B
Benjamin Sago 已提交
250
version = "0.2.7"
251
source = "registry+https://github.com/rust-lang/crates.io-index"
252
dependencies = [
B
Benjamin Sago 已提交
253
 "num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
254
]
255

B
Ben S 已提交
256 257
[[package]]
name = "openssl-sys"
B
Benjamin Sago 已提交
258
version = "0.7.17"
B
Ben S 已提交
259 260
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Benjamin Sago 已提交
261 262
 "gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
263
 "libressl-pnacl-sys 2.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
P
petevine 已提交
264
 "pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Benjamin Sago 已提交
265
 "user32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
266 267
]

268 269
[[package]]
name = "pad"
270
version = "0.1.4"
271
source = "registry+https://github.com/rust-lang/crates.io-index"
272
dependencies = [
B
Ben S 已提交
273
 "unicode-width 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
274
]
275

B
Ben S 已提交
276 277
[[package]]
name = "pkg-config"
P
petevine 已提交
278
version = "0.3.8"
279 280
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
281 282
[[package]]
name = "pnacl-build-helper"
B
Ben S 已提交
283
version = "1.4.10"
B
Ben S 已提交
284
source = "registry+https://github.com/rust-lang/crates.io-index"
285
dependencies = [
B
Benjamin Sago 已提交
286
 "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
287 288 289 290
]

[[package]]
name = "rand"
P
petevine 已提交
291
version = "0.3.14"
292 293
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Benjamin Sago 已提交
294
 "libc 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)",
295
]
B
Ben S 已提交
296 297 298

[[package]]
name = "rustc-serialize"
B
Benjamin Sago 已提交
299
version = "0.3.19"
B
Ben S 已提交
300 301
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
302 303
[[package]]
name = "scoped_threadpool"
P
petevine 已提交
304
version = "0.1.7"
B
Ben S 已提交
305 306
source = "registry+https://github.com/rust-lang/crates.io-index"

307 308
[[package]]
name = "tempdir"
B
Benjamin Sago 已提交
309
version = "0.3.5"
310 311
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
P
petevine 已提交
312
 "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
313 314
]

B
Ben S 已提交
315 316
[[package]]
name = "term_grid"
B
Benjamin Sago 已提交
317
version = "0.1.5"
B
Ben S 已提交
318 319
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
320
 "unicode-width 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
321 322
]

323 324
[[package]]
name = "unicode-width"
B
Ben S 已提交
325
version = "0.1.3"
326 327
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
328 329
[[package]]
name = "url"
B
Ben S 已提交
330
version = "0.2.38"
B
Ben S 已提交
331 332 333
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
Benjamin Sago 已提交
334
 "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
335
 "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
336 337
]

B
Ben S 已提交
338 339
[[package]]
name = "user32-sys"
B
Benjamin Sago 已提交
340
version = "0.2.0"
B
Ben S 已提交
341 342
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Benjamin Sago 已提交
343
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
344 345 346
 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

B
Ben S 已提交
347 348
[[package]]
name = "users"
B
Benjamin Sago 已提交
349
version = "0.5.2"
350
source = "registry+https://github.com/rust-lang/crates.io-index"
351
dependencies = [
B
Benjamin Sago 已提交
352
 "libc 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)",
353
]
B
Ben S 已提交
354

B
Ben S 已提交
355 356 357 358 359
[[package]]
name = "uuid"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
P
petevine 已提交
360
 "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
B
Benjamin Sago 已提交
361
 "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
362 363
]

B
Ben S 已提交
364 365
[[package]]
name = "winapi"
B
Benjamin Sago 已提交
366
version = "0.2.8"
B
Ben S 已提交
367 368 369 370 371 372 373
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 已提交
374 375 376
[[package]]
name = "zoneinfo_compiled"
version = "0.2.1"
377
source = "git+https://github.com/rust-datetime/zoneinfo-compiled.git#f56921ea5e9f7cf065b1480ff270a1757c1f742f"
B
Ben S 已提交
378 379
dependencies = [
 "byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Benjamin Sago 已提交
380
 "datetime 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
381 382
]

B
Benjamin Sago 已提交
383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429
[metadata]
"checksum ansi_term 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "30275ad0ad84ec1c06dde3b3f7d23c6006b7d76d61a85e7060b426b747eff70d"
"checksum bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2a6577517ecd0ee0934f48a7295a89aaef3e6dfafeac404f94c0b3448518ddfe"
"checksum byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "96c8b41881888cc08af32d47ac4edd52bc7fa27fef774be47a92443756451304"
"checksum cmake 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "dfcf5bcece56ef953b8ea042509e9dcbdfe97820b7e20d86beb53df30ed94978"
"checksum datetime 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "2d425bf1f6bbd57cf833081c1e60ac294fd74e7edd66acc91c3fca2e496bcee9"
"checksum gcc 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)" = "91ecd03771effb0c968fd6950b37e89476a578aaf1c70297d8e92b6516ec3312"
"checksum gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0912515a8ff24ba900422ecda800b52f4016a56251922d397c576bf92c690518"
"checksum getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9047cfbd08a437050b363d35ef160452c5fe8ea5187ae0a624708c91581d685"
"checksum git2 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "123c3149e1d558792dae893ac01495919ca46b8734a7cf246ee34bf475860c9b"
"checksum iso8601 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "11dc464f8c6f17595d191447c9c6559298b2d023d6f846a4a23ac7ea3c46c477"
"checksum lazy_static 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "cf186d1a8aa5f5bee5fd662bc9c1b949e0259e1bcc379d1f006847b0080c7417"
"checksum libc 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)" = "408014cace30ee0f767b1c4517980646a573ec61a57957aeeabcac8ac0a02e8d"
"checksum libgit2-sys 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)" = "99d68eafe205f3008898b5f5f23cb594cff94dcc54de7d46b2d86477f0c681b0"
"checksum libressl-pnacl-sys 2.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "cbc058951ab6a3ef35ca16462d7642c4867e6403520811f28537a4e2f2db3e71"
"checksum libssh2-sys 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "1debd7e56d19655eb786f827675dc55f6d530de6d7b81e76d13d1afc635d6c07"
"checksum libz-sys 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "40f2df7730b5d29426c3e44ce4d088d8c5def6471c2c93ba98585b89fb201ce6"
"checksum locale 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ecccf5186e43f84e543bbf61fcddf00b41d69d97093bc8989cc0cf1593681950"
"checksum matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "15305656809ce5a4805b1ff2946892810992197ce1270ff79baded852187942e"
"checksum natord 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "308d96db8debc727c3fd9744aac51751243420e46edf401010908da7f8d5e57c"
"checksum nom 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b8c256fd9471521bcb84c3cdba98921497f1a331cbc15b8030fc63b82050ce"
"checksum num 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)" = "bde7c03b09e7c6a301ee81f6ddf66d7a28ec305699e3d3b056d2fc56470e3120"
"checksum num-bigint 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "88b14378471f7c2adc5262f05b4701ef53e8da376453a8d8fee48e51db745e49"
"checksum num-complex 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "f0c78e054dd19c3fd03419ade63fa661e9c49bb890ce3beb4eee5b7baf93f92f"
"checksum num-integer 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "fb24d9bfb3f222010df27995441ded1e954f8f69cd35021f6bef02ca9552fb92"
"checksum num-iter 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "287a1c9969a847055e1122ec0ea7a5c5d6f72aad97934e131c83d5c08ab4e45c"
"checksum num-rational 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "54ff603b8334a72fbb27fe66948aac0abaaa40231b3cecd189e76162f6f38aaf"
"checksum num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)" = "a16a42856a256b39c6d3484f097f6713e14feacd9bfb02290917904fae46c81c"
"checksum num_cpus 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "cee7e88156f3f9e19bdd598f8d6c9db7bf4078f99f8381f43a55b09648d1a6e3"
"checksum number_prefix 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "59a14be9c211cb9c602bad35ac99f41e9a84b44d71b8cbd3040e3bd02a214902"
"checksum openssl-sys 0.7.17 (registry+https://github.com/rust-lang/crates.io-index)" = "89c47ee94c352eea9ddaf8e364be7f978a3bb6d66d73176572484238dd5a5c3f"
"checksum pad 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d1bf3336e626b898e7263790d432a711d4277e22faea20dd9f70e0cab268fa58"
"checksum pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8cee804ecc7eaf201a4a207241472cc870e825206f6c031e3ee2a72fa425f2fa"
"checksum pnacl-build-helper 1.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "61c9231d31aea845007443d62fcbb58bb6949ab9c18081ee1e09920e0cf1118b"
"checksum rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "2791d88c6defac799c3f20d74f094ca33b9332612d9aef9078519c82e4fe04a5"
"checksum rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)" = "6159e4e6e559c81bd706afe9c8fd68f547d3e851ce12e76b1de7914bab61691b"
"checksum scoped_threadpool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "3ef399c8893e8cb7aa9696e895427fab3a6bf265977bb96e126f24ddd2cda85a"
"checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6"
"checksum term_grid 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ccc202875496cf72a683a1ecd66f0742a830e73c202bdbd21867d73dfaac8343"
"checksum unicode-width 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2d6722facc10989f63ee0e20a83cd4e1714a9ae11529403ac7e0afd069abc39e"
"checksum url 0.2.38 (registry+https://github.com/rust-lang/crates.io-index)" = "cbaa8377a162d88e7d15db0cf110c8523453edcbc5bc66d2b6fffccffa34a068"
"checksum user32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ef4711d107b21b410a3a974b1204d9accc8b10dad75d8324b5d755de1617d47"
"checksum users 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7ae8fdf783cb9652109c99886459648feb92ecc749e6b8e7930f6decba74c7c"
"checksum uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "78c590b5bd79ed10aad8fb75f078a59d8db445af6c743e55c4a53227fc01c13f"
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
"checksum zoneinfo_compiled 0.2.1 (git+https://github.com/rust-datetime/zoneinfo-compiled.git)" = "<none>"