blob: d9955a123e501e91794fd87db43f1bacccf3fc8c [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",
Michael Hoyle6b196952020-08-02 20:09:41 -07008 "base 0.1.0",
Sonny Rao2ffa0cb2018-02-26 17:27:40 -08009 "data_model 0.1.0",
Sonny Rao2ffa0cb2018-02-26 17:27:40 -080010 "devices 0.1.0",
Steven Richmanf32d0b42020-06-20 21:45:32 -070011 "hypervisor 0.1.0",
Sonny Rao2ffa0cb2018-02-26 17:27:40 -080012 "kernel_cmdline 0.1.0",
13 "kvm 0.1.0",
14 "kvm_sys 0.1.0",
Daniel Verkamp708e3a62020-06-22 14:49:25 -070015 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Andrew Walbrance64fc02020-07-23 15:42:46 +010016 "minijail 0.2.1",
Dylan Reid72ccaef2020-01-13 01:59:25 -080017 "remain 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidef7352f2018-05-17 18:47:11 -070018 "resources 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -080019 "sync 0.1.0",
Zhuocheng Dingf2e90bf2019-12-02 15:50:20 +080020 "vm_control 0.1.0",
Dylan Reidec058d62020-07-20 20:21:11 -070021 "vm_memory 0.1.0",
Sonny Rao2ffa0cb2018-02-26 17:27:40 -080022]
23
24[[package]]
Chuanxiao Dong91e84032019-11-01 15:18:13 +080025name = "acpi_tables"
26version = "0.1.0"
27dependencies = [
28 "data_model 0.1.0",
29]
30
31[[package]]
Andrew Walbran02a17bb2020-07-16 15:15:35 +010032name = "android_log-sys"
33version = "0.2.0"
34source = "registry+https://github.com/rust-lang/crates.io-index"
35
36[[package]]
Sonny Raoed517d12018-02-13 22:09:43 -080037name = "arch"
38version = "0.1.0"
39dependencies = [
Tomasz Jeznach42644642020-05-20 23:27:59 -070040 "acpi_tables 0.1.0",
Michael Hoyle6b196952020-08-02 20:09:41 -070041 "base 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -080042 "devices 0.1.0",
Steven Richmanf32d0b42020-06-20 21:45:32 -070043 "hypervisor 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -080044 "kernel_cmdline 0.1.0",
Daniel Verkamp708e3a62020-06-22 14:49:25 -070045 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Andrew Walbrance64fc02020-07-23 15:42:46 +010046 "minijail 0.2.1",
Dylan Reidef7352f2018-05-17 18:47:11 -070047 "resources 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -080048 "sync 0.1.0",
Zhuocheng Dingf2e90bf2019-12-02 15:50:20 +080049 "vm_control 0.1.0",
Dylan Reidec058d62020-07-20 20:21:11 -070050 "vm_memory 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -080051]
52
53[[package]]
David Tolnay088e7f32018-12-07 11:32:09 -080054name = "assertions"
55version = "0.1.0"
56
57[[package]]
Dylan Reidbe884442020-06-26 17:54:02 -070058name = "async-trait"
59version = "0.1.36"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61dependencies = [
62 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
63 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
64 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
65]
66
67[[package]]
Dylan Reidb58b5522018-12-06 19:47:18 +000068name = "audio_streams"
69version = "0.1.0"
Daniel Verkampc7d1d162020-02-10 10:56:13 -080070dependencies = [
71 "sync 0.1.0",
72 "sys_util 0.1.0",
73]
Dylan Reidb58b5522018-12-06 19:47:18 +000074
75[[package]]
Michael Hoyle6b196952020-08-02 20:09:41 -070076name = "base"
77version = "0.1.0"
78dependencies = [
Michael Hoylea7e38ab2020-08-05 18:50:47 -070079 "data_model 0.1.0",
Michael Hoyle6b196952020-08-02 20:09:41 -070080 "sys_util 0.1.0",
81]
82
83[[package]]
Jingkui Wang8cad7512018-05-22 11:22:13 -070084name = "bit_field"
85version = "0.1.0"
86dependencies = [
87 "bit_field_derive 0.1.0",
88]
89
90[[package]]
91name = "bit_field_derive"
92version = "0.1.0"
93dependencies = [
Dylan Reid672559f2020-01-28 12:31:15 -080094 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
95 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
96 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wang8cad7512018-05-22 11:22:13 -070097]
98
99[[package]]
Chirantan Ekbote99e6a6f2019-07-17 10:48:02 +0900100name = "bitflags"
101version = "1.1.0"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103
104[[package]]
Manoj Guptad8f10af2018-05-18 11:33:19 -0700105name = "cc"
paulhsiab6d842f2019-01-18 20:00:36 +0800106version = "1.0.25"
Manoj Guptad8f10af2018-05-18 11:33:19 -0700107source = "registry+https://github.com/rust-lang/crates.io-index"
108
109[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800110name = "cfg-if"
paulhsiab6d842f2019-01-18 20:00:36 +0800111version = "0.1.5"
Zach Reiznere0983c72018-01-16 17:35:27 -0800112source = "registry+https://github.com/rust-lang/crates.io-index"
113
114[[package]]
paulhsiaf052cfe2019-01-22 15:22:25 +0800115name = "cras-sys"
116version = "0.1.0"
117dependencies = [
Daniel Verkampc7d1d162020-02-10 10:56:13 -0800118 "audio_streams 0.1.0",
paulhsiaf052cfe2019-01-22 15:22:25 +0800119 "data_model 0.1.0",
120]
121
122[[package]]
Dylan Reid72ccaef2020-01-13 01:59:25 -0800123name = "cros_async"
124version = "0.1.0"
125dependencies = [
Michael Hoyle6b196952020-08-02 20:09:41 -0700126 "base 0.1.0",
Dylan Reid72ccaef2020-01-13 01:59:25 -0800127 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid0edf83a2020-06-02 13:22:16 -0700128 "io_uring 0.1.0",
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700129 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid72ccaef2020-01-13 01:59:25 -0800130 "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
131 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote8ea889f2020-08-25 19:03:44 +0900132 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid72ccaef2020-01-13 01:59:25 -0800133 "syscall_defines 0.1.0",
134]
135
136[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700137name = "crosvm"
138version = "0.1.0"
139dependencies = [
Sonny Rao2ffa0cb2018-02-26 17:27:40 -0800140 "aarch64 0.1.0",
Chuanxiao Dong91e84032019-11-01 15:18:13 +0800141 "acpi_tables 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -0800142 "arch 0.1.0",
David Tolnay4b292af2019-04-12 16:57:48 -0700143 "assertions 0.1.0",
Dylan Reid3082e8e2019-01-07 10:33:48 -0800144 "audio_streams 0.1.0",
Michael Hoyle6b196952020-08-02 20:09:41 -0700145 "base 0.1.0",
Jingkui Wang8cad7512018-05-22 11:22:13 -0700146 "bit_field 0.1.0",
Dmitry Torokhov2c7e8812019-01-17 16:20:33 -0800147 "crosvm_plugin 0.17.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700148 "data_model 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700149 "devices 0.1.0",
Cody Schuffelen7d533e52019-07-02 16:54:05 -0700150 "disk 0.1.0",
Miriam Zimmerman16f659f2019-01-15 16:23:48 -0800151 "enumn 0.1.0",
Zach Reizner6f685432018-04-25 17:49:56 -0700152 "gpu_buffer 0.1.0",
Gurchetan Singh144c2792019-09-09 14:40:11 -0700153 "gpu_renderer 0.1.0",
Steven Richmanf32d0b42020-06-20 21:45:32 -0700154 "hypervisor 0.1.0",
Sonny Rao6cc352f2018-02-01 17:49:01 -0800155 "kernel_cmdline 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700156 "kernel_loader 0.1.0",
157 "kvm 0.1.0",
Zach Reizner8864cb02018-01-16 17:59:03 -0800158 "kvm_sys 0.1.0",
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700159 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
paulhsiaf052cfe2019-01-22 15:22:25 +0800160 "libcras 0.1.0",
Andrew Walbrance64fc02020-07-23 15:42:46 +0100161 "minijail 0.2.1",
Jingkui Wangf5d565d2018-09-27 10:41:11 -0700162 "msg_socket 0.1.0",
Jason D. Clinton865323d2017-09-27 22:04:03 -0600163 "net_util 0.1.0",
Daniel Verkamp187fd022019-10-18 14:18:59 -0700164 "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay65928af2019-04-05 20:34:50 -0700165 "protos 0.1.0",
Daniel Prilik22006042019-01-14 14:19:04 -0800166 "rand_ish 0.1.0",
Dylan Reid72ccaef2020-01-13 01:59:25 -0800167 "remain 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reiddea77ce2018-05-23 12:59:11 -0700168 "resources 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -0800169 "sync 0.1.0",
Michael Hoylea7e38ab2020-08-05 18:50:47 -0700170 "tempfile 3.0.7",
Jason D. Clinton865323d2017-09-27 22:04:03 -0600171 "vhost 0.1.0",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700172 "vm_control 0.1.0",
Dylan Reidec058d62020-07-20 20:21:11 -0700173 "vm_memory 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700174 "x86_64 0.1.0",
175]
176
177[[package]]
Zach Reiznerde01b8b2018-01-16 17:44:54 -0800178name = "crosvm_plugin"
Dmitry Torokhov2c7e8812019-01-17 16:20:33 -0800179version = "0.17.0"
Zach Reiznerde01b8b2018-01-16 17:44:54 -0800180dependencies = [
Michael Hoyle6b196952020-08-02 20:09:41 -0700181 "base 0.1.0",
Zach Reiznerde01b8b2018-01-16 17:44:54 -0800182 "kvm 0.1.0",
183 "kvm_sys 0.1.0",
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700184 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Daniel Verkamp187fd022019-10-18 14:18:59 -0700185 "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay65928af2019-04-05 20:34:50 -0700186 "protos 0.1.0",
Zach Reiznerde01b8b2018-01-16 17:44:54 -0800187]
188
189[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700190name = "data_model"
191version = "0.1.0"
David Tolnay088e7f32018-12-07 11:32:09 -0800192dependencies = [
193 "assertions 0.1.0",
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700194 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay088e7f32018-12-07 11:32:09 -0800195]
Zach Reiznerab839e22017-09-19 17:48:41 -0700196
197[[package]]
Dylan Reidd169a8d2017-10-06 15:26:46 -0700198name = "devices"
199version = "0.1.0"
200dependencies = [
Chuanxiao Dong6db9f9f2020-04-27 16:32:13 +0800201 "acpi_tables 0.1.0",
Dylan Reidb58b5522018-12-06 19:47:18 +0000202 "audio_streams 0.1.0",
Michael Hoyle6b196952020-08-02 20:09:41 -0700203 "base 0.1.0",
Jingkui Wang52667262018-07-18 13:26:44 -0700204 "bit_field 0.1.0",
Chirantan Ekbote99e6a6f2019-07-17 10:48:02 +0900205 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid81a87842020-04-26 06:33:46 +0000206 "cros_async 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700207 "data_model 0.1.0",
Cody Schuffelen7d533e52019-07-02 16:54:05 -0700208 "disk 0.1.0",
Miriam Zimmerman16f659f2019-01-15 16:23:48 -0800209 "enumn 0.1.0",
Zach Reizner3a8100a2017-09-13 19:15:43 -0700210 "gpu_buffer 0.1.0",
211 "gpu_display 0.1.0",
212 "gpu_renderer 0.1.0",
Colin Downs-Razouk43b1bc82020-04-30 15:48:47 -0700213 "hypervisor 0.1.0",
Xiong Zhang9628f612019-04-23 17:14:43 +0800214 "kvm_sys 0.1.0",
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700215 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Judy Hsiaod5c1e962020-02-04 12:30:01 +0800216 "libcras 0.1.0",
Keiichi Watanabe57df6a02019-12-06 22:24:40 +0900217 "libvda 0.1.0",
Noah Gold7898b802019-12-17 10:07:11 -0800218 "linux_input_sys 0.1.0",
Andrew Walbrance64fc02020-07-23 15:42:46 +0100219 "minijail 0.2.1",
Zach Reizneraa575662018-08-15 10:46:32 -0700220 "msg_on_socket_derive 0.1.0",
Jingkui Wangb23c0912018-11-02 17:00:31 +0000221 "msg_socket 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700222 "net_sys 0.1.0",
223 "net_util 0.1.0",
Chirantan Ekboteebd56812018-04-16 19:32:04 -0700224 "p9 0.1.0",
David Tolnay1aca8b72019-04-05 11:56:44 -0700225 "protos 0.1.0",
Chirantan Ekbote44336b92020-06-23 17:12:03 +0900226 "rand_ish 0.1.0",
Dylan Reid72ccaef2020-01-13 01:59:25 -0800227 "remain 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid228e4a62018-06-07 15:42:41 -0700228 "resources 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -0800229 "sync 0.1.0",
Chirantan Ekbote0399e182019-08-16 16:15:13 +0900230 "syscall_defines 0.1.0",
David Tolnaye33b55c2019-04-17 21:09:41 -0700231 "tempfile 3.0.7",
David Tolnayde6b29a2018-12-20 11:49:46 -0800232 "tpm2 0.1.0",
Jingkui Wangbbd77ff2019-03-08 00:17:58 -0800233 "usb_util 0.1.0",
Xiong Zhang9628f612019-04-23 17:14:43 +0800234 "vfio_sys 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700235 "vhost 0.1.0",
236 "virtio_sys 0.1.0",
237 "vm_control 0.1.0",
Dylan Reidec058d62020-07-20 20:21:11 -0700238 "vm_memory 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700239]
240
241[[package]]
Cody Schuffelen7d533e52019-07-02 16:54:05 -0700242name = "disk"
243version = "0.1.0"
244dependencies = [
Dylan Reidbe884442020-06-26 17:54:02 -0700245 "async-trait 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
Michael Hoyle6b196952020-08-02 20:09:41 -0700246 "base 0.1.0",
Dylan Reidbe884442020-06-26 17:54:02 -0700247 "cros_async 0.1.0",
Cody Schuffelenf9b035d2019-07-08 16:14:24 -0700248 "data_model 0.1.0",
Dylan Reidbe884442020-06-26 17:54:02 -0700249 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700250 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Daniel Verkamp187fd022019-10-18 14:18:59 -0700251 "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
Cody Schuffelenf9b035d2019-07-08 16:14:24 -0700252 "protos 0.1.0",
Dylan Reid72ccaef2020-01-13 01:59:25 -0800253 "remain 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Michael Hoylea7e38ab2020-08-05 18:50:47 -0700254 "tempfile 3.0.7",
Dylan Reidbe884442020-06-26 17:54:02 -0700255 "vm_memory 0.1.0",
Cody Schuffelen7d533e52019-07-02 16:54:05 -0700256]
257
258[[package]]
Miriam Zimmerman16f659f2019-01-15 16:23:48 -0800259name = "enumn"
260version = "0.1.0"
261dependencies = [
Dylan Reid672559f2020-01-28 12:31:15 -0800262 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
263 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
264 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
Miriam Zimmerman16f659f2019-01-15 16:23:48 -0800265]
266
267[[package]]
Dylan Reid72ccaef2020-01-13 01:59:25 -0800268name = "futures"
269version = "0.3.1"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271dependencies = [
272 "futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
273 "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
274 "futures-executor 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
275 "futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
276 "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
277 "futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
278 "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
279]
280
281[[package]]
282name = "futures-channel"
283version = "0.3.1"
284source = "registry+https://github.com/rust-lang/crates.io-index"
285dependencies = [
286 "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
287 "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
288]
289
290[[package]]
291name = "futures-core"
292version = "0.3.1"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294
295[[package]]
296name = "futures-executor"
297version = "0.3.1"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299dependencies = [
300 "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
301 "futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
302 "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
303]
304
305[[package]]
306name = "futures-io"
307version = "0.3.1"
308source = "registry+https://github.com/rust-lang/crates.io-index"
309
310[[package]]
311name = "futures-macro"
312version = "0.3.1"
313source = "registry+https://github.com/rust-lang/crates.io-index"
314dependencies = [
315 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
316 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
317 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
318 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
319]
320
321[[package]]
322name = "futures-sink"
323version = "0.3.1"
324source = "registry+https://github.com/rust-lang/crates.io-index"
325
326[[package]]
327name = "futures-task"
328version = "0.3.1"
329source = "registry+https://github.com/rust-lang/crates.io-index"
330
331[[package]]
332name = "futures-util"
333version = "0.3.1"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335dependencies = [
336 "futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
337 "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
338 "futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
339 "futures-macro 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
340 "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
341 "futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
342 "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
343 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
344 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
345 "proc-macro-nested 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
346 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
347]
348
349[[package]]
Chirantan Ekbotea79073a2018-06-22 19:00:30 -0700350name = "getopts"
paulhsiab6d842f2019-01-18 20:00:36 +0800351version = "0.2.18"
Chirantan Ekbotea79073a2018-06-22 19:00:30 -0700352source = "registry+https://github.com/rust-lang/crates.io-index"
paulhsiab6d842f2019-01-18 20:00:36 +0800353dependencies = [
354 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
355]
Chirantan Ekbotea79073a2018-06-22 19:00:30 -0700356
357[[package]]
Zach Reizner6f685432018-04-25 17:49:56 -0700358name = "gpu_buffer"
359version = "0.1.0"
360dependencies = [
Michael Hoyle6b196952020-08-02 20:09:41 -0700361 "base 0.1.0",
Zach Reizner6f685432018-04-25 17:49:56 -0700362 "data_model 0.1.0",
363]
364
365[[package]]
Zach Reizner20d71f82018-05-03 13:19:37 -0700366name = "gpu_display"
367version = "0.1.0"
368dependencies = [
Michael Hoyle6b196952020-08-02 20:09:41 -0700369 "base 0.1.0",
paulhsiab6d842f2019-01-18 20:00:36 +0800370 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reizner20d71f82018-05-03 13:19:37 -0700371 "data_model 0.1.0",
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700372 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Noah Gold7898b802019-12-17 10:07:11 -0800373 "linux_input_sys 0.1.0",
Zach Reizner20d71f82018-05-03 13:19:37 -0700374]
375
376[[package]]
Zach Reiznerf40bb192018-05-03 16:58:27 -0700377name = "gpu_renderer"
378version = "0.1.0"
379dependencies = [
Michael Hoyle6b196952020-08-02 20:09:41 -0700380 "base 0.1.0",
Zach Reiznerf40bb192018-05-03 16:58:27 -0700381 "data_model 0.1.0",
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700382 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidec058d62020-07-20 20:21:11 -0700383 "vm_memory 0.1.0",
Zach Reiznerf40bb192018-05-03 16:58:27 -0700384]
385
386[[package]]
Colin Downs-Razouk43b1bc82020-04-30 15:48:47 -0700387name = "hypervisor"
388version = "0.1.0"
389dependencies = [
Michael Hoyle6b196952020-08-02 20:09:41 -0700390 "base 0.1.0",
Colin Downs-Razoukc31a7b92020-05-04 10:45:55 -0700391 "bit_field 0.1.0",
Colin Downs-Razouk63648232020-06-04 10:33:40 -0700392 "data_model 0.1.0",
Colin Downs-Razoukc31a7b92020-05-04 10:45:55 -0700393 "enumn 0.1.0",
Daniel Verkamp56520c22020-05-19 11:23:22 -0700394 "kvm 0.1.0",
Colin Downs-Razouk43b1bc82020-04-30 15:48:47 -0700395 "kvm_sys 0.1.0",
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700396 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Steven Richman583651a2020-05-11 21:11:50 -0700397 "msg_socket 0.1.0",
Daniel Verkampa81bb0b2020-05-21 15:19:49 -0700398 "sync 0.1.0",
Dylan Reidec058d62020-07-20 20:21:11 -0700399 "vm_memory 0.1.0",
Colin Downs-Razouk43b1bc82020-04-30 15:48:47 -0700400]
401
402[[package]]
Dylan Reid0edf83a2020-06-02 13:22:16 -0700403name = "io_uring"
404version = "0.1.0"
405dependencies = [
Michael Hoyle6b196952020-08-02 20:09:41 -0700406 "base 0.1.0",
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700407 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid0edf83a2020-06-02 13:22:16 -0700408 "syscall_defines 0.1.0",
409]
410
411[[package]]
Sonny Rao6cc352f2018-02-01 17:49:01 -0800412name = "kernel_cmdline"
413version = "0.1.0"
414dependencies = [
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700415 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Sonny Rao6cc352f2018-02-01 17:49:01 -0800416]
417
418[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700419name = "kernel_loader"
420version = "0.1.0"
421dependencies = [
Michael Hoyle6b196952020-08-02 20:09:41 -0700422 "base 0.1.0",
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700423 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Michael Hoylea7e38ab2020-08-05 18:50:47 -0700424 "tempfile 3.0.7",
Dylan Reidec058d62020-07-20 20:21:11 -0700425 "vm_memory 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700426]
427
428[[package]]
429name = "kvm"
430version = "0.1.0"
431dependencies = [
Michael Hoyle6b196952020-08-02 20:09:41 -0700432 "base 0.1.0",
Gurchetan Singhbf433ea2018-10-31 17:31:46 -0700433 "data_model 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700434 "kvm_sys 0.1.0",
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700435 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wange13b1802018-10-03 13:04:47 -0700436 "msg_socket 0.1.0",
Gurchetan Singh173fe622020-05-21 18:05:06 -0700437 "sync 0.1.0",
Dylan Reidec058d62020-07-20 20:21:11 -0700438 "vm_memory 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700439]
440
441[[package]]
442name = "kvm_sys"
443version = "0.1.0"
444dependencies = [
Michael Hoyle6b196952020-08-02 20:09:41 -0700445 "base 0.1.0",
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700446 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700447]
448
449[[package]]
450name = "libc"
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700451version = "0.2.65"
Zach Reiznerab839e22017-09-19 17:48:41 -0700452source = "registry+https://github.com/rust-lang/crates.io-index"
453
454[[package]]
paulhsiaf052cfe2019-01-22 15:22:25 +0800455name = "libcras"
456version = "0.1.0"
457dependencies = [
458 "audio_streams 0.1.0",
459 "cras-sys 0.1.0",
460 "data_model 0.1.0",
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700461 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
paulhsiaf052cfe2019-01-22 15:22:25 +0800462 "sys_util 0.1.0",
463]
464
465[[package]]
Keiichi Watanabe57df6a02019-12-06 22:24:40 +0900466name = "libvda"
467version = "0.1.0"
468dependencies = [
469 "enumn 0.1.0",
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700470 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Keiichi Watanabe57df6a02019-12-06 22:24:40 +0900471 "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
472]
473
474[[package]]
Noah Gold7898b802019-12-17 10:07:11 -0800475name = "linux_input_sys"
476version = "0.1.0"
477dependencies = [
Michael Hoyle6b196952020-08-02 20:09:41 -0700478 "base 0.1.0",
Noah Gold7898b802019-12-17 10:07:11 -0800479 "data_model 0.1.0",
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700480 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Noah Gold7898b802019-12-17 10:07:11 -0800481]
482
483[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800484name = "log"
paulhsiab6d842f2019-01-18 20:00:36 +0800485version = "0.4.5"
Zach Reiznere0983c72018-01-16 17:35:27 -0800486source = "registry+https://github.com/rust-lang/crates.io-index"
487dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800488 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznere0983c72018-01-16 17:35:27 -0800489]
490
491[[package]]
Dylan Reid72ccaef2020-01-13 01:59:25 -0800492name = "memchr"
493version = "2.3.0"
494source = "registry+https://github.com/rust-lang/crates.io-index"
495
496[[package]]
Daniel Verkamp1c365a72020-06-26 12:01:54 -0700497name = "minijail"
Andrew Walbrance64fc02020-07-23 15:42:46 +0100498version = "0.2.1"
Daniel Verkamp1c365a72020-06-26 12:01:54 -0700499dependencies = [
500 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
501 "minijail-sys 0.0.11",
502]
503
504[[package]]
Daniel Verkamp2dae5672020-02-18 10:31:20 -0800505name = "minijail-sys"
506version = "0.0.11"
507dependencies = [
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700508 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Daniel Verkamp2dae5672020-02-18 10:31:20 -0800509 "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
510]
511
512[[package]]
Jingkui Wangf5d565d2018-09-27 10:41:11 -0700513name = "msg_on_socket_derive"
514version = "0.1.0"
515dependencies = [
Dylan Reid672559f2020-01-28 12:31:15 -0800516 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
517 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
518 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wangf5d565d2018-09-27 10:41:11 -0700519]
520
521[[package]]
522name = "msg_socket"
523version = "0.1.0"
524dependencies = [
Michael Hoyle6b196952020-08-02 20:09:41 -0700525 "base 0.1.0",
Dylan Reid72ccaef2020-01-13 01:59:25 -0800526 "cros_async 0.1.0",
Jingkui Wangf5d565d2018-09-27 10:41:11 -0700527 "data_model 0.1.0",
Dylan Reid72ccaef2020-01-13 01:59:25 -0800528 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700529 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wangf5d565d2018-09-27 10:41:11 -0700530 "msg_on_socket_derive 0.1.0",
Zach Reizner8b3ee412020-03-25 01:16:38 -0700531 "sync 0.1.0",
Jingkui Wangf5d565d2018-09-27 10:41:11 -0700532]
533
534[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700535name = "net_sys"
536version = "0.1.0"
537dependencies = [
Michael Hoyle6b196952020-08-02 20:09:41 -0700538 "base 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700539]
540
541[[package]]
542name = "net_util"
543version = "0.1.0"
544dependencies = [
Michael Hoyle6b196952020-08-02 20:09:41 -0700545 "base 0.1.0",
Stephen Barber6cb2a932019-10-25 13:13:18 +0200546 "data_model 0.1.0",
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700547 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700548 "net_sys 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700549]
550
551[[package]]
David Tolnayde6b29a2018-12-20 11:49:46 -0800552name = "num_cpus"
553version = "1.9.0"
554source = "registry+https://github.com/rust-lang/crates.io-index"
555dependencies = [
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700556 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnayde6b29a2018-12-20 11:49:46 -0800557]
558
559[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700560name = "p9"
561version = "0.1.0"
562dependencies = [
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700563 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700564 "wire_format_derive 0.1.0",
565]
566
567[[package]]
Dylan Reid72ccaef2020-01-13 01:59:25 -0800568name = "paste"
569version = "0.1.6"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571dependencies = [
572 "paste-impl 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
573 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
574]
575
576[[package]]
577name = "paste-impl"
578version = "0.1.6"
579source = "registry+https://github.com/rust-lang/crates.io-index"
580dependencies = [
581 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
582 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
583 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
584 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
585]
586
587[[package]]
588name = "pin-utils"
589version = "0.1.0-alpha.4"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591
592[[package]]
Jingkui Wang33e08312018-11-02 00:27:48 -0700593name = "pkg-config"
594version = "0.3.11"
595source = "registry+https://github.com/rust-lang/crates.io-index"
596
597[[package]]
Zach Reizner25c6bc12018-02-27 22:22:35 -0800598name = "poll_token_derive"
599version = "0.1.0"
David Tolnayd4d9c262018-12-05 20:36:49 -0800600dependencies = [
Dylan Reid672559f2020-01-28 12:31:15 -0800601 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
602 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
603 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnayd4d9c262018-12-05 20:36:49 -0800604]
Zach Reizner25c6bc12018-02-27 22:22:35 -0800605
606[[package]]
Dylan Reid72ccaef2020-01-13 01:59:25 -0800607name = "proc-macro-hack"
608version = "0.5.11"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700609source = "registry+https://github.com/rust-lang/crates.io-index"
610dependencies = [
Dylan Reid72ccaef2020-01-13 01:59:25 -0800611 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
612 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
613 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700614]
615
616[[package]]
Dylan Reid72ccaef2020-01-13 01:59:25 -0800617name = "proc-macro-nested"
618version = "0.1.3"
619source = "registry+https://github.com/rust-lang/crates.io-index"
620
621[[package]]
Dylan Reid672559f2020-01-28 12:31:15 -0800622name = "proc-macro2"
623version = "1.0.8"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625dependencies = [
626 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
627]
628
629[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800630name = "protobuf"
Daniel Verkamp187fd022019-10-18 14:18:59 -0700631version = "2.8.1"
Zach Reiznere0983c72018-01-16 17:35:27 -0800632source = "registry+https://github.com/rust-lang/crates.io-index"
633
634[[package]]
David Tolnayfd67ec52019-04-10 17:59:15 -0700635name = "protobuf-codegen"
Daniel Verkamp187fd022019-10-18 14:18:59 -0700636version = "2.8.1"
David Tolnayfd67ec52019-04-10 17:59:15 -0700637source = "registry+https://github.com/rust-lang/crates.io-index"
638dependencies = [
Daniel Verkamp187fd022019-10-18 14:18:59 -0700639 "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnayfd67ec52019-04-10 17:59:15 -0700640]
641
642[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800643name = "protoc"
Daniel Verkamp187fd022019-10-18 14:18:59 -0700644version = "2.8.1"
Zach Reiznere0983c72018-01-16 17:35:27 -0800645source = "registry+https://github.com/rust-lang/crates.io-index"
646dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800647 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznere0983c72018-01-16 17:35:27 -0800648]
649
650[[package]]
651name = "protoc-rust"
Daniel Verkamp187fd022019-10-18 14:18:59 -0700652version = "2.8.1"
Zach Reiznere0983c72018-01-16 17:35:27 -0800653source = "registry+https://github.com/rust-lang/crates.io-index"
654dependencies = [
Daniel Verkamp187fd022019-10-18 14:18:59 -0700655 "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
656 "protobuf-codegen 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
657 "protoc 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnayfd67ec52019-04-10 17:59:15 -0700658 "tempfile 3.0.7",
Zach Reiznere0983c72018-01-16 17:35:27 -0800659]
660
661[[package]]
David Tolnay1aca8b72019-04-05 11:56:44 -0700662name = "protos"
663version = "0.1.0"
664dependencies = [
David Tolnay65928af2019-04-05 20:34:50 -0700665 "kvm_sys 0.1.0",
Daniel Verkamp187fd022019-10-18 14:18:59 -0700666 "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
667 "protoc-rust 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay1aca8b72019-04-05 11:56:44 -0700668]
669
670[[package]]
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800671name = "qcow_utils"
672version = "0.1.0"
673dependencies = [
Michael Hoyle6b196952020-08-02 20:09:41 -0700674 "base 0.1.0",
Cody Schuffelen7d533e52019-07-02 16:54:05 -0700675 "disk 0.1.0",
paulhsiab6d842f2019-01-18 20:00:36 +0800676 "getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700677 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800678]
679
680[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700681name = "quote"
Dylan Reid672559f2020-01-28 12:31:15 -0800682version = "1.0.2"
683source = "registry+https://github.com/rust-lang/crates.io-index"
684dependencies = [
685 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
686]
687
688[[package]]
Daniel Prilik22006042019-01-14 14:19:04 -0800689name = "rand_ish"
690version = "0.1.0"
Zach Reiznere0983c72018-01-16 17:35:27 -0800691
692[[package]]
David Tolnay3df35522019-03-11 12:36:30 -0700693name = "remain"
Dylan Reid72ccaef2020-01-13 01:59:25 -0800694version = "0.2.1"
David Tolnay3df35522019-03-11 12:36:30 -0700695source = "registry+https://github.com/rust-lang/crates.io-index"
696dependencies = [
Dylan Reid72ccaef2020-01-13 01:59:25 -0800697 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
698 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
699 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay3df35522019-03-11 12:36:30 -0700700]
701
702[[package]]
Dylan Reiddea77ce2018-05-23 12:59:11 -0700703name = "resources"
704version = "0.1.0"
705dependencies = [
Michael Hoyle6b196952020-08-02 20:09:41 -0700706 "base 0.1.0",
Dylan Reid228e4a62018-06-07 15:42:41 -0700707 "gpu_buffer 0.1.0",
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700708 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wange13b1802018-10-03 13:04:47 -0700709 "msg_socket 0.1.0",
Dylan Reiddea77ce2018-05-23 12:59:11 -0700710]
711
712[[package]]
Dylan Reid72ccaef2020-01-13 01:59:25 -0800713name = "slab"
714version = "0.4.2"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700715source = "registry+https://github.com/rust-lang/crates.io-index"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700716
717[[package]]
Dylan Reid672559f2020-01-28 12:31:15 -0800718name = "syn"
719version = "1.0.14"
720source = "registry+https://github.com/rust-lang/crates.io-index"
721dependencies = [
722 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
723 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
724 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
725]
726
727[[package]]
David Tolnay1d4d44a2018-12-03 23:37:46 -0800728name = "sync"
729version = "0.1.0"
730
731[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700732name = "sys_util"
733version = "0.1.0"
734dependencies = [
Andrew Walbran02a17bb2020-07-16 15:15:35 +0100735 "android_log-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700736 "data_model 0.1.0",
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700737 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reizner25c6bc12018-02-27 22:22:35 -0800738 "poll_token_derive 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -0800739 "sync 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700740 "syscall_defines 0.1.0",
David Tolnaye33b55c2019-04-17 21:09:41 -0700741 "tempfile 3.0.7",
Zach Reiznerab839e22017-09-19 17:48:41 -0700742]
743
744[[package]]
745name = "syscall_defines"
746version = "0.1.0"
747
748[[package]]
David Tolnayfd67ec52019-04-10 17:59:15 -0700749name = "tempfile"
750version = "3.0.7"
Zach Reiznere0983c72018-01-16 17:35:27 -0800751dependencies = [
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700752 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznere0983c72018-01-16 17:35:27 -0800753]
754
755[[package]]
David Tolnayde6b29a2018-12-20 11:49:46 -0800756name = "tpm2"
757version = "0.1.0"
758dependencies = [
759 "tpm2-sys 0.1.0",
760]
761
762[[package]]
763name = "tpm2-sys"
764version = "0.1.0"
765dependencies = [
766 "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
767 "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
768]
769
770[[package]]
paulhsiab6d842f2019-01-18 20:00:36 +0800771name = "unicode-width"
772version = "0.1.5"
773source = "registry+https://github.com/rust-lang/crates.io-index"
774
775[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700776name = "unicode-xid"
Dylan Reid672559f2020-01-28 12:31:15 -0800777version = "0.2.0"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779
780[[package]]
Daniel Verkamp64941172019-07-09 17:21:54 -0700781name = "usb_sys"
782version = "0.1.0"
783dependencies = [
Michael Hoyle6b196952020-08-02 20:09:41 -0700784 "base 0.1.0",
Daniel Verkamp64941172019-07-09 17:21:54 -0700785]
786
787[[package]]
Jingkui Wang33e08312018-11-02 00:27:48 -0700788name = "usb_util"
789version = "0.1.0"
790dependencies = [
David Tolnay088e7f32018-12-07 11:32:09 -0800791 "assertions 0.1.0",
Michael Hoyle6b196952020-08-02 20:09:41 -0700792 "base 0.1.0",
Jingkui Wang33e08312018-11-02 00:27:48 -0700793 "data_model 0.1.0",
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700794 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid72ccaef2020-01-13 01:59:25 -0800795 "remain 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Daniel Verkamp64941172019-07-09 17:21:54 -0700796 "usb_sys 0.1.0",
Jingkui Wang33e08312018-11-02 00:27:48 -0700797]
798
799[[package]]
Xiong Zhang9628f612019-04-23 17:14:43 +0800800name = "vfio_sys"
801version = "0.1.0"
802dependencies = [
Michael Hoyle6b196952020-08-02 20:09:41 -0700803 "base 0.1.0",
Xiong Zhang9628f612019-04-23 17:14:43 +0800804]
805
806[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700807name = "vhost"
808version = "0.1.0"
809dependencies = [
David Tolnay4b292af2019-04-12 16:57:48 -0700810 "assertions 0.1.0",
Michael Hoyle6b196952020-08-02 20:09:41 -0700811 "base 0.1.0",
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700812 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700813 "net_util 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700814 "virtio_sys 0.1.0",
Dylan Reidec058d62020-07-20 20:21:11 -0700815 "vm_memory 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700816]
817
818[[package]]
819name = "virtio_sys"
820version = "0.1.0"
821dependencies = [
Michael Hoyle6b196952020-08-02 20:09:41 -0700822 "base 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700823]
824
825[[package]]
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700826name = "vm_control"
827version = "0.1.0"
828dependencies = [
Michael Hoyle6b196952020-08-02 20:09:41 -0700829 "base 0.1.0",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700830 "data_model 0.1.0",
Steven Richmanf32d0b42020-06-20 21:45:32 -0700831 "hypervisor 0.1.0",
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700832 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wange13b1802018-10-03 13:04:47 -0700833 "msg_socket 0.1.0",
Dylan Reidef7352f2018-05-17 18:47:11 -0700834 "resources 0.1.0",
Lingfeng Yangd6ac1ab2020-01-31 13:55:35 -0800835 "sync 0.1.0",
Dylan Reidec058d62020-07-20 20:21:11 -0700836 "vm_memory 0.1.0",
837]
838
839[[package]]
840name = "vm_memory"
841version = "0.1.0"
842dependencies = [
Michael Hoyle6b196952020-08-02 20:09:41 -0700843 "base 0.1.0",
Dylan Reid82d7b9f2020-06-02 18:33:33 -0700844 "cros_async 0.1.0",
Dylan Reidec058d62020-07-20 20:21:11 -0700845 "data_model 0.1.0",
846 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidec058d62020-07-20 20:21:11 -0700847 "syscall_defines 0.1.0",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700848]
849
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800850[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700851name = "wire_format_derive"
852version = "0.1.0"
853dependencies = [
Dylan Reid672559f2020-01-28 12:31:15 -0800854 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
855 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
856 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700857]
858
859[[package]]
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800860name = "x86_64"
861version = "0.1.0"
862dependencies = [
Chuanxiao Dong020fbf02020-02-27 13:58:26 +0800863 "acpi_tables 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -0800864 "arch 0.1.0",
David Tolnay4b292af2019-04-12 16:57:48 -0700865 "assertions 0.1.0",
Michael Hoyle6b196952020-08-02 20:09:41 -0700866 "base 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800867 "data_model 0.1.0",
Sonny Rao43724a22018-02-01 15:52:58 -0800868 "devices 0.1.0",
Steven Richmanf32d0b42020-06-20 21:45:32 -0700869 "hypervisor 0.1.0",
Sonny Rao43724a22018-02-01 15:52:58 -0800870 "kernel_cmdline 0.1.0",
871 "kernel_loader 0.1.0",
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700872 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
Andrew Walbrance64fc02020-07-23 15:42:46 +0100873 "minijail 0.2.1",
Dylan Reid72ccaef2020-01-13 01:59:25 -0800874 "remain 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidef7352f2018-05-17 18:47:11 -0700875 "resources 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -0800876 "sync 0.1.0",
Zhuocheng Dingf2e90bf2019-12-02 15:50:20 +0800877 "vm_control 0.1.0",
Dylan Reidec058d62020-07-20 20:21:11 -0700878 "vm_memory 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800879]
880
Zach Reiznerab839e22017-09-19 17:48:41 -0700881[metadata]
Andrew Walbran02a17bb2020-07-16 15:15:35 +0100882"checksum android_log-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "85965b6739a430150bdd138e2374a98af0c3ee0d030b3bb7fc3bddff58d0102e"
Dylan Reidbe884442020-06-26 17:54:02 -0700883"checksum async-trait 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)" = "a265e3abeffdce30b2e26b7a11b222fe37c6067404001b434101457d0385eb92"
Chirantan Ekbote99e6a6f2019-07-17 10:48:02 +0900884"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
paulhsiab6d842f2019-01-18 20:00:36 +0800885"checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16"
886"checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3"
Dylan Reid72ccaef2020-01-13 01:59:25 -0800887"checksum futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b6f16056ecbb57525ff698bb955162d0cd03bee84e6241c27ff75c08d8ca5987"
888"checksum futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fcae98ca17d102fd8a3603727b9259fcf7fa4239b603d2142926189bc8999b86"
889"checksum futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "79564c427afefab1dfb3298535b21eda083ef7935b4f0ecbfcb121f0aec10866"
890"checksum futures-executor 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1e274736563f686a837a0568b478bdabfeaec2dca794b5649b04e2fe1627c231"
891"checksum futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e676577d229e70952ab25f3945795ba5b16d63ca794ca9d2c860e5595d20b5ff"
892"checksum futures-macro 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "52e7c56c15537adb4f76d0b7a76ad131cb4d2f4f32d3b0bcabcbe1c7c5e87764"
893"checksum futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "171be33efae63c2d59e6dbba34186fe0d6394fb378069a76dfd80fdcffd43c16"
894"checksum futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0bae52d6b29cf440e298856fec3965ee6fa71b06aa7495178615953fd669e5f9"
895"checksum futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c0d66274fb76985d3c62c886d1da7ac4c0903a8c9f754e8fe0f35a6a6cc39e76"
paulhsiab6d842f2019-01-18 20:00:36 +0800896"checksum getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "0a7292d30132fb5424b354f5dc02512a86e4c516fe544bb7a25e7f266951b797"
Daniel Verkamp708e3a62020-06-22 14:49:25 -0700897"checksum libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)" = "1a31a0627fdf1f6a39ec0dd577e101440b7db22672c0901fe00a9a6fbb5c24e8"
paulhsiab6d842f2019-01-18 20:00:36 +0800898"checksum log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fcce5fa49cc693c312001daf1d13411c4a5283796bac1084299ea3e567113f"
Dylan Reid72ccaef2020-01-13 01:59:25 -0800899"checksum memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3197e20c7edb283f87c071ddfc7a2cca8f8e0b888c242959846a6fce03c72223"
David Tolnayde6b29a2018-12-20 11:49:46 -0800900"checksum num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a69d464bdc213aaaff628444e99578ede64e9c854025aa43b9796530afa9238"
Dylan Reid72ccaef2020-01-13 01:59:25 -0800901"checksum paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "423a519e1c6e828f1e73b720f9d9ed2fa643dce8a7737fb43235ce0b41eeaa49"
902"checksum paste-impl 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4214c9e912ef61bf42b81ba9a47e8aad1b2ffaf739ab162bf96d1e011f54e6c5"
903"checksum pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587"
Jingkui Wang33e08312018-11-02 00:27:48 -0700904"checksum pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "110d5ee3593dbb73f56294327fe5668bcc997897097cbc76b51e7aed3f52452f"
Dylan Reid72ccaef2020-01-13 01:59:25 -0800905"checksum proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5"
906"checksum proc-macro-nested 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "369a6ed065f249a159e06c45752c780bda2fb53c995718f9e484d08daa9eb42e"
Dylan Reid672559f2020-01-28 12:31:15 -0800907"checksum proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3acb317c6ff86a4e579dfa00fc5e6cca91ecbb4e7eb2df0468805b674eb88548"
Daniel Verkamp187fd022019-10-18 14:18:59 -0700908"checksum protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40361836defdd5871ff7e84096c6f6444af7fc157f8ef1789f54f147687caa20"
909"checksum protobuf-codegen 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "12c6abd78435445fc86898ebbd0521a68438063d4a73e23527b7134e6bf58b4a"
910"checksum protoc 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3998c4bc0af8ccbd3cc68245ee9f72663c5ae2fb78bc48ff7719aef11562edea"
911"checksum protoc-rust 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "234c97039c32bb58a883d0deafa57db37e59428ce536f3bdfe1c46cffec04113"
Dylan Reid672559f2020-01-28 12:31:15 -0800912"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
Dylan Reid72ccaef2020-01-13 01:59:25 -0800913"checksum remain 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "99c861227fc40c8da6fdaa3d58144ac84c0537080a43eb1d7d45c28f88dcb888"
914"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
Dylan Reid672559f2020-01-28 12:31:15 -0800915"checksum syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "af6f3550d8dff9ef7dc34d384ac6f107e5d31c8f57d9f28e0081503f547ac8f5"
paulhsiab6d842f2019-01-18 20:00:36 +0800916"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
Dylan Reid672559f2020-01-28 12:31:15 -0800917"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"