blob: b8d822ba4893a70caac01ecb05131a6d50dc1fc4 [file] [log] [blame]
Zach Reiznere0983c72018-01-16 17:35:27 -08001[[package]]
Chirantan Ekbotea79073a2018-06-22 19:00:30 -07002name = "9s"
3version = "0.1.0"
4dependencies = [
5 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
6 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
7 "p9 0.1.0",
8 "sys_util 0.1.0",
9]
10
11[[package]]
Sonny Rao2ffa0cb2018-02-26 17:27:40 -080012name = "aarch64"
13version = "0.1.0"
14dependencies = [
15 "arch 0.1.0",
16 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
17 "data_model 0.1.0",
Sonny Rao2ffa0cb2018-02-26 17:27:40 -080018 "devices 0.1.0",
19 "kernel_cmdline 0.1.0",
20 "kvm 0.1.0",
21 "kvm_sys 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -070022 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidef7352f2018-05-17 18:47:11 -070023 "resources 0.1.0",
Sonny Rao2ffa0cb2018-02-26 17:27:40 -080024 "sys_util 0.1.0",
25]
26
27[[package]]
Sonny Raoed517d12018-02-13 22:09:43 -080028name = "arch"
29version = "0.1.0"
30dependencies = [
Sonny Raoed517d12018-02-13 22:09:43 -080031 "devices 0.1.0",
32 "kernel_cmdline 0.1.0",
33 "kvm 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -070034 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidef7352f2018-05-17 18:47:11 -070035 "resources 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -080036 "sys_util 0.1.0",
37]
38
39[[package]]
Jingkui Wang8cad7512018-05-22 11:22:13 -070040name = "bit_field"
41version = "0.1.0"
42dependencies = [
43 "bit_field_derive 0.1.0",
44]
45
46[[package]]
47name = "bit_field_derive"
48version = "0.1.0"
49dependencies = [
50 "proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
51 "quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
52 "syn 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
53]
54
55[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -080056name = "bitflags"
57version = "1.0.1"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59
Dylan Reid939d5882017-11-08 17:33:46 -080060[[package]]
61name = "byteorder"
62version = "1.1.0"
63source = "registry+https://github.com/rust-lang/crates.io-index"
64
65[[package]]
Manoj Guptad8f10af2018-05-18 11:33:19 -070066name = "cc"
67version = "1.0.15"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69
70[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -080071name = "cfg-if"
72version = "0.1.2"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74
75[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -070076name = "crosvm"
77version = "0.1.0"
78dependencies = [
Sonny Rao2ffa0cb2018-02-26 17:27:40 -080079 "aarch64 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -080080 "arch 0.1.0",
Jingkui Wang8cad7512018-05-22 11:22:13 -070081 "bit_field 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070082 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Dmitry Torokhov65835762018-07-26 14:44:50 -070083 "crosvm_plugin 0.16.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070084 "data_model 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -070085 "devices 0.1.0",
Zach Reizner6f685432018-04-25 17:49:56 -070086 "gpu_buffer 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070087 "io_jail 0.1.0",
Sonny Rao6cc352f2018-02-01 17:49:01 -080088 "kernel_cmdline 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070089 "kernel_loader 0.1.0",
90 "kvm 0.1.0",
Zach Reizner8864cb02018-01-16 17:59:03 -080091 "kvm_sys 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -070092 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Jason D. Clinton865323d2017-09-27 22:04:03 -060093 "net_util 0.1.0",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -070094 "p9 0.1.0",
Dmitry Torokhov65835762018-07-26 14:44:50 -070095 "plugin_proto 0.16.0",
Zach Reizner8864cb02018-01-16 17:59:03 -080096 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid76968702017-12-13 09:09:40 -080097 "qcow 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -080098 "qcow_utils 0.1.0",
Zach Reizner8864cb02018-01-16 17:59:03 -080099 "rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reiddea77ce2018-05-23 12:59:11 -0700100 "resources 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700101 "sys_util 0.1.0",
Jason D. Clinton865323d2017-09-27 22:04:03 -0600102 "vhost 0.1.0",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700103 "vm_control 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700104 "x86_64 0.1.0",
105]
106
107[[package]]
Zach Reiznerde01b8b2018-01-16 17:44:54 -0800108name = "crosvm_plugin"
Dmitry Torokhov65835762018-07-26 14:44:50 -0700109version = "0.16.0"
Zach Reiznerde01b8b2018-01-16 17:44:54 -0800110dependencies = [
111 "kvm 0.1.0",
112 "kvm_sys 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700113 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dmitry Torokhov65835762018-07-26 14:44:50 -0700114 "plugin_proto 0.16.0",
Zach Reiznerde01b8b2018-01-16 17:44:54 -0800115 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
116 "sys_util 0.1.0",
117]
118
119[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700120name = "data_model"
121version = "0.1.0"
122
123[[package]]
Dylan Reidd169a8d2017-10-06 15:26:46 -0700124name = "devices"
125version = "0.1.0"
126dependencies = [
127 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
128 "data_model 0.1.0",
Zach Reizner3a8100a2017-09-13 19:15:43 -0700129 "gpu_buffer 0.1.0",
130 "gpu_display 0.1.0",
131 "gpu_renderer 0.1.0",
Dylan Reidb3bfbde2017-10-13 13:18:00 -0700132 "io_jail 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700133 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700134 "net_sys 0.1.0",
135 "net_util 0.1.0",
Dylan Reid228e4a62018-06-07 15:42:41 -0700136 "resources 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700137 "sys_util 0.1.0",
138 "vhost 0.1.0",
139 "virtio_sys 0.1.0",
140 "vm_control 0.1.0",
141]
142
143[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800144name = "fuchsia-zircon"
145version = "0.3.3"
146source = "registry+https://github.com/rust-lang/crates.io-index"
147dependencies = [
148 "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
149 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
150]
151
152[[package]]
153name = "fuchsia-zircon-sys"
154version = "0.3.3"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156
157[[package]]
Chirantan Ekbotea79073a2018-06-22 19:00:30 -0700158name = "getopts"
159version = "0.2.17"
160source = "registry+https://github.com/rust-lang/crates.io-index"
161
162[[package]]
Zach Reizner6f685432018-04-25 17:49:56 -0700163name = "gpu_buffer"
164version = "0.1.0"
165dependencies = [
166 "data_model 0.1.0",
David Reveman52ba4e52018-04-22 21:42:09 -0400167 "sys_util 0.1.0",
Zach Reizner6f685432018-04-25 17:49:56 -0700168]
169
170[[package]]
Zach Reizner20d71f82018-05-03 13:19:37 -0700171name = "gpu_display"
172version = "0.1.0"
173dependencies = [
174 "cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
175 "data_model 0.1.0",
176 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
177 "sys_util 0.1.0",
178]
179
180[[package]]
Zach Reiznerf40bb192018-05-03 16:58:27 -0700181name = "gpu_renderer"
182version = "0.1.0"
183dependencies = [
184 "data_model 0.1.0",
185 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
186 "sys_util 0.1.0",
187]
188
189[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700190name = "io_jail"
191version = "0.1.0"
192dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700193 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700194]
195
196[[package]]
Sonny Rao6cc352f2018-02-01 17:49:01 -0800197name = "kernel_cmdline"
198version = "0.1.0"
199dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700200 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Sonny Rao6cc352f2018-02-01 17:49:01 -0800201]
202
203[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700204name = "kernel_loader"
205version = "0.1.0"
206dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700207 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700208 "sys_util 0.1.0",
209]
210
211[[package]]
212name = "kvm"
213version = "0.1.0"
214dependencies = [
215 "kvm_sys 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700216 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700217 "sys_util 0.1.0",
218]
219
220[[package]]
221name = "kvm_sys"
222version = "0.1.0"
223dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700224 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700225 "sys_util 0.1.0",
226]
227
228[[package]]
229name = "libc"
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700230version = "0.2.40"
Zach Reiznerab839e22017-09-19 17:48:41 -0700231source = "registry+https://github.com/rust-lang/crates.io-index"
232
233[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800234name = "log"
235version = "0.4.1"
236source = "registry+https://github.com/rust-lang/crates.io-index"
237dependencies = [
238 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
239]
240
241[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700242name = "net_sys"
243version = "0.1.0"
244dependencies = [
245 "sys_util 0.1.0",
246]
247
248[[package]]
249name = "net_util"
250version = "0.1.0"
251dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700252 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700253 "net_sys 0.1.0",
254 "sys_util 0.1.0",
255]
256
257[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700258name = "p9"
259version = "0.1.0"
260dependencies = [
Chirantan Ekboteb6576032018-04-04 18:16:43 -0700261 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700262 "wire_format_derive 0.1.0",
263]
264
265[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800266name = "plugin_proto"
Dmitry Torokhov65835762018-07-26 14:44:50 -0700267version = "0.16.0"
Zach Reiznere0983c72018-01-16 17:35:27 -0800268dependencies = [
Manoj Guptad8f10af2018-05-18 11:33:19 -0700269 "cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
Dmitry Torokhovcd6a1872018-02-27 15:53:12 -0800270 "kvm_sys 0.1.0",
Zach Reiznere0983c72018-01-16 17:35:27 -0800271 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
272 "protoc-rust 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
273]
274
275[[package]]
Zach Reizner25c6bc12018-02-27 22:22:35 -0800276name = "poll_token_derive"
277version = "0.1.0"
278
279[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700280name = "proc-macro2"
281version = "0.2.3"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283dependencies = [
284 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
285]
286
287[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800288name = "protobuf"
289version = "1.4.3"
290source = "registry+https://github.com/rust-lang/crates.io-index"
291
292[[package]]
293name = "protoc"
294version = "1.4.3"
295source = "registry+https://github.com/rust-lang/crates.io-index"
296dependencies = [
297 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
298]
299
300[[package]]
301name = "protoc-rust"
302version = "1.4.3"
303source = "registry+https://github.com/rust-lang/crates.io-index"
304dependencies = [
305 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
306 "protoc 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
307 "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
308]
309
310[[package]]
Dylan Reid76968702017-12-13 09:09:40 -0800311name = "qcow"
312version = "0.1.0"
313dependencies = [
314 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700315 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid76968702017-12-13 09:09:40 -0800316 "sys_util 0.1.0",
317]
318
319[[package]]
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800320name = "qcow_utils"
321version = "0.1.0"
322dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700323 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800324 "qcow 0.1.0",
325]
326
327[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700328name = "quote"
329version = "0.4.2"
330source = "registry+https://github.com/rust-lang/crates.io-index"
331dependencies = [
332 "proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
333]
334
335[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800336name = "rand"
337version = "0.3.20"
338source = "registry+https://github.com/rust-lang/crates.io-index"
339dependencies = [
340 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700341 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznere0983c72018-01-16 17:35:27 -0800342]
343
344[[package]]
Dylan Reiddea77ce2018-05-23 12:59:11 -0700345name = "resources"
346version = "0.1.0"
347dependencies = [
348 "data_model 0.1.0",
Dylan Reid228e4a62018-06-07 15:42:41 -0700349 "gpu_buffer 0.1.0",
350 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid473ae272018-05-30 18:09:59 -0700351 "sys_util 0.1.0",
Dylan Reiddea77ce2018-05-23 12:59:11 -0700352]
353
354[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700355name = "syn"
356version = "0.12.15"
357source = "registry+https://github.com/rust-lang/crates.io-index"
358dependencies = [
359 "proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
360 "quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
361 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
362]
363
364[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700365name = "sys_util"
366version = "0.1.0"
367dependencies = [
Manoj Guptad8f10af2018-05-18 11:33:19 -0700368 "cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700369 "data_model 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700370 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reizner25c6bc12018-02-27 22:22:35 -0800371 "poll_token_derive 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700372 "syscall_defines 0.1.0",
373]
374
375[[package]]
376name = "syscall_defines"
377version = "0.1.0"
378
379[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800380name = "tempdir"
381version = "0.3.5"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383dependencies = [
384 "rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
385]
386
387[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700388name = "unicode-xid"
389version = "0.1.0"
390source = "registry+https://github.com/rust-lang/crates.io-index"
391
392[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700393name = "vhost"
394version = "0.1.0"
395dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700396 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700397 "net_util 0.1.0",
398 "sys_util 0.1.0",
399 "virtio_sys 0.1.0",
400]
401
402[[package]]
403name = "virtio_sys"
404version = "0.1.0"
405dependencies = [
406 "sys_util 0.1.0",
407]
408
409[[package]]
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700410name = "vm_control"
411version = "0.1.0"
412dependencies = [
Dylan Reidd4432042017-12-06 18:20:09 -0800413 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700414 "data_model 0.1.0",
415 "kvm 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700416 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidef7352f2018-05-17 18:47:11 -0700417 "resources 0.1.0",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700418 "sys_util 0.1.0",
419]
420
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800421[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700422name = "wire_format_derive"
423version = "0.1.0"
424dependencies = [
425 "proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
426 "quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
427 "syn 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
428]
429
430[[package]]
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800431name = "x86_64"
432version = "0.1.0"
433dependencies = [
Sonny Raoed517d12018-02-13 22:09:43 -0800434 "arch 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800435 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Slava Malyuginac5a8db2018-07-03 21:01:03 -0700436 "cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800437 "data_model 0.1.0",
Sonny Rao43724a22018-02-01 15:52:58 -0800438 "devices 0.1.0",
439 "kernel_cmdline 0.1.0",
440 "kernel_loader 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800441 "kvm 0.1.0",
442 "kvm_sys 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700443 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidef7352f2018-05-17 18:47:11 -0700444 "resources 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800445 "sys_util 0.1.0",
446]
447
Zach Reiznerab839e22017-09-19 17:48:41 -0700448[metadata]
Zach Reiznere0983c72018-01-16 17:35:27 -0800449"checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf"
Zach Reiznerab839e22017-09-19 17:48:41 -0700450"checksum byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff81738b726f5d099632ceaffe7fb65b90212e8dce59d518729e7e8634032d3d"
Manoj Guptad8f10af2018-05-18 11:33:19 -0700451"checksum cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "0ebb87d1116151416c0cf66a0e3fb6430cccd120fd6300794b4dfaa050ac40ba"
Zach Reiznere0983c72018-01-16 17:35:27 -0800452"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
453"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
454"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
Chirantan Ekbotea79073a2018-06-22 19:00:30 -0700455"checksum getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "b900c08c1939860ce8b54dc6a89e26e00c04c380fd0e09796799bd7f12861e05"
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700456"checksum libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)" = "6fd41f331ac7c5b8ac259b8bf82c75c0fb2e469bbf37d2becbba9a6a2221965b"
Zach Reiznere0983c72018-01-16 17:35:27 -0800457"checksum log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700458"checksum proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cd07deb3c6d1d9ff827999c7f9b04cdfd66b1b17ae508e14fe47b620f2282ae0"
Zach Reiznere0983c72018-01-16 17:35:27 -0800459"checksum protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bec26e67194b7d991908145fdf21b7cae8b08423d96dcb9e860cd31f854b9506"
460"checksum protoc 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5379c34ea2f9c69b99e6f25f6d0e6619876195ae7a3dcaf69f66bdb6c2e4dceb"
461"checksum protoc-rust 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e211a7f56b2d020a59d483f652cfdfa6fd42e37bf544c0231e373807aa316c45"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700462"checksum quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1eca14c727ad12702eb4b6bfb5a232287dcf8385cb8ca83a3eeaf6519c44c408"
Zach Reiznere0983c72018-01-16 17:35:27 -0800463"checksum rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)" = "512870020642bb8c221bf68baa1b2573da814f6ccfe5c9699b1c303047abe9b1"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700464"checksum syn 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)" = "c97c05b8ebc34ddd6b967994d5c6e9852fa92f8b82b3858c39451f97346dcce5"
Zach Reiznere0983c72018-01-16 17:35:27 -0800465"checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700466"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"