blob: 2b8a4fa2c4aae949a3f8509af1889ad4a82b3597 [file] [log] [blame]
Zach Reiznere0983c72018-01-16 17:35:27 -08001[[package]]
Sonny Rao2ffa0cb2018-02-26 17:27:40 -08002name = "aarch64"
3version = "0.1.0"
4dependencies = [
5 "arch 0.1.0",
6 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
7 "data_model 0.1.0",
8 "device_manager 0.1.0",
9 "devices 0.1.0",
10 "kernel_cmdline 0.1.0",
11 "kvm 0.1.0",
12 "kvm_sys 0.1.0",
13 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
14 "sys_util 0.1.0",
15]
16
17[[package]]
Sonny Raoed517d12018-02-13 22:09:43 -080018name = "arch"
19version = "0.1.0"
20dependencies = [
21 "device_manager 0.1.0",
22 "devices 0.1.0",
23 "kernel_cmdline 0.1.0",
24 "kvm 0.1.0",
25 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
26 "sys_util 0.1.0",
27]
28
29[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -080030name = "bitflags"
31version = "1.0.1"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33
Dylan Reid939d5882017-11-08 17:33:46 -080034[[package]]
35name = "byteorder"
36version = "1.1.0"
37source = "registry+https://github.com/rust-lang/crates.io-index"
38
39[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -080040name = "cfg-if"
41version = "0.1.2"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43
44[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -070045name = "crosvm"
46version = "0.1.0"
47dependencies = [
Sonny Rao2ffa0cb2018-02-26 17:27:40 -080048 "aarch64 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -080049 "arch 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070050 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Dmitry Torokhov3e40b512018-03-26 17:14:19 -070051 "crosvm_plugin 0.13.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070052 "data_model 0.1.0",
Sonny Rao8836bb52018-02-12 19:38:35 -080053 "device_manager 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -070054 "devices 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070055 "io_jail 0.1.0",
Sonny Rao6cc352f2018-02-01 17:49:01 -080056 "kernel_cmdline 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070057 "kernel_loader 0.1.0",
58 "kvm 0.1.0",
Zach Reizner8864cb02018-01-16 17:59:03 -080059 "kvm_sys 0.1.0",
Zach Reiznerd42e4932018-01-03 15:21:04 -080060 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Jason D. Clinton865323d2017-09-27 22:04:03 -060061 "net_util 0.1.0",
Dmitry Torokhov3e40b512018-03-26 17:14:19 -070062 "plugin_proto 0.13.0",
Zach Reizner8864cb02018-01-16 17:59:03 -080063 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid76968702017-12-13 09:09:40 -080064 "qcow 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -080065 "qcow_utils 0.1.0",
Zach Reizner8864cb02018-01-16 17:59:03 -080066 "rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -070067 "sys_util 0.1.0",
Jason D. Clinton865323d2017-09-27 22:04:03 -060068 "vhost 0.1.0",
Dylan Reid94bf1bf2017-10-06 15:30:34 -070069 "vm_control 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070070 "x86_64 0.1.0",
71]
72
73[[package]]
Zach Reiznerde01b8b2018-01-16 17:44:54 -080074name = "crosvm_plugin"
Dmitry Torokhov3e40b512018-03-26 17:14:19 -070075version = "0.13.0"
Zach Reiznerde01b8b2018-01-16 17:44:54 -080076dependencies = [
77 "kvm 0.1.0",
78 "kvm_sys 0.1.0",
79 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Dmitry Torokhov3e40b512018-03-26 17:14:19 -070080 "plugin_proto 0.13.0",
Zach Reiznerde01b8b2018-01-16 17:44:54 -080081 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
82 "sys_util 0.1.0",
83]
84
85[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -070086name = "data_model"
87version = "0.1.0"
88
89[[package]]
Sonny Rao8836bb52018-02-12 19:38:35 -080090name = "device_manager"
91version = "0.1.0"
92dependencies = [
93 "devices 0.1.0",
94 "io_jail 0.1.0",
95 "kernel_cmdline 0.1.0",
96 "kvm 0.1.0",
97 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
98 "sys_util 0.1.0",
99]
100
101[[package]]
Dylan Reidd169a8d2017-10-06 15:26:46 -0700102name = "devices"
103version = "0.1.0"
104dependencies = [
105 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
106 "data_model 0.1.0",
Dylan Reidb3bfbde2017-10-13 13:18:00 -0700107 "io_jail 0.1.0",
Zach Reiznerd42e4932018-01-03 15:21:04 -0800108 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700109 "net_sys 0.1.0",
110 "net_util 0.1.0",
111 "sys_util 0.1.0",
112 "vhost 0.1.0",
113 "virtio_sys 0.1.0",
114 "vm_control 0.1.0",
115]
116
117[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800118name = "fuchsia-zircon"
119version = "0.3.3"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121dependencies = [
122 "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
123 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
124]
125
126[[package]]
127name = "fuchsia-zircon-sys"
128version = "0.3.3"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130
131[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700132name = "gcc"
133version = "0.3.54"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135
136[[package]]
137name = "io_jail"
138version = "0.1.0"
139dependencies = [
Zach Reiznerd42e4932018-01-03 15:21:04 -0800140 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700141]
142
143[[package]]
Sonny Rao6cc352f2018-02-01 17:49:01 -0800144name = "kernel_cmdline"
145version = "0.1.0"
146dependencies = [
147 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
148]
149
150[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700151name = "kernel_loader"
152version = "0.1.0"
153dependencies = [
Zach Reiznerd42e4932018-01-03 15:21:04 -0800154 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700155 "sys_util 0.1.0",
156]
157
158[[package]]
159name = "kvm"
160version = "0.1.0"
161dependencies = [
162 "kvm_sys 0.1.0",
Zach Reiznerd42e4932018-01-03 15:21:04 -0800163 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700164 "sys_util 0.1.0",
165]
166
167[[package]]
168name = "kvm_sys"
169version = "0.1.0"
170dependencies = [
Zach Reiznerd42e4932018-01-03 15:21:04 -0800171 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700172 "sys_util 0.1.0",
173]
174
175[[package]]
176name = "libc"
Zach Reiznerd42e4932018-01-03 15:21:04 -0800177version = "0.2.34"
Zach Reiznerab839e22017-09-19 17:48:41 -0700178source = "registry+https://github.com/rust-lang/crates.io-index"
179
180[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800181name = "log"
182version = "0.4.1"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184dependencies = [
185 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
186]
187
188[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700189name = "net_sys"
190version = "0.1.0"
191dependencies = [
192 "sys_util 0.1.0",
193]
194
195[[package]]
196name = "net_util"
197version = "0.1.0"
198dependencies = [
Zach Reiznerd42e4932018-01-03 15:21:04 -0800199 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700200 "net_sys 0.1.0",
201 "sys_util 0.1.0",
202]
203
204[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800205name = "plugin_proto"
Dmitry Torokhov3e40b512018-03-26 17:14:19 -0700206version = "0.13.0"
Zach Reiznere0983c72018-01-16 17:35:27 -0800207dependencies = [
208 "gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
Dmitry Torokhovcd6a1872018-02-27 15:53:12 -0800209 "kvm_sys 0.1.0",
Zach Reiznere0983c72018-01-16 17:35:27 -0800210 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
211 "protoc-rust 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
212]
213
214[[package]]
Zach Reizner25c6bc12018-02-27 22:22:35 -0800215name = "poll_token_derive"
216version = "0.1.0"
217
218[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800219name = "protobuf"
220version = "1.4.3"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222
223[[package]]
224name = "protoc"
225version = "1.4.3"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227dependencies = [
228 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
229]
230
231[[package]]
232name = "protoc-rust"
233version = "1.4.3"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235dependencies = [
236 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
237 "protoc 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
238 "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
239]
240
241[[package]]
Dylan Reid76968702017-12-13 09:09:40 -0800242name = "qcow"
243version = "0.1.0"
244dependencies = [
245 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid76968702017-12-13 09:09:40 -0800246 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
247 "sys_util 0.1.0",
248]
249
250[[package]]
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800251name = "qcow_utils"
252version = "0.1.0"
253dependencies = [
254 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
255 "qcow 0.1.0",
256]
257
258[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800259name = "rand"
260version = "0.3.20"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262dependencies = [
263 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
264 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
265]
266
267[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700268name = "sys_util"
269version = "0.1.0"
270dependencies = [
271 "data_model 0.1.0",
272 "gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerd42e4932018-01-03 15:21:04 -0800273 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reizner25c6bc12018-02-27 22:22:35 -0800274 "poll_token_derive 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700275 "syscall_defines 0.1.0",
276]
277
278[[package]]
279name = "syscall_defines"
280version = "0.1.0"
281
282[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800283name = "tempdir"
284version = "0.3.5"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286dependencies = [
287 "rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
288]
289
290[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700291name = "vhost"
292version = "0.1.0"
293dependencies = [
Zach Reiznerd42e4932018-01-03 15:21:04 -0800294 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700295 "net_util 0.1.0",
296 "sys_util 0.1.0",
297 "virtio_sys 0.1.0",
298]
299
300[[package]]
301name = "virtio_sys"
302version = "0.1.0"
303dependencies = [
304 "sys_util 0.1.0",
305]
306
307[[package]]
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700308name = "vm_control"
309version = "0.1.0"
310dependencies = [
Dylan Reidd4432042017-12-06 18:20:09 -0800311 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700312 "data_model 0.1.0",
313 "kvm 0.1.0",
Zach Reiznerd42e4932018-01-03 15:21:04 -0800314 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700315 "sys_util 0.1.0",
316]
317
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800318[[package]]
319name = "x86_64"
320version = "0.1.0"
321dependencies = [
Sonny Raoed517d12018-02-13 22:09:43 -0800322 "arch 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800323 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
324 "data_model 0.1.0",
Sonny Rao43724a22018-02-01 15:52:58 -0800325 "device_manager 0.1.0",
326 "devices 0.1.0",
327 "kernel_cmdline 0.1.0",
328 "kernel_loader 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800329 "kvm 0.1.0",
330 "kvm_sys 0.1.0",
331 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
332 "sys_util 0.1.0",
333]
334
Zach Reiznerab839e22017-09-19 17:48:41 -0700335[metadata]
Zach Reiznere0983c72018-01-16 17:35:27 -0800336"checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf"
Zach Reiznerab839e22017-09-19 17:48:41 -0700337"checksum byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff81738b726f5d099632ceaffe7fb65b90212e8dce59d518729e7e8634032d3d"
Zach Reiznere0983c72018-01-16 17:35:27 -0800338"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
339"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
340"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
Zach Reiznerab839e22017-09-19 17:48:41 -0700341"checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb"
Zach Reiznerd42e4932018-01-03 15:21:04 -0800342"checksum libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)" = "36fbc8a8929c632868295d0178dd8f63fc423fd7537ad0738372bd010b3ac9b0"
Zach Reiznere0983c72018-01-16 17:35:27 -0800343"checksum log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2"
344"checksum protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bec26e67194b7d991908145fdf21b7cae8b08423d96dcb9e860cd31f854b9506"
345"checksum protoc 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5379c34ea2f9c69b99e6f25f6d0e6619876195ae7a3dcaf69f66bdb6c2e4dceb"
346"checksum protoc-rust 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e211a7f56b2d020a59d483f652cfdfa6fd42e37bf544c0231e373807aa316c45"
347"checksum rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)" = "512870020642bb8c221bf68baa1b2573da814f6ccfe5c9699b1c303047abe9b1"
348"checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6"