blob: 33f2d568524c01e45c55fd001de5f7e9246a43d9 [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 Reizner6f685432018-04-25 17:49:56 -070055 "gpu_buffer 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070056 "io_jail 0.1.0",
Sonny Rao6cc352f2018-02-01 17:49:01 -080057 "kernel_cmdline 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070058 "kernel_loader 0.1.0",
59 "kvm 0.1.0",
Zach Reizner8864cb02018-01-16 17:59:03 -080060 "kvm_sys 0.1.0",
Zach Reiznerd42e4932018-01-03 15:21:04 -080061 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Jason D. Clinton865323d2017-09-27 22:04:03 -060062 "net_util 0.1.0",
Dmitry Torokhov3e40b512018-03-26 17:14:19 -070063 "plugin_proto 0.13.0",
Zach Reizner8864cb02018-01-16 17:59:03 -080064 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid76968702017-12-13 09:09:40 -080065 "qcow 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -080066 "qcow_utils 0.1.0",
Zach Reizner8864cb02018-01-16 17:59:03 -080067 "rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -070068 "sys_util 0.1.0",
Jason D. Clinton865323d2017-09-27 22:04:03 -060069 "vhost 0.1.0",
Dylan Reid94bf1bf2017-10-06 15:30:34 -070070 "vm_control 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070071 "x86_64 0.1.0",
72]
73
74[[package]]
Zach Reiznerde01b8b2018-01-16 17:44:54 -080075name = "crosvm_plugin"
Dmitry Torokhov3e40b512018-03-26 17:14:19 -070076version = "0.13.0"
Zach Reiznerde01b8b2018-01-16 17:44:54 -080077dependencies = [
78 "kvm 0.1.0",
79 "kvm_sys 0.1.0",
80 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Dmitry Torokhov3e40b512018-03-26 17:14:19 -070081 "plugin_proto 0.13.0",
Zach Reiznerde01b8b2018-01-16 17:44:54 -080082 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
83 "sys_util 0.1.0",
84]
85
86[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -070087name = "data_model"
88version = "0.1.0"
89
90[[package]]
Sonny Rao8836bb52018-02-12 19:38:35 -080091name = "device_manager"
92version = "0.1.0"
93dependencies = [
94 "devices 0.1.0",
95 "io_jail 0.1.0",
96 "kernel_cmdline 0.1.0",
97 "kvm 0.1.0",
98 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
99 "sys_util 0.1.0",
100]
101
102[[package]]
Dylan Reidd169a8d2017-10-06 15:26:46 -0700103name = "devices"
104version = "0.1.0"
105dependencies = [
106 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
107 "data_model 0.1.0",
Dylan Reidb3bfbde2017-10-13 13:18:00 -0700108 "io_jail 0.1.0",
Zach Reiznerd42e4932018-01-03 15:21:04 -0800109 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700110 "net_sys 0.1.0",
111 "net_util 0.1.0",
112 "sys_util 0.1.0",
113 "vhost 0.1.0",
114 "virtio_sys 0.1.0",
115 "vm_control 0.1.0",
116]
117
118[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800119name = "fuchsia-zircon"
120version = "0.3.3"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122dependencies = [
123 "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
124 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
125]
126
127[[package]]
128name = "fuchsia-zircon-sys"
129version = "0.3.3"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131
132[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700133name = "gcc"
134version = "0.3.54"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136
137[[package]]
Zach Reizner6f685432018-04-25 17:49:56 -0700138name = "gpu_buffer"
139version = "0.1.0"
140dependencies = [
141 "data_model 0.1.0",
142]
143
144[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700145name = "io_jail"
146version = "0.1.0"
147dependencies = [
Zach Reiznerd42e4932018-01-03 15:21:04 -0800148 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700149]
150
151[[package]]
Sonny Rao6cc352f2018-02-01 17:49:01 -0800152name = "kernel_cmdline"
153version = "0.1.0"
154dependencies = [
155 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
156]
157
158[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700159name = "kernel_loader"
160version = "0.1.0"
161dependencies = [
Zach Reiznerd42e4932018-01-03 15:21:04 -0800162 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700163 "sys_util 0.1.0",
164]
165
166[[package]]
167name = "kvm"
168version = "0.1.0"
169dependencies = [
170 "kvm_sys 0.1.0",
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 = "kvm_sys"
177version = "0.1.0"
178dependencies = [
Zach Reiznerd42e4932018-01-03 15:21:04 -0800179 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700180 "sys_util 0.1.0",
181]
182
183[[package]]
184name = "libc"
Zach Reiznerd42e4932018-01-03 15:21:04 -0800185version = "0.2.34"
Zach Reiznerab839e22017-09-19 17:48:41 -0700186source = "registry+https://github.com/rust-lang/crates.io-index"
187
188[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800189name = "log"
190version = "0.4.1"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192dependencies = [
193 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
194]
195
196[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700197name = "net_sys"
198version = "0.1.0"
199dependencies = [
200 "sys_util 0.1.0",
201]
202
203[[package]]
204name = "net_util"
205version = "0.1.0"
206dependencies = [
Zach Reiznerd42e4932018-01-03 15:21:04 -0800207 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700208 "net_sys 0.1.0",
209 "sys_util 0.1.0",
210]
211
212[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800213name = "plugin_proto"
Dmitry Torokhov3e40b512018-03-26 17:14:19 -0700214version = "0.13.0"
Zach Reiznere0983c72018-01-16 17:35:27 -0800215dependencies = [
216 "gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
Dmitry Torokhovcd6a1872018-02-27 15:53:12 -0800217 "kvm_sys 0.1.0",
Zach Reiznere0983c72018-01-16 17:35:27 -0800218 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
219 "protoc-rust 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
220]
221
222[[package]]
Zach Reizner25c6bc12018-02-27 22:22:35 -0800223name = "poll_token_derive"
224version = "0.1.0"
225
226[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800227name = "protobuf"
228version = "1.4.3"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230
231[[package]]
232name = "protoc"
233version = "1.4.3"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235dependencies = [
236 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
237]
238
239[[package]]
240name = "protoc-rust"
241version = "1.4.3"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243dependencies = [
244 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
245 "protoc 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
246 "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
247]
248
249[[package]]
Dylan Reid76968702017-12-13 09:09:40 -0800250name = "qcow"
251version = "0.1.0"
252dependencies = [
253 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid76968702017-12-13 09:09:40 -0800254 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
255 "sys_util 0.1.0",
256]
257
258[[package]]
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800259name = "qcow_utils"
260version = "0.1.0"
261dependencies = [
262 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
263 "qcow 0.1.0",
264]
265
266[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800267name = "rand"
268version = "0.3.20"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270dependencies = [
271 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
272 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
273]
274
275[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700276name = "sys_util"
277version = "0.1.0"
278dependencies = [
279 "data_model 0.1.0",
280 "gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerd42e4932018-01-03 15:21:04 -0800281 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reizner25c6bc12018-02-27 22:22:35 -0800282 "poll_token_derive 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700283 "syscall_defines 0.1.0",
284]
285
286[[package]]
287name = "syscall_defines"
288version = "0.1.0"
289
290[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800291name = "tempdir"
292version = "0.3.5"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294dependencies = [
295 "rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
296]
297
298[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700299name = "vhost"
300version = "0.1.0"
301dependencies = [
Zach Reiznerd42e4932018-01-03 15:21:04 -0800302 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700303 "net_util 0.1.0",
304 "sys_util 0.1.0",
305 "virtio_sys 0.1.0",
306]
307
308[[package]]
309name = "virtio_sys"
310version = "0.1.0"
311dependencies = [
312 "sys_util 0.1.0",
313]
314
315[[package]]
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700316name = "vm_control"
317version = "0.1.0"
318dependencies = [
Dylan Reidd4432042017-12-06 18:20:09 -0800319 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700320 "data_model 0.1.0",
321 "kvm 0.1.0",
Zach Reiznerd42e4932018-01-03 15:21:04 -0800322 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700323 "sys_util 0.1.0",
324]
325
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800326[[package]]
327name = "x86_64"
328version = "0.1.0"
329dependencies = [
Sonny Raoed517d12018-02-13 22:09:43 -0800330 "arch 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800331 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
332 "data_model 0.1.0",
Sonny Rao43724a22018-02-01 15:52:58 -0800333 "device_manager 0.1.0",
334 "devices 0.1.0",
335 "kernel_cmdline 0.1.0",
336 "kernel_loader 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800337 "kvm 0.1.0",
338 "kvm_sys 0.1.0",
339 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
340 "sys_util 0.1.0",
341]
342
Zach Reiznerab839e22017-09-19 17:48:41 -0700343[metadata]
Zach Reiznere0983c72018-01-16 17:35:27 -0800344"checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf"
Zach Reiznerab839e22017-09-19 17:48:41 -0700345"checksum byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff81738b726f5d099632ceaffe7fb65b90212e8dce59d518729e7e8634032d3d"
Zach Reiznere0983c72018-01-16 17:35:27 -0800346"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
347"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
348"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
Zach Reiznerab839e22017-09-19 17:48:41 -0700349"checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb"
Zach Reiznerd42e4932018-01-03 15:21:04 -0800350"checksum libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)" = "36fbc8a8929c632868295d0178dd8f63fc423fd7537ad0738372bd010b3ac9b0"
Zach Reiznere0983c72018-01-16 17:35:27 -0800351"checksum log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2"
352"checksum protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bec26e67194b7d991908145fdf21b7cae8b08423d96dcb9e860cd31f854b9506"
353"checksum protoc 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5379c34ea2f9c69b99e6f25f6d0e6619876195ae7a3dcaf69f66bdb6c2e4dceb"
354"checksum protoc-rust 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e211a7f56b2d020a59d483f652cfdfa6fd42e37bf544c0231e373807aa316c45"
355"checksum rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)" = "512870020642bb8c221bf68baa1b2573da814f6ccfe5c9699b1c303047abe9b1"
356"checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6"