blob: 73d1eb4865b36ffabd3da7de1af295ebb7b405e8 [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",
Sonny Rao2ffa0cb2018-02-26 17:27:40 -08008 "devices 0.1.0",
9 "kernel_cmdline 0.1.0",
10 "kvm 0.1.0",
11 "kvm_sys 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -070012 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidef7352f2018-05-17 18:47:11 -070013 "resources 0.1.0",
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 = [
Sonny Raoed517d12018-02-13 22:09:43 -080021 "devices 0.1.0",
22 "kernel_cmdline 0.1.0",
23 "kvm 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -070024 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidef7352f2018-05-17 18:47:11 -070025 "resources 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -080026 "sys_util 0.1.0",
27]
28
29[[package]]
Jingkui Wang8cad7512018-05-22 11:22:13 -070030name = "bit_field"
31version = "0.1.0"
32dependencies = [
33 "bit_field_derive 0.1.0",
34]
35
36[[package]]
37name = "bit_field_derive"
38version = "0.1.0"
39dependencies = [
40 "proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
41 "quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
42 "syn 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
43]
44
45[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -080046name = "bitflags"
47version = "1.0.1"
48source = "registry+https://github.com/rust-lang/crates.io-index"
49
Dylan Reid939d5882017-11-08 17:33:46 -080050[[package]]
51name = "byteorder"
52version = "1.1.0"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54
55[[package]]
Manoj Guptad8f10af2018-05-18 11:33:19 -070056name = "cc"
57version = "1.0.15"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59
60[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -080061name = "cfg-if"
62version = "0.1.2"
63source = "registry+https://github.com/rust-lang/crates.io-index"
64
65[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -070066name = "crosvm"
67version = "0.1.0"
68dependencies = [
Sonny Rao2ffa0cb2018-02-26 17:27:40 -080069 "aarch64 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -080070 "arch 0.1.0",
Jingkui Wang8cad7512018-05-22 11:22:13 -070071 "bit_field 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070072 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Dmitry Torokhov65835762018-07-26 14:44:50 -070073 "crosvm_plugin 0.16.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070074 "data_model 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -070075 "devices 0.1.0",
Zach Reizner6f685432018-04-25 17:49:56 -070076 "gpu_buffer 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070077 "io_jail 0.1.0",
Sonny Rao6cc352f2018-02-01 17:49:01 -080078 "kernel_cmdline 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070079 "kernel_loader 0.1.0",
80 "kvm 0.1.0",
Zach Reizner8864cb02018-01-16 17:59:03 -080081 "kvm_sys 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -070082 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Jason D. Clinton865323d2017-09-27 22:04:03 -060083 "net_util 0.1.0",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -070084 "p9 0.1.0",
Dmitry Torokhov65835762018-07-26 14:44:50 -070085 "plugin_proto 0.16.0",
Zach Reizner8864cb02018-01-16 17:59:03 -080086 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid76968702017-12-13 09:09:40 -080087 "qcow 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -080088 "qcow_utils 0.1.0",
Zach Reizner8864cb02018-01-16 17:59:03 -080089 "rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reiddea77ce2018-05-23 12:59:11 -070090 "resources 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070091 "sys_util 0.1.0",
Jason D. Clinton865323d2017-09-27 22:04:03 -060092 "vhost 0.1.0",
Dylan Reid94bf1bf2017-10-06 15:30:34 -070093 "vm_control 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070094 "x86_64 0.1.0",
95]
96
97[[package]]
Zach Reiznerde01b8b2018-01-16 17:44:54 -080098name = "crosvm_plugin"
Dmitry Torokhov65835762018-07-26 14:44:50 -070099version = "0.16.0"
Zach Reiznerde01b8b2018-01-16 17:44:54 -0800100dependencies = [
101 "kvm 0.1.0",
102 "kvm_sys 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700103 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dmitry Torokhov65835762018-07-26 14:44:50 -0700104 "plugin_proto 0.16.0",
Zach Reiznerde01b8b2018-01-16 17:44:54 -0800105 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
106 "sys_util 0.1.0",
107]
108
109[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700110name = "data_model"
111version = "0.1.0"
112
113[[package]]
Dylan Reidd169a8d2017-10-06 15:26:46 -0700114name = "devices"
115version = "0.1.0"
116dependencies = [
117 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
118 "data_model 0.1.0",
Zach Reizner3a8100a2017-09-13 19:15:43 -0700119 "gpu_buffer 0.1.0",
120 "gpu_display 0.1.0",
121 "gpu_renderer 0.1.0",
Dylan Reidb3bfbde2017-10-13 13:18:00 -0700122 "io_jail 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700123 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700124 "net_sys 0.1.0",
125 "net_util 0.1.0",
Dylan Reid228e4a62018-06-07 15:42:41 -0700126 "resources 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700127 "sys_util 0.1.0",
128 "vhost 0.1.0",
129 "virtio_sys 0.1.0",
130 "vm_control 0.1.0",
131]
132
133[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800134name = "fuchsia-zircon"
135version = "0.3.3"
136source = "registry+https://github.com/rust-lang/crates.io-index"
137dependencies = [
138 "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
139 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
140]
141
142[[package]]
143name = "fuchsia-zircon-sys"
144version = "0.3.3"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146
147[[package]]
Zach Reizner6f685432018-04-25 17:49:56 -0700148name = "gpu_buffer"
149version = "0.1.0"
150dependencies = [
151 "data_model 0.1.0",
David Reveman52ba4e52018-04-22 21:42:09 -0400152 "sys_util 0.1.0",
Zach Reizner6f685432018-04-25 17:49:56 -0700153]
154
155[[package]]
Zach Reizner20d71f82018-05-03 13:19:37 -0700156name = "gpu_display"
157version = "0.1.0"
158dependencies = [
159 "cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
160 "data_model 0.1.0",
161 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
162 "sys_util 0.1.0",
163]
164
165[[package]]
Zach Reiznerf40bb192018-05-03 16:58:27 -0700166name = "gpu_renderer"
167version = "0.1.0"
168dependencies = [
169 "data_model 0.1.0",
170 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
171 "sys_util 0.1.0",
172]
173
174[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700175name = "io_jail"
176version = "0.1.0"
177dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700178 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700179]
180
181[[package]]
Sonny Rao6cc352f2018-02-01 17:49:01 -0800182name = "kernel_cmdline"
183version = "0.1.0"
184dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700185 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Sonny Rao6cc352f2018-02-01 17:49:01 -0800186]
187
188[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700189name = "kernel_loader"
190version = "0.1.0"
191dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700192 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700193 "sys_util 0.1.0",
194]
195
196[[package]]
197name = "kvm"
198version = "0.1.0"
199dependencies = [
200 "kvm_sys 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700201 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700202 "sys_util 0.1.0",
203]
204
205[[package]]
206name = "kvm_sys"
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 "sys_util 0.1.0",
211]
212
213[[package]]
214name = "libc"
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700215version = "0.2.40"
Zach Reiznerab839e22017-09-19 17:48:41 -0700216source = "registry+https://github.com/rust-lang/crates.io-index"
217
218[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800219name = "log"
220version = "0.4.1"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222dependencies = [
223 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
224]
225
226[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700227name = "net_sys"
228version = "0.1.0"
229dependencies = [
230 "sys_util 0.1.0",
231]
232
233[[package]]
234name = "net_util"
235version = "0.1.0"
236dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700237 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700238 "net_sys 0.1.0",
239 "sys_util 0.1.0",
240]
241
242[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700243name = "p9"
244version = "0.1.0"
245dependencies = [
Chirantan Ekboteb6576032018-04-04 18:16:43 -0700246 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700247 "wire_format_derive 0.1.0",
248]
249
250[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800251name = "plugin_proto"
Dmitry Torokhov65835762018-07-26 14:44:50 -0700252version = "0.16.0"
Zach Reiznere0983c72018-01-16 17:35:27 -0800253dependencies = [
Manoj Guptad8f10af2018-05-18 11:33:19 -0700254 "cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
Dmitry Torokhovcd6a1872018-02-27 15:53:12 -0800255 "kvm_sys 0.1.0",
Zach Reiznere0983c72018-01-16 17:35:27 -0800256 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
257 "protoc-rust 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
258]
259
260[[package]]
Zach Reizner25c6bc12018-02-27 22:22:35 -0800261name = "poll_token_derive"
262version = "0.1.0"
263
264[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700265name = "proc-macro2"
266version = "0.2.3"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268dependencies = [
269 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
270]
271
272[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800273name = "protobuf"
274version = "1.4.3"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276
277[[package]]
278name = "protoc"
279version = "1.4.3"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281dependencies = [
282 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
283]
284
285[[package]]
286name = "protoc-rust"
287version = "1.4.3"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289dependencies = [
290 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
291 "protoc 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
292 "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
293]
294
295[[package]]
Dylan Reid76968702017-12-13 09:09:40 -0800296name = "qcow"
297version = "0.1.0"
298dependencies = [
299 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700300 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid76968702017-12-13 09:09:40 -0800301 "sys_util 0.1.0",
302]
303
304[[package]]
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800305name = "qcow_utils"
306version = "0.1.0"
307dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700308 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800309 "qcow 0.1.0",
310]
311
312[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700313name = "quote"
314version = "0.4.2"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316dependencies = [
317 "proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
318]
319
320[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800321name = "rand"
322version = "0.3.20"
323source = "registry+https://github.com/rust-lang/crates.io-index"
324dependencies = [
325 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700326 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznere0983c72018-01-16 17:35:27 -0800327]
328
329[[package]]
Dylan Reiddea77ce2018-05-23 12:59:11 -0700330name = "resources"
331version = "0.1.0"
332dependencies = [
333 "data_model 0.1.0",
Dylan Reid228e4a62018-06-07 15:42:41 -0700334 "gpu_buffer 0.1.0",
335 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid473ae272018-05-30 18:09:59 -0700336 "sys_util 0.1.0",
Dylan Reiddea77ce2018-05-23 12:59:11 -0700337]
338
339[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700340name = "syn"
341version = "0.12.15"
342source = "registry+https://github.com/rust-lang/crates.io-index"
343dependencies = [
344 "proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
345 "quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
346 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
347]
348
349[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700350name = "sys_util"
351version = "0.1.0"
352dependencies = [
Manoj Guptad8f10af2018-05-18 11:33:19 -0700353 "cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700354 "data_model 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700355 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reizner25c6bc12018-02-27 22:22:35 -0800356 "poll_token_derive 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700357 "syscall_defines 0.1.0",
358]
359
360[[package]]
361name = "syscall_defines"
362version = "0.1.0"
363
364[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800365name = "tempdir"
366version = "0.3.5"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368dependencies = [
369 "rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
370]
371
372[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700373name = "unicode-xid"
374version = "0.1.0"
375source = "registry+https://github.com/rust-lang/crates.io-index"
376
377[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700378name = "vhost"
379version = "0.1.0"
380dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700381 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700382 "net_util 0.1.0",
383 "sys_util 0.1.0",
384 "virtio_sys 0.1.0",
385]
386
387[[package]]
388name = "virtio_sys"
389version = "0.1.0"
390dependencies = [
391 "sys_util 0.1.0",
392]
393
394[[package]]
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700395name = "vm_control"
396version = "0.1.0"
397dependencies = [
Dylan Reidd4432042017-12-06 18:20:09 -0800398 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700399 "data_model 0.1.0",
400 "kvm 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700401 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidef7352f2018-05-17 18:47:11 -0700402 "resources 0.1.0",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700403 "sys_util 0.1.0",
404]
405
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800406[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700407name = "wire_format_derive"
408version = "0.1.0"
409dependencies = [
410 "proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
411 "quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
412 "syn 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
413]
414
415[[package]]
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800416name = "x86_64"
417version = "0.1.0"
418dependencies = [
Sonny Raoed517d12018-02-13 22:09:43 -0800419 "arch 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800420 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Slava Malyuginac5a8db2018-07-03 21:01:03 -0700421 "cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800422 "data_model 0.1.0",
Sonny Rao43724a22018-02-01 15:52:58 -0800423 "devices 0.1.0",
424 "kernel_cmdline 0.1.0",
425 "kernel_loader 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800426 "kvm 0.1.0",
427 "kvm_sys 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700428 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidef7352f2018-05-17 18:47:11 -0700429 "resources 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800430 "sys_util 0.1.0",
431]
432
Zach Reiznerab839e22017-09-19 17:48:41 -0700433[metadata]
Zach Reiznere0983c72018-01-16 17:35:27 -0800434"checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf"
Zach Reiznerab839e22017-09-19 17:48:41 -0700435"checksum byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff81738b726f5d099632ceaffe7fb65b90212e8dce59d518729e7e8634032d3d"
Manoj Guptad8f10af2018-05-18 11:33:19 -0700436"checksum cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "0ebb87d1116151416c0cf66a0e3fb6430cccd120fd6300794b4dfaa050ac40ba"
Zach Reiznere0983c72018-01-16 17:35:27 -0800437"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
438"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
439"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700440"checksum libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)" = "6fd41f331ac7c5b8ac259b8bf82c75c0fb2e469bbf37d2becbba9a6a2221965b"
Zach Reiznere0983c72018-01-16 17:35:27 -0800441"checksum log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700442"checksum proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cd07deb3c6d1d9ff827999c7f9b04cdfd66b1b17ae508e14fe47b620f2282ae0"
Zach Reiznere0983c72018-01-16 17:35:27 -0800443"checksum protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bec26e67194b7d991908145fdf21b7cae8b08423d96dcb9e860cd31f854b9506"
444"checksum protoc 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5379c34ea2f9c69b99e6f25f6d0e6619876195ae7a3dcaf69f66bdb6c2e4dceb"
445"checksum protoc-rust 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e211a7f56b2d020a59d483f652cfdfa6fd42e37bf544c0231e373807aa316c45"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700446"checksum quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1eca14c727ad12702eb4b6bfb5a232287dcf8385cb8ca83a3eeaf6519c44c408"
Zach Reiznere0983c72018-01-16 17:35:27 -0800447"checksum rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)" = "512870020642bb8c221bf68baa1b2573da814f6ccfe5c9699b1c303047abe9b1"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700448"checksum syn 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)" = "c97c05b8ebc34ddd6b967994d5c6e9852fa92f8b82b3858c39451f97346dcce5"
Zach Reiznere0983c72018-01-16 17:35:27 -0800449"checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700450"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"