Cargo.lock 5.9 KB
Newer Older
B
Ben S 已提交
1 2
[root]
name = "exa"
B
Ben S 已提交
3
version = "0.2.0"
B
Ben S 已提交
4
dependencies = [
5
 "ansi_term 0.5.0 (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
Ben S 已提交
8
 "getopts 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
9
 "git2 0.2.5 (git+https://github.com/alexcrichton/git2-rs.git)",
B
Ben S 已提交
10
 "locale 0.1.5 (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)",
12
 "number_prefix 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
13
 "pad 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
14
 "users 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
15 16 17 18
]

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

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

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

[[package]]
name = "gcc"
B
Ben S 已提交
40
version = "0.3.2"
41 42
source = "registry+https://github.com/rust-lang/crates.io-index"

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

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

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

B
Ben S 已提交
67 68
[[package]]
name = "libgit2-sys"
B
Ben S 已提交
69 70
version = "0.2.5"
source = "git+https://github.com/alexcrichton/git2-rs.git#bf37458739b5470e9cbee2001f595de302533d51"
B
Ben S 已提交
71
dependencies = [
B
Ben S 已提交
72
 "libc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
73
 "libssh2-sys 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
74
 "libz-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
75
 "openssl-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
76
 "pkg-config 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
77 78 79 80 81 82 83
]

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

[[package]]
name = "libssh2-sys"
B
Ben S 已提交
89
version = "0.1.13"
B
Ben S 已提交
90 91
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
92
 "libc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
93
 "libz-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
94
 "openssl-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
95
 "pkg-config 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
96 97 98 99
]

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

106 107
[[package]]
name = "locale"
B
Ben S 已提交
108
version = "0.1.5"
109 110
source = "registry+https://github.com/rust-lang/crates.io-index"

111 112
[[package]]
name = "log"
B
Ben S 已提交
113
version = "0.2.5"
114 115
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
116 117 118 119 120
[[package]]
name = "matches"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

126 127
[[package]]
name = "number_prefix"
128
version = "0.2.3"
129
source = "registry+https://github.com/rust-lang/crates.io-index"
130

B
Ben S 已提交
131 132
[[package]]
name = "openssl-sys"
B
Ben S 已提交
133
version = "0.5.1"
B
Ben S 已提交
134 135
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
136
 "gcc 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
137
 "libc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
138
 "libressl-pnacl-sys 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
139
 "pkg-config 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
140 141
]

142 143
[[package]]
name = "pad"
B
Ben S 已提交
144
version = "0.1.3"
145 146
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
147 148
[[package]]
name = "pkg-config"
B
Ben S 已提交
149
version = "0.3.1"
150 151
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
152 153
[[package]]
name = "pnacl-build-helper"
154
version = "1.3.2"
B
Ben S 已提交
155 156
source = "registry+https://github.com/rust-lang/crates.io-index"

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

[[package]]
name = "regex_macros"
B
Ben S 已提交
164
version = "0.1.12"
B
Ben S 已提交
165 166
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
167
 "regex 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
168 169
]

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

[[package]]
name = "url"
B
Ben S 已提交
177
version = "0.2.27"
B
Ben S 已提交
178 179 180
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 已提交
181
 "rustc-serialize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
182 183
]

B
Ben S 已提交
184 185
[[package]]
name = "users"
186
version = "0.2.3"
187
source = "registry+https://github.com/rust-lang/crates.io-index"
188
dependencies = [
B
Ben S 已提交
189
 "libc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
190
]
B
Ben S 已提交
191