Cargo.lock 8.5 KB
Newer Older
B
Ben S 已提交
1 2
[root]
name = "exa"
B
Ben S 已提交
3
version = "0.2.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 9 10
 "getopts 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "git2 0.2.11 (git+https://github.com/alexcrichton/git2-rs.git)",
 "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
 "threadpool 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
17
 "unicode-width 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
18
 "users 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
19 20 21 22
]

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

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

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

[[package]]
name = "datetime"
B
Ben S 已提交
38 39
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
40
dependencies = [
41
 "locale 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
42
 "num 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
43
 "pad 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
44 45 46
 "regex 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex_macros 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "tz 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
47 48 49 50
]

[[package]]
name = "gcc"
B
Ben S 已提交
51
version = "0.3.6"
52 53
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Benjamin Sago 已提交
54 55
[[package]]
name = "getopts"
B
Ben S 已提交
56
version = "0.2.11"
B
Benjamin Sago 已提交
57
source = "registry+https://github.com/rust-lang/crates.io-index"
58
dependencies = [
B
Benjamin Sago 已提交
59
 "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
60
]
B
Benjamin Sago 已提交
61

B
Ben S 已提交
62 63
[[package]]
name = "git2"
B
Ben S 已提交
64
version = "0.2.11"
B
Ben S 已提交
65
source = "git+https://github.com/alexcrichton/git2-rs.git#f63542fb5d58c138dd3ec32f78ab3f97e2251cfa"
B
Ben S 已提交
66
dependencies = [
67
 "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
68 69
 "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "libgit2-sys 0.2.14 (git+https://github.com/alexcrichton/git2-rs.git)",
B
Ben S 已提交
70
 "url 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
71 72
]

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

B
Ben S 已提交
78 79
[[package]]
name = "libgit2-sys"
B
Ben S 已提交
80
version = "0.2.14"
B
Ben S 已提交
81
source = "git+https://github.com/alexcrichton/git2-rs.git#f63542fb5d58c138dd3ec32f78ab3f97e2251cfa"
B
Ben S 已提交
82
dependencies = [
B
Ben S 已提交
83
 "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
84
 "libssh2-sys 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
85
 "libz-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
86
 "openssl-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
87
 "pkg-config 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
88 89 90 91
]

[[package]]
name = "libressl-pnacl-sys"
92
version = "2.1.5"
B
Ben S 已提交
93 94
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
95
 "pnacl-build-helper 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
96 97 98 99
]

[[package]]
name = "libssh2-sys"
B
Ben S 已提交
100
version = "0.1.25"
B
Ben S 已提交
101 102
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
103
 "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
104
 "libz-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
105
 "openssl-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
106
 "pkg-config 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
107 108 109 110
]

[[package]]
name = "libz-sys"
B
Ben S 已提交
111
version = "0.1.3"
B
Ben S 已提交
112 113
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
114
 "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
115
 "pkg-config 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
116 117
]

118 119
[[package]]
name = "locale"
120
version = "0.1.8"
121
source = "registry+https://github.com/rust-lang/crates.io-index"
122
dependencies = [
B
Ben S 已提交
123
 "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
124
 "num 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
125
]
126

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

B
Ben S 已提交
135 136 137 138 139
[[package]]
name = "matches"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

140 141
[[package]]
name = "natord"
B
Ben S 已提交
142
version = "1.0.8"
143
source = "registry+https://github.com/rust-lang/crates.io-index"
144

145 146
[[package]]
name = "num"
B
Ben S 已提交
147
version = "0.1.25"
148 149
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
150
 "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
151
 "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
152 153
]

B
Benjamin Sago 已提交
154 155
[[package]]
name = "num_cpus"
B
Ben S 已提交
156
version = "0.2.6"
B
Benjamin Sago 已提交
157 158
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
159
 "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Benjamin Sago 已提交
160 161
]

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

B
Ben S 已提交
170 171
[[package]]
name = "openssl-sys"
172
version = "0.6.2"
B
Ben S 已提交
173 174
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
175
 "gcc 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
176
 "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
177
 "libressl-pnacl-sys 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
178
 "pkg-config 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
179 180
]

181 182
[[package]]
name = "pad"
183
version = "0.1.4"
184
source = "registry+https://github.com/rust-lang/crates.io-index"
185 186 187
dependencies = [
 "unicode-width 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
188

B
Ben S 已提交
189 190
[[package]]
name = "pkg-config"
B
Ben S 已提交
191
version = "0.3.4"
192 193
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
194 195
[[package]]
name = "pnacl-build-helper"
196
version = "1.4.0"
B
Ben S 已提交
197
source = "registry+https://github.com/rust-lang/crates.io-index"
198 199 200 201 202 203
dependencies = [
 "tempdir 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "rand"
B
Ben S 已提交
204
version = "0.3.8"
205 206
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
207
 "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
208
]
B
Ben S 已提交
209

B
Ben S 已提交
210 211
[[package]]
name = "regex"
B
Ben S 已提交
212 213 214 215 216 217 218 219 220
version = "0.1.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "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 已提交
221 222 223 224
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "regex_macros"
B
Ben S 已提交
225
version = "0.1.19"
B
Ben S 已提交
226 227
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
228
 "regex 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
229 230
]

B
Ben S 已提交
231 232
[[package]]
name = "rustc-serialize"
233
version = "0.3.14"
B
Ben S 已提交
234 235
source = "registry+https://github.com/rust-lang/crates.io-index"

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

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

B
Ben S 已提交
249 250 251 252 253 254 255 256
[[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)",
]

257 258 259 260 261
[[package]]
name = "unicode-width"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
262 263
[[package]]
name = "url"
B
Ben S 已提交
264
version = "0.2.35"
B
Ben S 已提交
265 266 267
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
268
 "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
269 270
]

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