]> git.proxmox.com Git - cargo.git/blame - Cargo.lock
Remove leading `get_` prefix from accessors
[cargo.git] / Cargo.lock
CommitLineData
212e7247
AC
1[root]
2name = "cargo"
15e5aca9 3version = "0.1.0"
212e7247 4dependencies = [
ee5e24ff
AC
5 "advapi32-sys 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
6 "curl 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
7 "docopt 0.6.35 (registry+https://github.com/rust-lang/crates.io-index)",
e0b31b6b 8 "env_logger 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
ee5e24ff 9 "flate2 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
7a2facba 10 "git2 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
ee5e24ff 11 "glob 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
94074a6d 12 "hamcrest 0.1.0 (git+https://github.com/carllerche/hamcrest-rust.git)",
e0b31b6b
AC
13 "log 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
14 "regex 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
15e5aca9 15 "registry 0.1.0",
ee5e24ff 16 "rustc-serialize 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
e0b31b6b
AC
17 "semver 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
18 "tar 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
19 "term 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
857c2296 20 "time 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
e0b31b6b 21 "toml 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
ee5e24ff
AC
22 "url 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
23 "winapi 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
8bd0572c
PA
24]
25
26[[package]]
27name = "advapi32-sys"
ee5e24ff 28version = "0.0.3"
8bd0572c
PA
29source = "registry+https://github.com/rust-lang/crates.io-index"
30dependencies = [
ee5e24ff 31 "winapi 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
212e7247
AC
32]
33
b65197b6
AC
34[[package]]
35name = "bitflags"
36version = "0.1.0"
37source = "registry+https://github.com/rust-lang/crates.io-index"
38
0bab4ab0
AC
39[[package]]
40name = "curl"
ee5e24ff 41version = "0.1.14"
e8484805 42source = "registry+https://github.com/rust-lang/crates.io-index"
0bab4ab0 43dependencies = [
e0b31b6b 44 "curl-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
857c2296 45 "libc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
e0b31b6b 46 "openssl-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
ee5e24ff 47 "url 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
0bab4ab0
AC
48]
49
50[[package]]
51name = "curl-sys"
e0b31b6b 52version = "0.1.8"
e8484805 53source = "registry+https://github.com/rust-lang/crates.io-index"
079d9023 54dependencies = [
857c2296 55 "libc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
e8484805 56 "libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
e0b31b6b 57 "openssl-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
857c2296 58 "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
079d9023 59]
0bab4ab0 60
212e7247
AC
61[[package]]
62name = "docopt"
ee5e24ff 63version = "0.6.35"
1e9da319 64source = "registry+https://github.com/rust-lang/crates.io-index"
157d639a 65dependencies = [
e0b31b6b 66 "regex 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
ee5e24ff 67 "rustc-serialize 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
157d639a 68]
212e7247 69
98854f6f
GSF
70[[package]]
71name = "env_logger"
e0b31b6b 72version = "0.2.2"
98854f6f
GSF
73source = "registry+https://github.com/rust-lang/crates.io-index"
74dependencies = [
e0b31b6b
AC
75 "log 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
76 "regex 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
98854f6f
GSF
77]
78
69c16fc6
AC
79[[package]]
80name = "flate2"
ee5e24ff 81version = "0.1.8"
e8484805 82source = "registry+https://github.com/rust-lang/crates.io-index"
079d9023 83dependencies = [
857c2296 84 "libc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
ee5e24ff 85 "miniz-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
079d9023
AC
86]
87
88[[package]]
89name = "gcc"
857c2296 90version = "0.1.7"
63121079 91source = "registry+https://github.com/rust-lang/crates.io-index"
2430581a
AC
92
93[[package]]
c64fd71e 94name = "git2"
7a2facba 95version = "0.1.17"
e8484805 96source = "registry+https://github.com/rust-lang/crates.io-index"
c64fd71e 97dependencies = [
b65197b6 98 "bitflags 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
ee5e24ff
AC
99 "libgit2-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
100 "url 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
c64fd71e 101]
69c16fc6 102
7372e791
BS
103[[package]]
104name = "glob"
ee5e24ff 105version = "0.1.9"
e8484805 106source = "registry+https://github.com/rust-lang/crates.io-index"
7372e791 107
212e7247
AC
108[[package]]
109name = "hamcrest"
110version = "0.1.0"
857c2296 111source = "git+https://github.com/carllerche/hamcrest-rust.git#70d572f27ebbffb5a8d67ed2c890241d6d82d0a3"
212e7247 112
213afc02
С
113[[package]]
114name = "kernel32-sys"
e0b31b6b 115version = "0.0.6"
213afc02
С
116source = "registry+https://github.com/rust-lang/crates.io-index"
117dependencies = [
ee5e24ff 118 "winapi 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
213afc02
С
119]
120
121[[package]]
122name = "libc"
857c2296 123version = "0.1.1"
213afc02
С
124source = "registry+https://github.com/rust-lang/crates.io-index"
125
c64fd71e 126[[package]]
079d9023 127name = "libgit2-sys"
ee5e24ff 128version = "0.1.12"
e8484805 129source = "registry+https://github.com/rust-lang/crates.io-index"
c64fd71e 130dependencies = [
e0b31b6b 131 "libssh2-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
b65197b6 132 "libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
e0b31b6b 133 "openssl-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
857c2296 134 "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
e8484805
AC
135]
136
137[[package]]
138name = "libressl-pnacl-sys"
b65197b6 139version = "2.1.4"
e8484805
AC
140source = "registry+https://github.com/rust-lang/crates.io-index"
141dependencies = [
857c2296 142 "pnacl-build-helper 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
c64fd71e
AC
143]
144
219f9902 145[[package]]
079d9023 146name = "libssh2-sys"
e0b31b6b 147version = "0.1.5"
e8484805 148source = "registry+https://github.com/rust-lang/crates.io-index"
079d9023 149dependencies = [
e8484805 150 "libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
e0b31b6b 151 "openssl-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
857c2296 152 "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
079d9023 153]
219f9902 154
c64fd71e 155[[package]]
079d9023 156name = "libz-sys"
63121079 157version = "0.1.0"
e8484805 158source = "registry+https://github.com/rust-lang/crates.io-index"
079d9023 159dependencies = [
857c2296 160 "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
157d639a
AC
161]
162
98854f6f
GSF
163[[package]]
164name = "log"
e0b31b6b 165version = "0.2.2"
98854f6f
GSF
166source = "registry+https://github.com/rust-lang/crates.io-index"
167
55321111
AC
168[[package]]
169name = "matches"
170version = "0.1.2"
171source = "registry+https://github.com/rust-lang/crates.io-index"
172
079d9023
AC
173[[package]]
174name = "miniz-sys"
ee5e24ff 175version = "0.1.2"
e8484805 176source = "registry+https://github.com/rust-lang/crates.io-index"
079d9023 177dependencies = [
857c2296 178 "gcc 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
ee5e24ff 179 "libc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
079d9023
AC
180]
181
182[[package]]
183name = "openssl-sys"
e0b31b6b 184version = "0.3.1"
e8484805 185source = "registry+https://github.com/rust-lang/crates.io-index"
079d9023 186dependencies = [
b65197b6 187 "libressl-pnacl-sys 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
857c2296 188 "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
079d9023 189]
c64fd71e 190
69276936 191[[package]]
079d9023 192name = "pkg-config"
857c2296 193version = "0.1.7"
0f603508 194source = "registry+https://github.com/rust-lang/crates.io-index"
63121079
CS
195
196[[package]]
e8484805 197name = "pnacl-build-helper"
857c2296 198version = "1.3.2"
e8484805 199source = "registry+https://github.com/rust-lang/crates.io-index"
69276936 200
157d639a
AC
201[[package]]
202name = "regex"
e0b31b6b 203version = "0.1.13"
157d639a
AC
204source = "registry+https://github.com/rust-lang/crates.io-index"
205
9fba127e
AC
206[[package]]
207name = "registry"
15e5aca9 208version = "0.1.0"
9fba127e 209dependencies = [
ee5e24ff
AC
210 "curl 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
211 "rustc-serialize 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
9fba127e
AC
212]
213
1e9da319
DD
214[[package]]
215name = "rustc-serialize"
ee5e24ff 216version = "0.2.12"
1e9da319
DD
217source = "registry+https://github.com/rust-lang/crates.io-index"
218
212e7247
AC
219[[package]]
220name = "semver"
e0b31b6b 221version = "0.1.14"
e8484805 222source = "registry+https://github.com/rust-lang/crates.io-index"
212e7247 223
69c16fc6
AC
224[[package]]
225name = "tar"
e0b31b6b 226version = "0.1.10"
e8484805 227source = "registry+https://github.com/rust-lang/crates.io-index"
69c16fc6 228
b9dddc22
AC
229[[package]]
230name = "term"
e0b31b6b 231version = "0.1.11"
b9dddc22
AC
232source = "registry+https://github.com/rust-lang/crates.io-index"
233dependencies = [
e0b31b6b
AC
234 "kernel32-sys 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
235 "log 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
ee5e24ff 236 "winapi 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
b9dddc22
AC
237]
238
442de299
AC
239[[package]]
240name = "time"
857c2296 241version = "0.1.15"
e8484805 242source = "registry+https://github.com/rust-lang/crates.io-index"
442de299 243dependencies = [
857c2296
GSF
244 "gcc 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
245 "libc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
442de299
AC
246]
247
212e7247
AC
248[[package]]
249name = "toml"
e0b31b6b 250version = "0.1.16"
e8484805 251source = "registry+https://github.com/rust-lang/crates.io-index"
1e9da319 252dependencies = [
ee5e24ff 253 "rustc-serialize 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
1e9da319 254]
212e7247
AC
255
256[[package]]
257name = "url"
ee5e24ff 258version = "0.2.19"
e8484805 259source = "registry+https://github.com/rust-lang/crates.io-index"
5b90a02c 260dependencies = [
55321111 261 "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
ee5e24ff 262 "rustc-serialize 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
5b90a02c 263]
212e7247 264
8bd0572c
PA
265[[package]]
266name = "winapi"
ee5e24ff 267version = "0.1.9"
8bd0572c
PA
268source = "registry+https://github.com/rust-lang/crates.io-index"
269