Cargo.lock 9.4 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.13 (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
 "term_grid 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
17
 "threadpool 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
18
 "unicode-width 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
19 20 21 22 23 24 25 26 27
 "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 已提交
28 29 30 31
]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

149 150 151 152 153 154 155 156
[[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)",
]

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

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

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

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

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

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

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

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

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

B
Ben S 已提交
227 228
[[package]]
name = "regex"
229
version = "0.1.38"
B
Ben S 已提交
230 231
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
232 233
 "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 已提交
234 235 236 237 238 239
 "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 已提交
240 241 242 243
source = "registry+https://github.com/rust-lang/crates.io-index"

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

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

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

B
Ben S 已提交
263 264
[[package]]
name = "term_grid"
B
Ben S 已提交
265
version = "0.1.1"
B
Ben S 已提交
266 267 268 269 270
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "unicode-width 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

B
Ben S 已提交
271 272 273 274 275
[[package]]
name = "threadpool"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
276 277 278 279 280 281 282 283
[[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)",
]

284 285 286 287 288
[[package]]
name = "unicode-width"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
289 290
[[package]]
name = "url"
B
Ben S 已提交
291
version = "0.2.35"
B
Ben S 已提交
292 293 294
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
295
 "rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
296 297
]

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