blob: d6f87841a2558f9ab5305d172ca3d35a365ebfbd [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",
Daniel Verkamp56f283b2018-10-05 11:40:59 -070019 "io_jail 0.1.0",
Sonny Rao2ffa0cb2018-02-26 17:27:40 -080020 "kernel_cmdline 0.1.0",
21 "kvm 0.1.0",
22 "kvm_sys 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -070023 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidef7352f2018-05-17 18:47:11 -070024 "resources 0.1.0",
Sonny Rao2ffa0cb2018-02-26 17:27:40 -080025 "sys_util 0.1.0",
26]
27
28[[package]]
Sonny Raoed517d12018-02-13 22:09:43 -080029name = "arch"
30version = "0.1.0"
31dependencies = [
Sonny Raoed517d12018-02-13 22:09:43 -080032 "devices 0.1.0",
Dylan Reid059a1882018-07-23 17:58:09 -070033 "io_jail 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -080034 "kernel_cmdline 0.1.0",
35 "kvm 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -070036 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidef7352f2018-05-17 18:47:11 -070037 "resources 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -080038 "sys_util 0.1.0",
39]
40
41[[package]]
Jingkui Wang8cad7512018-05-22 11:22:13 -070042name = "bit_field"
43version = "0.1.0"
44dependencies = [
45 "bit_field_derive 0.1.0",
46]
47
48[[package]]
49name = "bit_field_derive"
50version = "0.1.0"
51dependencies = [
52 "proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
53 "quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
54 "syn 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
55]
56
57[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -080058name = "bitflags"
59version = "1.0.1"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61
Dylan Reid939d5882017-11-08 17:33:46 -080062[[package]]
63name = "byteorder"
64version = "1.1.0"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66
67[[package]]
Manoj Guptad8f10af2018-05-18 11:33:19 -070068name = "cc"
69version = "1.0.15"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71
72[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -080073name = "cfg-if"
74version = "0.1.2"
75source = "registry+https://github.com/rust-lang/crates.io-index"
76
77[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -070078name = "crosvm"
79version = "0.1.0"
80dependencies = [
Sonny Rao2ffa0cb2018-02-26 17:27:40 -080081 "aarch64 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -080082 "arch 0.1.0",
Jingkui Wang8cad7512018-05-22 11:22:13 -070083 "bit_field 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070084 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Dmitry Torokhov65835762018-07-26 14:44:50 -070085 "crosvm_plugin 0.16.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070086 "data_model 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -070087 "devices 0.1.0",
Zach Reizner6f685432018-04-25 17:49:56 -070088 "gpu_buffer 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070089 "io_jail 0.1.0",
Sonny Rao6cc352f2018-02-01 17:49:01 -080090 "kernel_cmdline 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070091 "kernel_loader 0.1.0",
92 "kvm 0.1.0",
Zach Reizner8864cb02018-01-16 17:59:03 -080093 "kvm_sys 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -070094 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wangf5d565d2018-09-27 10:41:11 -070095 "msg_socket 0.1.0",
Jason D. Clinton865323d2017-09-27 22:04:03 -060096 "net_util 0.1.0",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -070097 "p9 0.1.0",
Dmitry Torokhov65835762018-07-26 14:44:50 -070098 "plugin_proto 0.16.0",
Zach Reizner8864cb02018-01-16 17:59:03 -080099 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid76968702017-12-13 09:09:40 -0800100 "qcow 0.1.0",
Zach Reizner8864cb02018-01-16 17:59:03 -0800101 "rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reiddea77ce2018-05-23 12:59:11 -0700102 "resources 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700103 "sys_util 0.1.0",
Jason D. Clinton865323d2017-09-27 22:04:03 -0600104 "vhost 0.1.0",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700105 "vm_control 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700106 "x86_64 0.1.0",
107]
108
109[[package]]
Zach Reiznerde01b8b2018-01-16 17:44:54 -0800110name = "crosvm_plugin"
Dmitry Torokhov65835762018-07-26 14:44:50 -0700111version = "0.16.0"
Zach Reiznerde01b8b2018-01-16 17:44:54 -0800112dependencies = [
113 "kvm 0.1.0",
114 "kvm_sys 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700115 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dmitry Torokhov65835762018-07-26 14:44:50 -0700116 "plugin_proto 0.16.0",
Zach Reiznerde01b8b2018-01-16 17:44:54 -0800117 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
118 "sys_util 0.1.0",
119]
120
121[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700122name = "data_model"
123version = "0.1.0"
124
125[[package]]
Dylan Reidd169a8d2017-10-06 15:26:46 -0700126name = "devices"
127version = "0.1.0"
128dependencies = [
129 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
130 "data_model 0.1.0",
Zach Reizner3a8100a2017-09-13 19:15:43 -0700131 "gpu_buffer 0.1.0",
132 "gpu_display 0.1.0",
133 "gpu_renderer 0.1.0",
Dylan Reidb3bfbde2017-10-13 13:18:00 -0700134 "io_jail 0.1.0",
Daniel Verkampcf2e00e2018-10-05 14:51:22 -0700135 "kvm 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700136 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wangb23c0912018-11-02 17:00:31 +0000137 "msg_socket 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700138 "net_sys 0.1.0",
139 "net_util 0.1.0",
Chirantan Ekboteebd56812018-04-16 19:32:04 -0700140 "p9 0.1.0",
Dylan Reid228e4a62018-06-07 15:42:41 -0700141 "resources 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700142 "sys_util 0.1.0",
143 "vhost 0.1.0",
144 "virtio_sys 0.1.0",
145 "vm_control 0.1.0",
146]
147
148[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800149name = "fuchsia-zircon"
150version = "0.3.3"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152dependencies = [
153 "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
154 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
155]
156
157[[package]]
158name = "fuchsia-zircon-sys"
159version = "0.3.3"
160source = "registry+https://github.com/rust-lang/crates.io-index"
161
162[[package]]
Chirantan Ekbotea79073a2018-06-22 19:00:30 -0700163name = "getopts"
164version = "0.2.17"
165source = "registry+https://github.com/rust-lang/crates.io-index"
166
167[[package]]
Zach Reizner6f685432018-04-25 17:49:56 -0700168name = "gpu_buffer"
169version = "0.1.0"
170dependencies = [
171 "data_model 0.1.0",
David Reveman52ba4e52018-04-22 21:42:09 -0400172 "sys_util 0.1.0",
Zach Reizner6f685432018-04-25 17:49:56 -0700173]
174
175[[package]]
Zach Reizner20d71f82018-05-03 13:19:37 -0700176name = "gpu_display"
177version = "0.1.0"
178dependencies = [
179 "cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
180 "data_model 0.1.0",
181 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
182 "sys_util 0.1.0",
183]
184
185[[package]]
Zach Reiznerf40bb192018-05-03 16:58:27 -0700186name = "gpu_renderer"
187version = "0.1.0"
188dependencies = [
189 "data_model 0.1.0",
190 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
191 "sys_util 0.1.0",
192]
193
194[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700195name = "io_jail"
196version = "0.1.0"
197dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700198 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700199]
200
201[[package]]
Sonny Rao6cc352f2018-02-01 17:49:01 -0800202name = "kernel_cmdline"
203version = "0.1.0"
204dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700205 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Sonny Rao6cc352f2018-02-01 17:49:01 -0800206]
207
208[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700209name = "kernel_loader"
210version = "0.1.0"
211dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700212 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700213 "sys_util 0.1.0",
214]
215
216[[package]]
217name = "kvm"
218version = "0.1.0"
219dependencies = [
220 "kvm_sys 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700221 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700222 "sys_util 0.1.0",
223]
224
225[[package]]
226name = "kvm_sys"
227version = "0.1.0"
228dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700229 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700230 "sys_util 0.1.0",
231]
232
233[[package]]
234name = "libc"
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700235version = "0.2.40"
Zach Reiznerab839e22017-09-19 17:48:41 -0700236source = "registry+https://github.com/rust-lang/crates.io-index"
237
238[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800239name = "log"
240version = "0.4.1"
241source = "registry+https://github.com/rust-lang/crates.io-index"
242dependencies = [
243 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
244]
245
246[[package]]
Jingkui Wangf5d565d2018-09-27 10:41:11 -0700247name = "msg_on_socket_derive"
248version = "0.1.0"
249dependencies = [
250 "proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
251 "quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
252 "syn 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
253]
254
255[[package]]
256name = "msg_socket"
257version = "0.1.0"
258dependencies = [
259 "data_model 0.1.0",
260 "msg_on_socket_derive 0.1.0",
261 "sys_util 0.1.0",
262]
263
264[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700265name = "net_sys"
266version = "0.1.0"
267dependencies = [
268 "sys_util 0.1.0",
269]
270
271[[package]]
272name = "net_util"
273version = "0.1.0"
274dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700275 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700276 "net_sys 0.1.0",
277 "sys_util 0.1.0",
278]
279
280[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700281name = "p9"
282version = "0.1.0"
283dependencies = [
Chirantan Ekboteb6576032018-04-04 18:16:43 -0700284 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700285 "wire_format_derive 0.1.0",
286]
287
288[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800289name = "plugin_proto"
Dmitry Torokhov65835762018-07-26 14:44:50 -0700290version = "0.16.0"
Zach Reiznere0983c72018-01-16 17:35:27 -0800291dependencies = [
Manoj Guptad8f10af2018-05-18 11:33:19 -0700292 "cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
Dmitry Torokhovcd6a1872018-02-27 15:53:12 -0800293 "kvm_sys 0.1.0",
Zach Reiznere0983c72018-01-16 17:35:27 -0800294 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
295 "protoc-rust 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
296]
297
298[[package]]
Zach Reizner25c6bc12018-02-27 22:22:35 -0800299name = "poll_token_derive"
300version = "0.1.0"
301
302[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700303name = "proc-macro2"
304version = "0.2.3"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306dependencies = [
307 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
308]
309
310[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800311name = "protobuf"
312version = "1.4.3"
313source = "registry+https://github.com/rust-lang/crates.io-index"
314
315[[package]]
316name = "protoc"
317version = "1.4.3"
318source = "registry+https://github.com/rust-lang/crates.io-index"
319dependencies = [
320 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
321]
322
323[[package]]
324name = "protoc-rust"
325version = "1.4.3"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327dependencies = [
328 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
329 "protoc 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
330 "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
331]
332
333[[package]]
Dylan Reid76968702017-12-13 09:09:40 -0800334name = "qcow"
335version = "0.1.0"
336dependencies = [
337 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700338 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid76968702017-12-13 09:09:40 -0800339 "sys_util 0.1.0",
340]
341
342[[package]]
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800343name = "qcow_utils"
344version = "0.1.0"
345dependencies = [
Dylan Reidcd9f86b2018-09-04 17:26:37 -0700346 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700347 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800348 "qcow 0.1.0",
Dylan Reidcd9f86b2018-09-04 17:26:37 -0700349 "sys_util 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800350]
351
352[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700353name = "quote"
354version = "0.4.2"
355source = "registry+https://github.com/rust-lang/crates.io-index"
356dependencies = [
357 "proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
358]
359
360[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800361name = "rand"
362version = "0.3.20"
363source = "registry+https://github.com/rust-lang/crates.io-index"
364dependencies = [
365 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700366 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznere0983c72018-01-16 17:35:27 -0800367]
368
369[[package]]
Dylan Reiddea77ce2018-05-23 12:59:11 -0700370name = "resources"
371version = "0.1.0"
372dependencies = [
373 "data_model 0.1.0",
Dylan Reid228e4a62018-06-07 15:42:41 -0700374 "gpu_buffer 0.1.0",
375 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid473ae272018-05-30 18:09:59 -0700376 "sys_util 0.1.0",
Dylan Reiddea77ce2018-05-23 12:59:11 -0700377]
378
379[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700380name = "syn"
381version = "0.12.15"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383dependencies = [
384 "proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
385 "quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
386 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
387]
388
389[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700390name = "sys_util"
391version = "0.1.0"
392dependencies = [
393 "data_model 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700394 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reizner25c6bc12018-02-27 22:22:35 -0800395 "poll_token_derive 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700396 "syscall_defines 0.1.0",
397]
398
399[[package]]
400name = "syscall_defines"
401version = "0.1.0"
402
403[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800404name = "tempdir"
405version = "0.3.5"
406source = "registry+https://github.com/rust-lang/crates.io-index"
407dependencies = [
408 "rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
409]
410
411[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700412name = "unicode-xid"
413version = "0.1.0"
414source = "registry+https://github.com/rust-lang/crates.io-index"
415
416[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700417name = "vhost"
418version = "0.1.0"
419dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700420 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700421 "net_util 0.1.0",
422 "sys_util 0.1.0",
423 "virtio_sys 0.1.0",
424]
425
426[[package]]
427name = "virtio_sys"
428version = "0.1.0"
429dependencies = [
430 "sys_util 0.1.0",
431]
432
433[[package]]
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700434name = "vm_control"
435version = "0.1.0"
436dependencies = [
Dylan Reidd4432042017-12-06 18:20:09 -0800437 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700438 "data_model 0.1.0",
439 "kvm 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700440 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidef7352f2018-05-17 18:47:11 -0700441 "resources 0.1.0",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700442 "sys_util 0.1.0",
443]
444
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800445[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700446name = "wire_format_derive"
447version = "0.1.0"
448dependencies = [
449 "proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
450 "quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
451 "syn 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
452]
453
454[[package]]
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800455name = "x86_64"
456version = "0.1.0"
457dependencies = [
Sonny Raoed517d12018-02-13 22:09:43 -0800458 "arch 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800459 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Slava Malyuginac5a8db2018-07-03 21:01:03 -0700460 "cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800461 "data_model 0.1.0",
Sonny Rao43724a22018-02-01 15:52:58 -0800462 "devices 0.1.0",
Daniel Verkamp56f283b2018-10-05 11:40:59 -0700463 "io_jail 0.1.0",
Sonny Rao43724a22018-02-01 15:52:58 -0800464 "kernel_cmdline 0.1.0",
465 "kernel_loader 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800466 "kvm 0.1.0",
467 "kvm_sys 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700468 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidef7352f2018-05-17 18:47:11 -0700469 "resources 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800470 "sys_util 0.1.0",
471]
472
Zach Reiznerab839e22017-09-19 17:48:41 -0700473[metadata]
Zach Reiznere0983c72018-01-16 17:35:27 -0800474"checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf"
Zach Reiznerab839e22017-09-19 17:48:41 -0700475"checksum byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff81738b726f5d099632ceaffe7fb65b90212e8dce59d518729e7e8634032d3d"
Manoj Guptad8f10af2018-05-18 11:33:19 -0700476"checksum cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "0ebb87d1116151416c0cf66a0e3fb6430cccd120fd6300794b4dfaa050ac40ba"
Zach Reiznere0983c72018-01-16 17:35:27 -0800477"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
478"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
479"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
Chirantan Ekbotea79073a2018-06-22 19:00:30 -0700480"checksum getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "b900c08c1939860ce8b54dc6a89e26e00c04c380fd0e09796799bd7f12861e05"
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700481"checksum libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)" = "6fd41f331ac7c5b8ac259b8bf82c75c0fb2e469bbf37d2becbba9a6a2221965b"
Zach Reiznere0983c72018-01-16 17:35:27 -0800482"checksum log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700483"checksum proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cd07deb3c6d1d9ff827999c7f9b04cdfd66b1b17ae508e14fe47b620f2282ae0"
Zach Reiznere0983c72018-01-16 17:35:27 -0800484"checksum protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bec26e67194b7d991908145fdf21b7cae8b08423d96dcb9e860cd31f854b9506"
485"checksum protoc 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5379c34ea2f9c69b99e6f25f6d0e6619876195ae7a3dcaf69f66bdb6c2e4dceb"
486"checksum protoc-rust 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e211a7f56b2d020a59d483f652cfdfa6fd42e37bf544c0231e373807aa316c45"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700487"checksum quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1eca14c727ad12702eb4b6bfb5a232287dcf8385cb8ca83a3eeaf6519c44c408"
Zach Reiznere0983c72018-01-16 17:35:27 -0800488"checksum rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)" = "512870020642bb8c221bf68baa1b2573da814f6ccfe5c9699b1c303047abe9b1"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700489"checksum syn 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)" = "c97c05b8ebc34ddd6b967994d5c6e9852fa92f8b82b3858c39451f97346dcce5"
Zach Reiznere0983c72018-01-16 17:35:27 -0800490"checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700491"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"