blob: 4b91e742f17cf704c1a407717e83d3cafd45ad41 [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]]
Zach Reiznerab839e22017-09-19 17:48:41 -070073name = "crosvm"
74version = "0.1.0"
75dependencies = [
Sonny Rao2ffa0cb2018-02-26 17:27:40 -080076 "aarch64 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -080077 "arch 0.1.0",
Jingkui Wang8cad7512018-05-22 11:22:13 -070078 "bit_field 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070079 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Dmitry Torokhov2c7e8812019-01-17 16:20:33 -080080 "crosvm_plugin 0.17.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070081 "data_model 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -070082 "devices 0.1.0",
Zach Reizner6f685432018-04-25 17:49:56 -070083 "gpu_buffer 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070084 "io_jail 0.1.0",
Sonny Rao6cc352f2018-02-01 17:49:01 -080085 "kernel_cmdline 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070086 "kernel_loader 0.1.0",
87 "kvm 0.1.0",
Zach Reizner8864cb02018-01-16 17:59:03 -080088 "kvm_sys 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -080089 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wangf5d565d2018-09-27 10:41:11 -070090 "msg_socket 0.1.0",
Jason D. Clinton865323d2017-09-27 22:04:03 -060091 "net_util 0.1.0",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -070092 "p9 0.1.0",
Dmitry Torokhov2c7e8812019-01-17 16:20:33 -080093 "plugin_proto 0.17.0",
Zach Reizner8864cb02018-01-16 17:59:03 -080094 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid76968702017-12-13 09:09:40 -080095 "qcow 0.1.0",
Daniel Prilik22006042019-01-14 14:19:04 -080096 "rand_ish 0.1.0",
Dylan Reiddea77ce2018-05-23 12:59:11 -070097 "resources 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -080098 "sync 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070099 "sys_util 0.1.0",
Jingkui Wang33e08312018-11-02 00:27:48 -0700100 "usb_util 0.1.0",
Jason D. Clinton865323d2017-09-27 22:04:03 -0600101 "vhost 0.1.0",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700102 "vm_control 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700103 "x86_64 0.1.0",
104]
105
106[[package]]
Zach Reiznerde01b8b2018-01-16 17:44:54 -0800107name = "crosvm_plugin"
Dmitry Torokhov2c7e8812019-01-17 16:20:33 -0800108version = "0.17.0"
Zach Reiznerde01b8b2018-01-16 17:44:54 -0800109dependencies = [
110 "kvm 0.1.0",
111 "kvm_sys 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800112 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Dmitry Torokhov2c7e8812019-01-17 16:20:33 -0800113 "plugin_proto 0.17.0",
Zach Reiznerde01b8b2018-01-16 17:44:54 -0800114 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
115 "sys_util 0.1.0",
116]
117
118[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700119name = "data_model"
120version = "0.1.0"
David Tolnay088e7f32018-12-07 11:32:09 -0800121dependencies = [
122 "assertions 0.1.0",
123]
Zach Reiznerab839e22017-09-19 17:48:41 -0700124
125[[package]]
Dylan Reidd169a8d2017-10-06 15:26:46 -0700126name = "devices"
127version = "0.1.0"
128dependencies = [
Dylan Reidb58b5522018-12-06 19:47:18 +0000129 "audio_streams 0.1.0",
Jingkui Wang52667262018-07-18 13:26:44 -0700130 "bit_field 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700131 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
132 "data_model 0.1.0",
Zach Reizner3a8100a2017-09-13 19:15:43 -0700133 "gpu_buffer 0.1.0",
134 "gpu_display 0.1.0",
135 "gpu_renderer 0.1.0",
Dylan Reidb3bfbde2017-10-13 13:18:00 -0700136 "io_jail 0.1.0",
Daniel Verkampcf2e00e2018-10-05 14:51:22 -0700137 "kvm 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800138 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reizneraa575662018-08-15 10:46:32 -0700139 "msg_on_socket_derive 0.1.0",
Jingkui Wangb23c0912018-11-02 17:00:31 +0000140 "msg_socket 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700141 "net_sys 0.1.0",
142 "net_util 0.1.0",
Chirantan Ekboteebd56812018-04-16 19:32:04 -0700143 "p9 0.1.0",
Dylan Reid228e4a62018-06-07 15:42:41 -0700144 "resources 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -0800145 "sync 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700146 "sys_util 0.1.0",
David Tolnayde6b29a2018-12-20 11:49:46 -0800147 "tpm2 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700148 "vhost 0.1.0",
149 "virtio_sys 0.1.0",
150 "vm_control 0.1.0",
151]
152
153[[package]]
Chirantan Ekbotea79073a2018-06-22 19:00:30 -0700154name = "getopts"
paulhsiab6d842f2019-01-18 20:00:36 +0800155version = "0.2.18"
Chirantan Ekbotea79073a2018-06-22 19:00:30 -0700156source = "registry+https://github.com/rust-lang/crates.io-index"
paulhsiab6d842f2019-01-18 20:00:36 +0800157dependencies = [
158 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
159]
Chirantan Ekbotea79073a2018-06-22 19:00:30 -0700160
161[[package]]
Zach Reizner6f685432018-04-25 17:49:56 -0700162name = "gpu_buffer"
163version = "0.1.0"
164dependencies = [
165 "data_model 0.1.0",
David Reveman52ba4e52018-04-22 21:42:09 -0400166 "sys_util 0.1.0",
Zach Reizner6f685432018-04-25 17:49:56 -0700167]
168
169[[package]]
Zach Reizner20d71f82018-05-03 13:19:37 -0700170name = "gpu_display"
171version = "0.1.0"
172dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800173 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reizner20d71f82018-05-03 13:19:37 -0700174 "data_model 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800175 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reizner20d71f82018-05-03 13:19:37 -0700176 "sys_util 0.1.0",
177]
178
179[[package]]
Zach Reiznerf40bb192018-05-03 16:58:27 -0700180name = "gpu_renderer"
181version = "0.1.0"
182dependencies = [
183 "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 Reiznerf40bb192018-05-03 16:58:27 -0700185 "sys_util 0.1.0",
186]
187
188[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700189name = "io_jail"
190version = "0.1.0"
191dependencies = [
Stephen Barber8ee09732018-11-26 18:03:14 -0800192 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700193]
194
195[[package]]
Sonny Rao6cc352f2018-02-01 17:49:01 -0800196name = "kernel_cmdline"
197version = "0.1.0"
198dependencies = [
Stephen Barber8ee09732018-11-26 18:03:14 -0800199 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Sonny Rao6cc352f2018-02-01 17:49:01 -0800200]
201
202[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700203name = "kernel_loader"
204version = "0.1.0"
205dependencies = [
Stephen Barber8ee09732018-11-26 18:03:14 -0800206 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700207 "sys_util 0.1.0",
208]
209
210[[package]]
211name = "kvm"
212version = "0.1.0"
213dependencies = [
214 "kvm_sys 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800215 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wange13b1802018-10-03 13:04:47 -0700216 "msg_socket 0.1.0",
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 = [
Stephen Barber8ee09732018-11-26 18:03:14 -0800224 "libc 0.2.44 (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"
Stephen Barber8ee09732018-11-26 18:03:14 -0800230version = "0.2.44"
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"
paulhsiab6d842f2019-01-18 20:00:36 +0800235version = "0.4.5"
Zach Reiznere0983c72018-01-16 17:35:27 -0800236source = "registry+https://github.com/rust-lang/crates.io-index"
237dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800238 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznere0983c72018-01-16 17:35:27 -0800239]
240
241[[package]]
Jingkui Wangf5d565d2018-09-27 10:41:11 -0700242name = "msg_on_socket_derive"
243version = "0.1.0"
244dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800245 "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay1d0b4452018-11-15 15:09:57 -0800246 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
247 "syn 0.15.21 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wangf5d565d2018-09-27 10:41:11 -0700248]
249
250[[package]]
251name = "msg_socket"
252version = "0.1.0"
253dependencies = [
254 "data_model 0.1.0",
255 "msg_on_socket_derive 0.1.0",
256 "sys_util 0.1.0",
257]
258
259[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700260name = "net_sys"
261version = "0.1.0"
262dependencies = [
263 "sys_util 0.1.0",
264]
265
266[[package]]
267name = "net_util"
268version = "0.1.0"
269dependencies = [
Stephen Barber8ee09732018-11-26 18:03:14 -0800270 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700271 "net_sys 0.1.0",
272 "sys_util 0.1.0",
273]
274
275[[package]]
David Tolnayde6b29a2018-12-20 11:49:46 -0800276name = "num_cpus"
277version = "1.9.0"
278source = "registry+https://github.com/rust-lang/crates.io-index"
279dependencies = [
280 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
281]
282
283[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700284name = "p9"
285version = "0.1.0"
286dependencies = [
Stephen Barber8ee09732018-11-26 18:03:14 -0800287 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700288 "wire_format_derive 0.1.0",
289]
290
291[[package]]
Jingkui Wang33e08312018-11-02 00:27:48 -0700292name = "pkg-config"
293version = "0.3.11"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295
296[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800297name = "plugin_proto"
Dmitry Torokhov2c7e8812019-01-17 16:20:33 -0800298version = "0.17.0"
Zach Reiznere0983c72018-01-16 17:35:27 -0800299dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800300 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Dmitry Torokhovcd6a1872018-02-27 15:53:12 -0800301 "kvm_sys 0.1.0",
Zach Reiznere0983c72018-01-16 17:35:27 -0800302 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
303 "protoc-rust 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
304]
305
306[[package]]
Zach Reizner25c6bc12018-02-27 22:22:35 -0800307name = "poll_token_derive"
308version = "0.1.0"
David Tolnayd4d9c262018-12-05 20:36:49 -0800309dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800310 "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnayd4d9c262018-12-05 20:36:49 -0800311 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
312 "syn 0.15.21 (registry+https://github.com/rust-lang/crates.io-index)",
313]
Zach Reizner25c6bc12018-02-27 22:22:35 -0800314
315[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700316name = "proc-macro2"
paulhsiab6d842f2019-01-18 20:00:36 +0800317version = "0.4.21"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700318source = "registry+https://github.com/rust-lang/crates.io-index"
319dependencies = [
320 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
321]
322
323[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800324name = "protobuf"
325version = "1.4.3"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327
328[[package]]
329name = "protoc"
330version = "1.4.3"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800333 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznere0983c72018-01-16 17:35:27 -0800334]
335
336[[package]]
337name = "protoc-rust"
338version = "1.4.3"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340dependencies = [
341 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
342 "protoc 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
paulhsiab6d842f2019-01-18 20:00:36 +0800343 "tempdir 0.3.7",
Zach Reiznere0983c72018-01-16 17:35:27 -0800344]
345
346[[package]]
Dylan Reid76968702017-12-13 09:09:40 -0800347name = "qcow"
348version = "0.1.0"
349dependencies = [
350 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Stephen Barber8ee09732018-11-26 18:03:14 -0800351 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid76968702017-12-13 09:09:40 -0800352 "sys_util 0.1.0",
353]
354
355[[package]]
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800356name = "qcow_utils"
357version = "0.1.0"
358dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800359 "getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
Stephen Barber8ee09732018-11-26 18:03:14 -0800360 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800361 "qcow 0.1.0",
Dylan Reidcd9f86b2018-09-04 17:26:37 -0700362 "sys_util 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800363]
364
365[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700366name = "quote"
David Tolnay1d0b4452018-11-15 15:09:57 -0800367version = "0.6.10"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700368source = "registry+https://github.com/rust-lang/crates.io-index"
369dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800370 "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700371]
372
373[[package]]
Daniel Prilik22006042019-01-14 14:19:04 -0800374name = "rand_ish"
375version = "0.1.0"
Zach Reiznere0983c72018-01-16 17:35:27 -0800376
377[[package]]
Dylan Reiddea77ce2018-05-23 12:59:11 -0700378name = "resources"
379version = "0.1.0"
380dependencies = [
Dylan Reid228e4a62018-06-07 15:42:41 -0700381 "gpu_buffer 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800382 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wange13b1802018-10-03 13:04:47 -0700383 "msg_socket 0.1.0",
Dylan Reid473ae272018-05-30 18:09:59 -0700384 "sys_util 0.1.0",
Dylan Reiddea77ce2018-05-23 12:59:11 -0700385]
386
387[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700388name = "syn"
David Tolnay1d0b4452018-11-15 15:09:57 -0800389version = "0.15.21"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700390source = "registry+https://github.com/rust-lang/crates.io-index"
391dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800392 "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay1d0b4452018-11-15 15:09:57 -0800393 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700394 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
395]
396
397[[package]]
David Tolnay1d4d44a2018-12-03 23:37:46 -0800398name = "sync"
399version = "0.1.0"
400
401[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700402name = "sys_util"
403version = "0.1.0"
404dependencies = [
405 "data_model 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800406 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reizner25c6bc12018-02-27 22:22:35 -0800407 "poll_token_derive 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -0800408 "sync 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700409 "syscall_defines 0.1.0",
410]
411
412[[package]]
413name = "syscall_defines"
414version = "0.1.0"
415
416[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800417name = "tempdir"
paulhsiab6d842f2019-01-18 20:00:36 +0800418version = "0.3.7"
Zach Reiznere0983c72018-01-16 17:35:27 -0800419dependencies = [
Daniel Prilik22006042019-01-14 14:19:04 -0800420 "rand_ish 0.1.0",
Zach Reiznere0983c72018-01-16 17:35:27 -0800421]
422
423[[package]]
David Tolnayde6b29a2018-12-20 11:49:46 -0800424name = "tpm2"
425version = "0.1.0"
426dependencies = [
427 "tpm2-sys 0.1.0",
428]
429
430[[package]]
431name = "tpm2-sys"
432version = "0.1.0"
433dependencies = [
434 "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
435 "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
436]
437
438[[package]]
paulhsiab6d842f2019-01-18 20:00:36 +0800439name = "unicode-width"
440version = "0.1.5"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442
443[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700444name = "unicode-xid"
445version = "0.1.0"
446source = "registry+https://github.com/rust-lang/crates.io-index"
447
448[[package]]
Jingkui Wang33e08312018-11-02 00:27:48 -0700449name = "usb_util"
450version = "0.1.0"
451dependencies = [
David Tolnay088e7f32018-12-07 11:32:09 -0800452 "assertions 0.1.0",
Jingkui Wang33e08312018-11-02 00:27:48 -0700453 "data_model 0.1.0",
454 "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay1d4d44a2018-12-03 23:37:46 -0800455 "sync 0.1.0",
Jingkui Wang33e08312018-11-02 00:27:48 -0700456]
457
458[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700459name = "vhost"
460version = "0.1.0"
461dependencies = [
Stephen Barber8ee09732018-11-26 18:03:14 -0800462 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700463 "net_util 0.1.0",
464 "sys_util 0.1.0",
465 "virtio_sys 0.1.0",
466]
467
468[[package]]
469name = "virtio_sys"
470version = "0.1.0"
471dependencies = [
472 "sys_util 0.1.0",
473]
474
475[[package]]
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700476name = "vm_control"
477version = "0.1.0"
478dependencies = [
Dylan Reidd4432042017-12-06 18:20:09 -0800479 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700480 "data_model 0.1.0",
481 "kvm 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800482 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wange13b1802018-10-03 13:04:47 -0700483 "msg_socket 0.1.0",
Dylan Reidef7352f2018-05-17 18:47:11 -0700484 "resources 0.1.0",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700485 "sys_util 0.1.0",
486]
487
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800488[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700489name = "wire_format_derive"
490version = "0.1.0"
491dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800492 "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay1d0b4452018-11-15 15:09:57 -0800493 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
494 "syn 0.15.21 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700495]
496
497[[package]]
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800498name = "x86_64"
499version = "0.1.0"
500dependencies = [
Sonny Raoed517d12018-02-13 22:09:43 -0800501 "arch 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800502 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
paulhsiab6d842f2019-01-18 20:00:36 +0800503 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800504 "data_model 0.1.0",
Sonny Rao43724a22018-02-01 15:52:58 -0800505 "devices 0.1.0",
Daniel Verkamp56f283b2018-10-05 11:40:59 -0700506 "io_jail 0.1.0",
Sonny Rao43724a22018-02-01 15:52:58 -0800507 "kernel_cmdline 0.1.0",
508 "kernel_loader 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800509 "kvm 0.1.0",
510 "kvm_sys 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800511 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidef7352f2018-05-17 18:47:11 -0700512 "resources 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -0800513 "sync 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800514 "sys_util 0.1.0",
515]
516
Zach Reiznerab839e22017-09-19 17:48:41 -0700517[metadata]
518"checksum byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff81738b726f5d099632ceaffe7fb65b90212e8dce59d518729e7e8634032d3d"
paulhsiab6d842f2019-01-18 20:00:36 +0800519"checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16"
520"checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3"
521"checksum getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "0a7292d30132fb5424b354f5dc02512a86e4c516fe544bb7a25e7f266951b797"
Stephen Barber8ee09732018-11-26 18:03:14 -0800522"checksum libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)" = "10923947f84a519a45c8fefb7dd1b3e8c08747993381adee176d7a82b4195311"
paulhsiab6d842f2019-01-18 20:00:36 +0800523"checksum log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fcce5fa49cc693c312001daf1d13411c4a5283796bac1084299ea3e567113f"
David Tolnayde6b29a2018-12-20 11:49:46 -0800524"checksum num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a69d464bdc213aaaff628444e99578ede64e9c854025aa43b9796530afa9238"
Jingkui Wang33e08312018-11-02 00:27:48 -0700525"checksum pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "110d5ee3593dbb73f56294327fe5668bcc997897097cbc76b51e7aed3f52452f"
paulhsiab6d842f2019-01-18 20:00:36 +0800526"checksum proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)" = "ab2fc21ba78ac73e4ff6b3818ece00be4e175ffbef4d0a717d978b48b24150c4"
Zach Reiznere0983c72018-01-16 17:35:27 -0800527"checksum protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bec26e67194b7d991908145fdf21b7cae8b08423d96dcb9e860cd31f854b9506"
528"checksum protoc 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5379c34ea2f9c69b99e6f25f6d0e6619876195ae7a3dcaf69f66bdb6c2e4dceb"
529"checksum protoc-rust 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e211a7f56b2d020a59d483f652cfdfa6fd42e37bf544c0231e373807aa316c45"
David Tolnay1d0b4452018-11-15 15:09:57 -0800530"checksum quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c"
David Tolnay1d0b4452018-11-15 15:09:57 -0800531"checksum syn 0.15.21 (registry+https://github.com/rust-lang/crates.io-index)" = "816b7af21405b011a23554ea2dc3f6576dc86ca557047c34098c1d741f10f823"
paulhsiab6d842f2019-01-18 20:00:36 +0800532"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700533"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"