blob: 844653264c38345269ff6907d8b1f97b5e59aae8 [file] [log] [blame]
Daniel Verkampc01a8f32019-04-16 10:05:03 -07001# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
Zach Reiznere0983c72018-01-16 17:35:27 -08003[[package]]
Sonny Rao2ffa0cb2018-02-26 17:27:40 -08004name = "aarch64"
5version = "0.1.0"
6dependencies = [
7 "arch 0.1.0",
Sonny Rao2ffa0cb2018-02-26 17:27:40 -08008 "data_model 0.1.0",
Sonny Rao2ffa0cb2018-02-26 17:27:40 -08009 "devices 0.1.0",
Daniel Verkamp56f283b2018-10-05 11:40:59 -070010 "io_jail 0.1.0",
Sonny Rao2ffa0cb2018-02-26 17:27:40 -080011 "kernel_cmdline 0.1.0",
12 "kvm 0.1.0",
13 "kvm_sys 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -080014 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay3df35522019-03-11 12:36:30 -070015 "remain 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidef7352f2018-05-17 18:47:11 -070016 "resources 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -080017 "sync 0.1.0",
Sonny Rao2ffa0cb2018-02-26 17:27:40 -080018 "sys_util 0.1.0",
19]
20
21[[package]]
Sonny Raoed517d12018-02-13 22:09:43 -080022name = "arch"
23version = "0.1.0"
24dependencies = [
Tristan Muntsinger4133b012018-12-21 16:01:56 -080025 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Sonny Raoed517d12018-02-13 22:09:43 -080026 "devices 0.1.0",
Dylan Reid059a1882018-07-23 17:58:09 -070027 "io_jail 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -080028 "kernel_cmdline 0.1.0",
29 "kvm 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -080030 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidef7352f2018-05-17 18:47:11 -070031 "resources 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -080032 "sync 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -080033 "sys_util 0.1.0",
34]
35
36[[package]]
David Tolnay088e7f32018-12-07 11:32:09 -080037name = "assertions"
38version = "0.1.0"
39
40[[package]]
Dylan Reidb58b5522018-12-06 19:47:18 +000041name = "audio_streams"
42version = "0.1.0"
43
44[[package]]
Jingkui Wang8cad7512018-05-22 11:22:13 -070045name = "bit_field"
46version = "0.1.0"
47dependencies = [
48 "bit_field_derive 0.1.0",
49]
50
51[[package]]
52name = "bit_field_derive"
53version = "0.1.0"
54dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +080055 "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay1d0b4452018-11-15 15:09:57 -080056 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay3df35522019-03-11 12:36:30 -070057 "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wang8cad7512018-05-22 11:22:13 -070058]
59
60[[package]]
Dylan Reid939d5882017-11-08 17:33:46 -080061name = "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"
paulhsiab6d842f2019-01-18 20:00:36 +080067version = "1.0.25"
Manoj Guptad8f10af2018-05-18 11:33:19 -070068source = "registry+https://github.com/rust-lang/crates.io-index"
69
70[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -080071name = "cfg-if"
paulhsiab6d842f2019-01-18 20:00:36 +080072version = "0.1.5"
Zach Reiznere0983c72018-01-16 17:35:27 -080073source = "registry+https://github.com/rust-lang/crates.io-index"
74
75[[package]]
paulhsiaf052cfe2019-01-22 15:22:25 +080076name = "cras-sys"
77version = "0.1.0"
78dependencies = [
79 "data_model 0.1.0",
80]
81
82[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -070083name = "crosvm"
84version = "0.1.0"
85dependencies = [
Sonny Rao2ffa0cb2018-02-26 17:27:40 -080086 "aarch64 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -080087 "arch 0.1.0",
David Tolnay4b292af2019-04-12 16:57:48 -070088 "assertions 0.1.0",
Dylan Reid3082e8e2019-01-07 10:33:48 -080089 "audio_streams 0.1.0",
Jingkui Wang8cad7512018-05-22 11:22:13 -070090 "bit_field 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070091 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Dmitry Torokhov2c7e8812019-01-17 16:20:33 -080092 "crosvm_plugin 0.17.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070093 "data_model 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -070094 "devices 0.1.0",
Miriam Zimmerman16f659f2019-01-15 16:23:48 -080095 "enumn 0.1.0",
Zach Reizner6f685432018-04-25 17:49:56 -070096 "gpu_buffer 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070097 "io_jail 0.1.0",
Sonny Rao6cc352f2018-02-01 17:49:01 -080098 "kernel_cmdline 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070099 "kernel_loader 0.1.0",
100 "kvm 0.1.0",
Zach Reizner8864cb02018-01-16 17:59:03 -0800101 "kvm_sys 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800102 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
paulhsiaf052cfe2019-01-22 15:22:25 +0800103 "libcras 0.1.0",
Jingkui Wangf5d565d2018-09-27 10:41:11 -0700104 "msg_socket 0.1.0",
Jason D. Clinton865323d2017-09-27 22:04:03 -0600105 "net_util 0.1.0",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700106 "p9 0.1.0",
David Tolnayfd67ec52019-04-10 17:59:15 -0700107 "protobuf 2.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay65928af2019-04-05 20:34:50 -0700108 "protos 0.1.0",
Dylan Reid76968702017-12-13 09:09:40 -0800109 "qcow 0.1.0",
Daniel Prilik22006042019-01-14 14:19:04 -0800110 "rand_ish 0.1.0",
David Tolnay3df35522019-03-11 12:36:30 -0700111 "remain 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Lepton Wu60893882018-11-21 11:06:18 -0800112 "render_node_forward 0.1.0",
Dylan Reiddea77ce2018-05-23 12:59:11 -0700113 "resources 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -0800114 "sync 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700115 "sys_util 0.1.0",
Jason D. Clinton865323d2017-09-27 22:04:03 -0600116 "vhost 0.1.0",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700117 "vm_control 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700118 "x86_64 0.1.0",
119]
120
121[[package]]
Zach Reiznerde01b8b2018-01-16 17:44:54 -0800122name = "crosvm_plugin"
Dmitry Torokhov2c7e8812019-01-17 16:20:33 -0800123version = "0.17.0"
Zach Reiznerde01b8b2018-01-16 17:44:54 -0800124dependencies = [
125 "kvm 0.1.0",
126 "kvm_sys 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800127 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnayfd67ec52019-04-10 17:59:15 -0700128 "protobuf 2.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay65928af2019-04-05 20:34:50 -0700129 "protos 0.1.0",
Zach Reiznerde01b8b2018-01-16 17:44:54 -0800130 "sys_util 0.1.0",
131]
132
133[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700134name = "data_model"
135version = "0.1.0"
David Tolnay088e7f32018-12-07 11:32:09 -0800136dependencies = [
137 "assertions 0.1.0",
138]
Zach Reiznerab839e22017-09-19 17:48:41 -0700139
140[[package]]
Dylan Reidd169a8d2017-10-06 15:26:46 -0700141name = "devices"
142version = "0.1.0"
143dependencies = [
Dylan Reidb58b5522018-12-06 19:47:18 +0000144 "audio_streams 0.1.0",
Jingkui Wang52667262018-07-18 13:26:44 -0700145 "bit_field 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700146 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
147 "data_model 0.1.0",
Miriam Zimmerman16f659f2019-01-15 16:23:48 -0800148 "enumn 0.1.0",
Zach Reizner3a8100a2017-09-13 19:15:43 -0700149 "gpu_buffer 0.1.0",
150 "gpu_display 0.1.0",
151 "gpu_renderer 0.1.0",
Dylan Reidb3bfbde2017-10-13 13:18:00 -0700152 "io_jail 0.1.0",
Daniel Verkampcf2e00e2018-10-05 14:51:22 -0700153 "kvm 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800154 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reizneraa575662018-08-15 10:46:32 -0700155 "msg_on_socket_derive 0.1.0",
Jingkui Wangb23c0912018-11-02 17:00:31 +0000156 "msg_socket 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700157 "net_sys 0.1.0",
158 "net_util 0.1.0",
Chirantan Ekboteebd56812018-04-16 19:32:04 -0700159 "p9 0.1.0",
David Tolnay1aca8b72019-04-05 11:56:44 -0700160 "protos 0.1.0",
David Tolnay3df35522019-03-11 12:36:30 -0700161 "remain 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid228e4a62018-06-07 15:42:41 -0700162 "resources 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -0800163 "sync 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700164 "sys_util 0.1.0",
David Tolnayde6b29a2018-12-20 11:49:46 -0800165 "tpm2 0.1.0",
Jingkui Wangbbd77ff2019-03-08 00:17:58 -0800166 "usb_util 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700167 "vhost 0.1.0",
168 "virtio_sys 0.1.0",
169 "vm_control 0.1.0",
170]
171
172[[package]]
Miriam Zimmerman16f659f2019-01-15 16:23:48 -0800173name = "enumn"
174version = "0.1.0"
175dependencies = [
176 "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)",
177 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay3df35522019-03-11 12:36:30 -0700178 "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)",
Miriam Zimmerman16f659f2019-01-15 16:23:48 -0800179]
180
181[[package]]
Chirantan Ekbotea79073a2018-06-22 19:00:30 -0700182name = "getopts"
paulhsiab6d842f2019-01-18 20:00:36 +0800183version = "0.2.18"
Chirantan Ekbotea79073a2018-06-22 19:00:30 -0700184source = "registry+https://github.com/rust-lang/crates.io-index"
paulhsiab6d842f2019-01-18 20:00:36 +0800185dependencies = [
186 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
187]
Chirantan Ekbotea79073a2018-06-22 19:00:30 -0700188
189[[package]]
Zach Reizner6f685432018-04-25 17:49:56 -0700190name = "gpu_buffer"
191version = "0.1.0"
192dependencies = [
193 "data_model 0.1.0",
David Reveman52ba4e52018-04-22 21:42:09 -0400194 "sys_util 0.1.0",
Zach Reizner6f685432018-04-25 17:49:56 -0700195]
196
197[[package]]
Zach Reizner20d71f82018-05-03 13:19:37 -0700198name = "gpu_display"
199version = "0.1.0"
200dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800201 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reizner20d71f82018-05-03 13:19:37 -0700202 "data_model 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800203 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reizner20d71f82018-05-03 13:19:37 -0700204 "sys_util 0.1.0",
205]
206
207[[package]]
Zach Reiznerf40bb192018-05-03 16:58:27 -0700208name = "gpu_renderer"
209version = "0.1.0"
210dependencies = [
211 "data_model 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800212 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerf40bb192018-05-03 16:58:27 -0700213 "sys_util 0.1.0",
214]
215
216[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700217name = "io_jail"
218version = "0.1.0"
219dependencies = [
Stephen Barber8ee09732018-11-26 18:03:14 -0800220 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700221]
222
223[[package]]
Sonny Rao6cc352f2018-02-01 17:49:01 -0800224name = "kernel_cmdline"
225version = "0.1.0"
226dependencies = [
Stephen Barber8ee09732018-11-26 18:03:14 -0800227 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Sonny Rao6cc352f2018-02-01 17:49:01 -0800228]
229
230[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700231name = "kernel_loader"
232version = "0.1.0"
233dependencies = [
Stephen Barber8ee09732018-11-26 18:03:14 -0800234 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700235 "sys_util 0.1.0",
236]
237
238[[package]]
239name = "kvm"
240version = "0.1.0"
241dependencies = [
242 "kvm_sys 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800243 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wange13b1802018-10-03 13:04:47 -0700244 "msg_socket 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700245 "sys_util 0.1.0",
246]
247
248[[package]]
249name = "kvm_sys"
250version = "0.1.0"
251dependencies = [
Stephen Barber8ee09732018-11-26 18:03:14 -0800252 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700253 "sys_util 0.1.0",
254]
255
256[[package]]
257name = "libc"
Stephen Barber8ee09732018-11-26 18:03:14 -0800258version = "0.2.44"
Zach Reiznerab839e22017-09-19 17:48:41 -0700259source = "registry+https://github.com/rust-lang/crates.io-index"
260
261[[package]]
paulhsiaf052cfe2019-01-22 15:22:25 +0800262name = "libcras"
263version = "0.1.0"
264dependencies = [
265 "audio_streams 0.1.0",
266 "cras-sys 0.1.0",
267 "data_model 0.1.0",
268 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
269 "sys_util 0.1.0",
270]
271
272[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800273name = "log"
paulhsiab6d842f2019-01-18 20:00:36 +0800274version = "0.4.5"
Zach Reiznere0983c72018-01-16 17:35:27 -0800275source = "registry+https://github.com/rust-lang/crates.io-index"
276dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800277 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznere0983c72018-01-16 17:35:27 -0800278]
279
280[[package]]
Jingkui Wangf5d565d2018-09-27 10:41:11 -0700281name = "msg_on_socket_derive"
282version = "0.1.0"
283dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800284 "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay1d0b4452018-11-15 15:09:57 -0800285 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay3df35522019-03-11 12:36:30 -0700286 "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wangf5d565d2018-09-27 10:41:11 -0700287]
288
289[[package]]
290name = "msg_socket"
291version = "0.1.0"
292dependencies = [
293 "data_model 0.1.0",
294 "msg_on_socket_derive 0.1.0",
295 "sys_util 0.1.0",
296]
297
298[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700299name = "net_sys"
300version = "0.1.0"
301dependencies = [
302 "sys_util 0.1.0",
303]
304
305[[package]]
306name = "net_util"
307version = "0.1.0"
308dependencies = [
Stephen Barber8ee09732018-11-26 18:03:14 -0800309 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700310 "net_sys 0.1.0",
311 "sys_util 0.1.0",
312]
313
314[[package]]
David Tolnayde6b29a2018-12-20 11:49:46 -0800315name = "num_cpus"
316version = "1.9.0"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318dependencies = [
319 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
320]
321
322[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700323name = "p9"
324version = "0.1.0"
325dependencies = [
Stephen Barber8ee09732018-11-26 18:03:14 -0800326 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700327 "wire_format_derive 0.1.0",
328]
329
330[[package]]
Jingkui Wang33e08312018-11-02 00:27:48 -0700331name = "pkg-config"
332version = "0.3.11"
333source = "registry+https://github.com/rust-lang/crates.io-index"
334
335[[package]]
Zach Reizner25c6bc12018-02-27 22:22:35 -0800336name = "poll_token_derive"
337version = "0.1.0"
David Tolnayd4d9c262018-12-05 20:36:49 -0800338dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800339 "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnayd4d9c262018-12-05 20:36:49 -0800340 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay3df35522019-03-11 12:36:30 -0700341 "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnayd4d9c262018-12-05 20:36:49 -0800342]
Zach Reizner25c6bc12018-02-27 22:22:35 -0800343
344[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700345name = "proc-macro2"
paulhsiab6d842f2019-01-18 20:00:36 +0800346version = "0.4.21"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700347source = "registry+https://github.com/rust-lang/crates.io-index"
348dependencies = [
349 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
350]
351
352[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800353name = "protobuf"
David Tolnayfd67ec52019-04-10 17:59:15 -0700354version = "2.4.2"
Zach Reiznere0983c72018-01-16 17:35:27 -0800355source = "registry+https://github.com/rust-lang/crates.io-index"
356
357[[package]]
David Tolnayfd67ec52019-04-10 17:59:15 -0700358name = "protobuf-codegen"
359version = "2.4.2"
360source = "registry+https://github.com/rust-lang/crates.io-index"
361dependencies = [
362 "protobuf 2.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
363]
364
365[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800366name = "protoc"
David Tolnayfd67ec52019-04-10 17:59:15 -0700367version = "2.4.2"
Zach Reiznere0983c72018-01-16 17:35:27 -0800368source = "registry+https://github.com/rust-lang/crates.io-index"
369dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800370 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznere0983c72018-01-16 17:35:27 -0800371]
372
373[[package]]
374name = "protoc-rust"
David Tolnayfd67ec52019-04-10 17:59:15 -0700375version = "2.4.2"
Zach Reiznere0983c72018-01-16 17:35:27 -0800376source = "registry+https://github.com/rust-lang/crates.io-index"
377dependencies = [
David Tolnayfd67ec52019-04-10 17:59:15 -0700378 "protobuf 2.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
379 "protobuf-codegen 2.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
380 "protoc 2.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
381 "tempfile 3.0.7",
Zach Reiznere0983c72018-01-16 17:35:27 -0800382]
383
384[[package]]
David Tolnay1aca8b72019-04-05 11:56:44 -0700385name = "protos"
386version = "0.1.0"
387dependencies = [
David Tolnay65928af2019-04-05 20:34:50 -0700388 "kvm_sys 0.1.0",
David Tolnay1aca8b72019-04-05 11:56:44 -0700389 "protobuf 2.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
390 "protoc-rust 2.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
391]
392
393[[package]]
Dylan Reid76968702017-12-13 09:09:40 -0800394name = "qcow"
395version = "0.1.0"
396dependencies = [
397 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reizner127453d2019-05-30 18:31:02 -0700398 "data_model 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800399 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay3df35522019-03-11 12:36:30 -0700400 "remain 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid76968702017-12-13 09:09:40 -0800401 "sys_util 0.1.0",
402]
403
404[[package]]
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800405name = "qcow_utils"
406version = "0.1.0"
407dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800408 "getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
Stephen Barber8ee09732018-11-26 18:03:14 -0800409 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800410 "qcow 0.1.0",
Dylan Reidcd9f86b2018-09-04 17:26:37 -0700411 "sys_util 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800412]
413
414[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700415name = "quote"
David Tolnay1d0b4452018-11-15 15:09:57 -0800416version = "0.6.10"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700417source = "registry+https://github.com/rust-lang/crates.io-index"
418dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800419 "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700420]
421
422[[package]]
Daniel Prilik22006042019-01-14 14:19:04 -0800423name = "rand_ish"
424version = "0.1.0"
Zach Reiznere0983c72018-01-16 17:35:27 -0800425
426[[package]]
David Tolnay3df35522019-03-11 12:36:30 -0700427name = "remain"
428version = "0.1.2"
429source = "registry+https://github.com/rust-lang/crates.io-index"
430dependencies = [
431 "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)",
432 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
433 "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)",
434]
435
436[[package]]
Lepton Wu60893882018-11-21 11:06:18 -0800437name = "render_node_forward"
438version = "0.1.0"
439dependencies = [
440 "sys_util 0.1.0",
441]
442
443[[package]]
Dylan Reiddea77ce2018-05-23 12:59:11 -0700444name = "resources"
445version = "0.1.0"
446dependencies = [
Dylan Reid228e4a62018-06-07 15:42:41 -0700447 "gpu_buffer 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800448 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wange13b1802018-10-03 13:04:47 -0700449 "msg_socket 0.1.0",
Dylan Reid473ae272018-05-30 18:09:59 -0700450 "sys_util 0.1.0",
Dylan Reiddea77ce2018-05-23 12:59:11 -0700451]
452
453[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700454name = "syn"
David Tolnay3df35522019-03-11 12:36:30 -0700455version = "0.15.26"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700456source = "registry+https://github.com/rust-lang/crates.io-index"
457dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800458 "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay1d0b4452018-11-15 15:09:57 -0800459 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700460 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
461]
462
463[[package]]
David Tolnay1d4d44a2018-12-03 23:37:46 -0800464name = "sync"
465version = "0.1.0"
466
467[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700468name = "sys_util"
469version = "0.1.0"
470dependencies = [
471 "data_model 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800472 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reizner25c6bc12018-02-27 22:22:35 -0800473 "poll_token_derive 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -0800474 "sync 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700475 "syscall_defines 0.1.0",
476]
477
478[[package]]
479name = "syscall_defines"
480version = "0.1.0"
481
482[[package]]
David Tolnayfd67ec52019-04-10 17:59:15 -0700483name = "tempfile"
484version = "3.0.7"
Zach Reiznere0983c72018-01-16 17:35:27 -0800485dependencies = [
Daniel Prilik22006042019-01-14 14:19:04 -0800486 "rand_ish 0.1.0",
Zach Reiznere0983c72018-01-16 17:35:27 -0800487]
488
489[[package]]
David Tolnayde6b29a2018-12-20 11:49:46 -0800490name = "tpm2"
491version = "0.1.0"
492dependencies = [
493 "tpm2-sys 0.1.0",
494]
495
496[[package]]
497name = "tpm2-sys"
498version = "0.1.0"
499dependencies = [
500 "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
501 "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
502]
503
504[[package]]
paulhsiab6d842f2019-01-18 20:00:36 +0800505name = "unicode-width"
506version = "0.1.5"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508
509[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700510name = "unicode-xid"
511version = "0.1.0"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513
514[[package]]
Jingkui Wang33e08312018-11-02 00:27:48 -0700515name = "usb_util"
516version = "0.1.0"
517dependencies = [
David Tolnay088e7f32018-12-07 11:32:09 -0800518 "assertions 0.1.0",
Jingkui Wang33e08312018-11-02 00:27:48 -0700519 "data_model 0.1.0",
520 "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay1d4d44a2018-12-03 23:37:46 -0800521 "sync 0.1.0",
Jingkui Wang33e08312018-11-02 00:27:48 -0700522]
523
524[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700525name = "vhost"
526version = "0.1.0"
527dependencies = [
David Tolnay4b292af2019-04-12 16:57:48 -0700528 "assertions 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800529 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700530 "net_util 0.1.0",
531 "sys_util 0.1.0",
532 "virtio_sys 0.1.0",
533]
534
535[[package]]
536name = "virtio_sys"
537version = "0.1.0"
538dependencies = [
539 "sys_util 0.1.0",
540]
541
542[[package]]
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700543name = "vm_control"
544version = "0.1.0"
545dependencies = [
Dylan Reidd4432042017-12-06 18:20:09 -0800546 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700547 "data_model 0.1.0",
548 "kvm 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800549 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wange13b1802018-10-03 13:04:47 -0700550 "msg_socket 0.1.0",
Dylan Reidef7352f2018-05-17 18:47:11 -0700551 "resources 0.1.0",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700552 "sys_util 0.1.0",
553]
554
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800555[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700556name = "wire_format_derive"
557version = "0.1.0"
558dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800559 "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay1d0b4452018-11-15 15:09:57 -0800560 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay3df35522019-03-11 12:36:30 -0700561 "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700562]
563
564[[package]]
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800565name = "x86_64"
566version = "0.1.0"
567dependencies = [
Sonny Raoed517d12018-02-13 22:09:43 -0800568 "arch 0.1.0",
David Tolnay4b292af2019-04-12 16:57:48 -0700569 "assertions 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800570 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
paulhsiab6d842f2019-01-18 20:00:36 +0800571 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800572 "data_model 0.1.0",
Sonny Rao43724a22018-02-01 15:52:58 -0800573 "devices 0.1.0",
Daniel Verkamp56f283b2018-10-05 11:40:59 -0700574 "io_jail 0.1.0",
Sonny Rao43724a22018-02-01 15:52:58 -0800575 "kernel_cmdline 0.1.0",
576 "kernel_loader 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800577 "kvm 0.1.0",
578 "kvm_sys 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800579 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay3df35522019-03-11 12:36:30 -0700580 "remain 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidef7352f2018-05-17 18:47:11 -0700581 "resources 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -0800582 "sync 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800583 "sys_util 0.1.0",
584]
585
Zach Reiznerab839e22017-09-19 17:48:41 -0700586[metadata]
587"checksum byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff81738b726f5d099632ceaffe7fb65b90212e8dce59d518729e7e8634032d3d"
paulhsiab6d842f2019-01-18 20:00:36 +0800588"checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16"
589"checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3"
590"checksum getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "0a7292d30132fb5424b354f5dc02512a86e4c516fe544bb7a25e7f266951b797"
Stephen Barber8ee09732018-11-26 18:03:14 -0800591"checksum libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)" = "10923947f84a519a45c8fefb7dd1b3e8c08747993381adee176d7a82b4195311"
paulhsiab6d842f2019-01-18 20:00:36 +0800592"checksum log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fcce5fa49cc693c312001daf1d13411c4a5283796bac1084299ea3e567113f"
David Tolnayde6b29a2018-12-20 11:49:46 -0800593"checksum num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a69d464bdc213aaaff628444e99578ede64e9c854025aa43b9796530afa9238"
Jingkui Wang33e08312018-11-02 00:27:48 -0700594"checksum pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "110d5ee3593dbb73f56294327fe5668bcc997897097cbc76b51e7aed3f52452f"
paulhsiab6d842f2019-01-18 20:00:36 +0800595"checksum proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)" = "ab2fc21ba78ac73e4ff6b3818ece00be4e175ffbef4d0a717d978b48b24150c4"
David Tolnayfd67ec52019-04-10 17:59:15 -0700596"checksum protobuf 2.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "524d165d95627ddebba768db728216c4429bbb62882f7e6ab1a6c3c54a7ed830"
597"checksum protobuf-codegen 2.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e142c5972a0736674d647714ac7a454f20aef31b09902d330583b8d8a96401a1"
598"checksum protoc 2.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "82ac4c59bf852f415c62a1d30da3348f977322dc66bdb283c92b3df9bee2073a"
599"checksum protoc-rust 2.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0e9dc0547688715431c954528a3dabe7559b4d53b3161426981e19419ea7b1f0"
David Tolnay1d0b4452018-11-15 15:09:57 -0800600"checksum quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c"
David Tolnay3df35522019-03-11 12:36:30 -0700601"checksum remain 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3bec2543b50be4539fdc27fde082e218cf4c3895358ca77f5c52fe930589e209"
602"checksum syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)" = "f92e629aa1d9c827b2bb8297046c1ccffc57c99b947a680d3ccff1f136a3bee9"
paulhsiab6d842f2019-01-18 20:00:36 +0800603"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700604"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"