blob: 741f4e80e5816d59b15c1e1b46c789bab06cc508 [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",
Daniel Verkamp56f283b2018-10-05 11:40:59 -07009 "io_jail 0.1.0",
Sonny Rao2ffa0cb2018-02-26 17:27:40 -080010 "kernel_cmdline 0.1.0",
11 "kvm 0.1.0",
12 "kvm_sys 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -080013 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidef7352f2018-05-17 18:47:11 -070014 "resources 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -080015 "sync 0.1.0",
Sonny Rao2ffa0cb2018-02-26 17:27:40 -080016 "sys_util 0.1.0",
17]
18
19[[package]]
Sonny Raoed517d12018-02-13 22:09:43 -080020name = "arch"
21version = "0.1.0"
22dependencies = [
Sonny Raoed517d12018-02-13 22:09:43 -080023 "devices 0.1.0",
Dylan Reid059a1882018-07-23 17:58:09 -070024 "io_jail 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -080025 "kernel_cmdline 0.1.0",
26 "kvm 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -080027 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidef7352f2018-05-17 18:47:11 -070028 "resources 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -080029 "sync 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -080030 "sys_util 0.1.0",
31]
32
33[[package]]
David Tolnay088e7f32018-12-07 11:32:09 -080034name = "assertions"
35version = "0.1.0"
36
37[[package]]
Dylan Reidb58b5522018-12-06 19:47:18 +000038name = "audio_streams"
39version = "0.1.0"
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 = [
paulhsiab6d842f2019-01-18 20:00:36 +080052 "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay1d0b4452018-11-15 15:09:57 -080053 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
54 "syn 0.15.21 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wang8cad7512018-05-22 11:22:13 -070055]
56
57[[package]]
Dylan Reid939d5882017-11-08 17:33:46 -080058name = "byteorder"
59version = "1.1.0"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61
62[[package]]
Manoj Guptad8f10af2018-05-18 11:33:19 -070063name = "cc"
paulhsiab6d842f2019-01-18 20:00:36 +080064version = "1.0.25"
Manoj Guptad8f10af2018-05-18 11:33:19 -070065source = "registry+https://github.com/rust-lang/crates.io-index"
66
67[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -080068name = "cfg-if"
paulhsiab6d842f2019-01-18 20:00:36 +080069version = "0.1.5"
Zach Reiznere0983c72018-01-16 17:35:27 -080070source = "registry+https://github.com/rust-lang/crates.io-index"
71
72[[package]]
paulhsiaf052cfe2019-01-22 15:22:25 +080073name = "cras-sys"
74version = "0.1.0"
75dependencies = [
76 "data_model 0.1.0",
77]
78
79[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -070080name = "crosvm"
81version = "0.1.0"
82dependencies = [
Sonny Rao2ffa0cb2018-02-26 17:27:40 -080083 "aarch64 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -080084 "arch 0.1.0",
Dylan Reid3082e8e2019-01-07 10:33:48 -080085 "audio_streams 0.1.0",
Jingkui Wang8cad7512018-05-22 11:22:13 -070086 "bit_field 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070087 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Dmitry Torokhov2c7e8812019-01-17 16:20:33 -080088 "crosvm_plugin 0.17.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070089 "data_model 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -070090 "devices 0.1.0",
Zach Reizner6f685432018-04-25 17:49:56 -070091 "gpu_buffer 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070092 "io_jail 0.1.0",
Sonny Rao6cc352f2018-02-01 17:49:01 -080093 "kernel_cmdline 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070094 "kernel_loader 0.1.0",
95 "kvm 0.1.0",
Zach Reizner8864cb02018-01-16 17:59:03 -080096 "kvm_sys 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -080097 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
paulhsiaf052cfe2019-01-22 15:22:25 +080098 "libcras 0.1.0",
Jingkui Wangf5d565d2018-09-27 10:41:11 -070099 "msg_socket 0.1.0",
Jason D. Clinton865323d2017-09-27 22:04:03 -0600100 "net_util 0.1.0",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700101 "p9 0.1.0",
Dmitry Torokhov2c7e8812019-01-17 16:20:33 -0800102 "plugin_proto 0.17.0",
Zach Reizner8864cb02018-01-16 17:59:03 -0800103 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid76968702017-12-13 09:09:40 -0800104 "qcow 0.1.0",
Daniel Prilik22006042019-01-14 14:19:04 -0800105 "rand_ish 0.1.0",
Dylan Reiddea77ce2018-05-23 12:59:11 -0700106 "resources 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -0800107 "sync 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700108 "sys_util 0.1.0",
Jingkui Wang33e08312018-11-02 00:27:48 -0700109 "usb_util 0.1.0",
Jason D. Clinton865323d2017-09-27 22:04:03 -0600110 "vhost 0.1.0",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700111 "vm_control 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700112 "x86_64 0.1.0",
113]
114
115[[package]]
Zach Reiznerde01b8b2018-01-16 17:44:54 -0800116name = "crosvm_plugin"
Dmitry Torokhov2c7e8812019-01-17 16:20:33 -0800117version = "0.17.0"
Zach Reiznerde01b8b2018-01-16 17:44:54 -0800118dependencies = [
119 "kvm 0.1.0",
120 "kvm_sys 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800121 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Dmitry Torokhov2c7e8812019-01-17 16:20:33 -0800122 "plugin_proto 0.17.0",
Zach Reiznerde01b8b2018-01-16 17:44:54 -0800123 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
124 "sys_util 0.1.0",
125]
126
127[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700128name = "data_model"
129version = "0.1.0"
David Tolnay088e7f32018-12-07 11:32:09 -0800130dependencies = [
131 "assertions 0.1.0",
132]
Zach Reiznerab839e22017-09-19 17:48:41 -0700133
134[[package]]
Dylan Reidd169a8d2017-10-06 15:26:46 -0700135name = "devices"
136version = "0.1.0"
137dependencies = [
Dylan Reidb58b5522018-12-06 19:47:18 +0000138 "audio_streams 0.1.0",
Jingkui Wang52667262018-07-18 13:26:44 -0700139 "bit_field 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700140 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
141 "data_model 0.1.0",
Zach Reizner3a8100a2017-09-13 19:15:43 -0700142 "gpu_buffer 0.1.0",
143 "gpu_display 0.1.0",
144 "gpu_renderer 0.1.0",
Dylan Reidb3bfbde2017-10-13 13:18:00 -0700145 "io_jail 0.1.0",
Daniel Verkampcf2e00e2018-10-05 14:51:22 -0700146 "kvm 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800147 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reizneraa575662018-08-15 10:46:32 -0700148 "msg_on_socket_derive 0.1.0",
Jingkui Wangb23c0912018-11-02 17:00:31 +0000149 "msg_socket 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700150 "net_sys 0.1.0",
151 "net_util 0.1.0",
Chirantan Ekboteebd56812018-04-16 19:32:04 -0700152 "p9 0.1.0",
Dylan Reid228e4a62018-06-07 15:42:41 -0700153 "resources 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -0800154 "sync 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700155 "sys_util 0.1.0",
David Tolnayde6b29a2018-12-20 11:49:46 -0800156 "tpm2 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700157 "vhost 0.1.0",
158 "virtio_sys 0.1.0",
159 "vm_control 0.1.0",
160]
161
162[[package]]
Chirantan Ekbotea79073a2018-06-22 19:00:30 -0700163name = "getopts"
paulhsiab6d842f2019-01-18 20:00:36 +0800164version = "0.2.18"
Chirantan Ekbotea79073a2018-06-22 19:00:30 -0700165source = "registry+https://github.com/rust-lang/crates.io-index"
paulhsiab6d842f2019-01-18 20:00:36 +0800166dependencies = [
167 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
168]
Chirantan Ekbotea79073a2018-06-22 19:00:30 -0700169
170[[package]]
Zach Reizner6f685432018-04-25 17:49:56 -0700171name = "gpu_buffer"
172version = "0.1.0"
173dependencies = [
174 "data_model 0.1.0",
David Reveman52ba4e52018-04-22 21:42:09 -0400175 "sys_util 0.1.0",
Zach Reizner6f685432018-04-25 17:49:56 -0700176]
177
178[[package]]
Zach Reizner20d71f82018-05-03 13:19:37 -0700179name = "gpu_display"
180version = "0.1.0"
181dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800182 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reizner20d71f82018-05-03 13:19:37 -0700183 "data_model 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800184 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reizner20d71f82018-05-03 13:19:37 -0700185 "sys_util 0.1.0",
186]
187
188[[package]]
Zach Reiznerf40bb192018-05-03 16:58:27 -0700189name = "gpu_renderer"
190version = "0.1.0"
191dependencies = [
192 "data_model 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800193 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerf40bb192018-05-03 16:58:27 -0700194 "sys_util 0.1.0",
195]
196
197[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700198name = "io_jail"
199version = "0.1.0"
200dependencies = [
Stephen Barber8ee09732018-11-26 18:03:14 -0800201 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700202]
203
204[[package]]
Sonny Rao6cc352f2018-02-01 17:49:01 -0800205name = "kernel_cmdline"
206version = "0.1.0"
207dependencies = [
Stephen Barber8ee09732018-11-26 18:03:14 -0800208 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Sonny Rao6cc352f2018-02-01 17:49:01 -0800209]
210
211[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700212name = "kernel_loader"
213version = "0.1.0"
214dependencies = [
Stephen Barber8ee09732018-11-26 18:03:14 -0800215 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700216 "sys_util 0.1.0",
217]
218
219[[package]]
220name = "kvm"
221version = "0.1.0"
222dependencies = [
223 "kvm_sys 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800224 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wange13b1802018-10-03 13:04:47 -0700225 "msg_socket 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700226 "sys_util 0.1.0",
227]
228
229[[package]]
230name = "kvm_sys"
231version = "0.1.0"
232dependencies = [
Stephen Barber8ee09732018-11-26 18:03:14 -0800233 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700234 "sys_util 0.1.0",
235]
236
237[[package]]
238name = "libc"
Stephen Barber8ee09732018-11-26 18:03:14 -0800239version = "0.2.44"
Zach Reiznerab839e22017-09-19 17:48:41 -0700240source = "registry+https://github.com/rust-lang/crates.io-index"
241
242[[package]]
paulhsiaf052cfe2019-01-22 15:22:25 +0800243name = "libcras"
244version = "0.1.0"
245dependencies = [
246 "audio_streams 0.1.0",
247 "cras-sys 0.1.0",
248 "data_model 0.1.0",
249 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
250 "sys_util 0.1.0",
251]
252
253[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800254name = "log"
paulhsiab6d842f2019-01-18 20:00:36 +0800255version = "0.4.5"
Zach Reiznere0983c72018-01-16 17:35:27 -0800256source = "registry+https://github.com/rust-lang/crates.io-index"
257dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800258 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznere0983c72018-01-16 17:35:27 -0800259]
260
261[[package]]
Jingkui Wangf5d565d2018-09-27 10:41:11 -0700262name = "msg_on_socket_derive"
263version = "0.1.0"
264dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800265 "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay1d0b4452018-11-15 15:09:57 -0800266 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
267 "syn 0.15.21 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wangf5d565d2018-09-27 10:41:11 -0700268]
269
270[[package]]
271name = "msg_socket"
272version = "0.1.0"
273dependencies = [
274 "data_model 0.1.0",
275 "msg_on_socket_derive 0.1.0",
276 "sys_util 0.1.0",
277]
278
279[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700280name = "net_sys"
281version = "0.1.0"
282dependencies = [
283 "sys_util 0.1.0",
284]
285
286[[package]]
287name = "net_util"
288version = "0.1.0"
289dependencies = [
Stephen Barber8ee09732018-11-26 18:03:14 -0800290 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700291 "net_sys 0.1.0",
292 "sys_util 0.1.0",
293]
294
295[[package]]
David Tolnayde6b29a2018-12-20 11:49:46 -0800296name = "num_cpus"
297version = "1.9.0"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299dependencies = [
300 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
301]
302
303[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700304name = "p9"
305version = "0.1.0"
306dependencies = [
Stephen Barber8ee09732018-11-26 18:03:14 -0800307 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700308 "wire_format_derive 0.1.0",
309]
310
311[[package]]
Jingkui Wang33e08312018-11-02 00:27:48 -0700312name = "pkg-config"
313version = "0.3.11"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315
316[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800317name = "plugin_proto"
Dmitry Torokhov2c7e8812019-01-17 16:20:33 -0800318version = "0.17.0"
Zach Reiznere0983c72018-01-16 17:35:27 -0800319dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800320 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Dmitry Torokhovcd6a1872018-02-27 15:53:12 -0800321 "kvm_sys 0.1.0",
Zach Reiznere0983c72018-01-16 17:35:27 -0800322 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
323 "protoc-rust 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
324]
325
326[[package]]
Zach Reizner25c6bc12018-02-27 22:22:35 -0800327name = "poll_token_derive"
328version = "0.1.0"
David Tolnayd4d9c262018-12-05 20:36:49 -0800329dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800330 "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnayd4d9c262018-12-05 20:36:49 -0800331 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
332 "syn 0.15.21 (registry+https://github.com/rust-lang/crates.io-index)",
333]
Zach Reizner25c6bc12018-02-27 22:22:35 -0800334
335[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700336name = "proc-macro2"
paulhsiab6d842f2019-01-18 20:00:36 +0800337version = "0.4.21"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700338source = "registry+https://github.com/rust-lang/crates.io-index"
339dependencies = [
340 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
341]
342
343[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800344name = "protobuf"
345version = "1.4.3"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347
348[[package]]
349name = "protoc"
350version = "1.4.3"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800353 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznere0983c72018-01-16 17:35:27 -0800354]
355
356[[package]]
357name = "protoc-rust"
358version = "1.4.3"
359source = "registry+https://github.com/rust-lang/crates.io-index"
360dependencies = [
361 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
362 "protoc 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
paulhsiab6d842f2019-01-18 20:00:36 +0800363 "tempdir 0.3.7",
Zach Reiznere0983c72018-01-16 17:35:27 -0800364]
365
366[[package]]
Dylan Reid76968702017-12-13 09:09:40 -0800367name = "qcow"
368version = "0.1.0"
369dependencies = [
370 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Stephen Barber8ee09732018-11-26 18:03:14 -0800371 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid76968702017-12-13 09:09:40 -0800372 "sys_util 0.1.0",
373]
374
375[[package]]
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800376name = "qcow_utils"
377version = "0.1.0"
378dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800379 "getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
Stephen Barber8ee09732018-11-26 18:03:14 -0800380 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800381 "qcow 0.1.0",
Dylan Reidcd9f86b2018-09-04 17:26:37 -0700382 "sys_util 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800383]
384
385[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700386name = "quote"
David Tolnay1d0b4452018-11-15 15:09:57 -0800387version = "0.6.10"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700388source = "registry+https://github.com/rust-lang/crates.io-index"
389dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800390 "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700391]
392
393[[package]]
Daniel Prilik22006042019-01-14 14:19:04 -0800394name = "rand_ish"
395version = "0.1.0"
Zach Reiznere0983c72018-01-16 17:35:27 -0800396
397[[package]]
Dylan Reiddea77ce2018-05-23 12:59:11 -0700398name = "resources"
399version = "0.1.0"
400dependencies = [
Dylan Reid228e4a62018-06-07 15:42:41 -0700401 "gpu_buffer 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800402 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wange13b1802018-10-03 13:04:47 -0700403 "msg_socket 0.1.0",
Dylan Reid473ae272018-05-30 18:09:59 -0700404 "sys_util 0.1.0",
Dylan Reiddea77ce2018-05-23 12:59:11 -0700405]
406
407[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700408name = "syn"
David Tolnay1d0b4452018-11-15 15:09:57 -0800409version = "0.15.21"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700410source = "registry+https://github.com/rust-lang/crates.io-index"
411dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800412 "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay1d0b4452018-11-15 15:09:57 -0800413 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700414 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
415]
416
417[[package]]
David Tolnay1d4d44a2018-12-03 23:37:46 -0800418name = "sync"
419version = "0.1.0"
420
421[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700422name = "sys_util"
423version = "0.1.0"
424dependencies = [
425 "data_model 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800426 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reizner25c6bc12018-02-27 22:22:35 -0800427 "poll_token_derive 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -0800428 "sync 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700429 "syscall_defines 0.1.0",
430]
431
432[[package]]
433name = "syscall_defines"
434version = "0.1.0"
435
436[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800437name = "tempdir"
paulhsiab6d842f2019-01-18 20:00:36 +0800438version = "0.3.7"
Zach Reiznere0983c72018-01-16 17:35:27 -0800439dependencies = [
Daniel Prilik22006042019-01-14 14:19:04 -0800440 "rand_ish 0.1.0",
Zach Reiznere0983c72018-01-16 17:35:27 -0800441]
442
443[[package]]
David Tolnayde6b29a2018-12-20 11:49:46 -0800444name = "tpm2"
445version = "0.1.0"
446dependencies = [
447 "tpm2-sys 0.1.0",
448]
449
450[[package]]
451name = "tpm2-sys"
452version = "0.1.0"
453dependencies = [
454 "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
455 "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
456]
457
458[[package]]
paulhsiab6d842f2019-01-18 20:00:36 +0800459name = "unicode-width"
460version = "0.1.5"
461source = "registry+https://github.com/rust-lang/crates.io-index"
462
463[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700464name = "unicode-xid"
465version = "0.1.0"
466source = "registry+https://github.com/rust-lang/crates.io-index"
467
468[[package]]
Jingkui Wang33e08312018-11-02 00:27:48 -0700469name = "usb_util"
470version = "0.1.0"
471dependencies = [
David Tolnay088e7f32018-12-07 11:32:09 -0800472 "assertions 0.1.0",
Jingkui Wang33e08312018-11-02 00:27:48 -0700473 "data_model 0.1.0",
474 "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay1d4d44a2018-12-03 23:37:46 -0800475 "sync 0.1.0",
Jingkui Wang33e08312018-11-02 00:27:48 -0700476]
477
478[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700479name = "vhost"
480version = "0.1.0"
481dependencies = [
Stephen Barber8ee09732018-11-26 18:03:14 -0800482 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700483 "net_util 0.1.0",
484 "sys_util 0.1.0",
485 "virtio_sys 0.1.0",
486]
487
488[[package]]
489name = "virtio_sys"
490version = "0.1.0"
491dependencies = [
492 "sys_util 0.1.0",
493]
494
495[[package]]
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700496name = "vm_control"
497version = "0.1.0"
498dependencies = [
Dylan Reidd4432042017-12-06 18:20:09 -0800499 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700500 "data_model 0.1.0",
501 "kvm 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800502 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wange13b1802018-10-03 13:04:47 -0700503 "msg_socket 0.1.0",
Dylan Reidef7352f2018-05-17 18:47:11 -0700504 "resources 0.1.0",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700505 "sys_util 0.1.0",
506]
507
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800508[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700509name = "wire_format_derive"
510version = "0.1.0"
511dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800512 "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay1d0b4452018-11-15 15:09:57 -0800513 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
514 "syn 0.15.21 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700515]
516
517[[package]]
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800518name = "x86_64"
519version = "0.1.0"
520dependencies = [
Sonny Raoed517d12018-02-13 22:09:43 -0800521 "arch 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800522 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
paulhsiab6d842f2019-01-18 20:00:36 +0800523 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800524 "data_model 0.1.0",
Sonny Rao43724a22018-02-01 15:52:58 -0800525 "devices 0.1.0",
Daniel Verkamp56f283b2018-10-05 11:40:59 -0700526 "io_jail 0.1.0",
Sonny Rao43724a22018-02-01 15:52:58 -0800527 "kernel_cmdline 0.1.0",
528 "kernel_loader 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800529 "kvm 0.1.0",
530 "kvm_sys 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800531 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidef7352f2018-05-17 18:47:11 -0700532 "resources 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -0800533 "sync 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800534 "sys_util 0.1.0",
535]
536
Zach Reiznerab839e22017-09-19 17:48:41 -0700537[metadata]
538"checksum byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff81738b726f5d099632ceaffe7fb65b90212e8dce59d518729e7e8634032d3d"
paulhsiab6d842f2019-01-18 20:00:36 +0800539"checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16"
540"checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3"
541"checksum getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "0a7292d30132fb5424b354f5dc02512a86e4c516fe544bb7a25e7f266951b797"
Stephen Barber8ee09732018-11-26 18:03:14 -0800542"checksum libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)" = "10923947f84a519a45c8fefb7dd1b3e8c08747993381adee176d7a82b4195311"
paulhsiab6d842f2019-01-18 20:00:36 +0800543"checksum log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fcce5fa49cc693c312001daf1d13411c4a5283796bac1084299ea3e567113f"
David Tolnayde6b29a2018-12-20 11:49:46 -0800544"checksum num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a69d464bdc213aaaff628444e99578ede64e9c854025aa43b9796530afa9238"
Jingkui Wang33e08312018-11-02 00:27:48 -0700545"checksum pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "110d5ee3593dbb73f56294327fe5668bcc997897097cbc76b51e7aed3f52452f"
paulhsiab6d842f2019-01-18 20:00:36 +0800546"checksum proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)" = "ab2fc21ba78ac73e4ff6b3818ece00be4e175ffbef4d0a717d978b48b24150c4"
Zach Reiznere0983c72018-01-16 17:35:27 -0800547"checksum protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bec26e67194b7d991908145fdf21b7cae8b08423d96dcb9e860cd31f854b9506"
548"checksum protoc 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5379c34ea2f9c69b99e6f25f6d0e6619876195ae7a3dcaf69f66bdb6c2e4dceb"
549"checksum protoc-rust 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e211a7f56b2d020a59d483f652cfdfa6fd42e37bf544c0231e373807aa316c45"
David Tolnay1d0b4452018-11-15 15:09:57 -0800550"checksum quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c"
David Tolnay1d0b4452018-11-15 15:09:57 -0800551"checksum syn 0.15.21 (registry+https://github.com/rust-lang/crates.io-index)" = "816b7af21405b011a23554ea2dc3f6576dc86ca557047c34098c1d741f10f823"
paulhsiab6d842f2019-01-18 20:00:36 +0800552"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700553"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"