Cargo.lock 6.3 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
Benjamin Sago 已提交
5
 "ansi_term 0.5.1 (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.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Benjamin Sago 已提交
8
 "getopts 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
9
 "git2 0.2.9 (git+https://github.com/alexcrichton/git2-rs.git)",
10
 "locale 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
11
 "natord 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Benjamin Sago 已提交
12
 "num_cpus 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
13
 "number_prefix 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
14
 "pad 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Benjamin Sago 已提交
15
 "users 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
16 17 18 19
]

[[package]]
name = "ansi_term"
B
Benjamin Sago 已提交
20
version = "0.5.1"
21
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Ben S 已提交
22

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

28 29
[[package]]
name = "datetime"
B
Ben S 已提交
30
version = "0.1.5"
31
source = "registry+https://github.com/rust-lang/crates.io-index"
32
dependencies = [
33
 "locale 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
34
 "pad 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
35 36
 "regex 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex_macros 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
37 38 39 40
]

[[package]]
name = "gcc"
B
Benjamin Sago 已提交
41
version = "0.3.4"
42 43
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Benjamin Sago 已提交
44 45
[[package]]
name = "getopts"
B
Benjamin Sago 已提交
46
version = "0.2.9"
B
Benjamin Sago 已提交
47
source = "registry+https://github.com/rust-lang/crates.io-index"
48
dependencies = [
B
Benjamin Sago 已提交
49
 "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
50
]
B
Benjamin Sago 已提交
51

B
Ben S 已提交
52 53
[[package]]
name = "git2"
B
Ben S 已提交
54 55
version = "0.2.9"
source = "git+https://github.com/alexcrichton/git2-rs.git#f06a248ad1bfd57e3783867b7f54c200ebc8014a"
B
Ben S 已提交
56
dependencies = [
57
 "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
58 59
 "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "libgit2-sys 0.2.11 (git+https://github.com/alexcrichton/git2-rs.git)",
B
Benjamin Sago 已提交
60
 "url 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
61 62
]

63 64
[[package]]
name = "libc"
B
Ben S 已提交
65
version = "0.1.6"
66 67
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
68 69
[[package]]
name = "libgit2-sys"
B
Ben S 已提交
70 71
version = "0.2.11"
source = "git+https://github.com/alexcrichton/git2-rs.git#f06a248ad1bfd57e3783867b7f54c200ebc8014a"
B
Ben S 已提交
72
dependencies = [
B
Ben S 已提交
73 74
 "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "libssh2-sys 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
75
 "libz-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
76
 "openssl-sys 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Benjamin Sago 已提交
77
 "pkg-config 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
78 79 80 81 82 83 84
]

[[package]]
name = "libressl-pnacl-sys"
version = "2.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
85
 "pnacl-build-helper 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
86 87 88 89
]

[[package]]
name = "libssh2-sys"
B
Ben S 已提交
90
version = "0.1.18"
B
Ben S 已提交
91 92
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
93
 "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
94
 "libz-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
95
 "openssl-sys 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Benjamin Sago 已提交
96
 "pkg-config 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
97 98 99 100
]

[[package]]
name = "libz-sys"
B
Ben S 已提交
101
version = "0.1.2"
B
Ben S 已提交
102 103
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Benjamin Sago 已提交
104
 "pkg-config 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
105 106
]

107 108
[[package]]
name = "locale"
109
version = "0.1.7"
110 111
source = "registry+https://github.com/rust-lang/crates.io-index"

112 113
[[package]]
name = "log"
B
Benjamin Sago 已提交
114
version = "0.3.1"
115
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Benjamin Sago 已提交
116
dependencies = [
B
Ben S 已提交
117
 "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Benjamin Sago 已提交
118
]
119

B
Ben S 已提交
120 121 122 123 124
[[package]]
name = "matches"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

125 126
[[package]]
name = "natord"
B
Ben S 已提交
127
version = "1.0.8"
128
source = "registry+https://github.com/rust-lang/crates.io-index"
129

B
Benjamin Sago 已提交
130 131 132 133 134 135
[[package]]
name = "num_cpus"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "gcc 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
136
 "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Benjamin Sago 已提交
137 138
]

139 140
[[package]]
name = "number_prefix"
141
version = "0.2.3"
142
source = "registry+https://github.com/rust-lang/crates.io-index"
143

B
Ben S 已提交
144 145
[[package]]
name = "openssl-sys"
B
Ben S 已提交
146
version = "0.6.0"
B
Ben S 已提交
147 148
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Benjamin Sago 已提交
149
 "gcc 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
150
 "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
151
 "libressl-pnacl-sys 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Benjamin Sago 已提交
152
 "pkg-config 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
153 154
]

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

B
Ben S 已提交
160 161
[[package]]
name = "pkg-config"
B
Benjamin Sago 已提交
162
version = "0.3.3"
163 164
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
165 166
[[package]]
name = "pnacl-build-helper"
167
version = "1.3.2"
B
Ben S 已提交
168 169
source = "registry+https://github.com/rust-lang/crates.io-index"

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

[[package]]
name = "regex_macros"
B
Ben S 已提交
177
version = "0.1.15"
B
Ben S 已提交
178 179
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
180
 "regex 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
181 182
]

B
Ben S 已提交
183 184
[[package]]
name = "rustc-serialize"
B
Benjamin Sago 已提交
185
version = "0.3.12"
B
Ben S 已提交
186 187 188 189
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "url"
B
Benjamin Sago 已提交
190
version = "0.2.29"
B
Ben S 已提交
191 192 193
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 已提交
194
 "rustc-serialize 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
195 196
]

B
Ben S 已提交
197 198
[[package]]
name = "users"
B
Benjamin Sago 已提交
199
version = "0.3.2"
200
source = "registry+https://github.com/rust-lang/crates.io-index"
201
dependencies = [
B
Ben S 已提交
202
 "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
203
]
B
Ben S 已提交
204