Cargo.lock 5.6 KB
Newer Older
B
Ben S 已提交
1 2 3 4
[root]
name = "exa"
version = "0.1.0"
dependencies = [
5
 "ansi_term 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
6 7
 "datetime 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "getopts 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
8
 "git2 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
9
 "locale 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
10
 "natord 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
11
 "number_prefix 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
12
 "pad 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
13
 "users 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
14 15 16 17
]

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

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

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

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

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

B
Ben S 已提交
50 51
[[package]]
name = "git2"
B
Ben S 已提交
52
version = "0.1.18"
B
Ben S 已提交
53 54
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
55
 "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
56
 "libgit2-sys 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
57
 "url 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
58 59
]

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

B
Ben S 已提交
65 66
[[package]]
name = "libgit2-sys"
B
Ben S 已提交
67
version = "0.1.14"
B
Ben S 已提交
68 69
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
70
 "libssh2-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
71
 "libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
72
 "openssl-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
73
 "pkg-config 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
74 75 76 77 78 79 80
]

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

[[package]]
name = "libssh2-sys"
B
Ben S 已提交
86
version = "0.1.6"
B
Ben S 已提交
87 88 89
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
90
 "openssl-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
91
 "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
92 93 94 95 96 97 98
]

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

102 103
[[package]]
name = "locale"
B
Ben S 已提交
104
version = "0.1.3"
105 106
source = "registry+https://github.com/rust-lang/crates.io-index"

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

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

117 118
[[package]]
name = "natord"
119
version = "1.0.7"
120
source = "registry+https://github.com/rust-lang/crates.io-index"
121

122 123
[[package]]
name = "number_prefix"
124
version = "0.2.3"
125
source = "registry+https://github.com/rust-lang/crates.io-index"
126

B
Ben S 已提交
127 128
[[package]]
name = "openssl-sys"
B
Ben S 已提交
129
version = "0.4.1"
B
Ben S 已提交
130 131
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
132
 "gcc 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
133
 "libressl-pnacl-sys 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
134
 "pkg-config 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
135 136
]

137 138 139 140 141
[[package]]
name = "pad"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

147 148
[[package]]
name = "pkg-config"
B
Ben S 已提交
149
version = "0.2.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.14"
B
Ben S 已提交
160 161 162 163
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "regex_macros"
164
version = "0.1.8"
B
Ben S 已提交
165 166
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
167
 "regex 0.1.14 (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.2.13"
B
Ben S 已提交
173 174 175 176
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "url"
177
version = "0.2.20"
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.2.13 (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 = [
189
 "libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
190
]
B
Ben S 已提交
191