Update gitignore and add Cargo lock
Getty Ritter
6 years ago
1 | [[package]] | |
2 | name = "alsa-sys" | |
3 | version = "0.1.1" | |
4 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
5 | dependencies = [ | |
6 | "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
7 | "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
8 | ] | |
9 | ||
10 | [[package]] | |
11 | name = "android_glue" | |
12 | version = "0.2.3" | |
13 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
14 | ||
15 | [[package]] | |
16 | name = "approx" | |
17 | version = "0.1.1" | |
18 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
19 | ||
20 | [[package]] | |
21 | name = "base64" | |
22 | version = "0.1.1" | |
23 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
24 | ||
25 | [[package]] | |
26 | name = "bitflags" | |
27 | version = "0.7.0" | |
28 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
29 | ||
30 | [[package]] | |
31 | name = "bitflags" | |
32 | version = "1.0.1" | |
33 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
34 | ||
35 | [[package]] | |
36 | name = "block" | |
37 | version = "0.1.6" | |
38 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
39 | ||
40 | [[package]] | |
41 | name = "byteorder" | |
42 | version = "1.2.1" | |
43 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
44 | ||
45 | [[package]] | |
46 | name = "cc" | |
47 | version = "1.0.6" | |
48 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
49 | ||
50 | [[package]] | |
51 | name = "cfg-if" | |
52 | version = "0.1.2" | |
53 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
54 | ||
55 | [[package]] | |
56 | name = "cgl" | |
57 | version = "0.2.1" | |
58 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
59 | dependencies = [ | |
60 | "gleam 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
61 | "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
62 | ] | |
63 | ||
64 | [[package]] | |
65 | name = "cgmath" | |
66 | version = "0.14.1" | |
67 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
68 | dependencies = [ | |
69 | "approx 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
70 | "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", | |
71 | "rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", | |
72 | ] | |
73 | ||
74 | [[package]] | |
75 | name = "chenoska" | |
76 | version = "0.1.0" | |
77 | dependencies = [ | |
78 | "gl 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
79 | "glutin 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
80 | "imagefmt 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
81 | "rodio 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
82 | "tiled 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
83 | ] | |
84 | ||
85 | [[package]] | |
86 | name = "claxon" | |
87 | version = "0.3.1" | |
88 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
89 | ||
90 | [[package]] | |
91 | name = "cocoa" | |
92 | version = "0.14.0" | |
93 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
94 | dependencies = [ | |
95 | "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
96 | "block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
97 | "core-graphics 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
98 | "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
99 | "objc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
100 | ] | |
101 | ||
102 | [[package]] | |
103 | name = "core-foundation" | |
104 | version = "0.5.1" | |
105 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
106 | dependencies = [ | |
107 | "core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
108 | "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
109 | ] | |
110 | ||
111 | [[package]] | |
112 | name = "core-foundation-sys" | |
113 | version = "0.5.1" | |
114 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
115 | dependencies = [ | |
116 | "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
117 | ] | |
118 | ||
119 | [[package]] | |
120 | name = "core-graphics" | |
121 | version = "0.13.0" | |
122 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
123 | dependencies = [ | |
124 | "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
125 | "core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
126 | "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
127 | "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
128 | ] | |
129 | ||
130 | [[package]] | |
131 | name = "coreaudio-rs" | |
132 | version = "0.7.0" | |
133 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
134 | dependencies = [ | |
135 | "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
136 | "coreaudio-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
137 | "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
138 | ] | |
139 | ||
140 | [[package]] | |
141 | name = "coreaudio-sys" | |
142 | version = "0.1.2" | |
143 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
144 | dependencies = [ | |
145 | "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
146 | ] | |
147 | ||
148 | [[package]] | |
149 | name = "cpal" | |
150 | version = "0.6.0" | |
151 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
152 | dependencies = [ | |
153 | "alsa-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
154 | "coreaudio-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
155 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
156 | "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
157 | "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
158 | "ole32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
159 | "stdweb 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
160 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
161 | ] | |
162 | ||
163 | [[package]] | |
164 | name = "dlib" | |
165 | version = "0.4.0" | |
166 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
167 | dependencies = [ | |
168 | "libloading 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
169 | ] | |
170 | ||
171 | [[package]] | |
172 | name = "flate2" | |
173 | version = "0.2.20" | |
174 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
175 | dependencies = [ | |
176 | "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
177 | "miniz-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
178 | ] | |
179 | ||
180 | [[package]] | |
181 | name = "flate2" | |
182 | version = "1.0.1" | |
183 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
184 | dependencies = [ | |
185 | "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
186 | "miniz-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
187 | ] | |
188 | ||
189 | [[package]] | |
190 | name = "foreign-types" | |
191 | version = "0.3.2" | |
192 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
193 | dependencies = [ | |
194 | "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
195 | ] | |
196 | ||
197 | [[package]] | |
198 | name = "foreign-types-shared" | |
199 | version = "0.1.1" | |
200 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
201 | ||
202 | [[package]] | |
203 | name = "fuchsia-zircon" | |
204 | version = "0.3.3" | |
205 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
206 | dependencies = [ | |
207 | "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
208 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
209 | ] | |
210 | ||
211 | [[package]] | |
212 | name = "fuchsia-zircon-sys" | |
213 | version = "0.3.3" | |
214 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
215 | ||
216 | [[package]] | |
217 | name = "gl" | |
218 | version = "0.6.5" | |
219 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
220 | dependencies = [ | |
221 | "gl_generator 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
222 | ] | |
223 | ||
224 | [[package]] | |
225 | name = "gl_generator" | |
226 | version = "0.6.1" | |
227 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
228 | dependencies = [ | |
229 | "khronos_api 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
230 | "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
231 | "xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
232 | ] | |
233 | ||
234 | [[package]] | |
235 | name = "gl_generator" | |
236 | version = "0.9.0" | |
237 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
238 | dependencies = [ | |
239 | "khronos_api 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
240 | "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
241 | "xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
242 | ] | |
243 | ||
244 | [[package]] | |
245 | name = "gleam" | |
246 | version = "0.4.24" | |
247 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
248 | dependencies = [ | |
249 | "gl_generator 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
250 | ] | |
251 | ||
252 | [[package]] | |
253 | name = "glutin" | |
254 | version = "0.13.1" | |
255 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
256 | dependencies = [ | |
257 | "android_glue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
258 | "cgl 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
259 | "cocoa 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
260 | "core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
261 | "core-graphics 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
262 | "gl_generator 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
263 | "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
264 | "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
265 | "objc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
266 | "osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
267 | "shared_library 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
268 | "wayland-client 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
269 | "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
270 | "winit 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
271 | "x11-dl 2.17.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
272 | ] | |
273 | ||
274 | [[package]] | |
275 | name = "hound" | |
276 | version = "1.1.0" | |
277 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
278 | ||
279 | [[package]] | |
280 | name = "imagefmt" | |
281 | version = "4.0.0" | |
282 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
283 | dependencies = [ | |
284 | "flate2 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", | |
285 | ] | |
286 | ||
287 | [[package]] | |
288 | name = "kernel32-sys" | |
289 | version = "0.2.2" | |
290 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
291 | dependencies = [ | |
292 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
293 | "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
294 | ] | |
295 | ||
296 | [[package]] | |
297 | name = "khronos_api" | |
298 | version = "2.1.0" | |
299 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
300 | ||
301 | [[package]] | |
302 | name = "lazy_static" | |
303 | version = "0.2.11" | |
304 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
305 | ||
306 | [[package]] | |
307 | name = "lazy_static" | |
308 | version = "1.0.0" | |
309 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
310 | ||
311 | [[package]] | |
312 | name = "lewton" | |
313 | version = "0.5.2" | |
314 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
315 | dependencies = [ | |
316 | "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
317 | "ogg 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
318 | ] | |
319 | ||
320 | [[package]] | |
321 | name = "libc" | |
322 | version = "0.2.39" | |
323 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
324 | ||
325 | [[package]] | |
326 | name = "libloading" | |
327 | version = "0.4.3" | |
328 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
329 | dependencies = [ | |
330 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
331 | "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
332 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
333 | ] | |
334 | ||
335 | [[package]] | |
336 | name = "log" | |
337 | version = "0.3.9" | |
338 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
339 | dependencies = [ | |
340 | "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
341 | ] | |
342 | ||
343 | [[package]] | |
344 | name = "log" | |
345 | version = "0.4.1" | |
346 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
347 | dependencies = [ | |
348 | "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
349 | ] | |
350 | ||
351 | [[package]] | |
352 | name = "malloc_buf" | |
353 | version = "0.0.6" | |
354 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
355 | dependencies = [ | |
356 | "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
357 | ] | |
358 | ||
359 | [[package]] | |
360 | name = "memmap" | |
361 | version = "0.6.2" | |
362 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
363 | dependencies = [ | |
364 | "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
365 | "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
366 | ] | |
367 | ||
368 | [[package]] | |
369 | name = "miniz-sys" | |
370 | version = "0.1.10" | |
371 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
372 | dependencies = [ | |
373 | "cc 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
374 | "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
375 | ] | |
376 | ||
377 | [[package]] | |
378 | name = "num-traits" | |
379 | version = "0.1.43" | |
380 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
381 | dependencies = [ | |
382 | "num-traits 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
383 | ] | |
384 | ||
385 | [[package]] | |
386 | name = "num-traits" | |
387 | version = "0.2.1" | |
388 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
389 | ||
390 | [[package]] | |
391 | name = "objc" | |
392 | version = "0.2.2" | |
393 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
394 | dependencies = [ | |
395 | "malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
396 | ] | |
397 | ||
398 | [[package]] | |
399 | name = "ogg" | |
400 | version = "0.4.1" | |
401 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
402 | dependencies = [ | |
403 | "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
404 | ] | |
405 | ||
406 | [[package]] | |
407 | name = "ole32-sys" | |
408 | version = "0.2.0" | |
409 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
410 | dependencies = [ | |
411 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
412 | "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
413 | ] | |
414 | ||
415 | [[package]] | |
416 | name = "osmesa-sys" | |
417 | version = "0.1.2" | |
418 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
419 | dependencies = [ | |
420 | "shared_library 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
421 | ] | |
422 | ||
423 | [[package]] | |
424 | name = "percent-encoding" | |
425 | version = "1.0.1" | |
426 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
427 | ||
428 | [[package]] | |
429 | name = "pkg-config" | |
430 | version = "0.3.9" | |
431 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
432 | ||
433 | [[package]] | |
434 | name = "rand" | |
435 | version = "0.3.22" | |
436 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
437 | dependencies = [ | |
438 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
439 | "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
440 | "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
441 | ] | |
442 | ||
443 | [[package]] | |
444 | name = "rand" | |
445 | version = "0.4.2" | |
446 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
447 | dependencies = [ | |
448 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
449 | "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
450 | "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
451 | ] | |
452 | ||
453 | [[package]] | |
454 | name = "redox_syscall" | |
455 | version = "0.1.37" | |
456 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
457 | ||
458 | [[package]] | |
459 | name = "rodio" | |
460 | version = "0.6.0" | |
461 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
462 | dependencies = [ | |
463 | "cgmath 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
464 | "claxon 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
465 | "cpal 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
466 | "hound 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
467 | "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
468 | "lewton 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
469 | ] | |
470 | ||
471 | [[package]] | |
472 | name = "shared_library" | |
473 | version = "0.1.8" | |
474 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
475 | dependencies = [ | |
476 | "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
477 | "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
478 | ] | |
479 | ||
480 | [[package]] | |
481 | name = "stdweb" | |
482 | version = "0.1.3" | |
483 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
484 | ||
485 | [[package]] | |
486 | name = "tempfile" | |
487 | version = "2.2.0" | |
488 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
489 | dependencies = [ | |
490 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
491 | "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
492 | "rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", | |
493 | "redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", | |
494 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
495 | ] | |
496 | ||
497 | [[package]] | |
498 | name = "tiled" | |
499 | version = "0.7.4" | |
500 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
501 | dependencies = [ | |
502 | "base64 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
503 | "flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
504 | "xml-rs 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
505 | ] | |
506 | ||
507 | [[package]] | |
508 | name = "token_store" | |
509 | version = "0.1.2" | |
510 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
511 | ||
512 | [[package]] | |
513 | name = "wayland-client" | |
514 | version = "0.12.5" | |
515 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
516 | dependencies = [ | |
517 | "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
518 | "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
519 | "token_store 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
520 | "wayland-scanner 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
521 | "wayland-sys 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
522 | ] | |
523 | ||
524 | [[package]] | |
525 | name = "wayland-kbd" | |
526 | version = "0.13.1" | |
527 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
528 | dependencies = [ | |
529 | "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
530 | "dlib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
531 | "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
532 | "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
533 | "wayland-client 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
534 | ] | |
535 | ||
536 | [[package]] | |
537 | name = "wayland-protocols" | |
538 | version = "0.12.5" | |
539 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
540 | dependencies = [ | |
541 | "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
542 | "wayland-client 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
543 | "wayland-scanner 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
544 | "wayland-sys 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
545 | ] | |
546 | ||
547 | [[package]] | |
548 | name = "wayland-scanner" | |
549 | version = "0.12.5" | |
550 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
551 | dependencies = [ | |
552 | "xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
553 | ] | |
554 | ||
555 | [[package]] | |
556 | name = "wayland-sys" | |
557 | version = "0.12.5" | |
558 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
559 | dependencies = [ | |
560 | "dlib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
561 | "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
562 | ] | |
563 | ||
564 | [[package]] | |
565 | name = "wayland-window" | |
566 | version = "0.13.2" | |
567 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
568 | dependencies = [ | |
569 | "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
570 | "tempfile 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
571 | "wayland-client 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
572 | "wayland-protocols 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
573 | ] | |
574 | ||
575 | [[package]] | |
576 | name = "winapi" | |
577 | version = "0.2.8" | |
578 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
579 | ||
580 | [[package]] | |
581 | name = "winapi" | |
582 | version = "0.3.4" | |
583 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
584 | dependencies = [ | |
585 | "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
586 | "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
587 | ] | |
588 | ||
589 | [[package]] | |
590 | name = "winapi-build" | |
591 | version = "0.1.1" | |
592 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
593 | ||
594 | [[package]] | |
595 | name = "winapi-i686-pc-windows-gnu" | |
596 | version = "0.4.0" | |
597 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
598 | ||
599 | [[package]] | |
600 | name = "winapi-x86_64-pc-windows-gnu" | |
601 | version = "0.4.0" | |
602 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
603 | ||
604 | [[package]] | |
605 | name = "winit" | |
606 | version = "0.11.2" | |
607 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
608 | dependencies = [ | |
609 | "android_glue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
610 | "cocoa 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
611 | "core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
612 | "core-graphics 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
613 | "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
614 | "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
615 | "objc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
616 | "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
617 | "wayland-client 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
618 | "wayland-kbd 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
619 | "wayland-protocols 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
620 | "wayland-window 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
621 | "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
622 | "x11-dl 2.17.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
623 | ] | |
624 | ||
625 | [[package]] | |
626 | name = "x11-dl" | |
627 | version = "2.17.3" | |
628 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
629 | dependencies = [ | |
630 | "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
631 | "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
632 | "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
633 | ] | |
634 | ||
635 | [[package]] | |
636 | name = "xml-rs" | |
637 | version = "0.3.6" | |
638 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
639 | dependencies = [ | |
640 | "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
641 | ] | |
642 | ||
643 | [[package]] | |
644 | name = "xml-rs" | |
645 | version = "0.7.0" | |
646 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
647 | dependencies = [ | |
648 | "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
649 | ] | |
650 | ||
651 | [metadata] | |
652 | "checksum alsa-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9013f855a808ab924a4c08b5c1ec9bd6b04fdb2295b4d570fb723e0ed2802a4f" | |
653 | "checksum android_glue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "000444226fcff248f2bc4c7625be32c63caccfecc2723a2b9f78a7487a49c407" | |
654 | "checksum approx 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08abcc3b4e9339e33a3d0a5ed15d84a687350c05689d825e0f6655eef9e76a94" | |
655 | "checksum base64 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a51012ca17f843e723dedc71fdd7feac9d8b53be85492aa9232b2da59ce6bb3b" | |
656 | "checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d" | |
657 | "checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf" | |
658 | "checksum block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" | |
659 | "checksum byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "652805b7e73fada9d85e9a6682a4abd490cb52d96aeecc12e33a0de34dfd0d23" | |
660 | "checksum cc 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fedf677519ac9e865c4ff43ef8f930773b37ed6e6ea61b6b83b400a7b5787f49" | |
661 | "checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de" | |
662 | "checksum cgl 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "86765cb42c2a2c497e142af72517c1b4d7ae5bb2f25dfa77a5c69642f2342d89" | |
663 | "checksum cgmath 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "87f025a17ad3f30d49015c787903976d5f9cd6115ece1eb7f4d6ffe06b8c4080" | |
664 | "checksum claxon 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "84d1237389598ada39533a0015b2d04a9e21cae771c1ab9327fb87520c9e84c7" | |
665 | "checksum cocoa 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0c23085dde1ef4429df6e5896b89356d35cdd321fb43afe3e378d010bb5adc6" | |
666 | "checksum core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "286e0b41c3a20da26536c6000a280585d519fd07b3956b43aed8a79e9edce980" | |
667 | "checksum core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "716c271e8613ace48344f723b60b900a93150271e5be206212d052bbc0883efa" | |
668 | "checksum core-graphics 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fb0ed45fdc32f9ab426238fba9407dfead7bacd7900c9b4dd3f396f46eafdae3" | |
669 | "checksum coreaudio-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "22ec432725379967f9014b481afcb7c07a4fb154d836d3711730972ea91675ea" | |
670 | "checksum coreaudio-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "31231897622a4cd14cb211af6f26d6fcf0c78078fa60c586ce9db8f0b581cd44" | |
671 | "checksum cpal 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b609483a9b9dbd787bc34d0da25924f161411a70673a20d2241ce3eb81f2f65e" | |
672 | "checksum dlib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "95518d8f88d556e62c9b3014629f21bdad97a9fdfee85c68a185e3980af29e7c" | |
673 | "checksum flate2 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)" = "e6234dd4468ae5d1e2dbb06fe2b058696fdc50a339c68a393aefbf00bc81e423" | |
674 | "checksum flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9fac2277e84e5e858483756647a9d0aa8d9a2b7cba517fd84325a0aaa69a0909" | |
675 | "checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" | |
676 | "checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" | |
677 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" | |
678 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" | |
679 | "checksum gl 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1c73b90c285f02059b34a6c66bc645ba5faa18c0e3ab332e0725654fc71db441" | |
680 | "checksum gl_generator 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "75d69f914b49d9ff32fdf394cbd798f8c716d74fd19f9cc29da3e99797b2a78d" | |
681 | "checksum gl_generator 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a795170cbd85b5a7baa58d6d7525cae6a03e486859860c220f7ebbbdd379d0a" | |
682 | "checksum gleam 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" = "8d9997e65a2cfec0f3290a8378652e3aacdb3f19d29a7ca20c11e11ca550eec9" | |
683 | "checksum glutin 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90de8e0391e57098acfbfe693b23065e9186255d370ebae12c933b7d77df8424" | |
684 | "checksum hound 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7cb2af8cad251a1869dbc6ae1ae744b849a32458be4aee82cba93481847656a8" | |
685 | "checksum imagefmt 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6ccf4a97bdaf8e465ee22c8583834000188c3f44fd3b6b3d15f858cbaf2b362f" | |
686 | "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" | |
687 | "checksum khronos_api 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9ef23fcc4059260c5936f638c9805ebfc87cb172fa6661d130cba7f97d58f55" | |
688 | "checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" | |
689 | "checksum lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c8f31047daa365f19be14b47c29df4f7c3b581832407daabe6ae77397619237d" | |
690 | "checksum lewton 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c1b7b81410f7895d4793bae921cc62317c5500c6ef211c9c24cad778eda77c20" | |
691 | "checksum libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)" = "f54263ad99207254cf58b5f701ecb432c717445ea2ee8af387334bdd1a03fdff" | |
692 | "checksum libloading 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fd38073de8f7965d0c17d30546d4bb6da311ab428d1c7a3fc71dff7f9d4979b9" | |
693 | "checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" | |
694 | "checksum log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2" | |
695 | "checksum malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" | |
696 | "checksum memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2ffa2c986de11a9df78620c01eeaaf27d94d3ff02bf81bfcca953102dd0c6ff" | |
697 | "checksum miniz-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "609ce024854aeb19a0ef7567d348aaa5a746b32fb72e336df7fcc16869d7e2b4" | |
698 | "checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31" | |
699 | "checksum num-traits 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3c2bd9b9d21e48e956b763c9f37134dc62d9e95da6edb3f672cacb6caf3cd3" | |
700 | "checksum objc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "877f30f37acef6749b1841cceab289707f211aecfc756553cd63976190e6cc2e" | |
701 | "checksum ogg 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "013b78ceb7fb82555a2f8a95d8e40866fe64a5d15b83c51b3e1fdd40cd903ed3" | |
702 | "checksum ole32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d2c49021782e5233cd243168edfa8037574afed4eba4bbaf538b3d8d1789d8c" | |
703 | "checksum osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "88cfece6e95d2e717e0872a7f53a8684712ad13822a7979bc760b9c77ec0013b" | |
704 | "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" | |
705 | "checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903" | |
706 | "checksum rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "15a732abf9d20f0ad8eeb6f909bf6868722d9a06e1e50802b6a70351f40b4eb1" | |
707 | "checksum rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5" | |
708 | "checksum redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "0d92eecebad22b767915e4d529f89f28ee96dbbf5a4810d2b844373f136417fd" | |
709 | "checksum rodio 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "82135109701c376f94274aa396a166f59e2bd109978b0ed63b8bf87ef8bba366" | |
710 | "checksum shared_library 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8254bf098ce4d8d7cc7cc6de438c5488adc5297e5b7ffef88816c0a91bd289c1" | |
711 | "checksum stdweb 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ef5430c8e36b713e13b48a9f709cc21e046723fe44ce34587b73a830203b533e" | |
712 | "checksum tempfile 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "11ce2fe9db64b842314052e2421ac61a73ce41b898dc8e3750398b219c5fc1e0" | |
713 | "checksum tiled 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "53d58e24911475788e5e24cfe820190794bc1ff38ecee5568bf2bd9a9bcb3191" | |
714 | "checksum token_store 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a686838375fc11103b9c1529c6508320b7bd5e2401cd62831ca51b3e82e61849" | |
715 | "checksum wayland-client 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2b90adf943117ee4930d7944fe103dcb6f36ba05421f46521cb5adbf6bf0fbc8" | |
716 | "checksum wayland-kbd 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4fe0fb1c9917da9529d781659e456d84a693d74fe873d1658109758444616f76" | |
717 | "checksum wayland-protocols 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb5942dd2fc79d934db437c9ea3aabffceb49b546046ea453bcba531005e5537" | |
718 | "checksum wayland-scanner 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)" = "dcffa55a621e6f2c3d436de64d840fc325e1d0a467b92ee5e7292e17552e08ad" | |
719 | "checksum wayland-sys 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)" = "377a2f83063c463e801ca10ae8cb9666e6e597eecac0049ac36cc7b9a83b0db3" | |
720 | "checksum wayland-window 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2d94d3c23f8f2e0a09d82c6ca765da3c1efe65ef0280f750d74a6c6c6bb4ca8f" | |
721 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | |
722 | "checksum winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "04e3bd221fcbe8a271359c04f21a76db7d0c6028862d1bb5512d85e1e2eb5bb3" | |
723 | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" | |
724 | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | |
725 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | |
726 | "checksum winit 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "396f0350e661940359e3c8c7d58ff847f67997943e2c80ecac374c5aa8287f63" | |
727 | "checksum x11-dl 2.17.3 (registry+https://github.com/rust-lang/crates.io-index)" = "29e78a65a3239e5511ffe2c832edb9224982ebf67bcaabc218ef1b07d8494b3e" | |
728 | "checksum xml-rs 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7ec6c39eaa68382c8e31e35239402c0a9489d4141a8ceb0c716099a0b515b562" | |
729 | "checksum xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c1cb601d29fe2c2ac60a2b2e5e293994d87a1f6fa9687a31a15270f909be9c2" |