blob: ab3f835d05cda818c684f27aff84e35578ddb997 [file] [log] [blame]
Zach Reiznere0983c72018-01-16 17:35:27 -08001[[package]]
Sonny Rao2ffa0cb2018-02-26 17:27:40 -08002name = "aarch64"
3version = "0.1.0"
4dependencies = [
5 "arch 0.1.0",
6 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
7 "data_model 0.1.0",
8 "device_manager 0.1.0",
9 "devices 0.1.0",
10 "kernel_cmdline 0.1.0",
11 "kvm 0.1.0",
12 "kvm_sys 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -070013 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Sonny Rao2ffa0cb2018-02-26 17:27:40 -080014 "sys_util 0.1.0",
15]
16
17[[package]]
Sonny Raoed517d12018-02-13 22:09:43 -080018name = "arch"
19version = "0.1.0"
20dependencies = [
21 "device_manager 0.1.0",
22 "devices 0.1.0",
23 "kernel_cmdline 0.1.0",
24 "kvm 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -070025 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Sonny Raoed517d12018-02-13 22:09:43 -080026 "sys_util 0.1.0",
27]
28
29[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -080030name = "bitflags"
31version = "1.0.1"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33
Dylan Reid939d5882017-11-08 17:33:46 -080034[[package]]
35name = "byteorder"
36version = "1.1.0"
37source = "registry+https://github.com/rust-lang/crates.io-index"
38
39[[package]]
Manoj Guptad8f10af2018-05-18 11:33:19 -070040name = "cc"
41version = "1.0.15"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43
44[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -080045name = "cfg-if"
46version = "0.1.2"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48
49[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -070050name = "crosvm"
51version = "0.1.0"
52dependencies = [
Sonny Rao2ffa0cb2018-02-26 17:27:40 -080053 "aarch64 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -080054 "arch 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070055 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Dmitry Torokhovbb658012018-05-16 11:03:52 -070056 "crosvm_plugin 0.14.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070057 "data_model 0.1.0",
Sonny Rao8836bb52018-02-12 19:38:35 -080058 "device_manager 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -070059 "devices 0.1.0",
Zach Reizner6f685432018-04-25 17:49:56 -070060 "gpu_buffer 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070061 "io_jail 0.1.0",
Sonny Rao6cc352f2018-02-01 17:49:01 -080062 "kernel_cmdline 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070063 "kernel_loader 0.1.0",
64 "kvm 0.1.0",
Zach Reizner8864cb02018-01-16 17:59:03 -080065 "kvm_sys 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -070066 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Jason D. Clinton865323d2017-09-27 22:04:03 -060067 "net_util 0.1.0",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -070068 "p9 0.1.0",
Dmitry Torokhovbb658012018-05-16 11:03:52 -070069 "plugin_proto 0.14.0",
Zach Reizner8864cb02018-01-16 17:59:03 -080070 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid76968702017-12-13 09:09:40 -080071 "qcow 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -080072 "qcow_utils 0.1.0",
Zach Reizner8864cb02018-01-16 17:59:03 -080073 "rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -070074 "sys_util 0.1.0",
Jason D. Clinton865323d2017-09-27 22:04:03 -060075 "vhost 0.1.0",
Dylan Reid94bf1bf2017-10-06 15:30:34 -070076 "vm_control 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070077 "x86_64 0.1.0",
78]
79
80[[package]]
Zach Reiznerde01b8b2018-01-16 17:44:54 -080081name = "crosvm_plugin"
Dmitry Torokhovbb658012018-05-16 11:03:52 -070082version = "0.14.0"
Zach Reiznerde01b8b2018-01-16 17:44:54 -080083dependencies = [
84 "kvm 0.1.0",
85 "kvm_sys 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -070086 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dmitry Torokhovbb658012018-05-16 11:03:52 -070087 "plugin_proto 0.14.0",
Zach Reiznerde01b8b2018-01-16 17:44:54 -080088 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
89 "sys_util 0.1.0",
90]
91
92[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -070093name = "data_model"
94version = "0.1.0"
95
96[[package]]
Sonny Rao8836bb52018-02-12 19:38:35 -080097name = "device_manager"
98version = "0.1.0"
99dependencies = [
100 "devices 0.1.0",
101 "io_jail 0.1.0",
102 "kernel_cmdline 0.1.0",
103 "kvm 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700104 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Sonny Rao8836bb52018-02-12 19:38:35 -0800105 "sys_util 0.1.0",
106]
107
108[[package]]
Dylan Reidd169a8d2017-10-06 15:26:46 -0700109name = "devices"
110version = "0.1.0"
111dependencies = [
112 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
113 "data_model 0.1.0",
Dylan Reidb3bfbde2017-10-13 13:18:00 -0700114 "io_jail 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700115 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700116 "net_sys 0.1.0",
117 "net_util 0.1.0",
118 "sys_util 0.1.0",
119 "vhost 0.1.0",
120 "virtio_sys 0.1.0",
121 "vm_control 0.1.0",
122]
123
124[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800125name = "fuchsia-zircon"
126version = "0.3.3"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128dependencies = [
129 "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
130 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
131]
132
133[[package]]
134name = "fuchsia-zircon-sys"
135version = "0.3.3"
136source = "registry+https://github.com/rust-lang/crates.io-index"
137
138[[package]]
Zach Reizner6f685432018-04-25 17:49:56 -0700139name = "gpu_buffer"
140version = "0.1.0"
141dependencies = [
142 "data_model 0.1.0",
David Reveman52ba4e52018-04-22 21:42:09 -0400143 "sys_util 0.1.0",
Zach Reizner6f685432018-04-25 17:49:56 -0700144]
145
146[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700147name = "io_jail"
148version = "0.1.0"
149dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700150 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700151]
152
153[[package]]
Sonny Rao6cc352f2018-02-01 17:49:01 -0800154name = "kernel_cmdline"
155version = "0.1.0"
156dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700157 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Sonny Rao6cc352f2018-02-01 17:49:01 -0800158]
159
160[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700161name = "kernel_loader"
162version = "0.1.0"
163dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700164 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700165 "sys_util 0.1.0",
166]
167
168[[package]]
169name = "kvm"
170version = "0.1.0"
171dependencies = [
172 "kvm_sys 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700173 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700174 "sys_util 0.1.0",
175]
176
177[[package]]
178name = "kvm_sys"
179version = "0.1.0"
180dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700181 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700182 "sys_util 0.1.0",
183]
184
185[[package]]
186name = "libc"
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700187version = "0.2.40"
Zach Reiznerab839e22017-09-19 17:48:41 -0700188source = "registry+https://github.com/rust-lang/crates.io-index"
189
190[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800191name = "log"
192version = "0.4.1"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194dependencies = [
195 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
196]
197
198[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700199name = "net_sys"
200version = "0.1.0"
201dependencies = [
202 "sys_util 0.1.0",
203]
204
205[[package]]
206name = "net_util"
207version = "0.1.0"
208dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700209 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700210 "net_sys 0.1.0",
211 "sys_util 0.1.0",
212]
213
214[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700215name = "p9"
216version = "0.1.0"
217dependencies = [
Chirantan Ekboteb6576032018-04-04 18:16:43 -0700218 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700219 "wire_format_derive 0.1.0",
220]
221
222[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800223name = "plugin_proto"
Dmitry Torokhovbb658012018-05-16 11:03:52 -0700224version = "0.14.0"
Zach Reiznere0983c72018-01-16 17:35:27 -0800225dependencies = [
Manoj Guptad8f10af2018-05-18 11:33:19 -0700226 "cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
Dmitry Torokhovcd6a1872018-02-27 15:53:12 -0800227 "kvm_sys 0.1.0",
Zach Reiznere0983c72018-01-16 17:35:27 -0800228 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
229 "protoc-rust 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
230]
231
232[[package]]
Zach Reizner25c6bc12018-02-27 22:22:35 -0800233name = "poll_token_derive"
234version = "0.1.0"
235
236[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700237name = "proc-macro2"
238version = "0.2.3"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240dependencies = [
241 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
242]
243
244[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800245name = "protobuf"
246version = "1.4.3"
247source = "registry+https://github.com/rust-lang/crates.io-index"
248
249[[package]]
250name = "protoc"
251version = "1.4.3"
252source = "registry+https://github.com/rust-lang/crates.io-index"
253dependencies = [
254 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
255]
256
257[[package]]
258name = "protoc-rust"
259version = "1.4.3"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261dependencies = [
262 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
263 "protoc 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
264 "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
265]
266
267[[package]]
Dylan Reid76968702017-12-13 09:09:40 -0800268name = "qcow"
269version = "0.1.0"
270dependencies = [
271 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700272 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid76968702017-12-13 09:09:40 -0800273 "sys_util 0.1.0",
274]
275
276[[package]]
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800277name = "qcow_utils"
278version = "0.1.0"
279dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700280 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800281 "qcow 0.1.0",
282]
283
284[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700285name = "quote"
286version = "0.4.2"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288dependencies = [
289 "proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
290]
291
292[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800293name = "rand"
294version = "0.3.20"
295source = "registry+https://github.com/rust-lang/crates.io-index"
296dependencies = [
297 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700298 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznere0983c72018-01-16 17:35:27 -0800299]
300
301[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700302name = "syn"
303version = "0.12.15"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305dependencies = [
306 "proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
307 "quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
308 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
309]
310
311[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700312name = "sys_util"
313version = "0.1.0"
314dependencies = [
Manoj Guptad8f10af2018-05-18 11:33:19 -0700315 "cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700316 "data_model 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700317 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reizner25c6bc12018-02-27 22:22:35 -0800318 "poll_token_derive 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700319 "syscall_defines 0.1.0",
320]
321
322[[package]]
323name = "syscall_defines"
324version = "0.1.0"
325
326[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800327name = "tempdir"
328version = "0.3.5"
329source = "registry+https://github.com/rust-lang/crates.io-index"
330dependencies = [
331 "rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
332]
333
334[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700335name = "unicode-xid"
336version = "0.1.0"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338
339[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700340name = "vhost"
341version = "0.1.0"
342dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700343 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700344 "net_util 0.1.0",
345 "sys_util 0.1.0",
346 "virtio_sys 0.1.0",
347]
348
349[[package]]
350name = "virtio_sys"
351version = "0.1.0"
352dependencies = [
353 "sys_util 0.1.0",
354]
355
356[[package]]
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700357name = "vm_control"
358version = "0.1.0"
359dependencies = [
Dylan Reidd4432042017-12-06 18:20:09 -0800360 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700361 "data_model 0.1.0",
362 "kvm 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700363 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700364 "sys_util 0.1.0",
365]
366
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800367[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700368name = "wire_format_derive"
369version = "0.1.0"
370dependencies = [
371 "proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
372 "quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
373 "syn 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
374]
375
376[[package]]
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800377name = "x86_64"
378version = "0.1.0"
379dependencies = [
Sonny Raoed517d12018-02-13 22:09:43 -0800380 "arch 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800381 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
382 "data_model 0.1.0",
Sonny Rao43724a22018-02-01 15:52:58 -0800383 "device_manager 0.1.0",
384 "devices 0.1.0",
385 "kernel_cmdline 0.1.0",
386 "kernel_loader 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800387 "kvm 0.1.0",
388 "kvm_sys 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700389 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800390 "sys_util 0.1.0",
391]
392
Zach Reiznerab839e22017-09-19 17:48:41 -0700393[metadata]
Zach Reiznere0983c72018-01-16 17:35:27 -0800394"checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf"
Zach Reiznerab839e22017-09-19 17:48:41 -0700395"checksum byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff81738b726f5d099632ceaffe7fb65b90212e8dce59d518729e7e8634032d3d"
Manoj Guptad8f10af2018-05-18 11:33:19 -0700396"checksum cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "0ebb87d1116151416c0cf66a0e3fb6430cccd120fd6300794b4dfaa050ac40ba"
Zach Reiznere0983c72018-01-16 17:35:27 -0800397"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
398"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
399"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700400"checksum libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)" = "6fd41f331ac7c5b8ac259b8bf82c75c0fb2e469bbf37d2becbba9a6a2221965b"
Zach Reiznere0983c72018-01-16 17:35:27 -0800401"checksum log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700402"checksum proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cd07deb3c6d1d9ff827999c7f9b04cdfd66b1b17ae508e14fe47b620f2282ae0"
Zach Reiznere0983c72018-01-16 17:35:27 -0800403"checksum protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bec26e67194b7d991908145fdf21b7cae8b08423d96dcb9e860cd31f854b9506"
404"checksum protoc 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5379c34ea2f9c69b99e6f25f6d0e6619876195ae7a3dcaf69f66bdb6c2e4dceb"
405"checksum protoc-rust 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e211a7f56b2d020a59d483f652cfdfa6fd42e37bf544c0231e373807aa316c45"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700406"checksum quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1eca14c727ad12702eb4b6bfb5a232287dcf8385cb8ca83a3eeaf6519c44c408"
Zach Reiznere0983c72018-01-16 17:35:27 -0800407"checksum rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)" = "512870020642bb8c221bf68baa1b2573da814f6ccfe5c9699b1c303047abe9b1"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700408"checksum syn 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)" = "c97c05b8ebc34ddd6b967994d5c6e9852fa92f8b82b3858c39451f97346dcce5"
Zach Reiznere0983c72018-01-16 17:35:27 -0800409"checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700410"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"