blob: 24cfb31588ef5c525118f593e13414994518d5af [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 = [
Sonny Raoed517d12018-02-13 22:09:43 -080025 "devices 0.1.0",
Dylan Reid059a1882018-07-23 17:58:09 -070026 "io_jail 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -080027 "kernel_cmdline 0.1.0",
28 "kvm 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -080029 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidef7352f2018-05-17 18:47:11 -070030 "resources 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -080031 "sync 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -080032 "sys_util 0.1.0",
33]
34
35[[package]]
David Tolnay088e7f32018-12-07 11:32:09 -080036name = "assertions"
37version = "0.1.0"
38
39[[package]]
Dylan Reidb58b5522018-12-06 19:47:18 +000040name = "audio_streams"
41version = "0.1.0"
42
43[[package]]
Jingkui Wang8cad7512018-05-22 11:22:13 -070044name = "bit_field"
45version = "0.1.0"
46dependencies = [
47 "bit_field_derive 0.1.0",
48]
49
50[[package]]
51name = "bit_field_derive"
52version = "0.1.0"
53dependencies = [
Dylan Reid672559f2020-01-28 12:31:15 -080054 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
55 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
56 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wang8cad7512018-05-22 11:22:13 -070057]
58
59[[package]]
Chirantan Ekbote99e6a6f2019-07-17 10:48:02 +090060name = "bitflags"
61version = "1.1.0"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63
64[[package]]
Manoj Guptad8f10af2018-05-18 11:33:19 -070065name = "cc"
paulhsiab6d842f2019-01-18 20:00:36 +080066version = "1.0.25"
Manoj Guptad8f10af2018-05-18 11:33:19 -070067source = "registry+https://github.com/rust-lang/crates.io-index"
68
69[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -080070name = "cfg-if"
paulhsiab6d842f2019-01-18 20:00:36 +080071version = "0.1.5"
Zach Reiznere0983c72018-01-16 17:35:27 -080072source = "registry+https://github.com/rust-lang/crates.io-index"
73
74[[package]]
paulhsiaf052cfe2019-01-22 15:22:25 +080075name = "cras-sys"
76version = "0.1.0"
77dependencies = [
78 "data_model 0.1.0",
79]
80
81[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -070082name = "crosvm"
83version = "0.1.0"
84dependencies = [
Sonny Rao2ffa0cb2018-02-26 17:27:40 -080085 "aarch64 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -080086 "arch 0.1.0",
David Tolnay4b292af2019-04-12 16:57:48 -070087 "assertions 0.1.0",
Dylan Reid3082e8e2019-01-07 10:33:48 -080088 "audio_streams 0.1.0",
Jingkui Wang8cad7512018-05-22 11:22:13 -070089 "bit_field 0.1.0",
Dmitry Torokhov2c7e8812019-01-17 16:20:33 -080090 "crosvm_plugin 0.17.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070091 "data_model 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -070092 "devices 0.1.0",
Cody Schuffelen7d533e52019-07-02 16:54:05 -070093 "disk 0.1.0",
Miriam Zimmerman16f659f2019-01-15 16:23:48 -080094 "enumn 0.1.0",
Zach Reizner6f685432018-04-25 17:49:56 -070095 "gpu_buffer 0.1.0",
Gurchetan Singh144c2792019-09-09 14:40:11 -070096 "gpu_renderer 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",
Daniel Verkamp187fd022019-10-18 14:18:59 -0700107 "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay65928af2019-04-05 20:34:50 -0700108 "protos 0.1.0",
Daniel Prilik22006042019-01-14 14:19:04 -0800109 "rand_ish 0.1.0",
David Tolnay3df35522019-03-11 12:36:30 -0700110 "remain 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reiddea77ce2018-05-23 12:59:11 -0700111 "resources 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -0800112 "sync 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700113 "sys_util 0.1.0",
Jason D. Clinton865323d2017-09-27 22:04:03 -0600114 "vhost 0.1.0",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700115 "vm_control 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700116 "x86_64 0.1.0",
117]
118
119[[package]]
Zach Reiznerde01b8b2018-01-16 17:44:54 -0800120name = "crosvm_plugin"
Dmitry Torokhov2c7e8812019-01-17 16:20:33 -0800121version = "0.17.0"
Zach Reiznerde01b8b2018-01-16 17:44:54 -0800122dependencies = [
123 "kvm 0.1.0",
124 "kvm_sys 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800125 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Daniel Verkamp187fd022019-10-18 14:18:59 -0700126 "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay65928af2019-04-05 20:34:50 -0700127 "protos 0.1.0",
Zach Reiznerde01b8b2018-01-16 17:44:54 -0800128 "sys_util 0.1.0",
129]
130
131[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700132name = "data_model"
133version = "0.1.0"
David Tolnay088e7f32018-12-07 11:32:09 -0800134dependencies = [
135 "assertions 0.1.0",
136]
Zach Reiznerab839e22017-09-19 17:48:41 -0700137
138[[package]]
Dylan Reidd169a8d2017-10-06 15:26:46 -0700139name = "devices"
140version = "0.1.0"
141dependencies = [
Dylan Reidb58b5522018-12-06 19:47:18 +0000142 "audio_streams 0.1.0",
Jingkui Wang52667262018-07-18 13:26:44 -0700143 "bit_field 0.1.0",
Chirantan Ekbote99e6a6f2019-07-17 10:48:02 +0900144 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700145 "data_model 0.1.0",
Cody Schuffelen7d533e52019-07-02 16:54:05 -0700146 "disk 0.1.0",
Miriam Zimmerman16f659f2019-01-15 16:23:48 -0800147 "enumn 0.1.0",
Zach Reizner3a8100a2017-09-13 19:15:43 -0700148 "gpu_buffer 0.1.0",
149 "gpu_display 0.1.0",
150 "gpu_renderer 0.1.0",
Dylan Reidb3bfbde2017-10-13 13:18:00 -0700151 "io_jail 0.1.0",
Daniel Verkampcf2e00e2018-10-05 14:51:22 -0700152 "kvm 0.1.0",
Xiong Zhang9628f612019-04-23 17:14:43 +0800153 "kvm_sys 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800154 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Noah Gold7898b802019-12-17 10:07:11 -0800155 "linux_input_sys 0.1.0",
Zach Reizneraa575662018-08-15 10:46:32 -0700156 "msg_on_socket_derive 0.1.0",
Jingkui Wangb23c0912018-11-02 17:00:31 +0000157 "msg_socket 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700158 "net_sys 0.1.0",
159 "net_util 0.1.0",
Chirantan Ekboteebd56812018-04-16 19:32:04 -0700160 "p9 0.1.0",
David Tolnay1aca8b72019-04-05 11:56:44 -0700161 "protos 0.1.0",
David Tolnay3df35522019-03-11 12:36:30 -0700162 "remain 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid228e4a62018-06-07 15:42:41 -0700163 "resources 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -0800164 "sync 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700165 "sys_util 0.1.0",
Chirantan Ekbote0399e182019-08-16 16:15:13 +0900166 "syscall_defines 0.1.0",
David Tolnaye33b55c2019-04-17 21:09:41 -0700167 "tempfile 3.0.7",
David Tolnayde6b29a2018-12-20 11:49:46 -0800168 "tpm2 0.1.0",
Jingkui Wangbbd77ff2019-03-08 00:17:58 -0800169 "usb_util 0.1.0",
Xiong Zhang9628f612019-04-23 17:14:43 +0800170 "vfio_sys 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700171 "vhost 0.1.0",
172 "virtio_sys 0.1.0",
173 "vm_control 0.1.0",
174]
175
176[[package]]
Cody Schuffelen7d533e52019-07-02 16:54:05 -0700177name = "disk"
178version = "0.1.0"
179dependencies = [
Cody Schuffelenf9b035d2019-07-08 16:14:24 -0700180 "data_model 0.1.0",
Cody Schuffelen7d533e52019-07-02 16:54:05 -0700181 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Daniel Verkamp187fd022019-10-18 14:18:59 -0700182 "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
Cody Schuffelenf9b035d2019-07-08 16:14:24 -0700183 "protos 0.1.0",
Cody Schuffelen7d533e52019-07-02 16:54:05 -0700184 "remain 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
185 "sys_util 0.1.0",
186]
187
188[[package]]
Miriam Zimmerman16f659f2019-01-15 16:23:48 -0800189name = "enumn"
190version = "0.1.0"
191dependencies = [
Dylan Reid672559f2020-01-28 12:31:15 -0800192 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
193 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
194 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
Miriam Zimmerman16f659f2019-01-15 16:23:48 -0800195]
196
197[[package]]
Chirantan Ekbotea79073a2018-06-22 19:00:30 -0700198name = "getopts"
paulhsiab6d842f2019-01-18 20:00:36 +0800199version = "0.2.18"
Chirantan Ekbotea79073a2018-06-22 19:00:30 -0700200source = "registry+https://github.com/rust-lang/crates.io-index"
paulhsiab6d842f2019-01-18 20:00:36 +0800201dependencies = [
202 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
203]
Chirantan Ekbotea79073a2018-06-22 19:00:30 -0700204
205[[package]]
Zach Reizner6f685432018-04-25 17:49:56 -0700206name = "gpu_buffer"
207version = "0.1.0"
208dependencies = [
209 "data_model 0.1.0",
David Reveman52ba4e52018-04-22 21:42:09 -0400210 "sys_util 0.1.0",
Zach Reizner6f685432018-04-25 17:49:56 -0700211]
212
213[[package]]
Zach Reizner20d71f82018-05-03 13:19:37 -0700214name = "gpu_display"
215version = "0.1.0"
216dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800217 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reizner20d71f82018-05-03 13:19:37 -0700218 "data_model 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800219 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Noah Gold7898b802019-12-17 10:07:11 -0800220 "linux_input_sys 0.1.0",
Zach Reizner20d71f82018-05-03 13:19:37 -0700221 "sys_util 0.1.0",
222]
223
224[[package]]
Zach Reiznerf40bb192018-05-03 16:58:27 -0700225name = "gpu_renderer"
226version = "0.1.0"
227dependencies = [
228 "data_model 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800229 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerf40bb192018-05-03 16:58:27 -0700230 "sys_util 0.1.0",
231]
232
233[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700234name = "io_jail"
235version = "0.1.0"
236dependencies = [
Stephen Barber8ee09732018-11-26 18:03:14 -0800237 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Matt Delco2da61322019-11-13 08:05:55 -0800238 "net_sys 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700239]
240
241[[package]]
Sonny Rao6cc352f2018-02-01 17:49:01 -0800242name = "kernel_cmdline"
243version = "0.1.0"
244dependencies = [
Stephen Barber8ee09732018-11-26 18:03:14 -0800245 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Sonny Rao6cc352f2018-02-01 17:49:01 -0800246]
247
248[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700249name = "kernel_loader"
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 = "kvm"
258version = "0.1.0"
259dependencies = [
Gurchetan Singhbf433ea2018-10-31 17:31:46 -0700260 "data_model 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700261 "kvm_sys 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800262 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wange13b1802018-10-03 13:04:47 -0700263 "msg_socket 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700264 "sys_util 0.1.0",
265]
266
267[[package]]
268name = "kvm_sys"
269version = "0.1.0"
270dependencies = [
Stephen Barber8ee09732018-11-26 18:03:14 -0800271 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700272 "sys_util 0.1.0",
273]
274
275[[package]]
276name = "libc"
Stephen Barber8ee09732018-11-26 18:03:14 -0800277version = "0.2.44"
Zach Reiznerab839e22017-09-19 17:48:41 -0700278source = "registry+https://github.com/rust-lang/crates.io-index"
279
280[[package]]
paulhsiaf052cfe2019-01-22 15:22:25 +0800281name = "libcras"
282version = "0.1.0"
283dependencies = [
284 "audio_streams 0.1.0",
285 "cras-sys 0.1.0",
286 "data_model 0.1.0",
287 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Daniel Verkampe7d77282019-11-19 14:08:08 -0800288 "sync 0.1.0",
paulhsiaf052cfe2019-01-22 15:22:25 +0800289 "sys_util 0.1.0",
290]
291
292[[package]]
Noah Gold7898b802019-12-17 10:07:11 -0800293name = "linux_input_sys"
294version = "0.1.0"
295dependencies = [
296 "data_model 0.1.0",
297 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
298 "sys_util 0.1.0",
299]
300
301[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800302name = "log"
paulhsiab6d842f2019-01-18 20:00:36 +0800303version = "0.4.5"
Zach Reiznere0983c72018-01-16 17:35:27 -0800304source = "registry+https://github.com/rust-lang/crates.io-index"
305dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800306 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznere0983c72018-01-16 17:35:27 -0800307]
308
309[[package]]
Jingkui Wangf5d565d2018-09-27 10:41:11 -0700310name = "msg_on_socket_derive"
311version = "0.1.0"
312dependencies = [
Dylan Reid672559f2020-01-28 12:31:15 -0800313 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
314 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
315 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wangf5d565d2018-09-27 10:41:11 -0700316]
317
318[[package]]
319name = "msg_socket"
320version = "0.1.0"
321dependencies = [
322 "data_model 0.1.0",
323 "msg_on_socket_derive 0.1.0",
324 "sys_util 0.1.0",
325]
326
327[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700328name = "net_sys"
329version = "0.1.0"
330dependencies = [
331 "sys_util 0.1.0",
332]
333
334[[package]]
335name = "net_util"
336version = "0.1.0"
337dependencies = [
Stephen Barber6cb2a932019-10-25 13:13:18 +0200338 "data_model 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800339 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700340 "net_sys 0.1.0",
341 "sys_util 0.1.0",
342]
343
344[[package]]
David Tolnayde6b29a2018-12-20 11:49:46 -0800345name = "num_cpus"
346version = "1.9.0"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348dependencies = [
349 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
350]
351
352[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700353name = "p9"
354version = "0.1.0"
355dependencies = [
Stephen Barber8ee09732018-11-26 18:03:14 -0800356 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700357 "wire_format_derive 0.1.0",
358]
359
360[[package]]
Jingkui Wang33e08312018-11-02 00:27:48 -0700361name = "pkg-config"
362version = "0.3.11"
363source = "registry+https://github.com/rust-lang/crates.io-index"
364
365[[package]]
Zach Reizner25c6bc12018-02-27 22:22:35 -0800366name = "poll_token_derive"
367version = "0.1.0"
David Tolnayd4d9c262018-12-05 20:36:49 -0800368dependencies = [
Dylan Reid672559f2020-01-28 12:31:15 -0800369 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
370 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
371 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnayd4d9c262018-12-05 20:36:49 -0800372]
Zach Reizner25c6bc12018-02-27 22:22:35 -0800373
374[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700375name = "proc-macro2"
paulhsiab6d842f2019-01-18 20:00:36 +0800376version = "0.4.21"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700377source = "registry+https://github.com/rust-lang/crates.io-index"
378dependencies = [
379 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
380]
381
382[[package]]
Dylan Reid672559f2020-01-28 12:31:15 -0800383name = "proc-macro2"
384version = "1.0.8"
385source = "registry+https://github.com/rust-lang/crates.io-index"
386dependencies = [
387 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
388]
389
390[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800391name = "protobuf"
Daniel Verkamp187fd022019-10-18 14:18:59 -0700392version = "2.8.1"
Zach Reiznere0983c72018-01-16 17:35:27 -0800393source = "registry+https://github.com/rust-lang/crates.io-index"
394
395[[package]]
David Tolnayfd67ec52019-04-10 17:59:15 -0700396name = "protobuf-codegen"
Daniel Verkamp187fd022019-10-18 14:18:59 -0700397version = "2.8.1"
David Tolnayfd67ec52019-04-10 17:59:15 -0700398source = "registry+https://github.com/rust-lang/crates.io-index"
399dependencies = [
Daniel Verkamp187fd022019-10-18 14:18:59 -0700400 "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnayfd67ec52019-04-10 17:59:15 -0700401]
402
403[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800404name = "protoc"
Daniel Verkamp187fd022019-10-18 14:18:59 -0700405version = "2.8.1"
Zach Reiznere0983c72018-01-16 17:35:27 -0800406source = "registry+https://github.com/rust-lang/crates.io-index"
407dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800408 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznere0983c72018-01-16 17:35:27 -0800409]
410
411[[package]]
412name = "protoc-rust"
Daniel Verkamp187fd022019-10-18 14:18:59 -0700413version = "2.8.1"
Zach Reiznere0983c72018-01-16 17:35:27 -0800414source = "registry+https://github.com/rust-lang/crates.io-index"
415dependencies = [
Daniel Verkamp187fd022019-10-18 14:18:59 -0700416 "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
417 "protobuf-codegen 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
418 "protoc 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnayfd67ec52019-04-10 17:59:15 -0700419 "tempfile 3.0.7",
Zach Reiznere0983c72018-01-16 17:35:27 -0800420]
421
422[[package]]
David Tolnay1aca8b72019-04-05 11:56:44 -0700423name = "protos"
424version = "0.1.0"
425dependencies = [
David Tolnay65928af2019-04-05 20:34:50 -0700426 "kvm_sys 0.1.0",
Daniel Verkamp187fd022019-10-18 14:18:59 -0700427 "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
428 "protoc-rust 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay1aca8b72019-04-05 11:56:44 -0700429]
430
431[[package]]
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800432name = "qcow_utils"
433version = "0.1.0"
434dependencies = [
Cody Schuffelen7d533e52019-07-02 16:54:05 -0700435 "disk 0.1.0",
paulhsiab6d842f2019-01-18 20:00:36 +0800436 "getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
Stephen Barber8ee09732018-11-26 18:03:14 -0800437 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidcd9f86b2018-09-04 17:26:37 -0700438 "sys_util 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800439]
440
441[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700442name = "quote"
David Tolnay1d0b4452018-11-15 15:09:57 -0800443version = "0.6.10"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700444source = "registry+https://github.com/rust-lang/crates.io-index"
445dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800446 "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700447]
448
449[[package]]
Dylan Reid672559f2020-01-28 12:31:15 -0800450name = "quote"
451version = "1.0.2"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453dependencies = [
454 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
455]
456
457[[package]]
Daniel Prilik22006042019-01-14 14:19:04 -0800458name = "rand_ish"
459version = "0.1.0"
Zach Reiznere0983c72018-01-16 17:35:27 -0800460
461[[package]]
David Tolnay3df35522019-03-11 12:36:30 -0700462name = "remain"
463version = "0.1.2"
464source = "registry+https://github.com/rust-lang/crates.io-index"
465dependencies = [
466 "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)",
467 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
468 "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)",
469]
470
471[[package]]
Dylan Reiddea77ce2018-05-23 12:59:11 -0700472name = "resources"
473version = "0.1.0"
474dependencies = [
Dylan Reid228e4a62018-06-07 15:42:41 -0700475 "gpu_buffer 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800476 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wange13b1802018-10-03 13:04:47 -0700477 "msg_socket 0.1.0",
Dylan Reid473ae272018-05-30 18:09:59 -0700478 "sys_util 0.1.0",
Dylan Reiddea77ce2018-05-23 12:59:11 -0700479]
480
481[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700482name = "syn"
David Tolnay3df35522019-03-11 12:36:30 -0700483version = "0.15.26"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700484source = "registry+https://github.com/rust-lang/crates.io-index"
485dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800486 "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay1d0b4452018-11-15 15:09:57 -0800487 "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700488 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
489]
490
491[[package]]
Dylan Reid672559f2020-01-28 12:31:15 -0800492name = "syn"
493version = "1.0.14"
494source = "registry+https://github.com/rust-lang/crates.io-index"
495dependencies = [
496 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
497 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
498 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
499]
500
501[[package]]
David Tolnay1d4d44a2018-12-03 23:37:46 -0800502name = "sync"
503version = "0.1.0"
504
505[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700506name = "sys_util"
507version = "0.1.0"
508dependencies = [
509 "data_model 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800510 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reizner25c6bc12018-02-27 22:22:35 -0800511 "poll_token_derive 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -0800512 "sync 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700513 "syscall_defines 0.1.0",
David Tolnaye33b55c2019-04-17 21:09:41 -0700514 "tempfile 3.0.7",
Zach Reiznerab839e22017-09-19 17:48:41 -0700515]
516
517[[package]]
518name = "syscall_defines"
519version = "0.1.0"
520
521[[package]]
David Tolnayfd67ec52019-04-10 17:59:15 -0700522name = "tempfile"
523version = "3.0.7"
Zach Reiznere0983c72018-01-16 17:35:27 -0800524dependencies = [
Daniel Verkampda524682019-06-13 19:36:08 -0700525 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznere0983c72018-01-16 17:35:27 -0800526]
527
528[[package]]
David Tolnayde6b29a2018-12-20 11:49:46 -0800529name = "tpm2"
530version = "0.1.0"
531dependencies = [
532 "tpm2-sys 0.1.0",
533]
534
535[[package]]
536name = "tpm2-sys"
537version = "0.1.0"
538dependencies = [
539 "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
540 "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
541]
542
543[[package]]
paulhsiab6d842f2019-01-18 20:00:36 +0800544name = "unicode-width"
545version = "0.1.5"
546source = "registry+https://github.com/rust-lang/crates.io-index"
547
548[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700549name = "unicode-xid"
550version = "0.1.0"
551source = "registry+https://github.com/rust-lang/crates.io-index"
552
553[[package]]
Dylan Reid672559f2020-01-28 12:31:15 -0800554name = "unicode-xid"
555version = "0.2.0"
556source = "registry+https://github.com/rust-lang/crates.io-index"
557
558[[package]]
Daniel Verkamp64941172019-07-09 17:21:54 -0700559name = "usb_sys"
560version = "0.1.0"
561dependencies = [
562 "sys_util 0.1.0",
563]
564
565[[package]]
Jingkui Wang33e08312018-11-02 00:27:48 -0700566name = "usb_util"
567version = "0.1.0"
568dependencies = [
David Tolnay088e7f32018-12-07 11:32:09 -0800569 "assertions 0.1.0",
Jingkui Wang33e08312018-11-02 00:27:48 -0700570 "data_model 0.1.0",
Daniel Verkamp64941172019-07-09 17:21:54 -0700571 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
572 "remain 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
573 "sys_util 0.1.0",
574 "usb_sys 0.1.0",
Jingkui Wang33e08312018-11-02 00:27:48 -0700575]
576
577[[package]]
Xiong Zhang9628f612019-04-23 17:14:43 +0800578name = "vfio_sys"
579version = "0.1.0"
580dependencies = [
581 "sys_util 0.1.0",
582]
583
584[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700585name = "vhost"
586version = "0.1.0"
587dependencies = [
David Tolnay4b292af2019-04-12 16:57:48 -0700588 "assertions 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800589 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700590 "net_util 0.1.0",
591 "sys_util 0.1.0",
592 "virtio_sys 0.1.0",
593]
594
595[[package]]
596name = "virtio_sys"
597version = "0.1.0"
598dependencies = [
599 "sys_util 0.1.0",
600]
601
602[[package]]
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700603name = "vm_control"
604version = "0.1.0"
605dependencies = [
606 "data_model 0.1.0",
607 "kvm 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800608 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wange13b1802018-10-03 13:04:47 -0700609 "msg_socket 0.1.0",
Dylan Reidef7352f2018-05-17 18:47:11 -0700610 "resources 0.1.0",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700611 "sys_util 0.1.0",
612]
613
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800614[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700615name = "wire_format_derive"
616version = "0.1.0"
617dependencies = [
Dylan Reid672559f2020-01-28 12:31:15 -0800618 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
619 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
620 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700621]
622
623[[package]]
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800624name = "x86_64"
625version = "0.1.0"
626dependencies = [
Sonny Raoed517d12018-02-13 22:09:43 -0800627 "arch 0.1.0",
David Tolnay4b292af2019-04-12 16:57:48 -0700628 "assertions 0.1.0",
paulhsiab6d842f2019-01-18 20:00:36 +0800629 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800630 "data_model 0.1.0",
Sonny Rao43724a22018-02-01 15:52:58 -0800631 "devices 0.1.0",
Daniel Verkamp56f283b2018-10-05 11:40:59 -0700632 "io_jail 0.1.0",
Sonny Rao43724a22018-02-01 15:52:58 -0800633 "kernel_cmdline 0.1.0",
634 "kernel_loader 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800635 "kvm 0.1.0",
636 "kvm_sys 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800637 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay3df35522019-03-11 12:36:30 -0700638 "remain 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidef7352f2018-05-17 18:47:11 -0700639 "resources 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -0800640 "sync 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800641 "sys_util 0.1.0",
642]
643
Zach Reiznerab839e22017-09-19 17:48:41 -0700644[metadata]
Chirantan Ekbote99e6a6f2019-07-17 10:48:02 +0900645"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
paulhsiab6d842f2019-01-18 20:00:36 +0800646"checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16"
647"checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3"
648"checksum getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "0a7292d30132fb5424b354f5dc02512a86e4c516fe544bb7a25e7f266951b797"
Stephen Barber8ee09732018-11-26 18:03:14 -0800649"checksum libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)" = "10923947f84a519a45c8fefb7dd1b3e8c08747993381adee176d7a82b4195311"
paulhsiab6d842f2019-01-18 20:00:36 +0800650"checksum log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fcce5fa49cc693c312001daf1d13411c4a5283796bac1084299ea3e567113f"
David Tolnayde6b29a2018-12-20 11:49:46 -0800651"checksum num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a69d464bdc213aaaff628444e99578ede64e9c854025aa43b9796530afa9238"
Jingkui Wang33e08312018-11-02 00:27:48 -0700652"checksum pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "110d5ee3593dbb73f56294327fe5668bcc997897097cbc76b51e7aed3f52452f"
paulhsiab6d842f2019-01-18 20:00:36 +0800653"checksum proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)" = "ab2fc21ba78ac73e4ff6b3818ece00be4e175ffbef4d0a717d978b48b24150c4"
Dylan Reid672559f2020-01-28 12:31:15 -0800654"checksum proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3acb317c6ff86a4e579dfa00fc5e6cca91ecbb4e7eb2df0468805b674eb88548"
Daniel Verkamp187fd022019-10-18 14:18:59 -0700655"checksum protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40361836defdd5871ff7e84096c6f6444af7fc157f8ef1789f54f147687caa20"
656"checksum protobuf-codegen 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "12c6abd78435445fc86898ebbd0521a68438063d4a73e23527b7134e6bf58b4a"
657"checksum protoc 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3998c4bc0af8ccbd3cc68245ee9f72663c5ae2fb78bc48ff7719aef11562edea"
658"checksum protoc-rust 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "234c97039c32bb58a883d0deafa57db37e59428ce536f3bdfe1c46cffec04113"
David Tolnay1d0b4452018-11-15 15:09:57 -0800659"checksum quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c"
Dylan Reid672559f2020-01-28 12:31:15 -0800660"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
David Tolnay3df35522019-03-11 12:36:30 -0700661"checksum remain 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3bec2543b50be4539fdc27fde082e218cf4c3895358ca77f5c52fe930589e209"
662"checksum syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)" = "f92e629aa1d9c827b2bb8297046c1ccffc57c99b947a680d3ccff1f136a3bee9"
Dylan Reid672559f2020-01-28 12:31:15 -0800663"checksum syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "af6f3550d8dff9ef7dc34d384ac6f107e5d31c8f57d9f28e0081503f547ac8f5"
paulhsiab6d842f2019-01-18 20:00:36 +0800664"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700665"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
Dylan Reid672559f2020-01-28 12:31:15 -0800666"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"