blob: d09fc4c1988ca76ad32436cef9d5fc0d42a4d8f2 [file] [log] [blame]
Dylan Reid939d5882017-11-08 17:33:46 -08001[[package]]
2name = "byteorder"
3version = "1.1.0"
4source = "registry+https://github.com/rust-lang/crates.io-index"
5
6[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -07007name = "crosvm"
8version = "0.1.0"
9dependencies = [
10 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
11 "data_model 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -070012 "devices 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070013 "io_jail 0.1.0",
14 "kernel_loader 0.1.0",
15 "kvm 0.1.0",
Zach Reiznerd42e4932018-01-03 15:21:04 -080016 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -070017 "sys_util 0.1.0",
Dylan Reid94bf1bf2017-10-06 15:30:34 -070018 "vm_control 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070019 "x86_64 0.1.0",
20]
21
22[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -070023name = "data_model"
24version = "0.1.0"
25
26[[package]]
Dylan Reidd169a8d2017-10-06 15:26:46 -070027name = "devices"
28version = "0.1.0"
29dependencies = [
30 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
31 "data_model 0.1.0",
Dylan Reidb3bfbde2017-10-13 13:18:00 -070032 "io_jail 0.1.0",
Zach Reiznerd42e4932018-01-03 15:21:04 -080033 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidd169a8d2017-10-06 15:26:46 -070034 "net_sys 0.1.0",
35 "net_util 0.1.0",
36 "sys_util 0.1.0",
37 "vhost 0.1.0",
38 "virtio_sys 0.1.0",
39 "vm_control 0.1.0",
40]
41
42[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -070043name = "gcc"
44version = "0.3.54"
45source = "registry+https://github.com/rust-lang/crates.io-index"
46
47[[package]]
48name = "io_jail"
49version = "0.1.0"
50dependencies = [
Zach Reiznerd42e4932018-01-03 15:21:04 -080051 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -070052]
53
54[[package]]
55name = "kernel_loader"
56version = "0.1.0"
57dependencies = [
Zach Reiznerd42e4932018-01-03 15:21:04 -080058 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -070059 "sys_util 0.1.0",
60]
61
62[[package]]
63name = "kvm"
64version = "0.1.0"
65dependencies = [
66 "kvm_sys 0.1.0",
Zach Reiznerd42e4932018-01-03 15:21:04 -080067 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -070068 "sys_util 0.1.0",
69]
70
71[[package]]
72name = "kvm_sys"
73version = "0.1.0"
74dependencies = [
Zach Reiznerd42e4932018-01-03 15:21:04 -080075 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -070076 "sys_util 0.1.0",
77]
78
79[[package]]
80name = "libc"
Zach Reiznerd42e4932018-01-03 15:21:04 -080081version = "0.2.34"
Zach Reiznerab839e22017-09-19 17:48:41 -070082source = "registry+https://github.com/rust-lang/crates.io-index"
83
84[[package]]
85name = "net_sys"
86version = "0.1.0"
87dependencies = [
88 "sys_util 0.1.0",
89]
90
91[[package]]
92name = "net_util"
93version = "0.1.0"
94dependencies = [
Zach Reiznerd42e4932018-01-03 15:21:04 -080095 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -070096 "net_sys 0.1.0",
97 "sys_util 0.1.0",
98]
99
100[[package]]
101name = "sys_util"
102version = "0.1.0"
103dependencies = [
104 "data_model 0.1.0",
105 "gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerd42e4932018-01-03 15:21:04 -0800106 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700107 "syscall_defines 0.1.0",
108]
109
110[[package]]
111name = "syscall_defines"
112version = "0.1.0"
113
114[[package]]
115name = "vhost"
116version = "0.1.0"
117dependencies = [
Zach Reiznerd42e4932018-01-03 15:21:04 -0800118 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700119 "net_util 0.1.0",
120 "sys_util 0.1.0",
121 "virtio_sys 0.1.0",
122]
123
124[[package]]
125name = "virtio_sys"
126version = "0.1.0"
127dependencies = [
128 "sys_util 0.1.0",
129]
130
131[[package]]
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700132name = "vm_control"
133version = "0.1.0"
134dependencies = [
Dylan Reidd4432042017-12-06 18:20:09 -0800135 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700136 "data_model 0.1.0",
137 "kvm 0.1.0",
Zach Reiznerd42e4932018-01-03 15:21:04 -0800138 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700139 "sys_util 0.1.0",
140]
141
Dylan Reid295ccac2017-11-06 14:06:24 -0800142[[package]]
143name = "x86_64"
144version = "0.1.0"
145dependencies = [
146 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
147 "data_model 0.1.0",
148 "kvm 0.1.0",
149 "kvm_sys 0.1.0",
Zach Reiznerd42e4932018-01-03 15:21:04 -0800150 "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid295ccac2017-11-06 14:06:24 -0800151 "sys_util 0.1.0",
152]
153
Zach Reiznerab839e22017-09-19 17:48:41 -0700154[metadata]
155"checksum byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff81738b726f5d099632ceaffe7fb65b90212e8dce59d518729e7e8634032d3d"
156"checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb"
Zach Reiznerd42e4932018-01-03 15:21:04 -0800157"checksum libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)" = "36fbc8a8929c632868295d0178dd8f63fc423fd7537ad0738372bd010b3ac9b0"