Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 1 | [[package]] |
Sonny Rao | 2ffa0cb | 2018-02-26 17:27:40 -0800 | [diff] [blame] | 2 | name = "aarch64" |
| 3 | version = "0.1.0" |
| 4 | dependencies = [ |
| 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", |
Chirantan Ekbote | 8608eb0 | 2018-04-04 18:18:54 -0700 | [diff] [blame] | 13 | "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Sonny Rao | 2ffa0cb | 2018-02-26 17:27:40 -0800 | [diff] [blame] | 14 | "sys_util 0.1.0", |
| 15 | ] |
| 16 | |
| 17 | [[package]] |
Sonny Rao | ed517d1 | 2018-02-13 22:09:43 -0800 | [diff] [blame] | 18 | name = "arch" |
| 19 | version = "0.1.0" |
| 20 | dependencies = [ |
| 21 | "device_manager 0.1.0", |
| 22 | "devices 0.1.0", |
| 23 | "kernel_cmdline 0.1.0", |
| 24 | "kvm 0.1.0", |
Chirantan Ekbote | 8608eb0 | 2018-04-04 18:18:54 -0700 | [diff] [blame] | 25 | "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Sonny Rao | ed517d1 | 2018-02-13 22:09:43 -0800 | [diff] [blame] | 26 | "sys_util 0.1.0", |
| 27 | ] |
| 28 | |
| 29 | [[package]] |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 30 | name = "bitflags" |
| 31 | version = "1.0.1" |
| 32 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 33 | |
Dylan Reid | 939d588 | 2017-11-08 17:33:46 -0800 | [diff] [blame] | 34 | [[package]] |
| 35 | name = "byteorder" |
| 36 | version = "1.1.0" |
| 37 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 38 | |
| 39 | [[package]] |
Manoj Gupta | d8f10af | 2018-05-18 11:33:19 -0700 | [diff] [blame] | 40 | name = "cc" |
| 41 | version = "1.0.15" |
| 42 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 43 | |
| 44 | [[package]] |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 45 | name = "cfg-if" |
| 46 | version = "0.1.2" |
| 47 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 48 | |
| 49 | [[package]] |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 50 | name = "crosvm" |
| 51 | version = "0.1.0" |
| 52 | dependencies = [ |
Sonny Rao | 2ffa0cb | 2018-02-26 17:27:40 -0800 | [diff] [blame] | 53 | "aarch64 0.1.0", |
Sonny Rao | ed517d1 | 2018-02-13 22:09:43 -0800 | [diff] [blame] | 54 | "arch 0.1.0", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 55 | "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Dmitry Torokhov | bb65801 | 2018-05-16 11:03:52 -0700 | [diff] [blame] | 56 | "crosvm_plugin 0.14.0", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 57 | "data_model 0.1.0", |
Sonny Rao | 8836bb5 | 2018-02-12 19:38:35 -0800 | [diff] [blame] | 58 | "device_manager 0.1.0", |
Dylan Reid | d169a8d | 2017-10-06 15:26:46 -0700 | [diff] [blame] | 59 | "devices 0.1.0", |
Zach Reizner | 6f68543 | 2018-04-25 17:49:56 -0700 | [diff] [blame] | 60 | "gpu_buffer 0.1.0", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 61 | "io_jail 0.1.0", |
Sonny Rao | 6cc352f | 2018-02-01 17:49:01 -0800 | [diff] [blame] | 62 | "kernel_cmdline 0.1.0", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 63 | "kernel_loader 0.1.0", |
| 64 | "kvm 0.1.0", |
Zach Reizner | 8864cb0 | 2018-01-16 17:59:03 -0800 | [diff] [blame] | 65 | "kvm_sys 0.1.0", |
Chirantan Ekbote | 8608eb0 | 2018-04-04 18:18:54 -0700 | [diff] [blame] | 66 | "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Jason D. Clinton | 865323d | 2017-09-27 22:04:03 -0600 | [diff] [blame] | 67 | "net_util 0.1.0", |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 68 | "p9 0.1.0", |
Dmitry Torokhov | bb65801 | 2018-05-16 11:03:52 -0700 | [diff] [blame] | 69 | "plugin_proto 0.14.0", |
Zach Reizner | 8864cb0 | 2018-01-16 17:59:03 -0800 | [diff] [blame] | 70 | "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Dylan Reid | 7696870 | 2017-12-13 09:09:40 -0800 | [diff] [blame] | 71 | "qcow 0.1.0", |
Dylan Reid | 6ecbbfd | 2018-01-18 13:39:51 -0800 | [diff] [blame] | 72 | "qcow_utils 0.1.0", |
Zach Reizner | 8864cb0 | 2018-01-16 17:59:03 -0800 | [diff] [blame] | 73 | "rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 74 | "sys_util 0.1.0", |
Jason D. Clinton | 865323d | 2017-09-27 22:04:03 -0600 | [diff] [blame] | 75 | "vhost 0.1.0", |
Dylan Reid | 94bf1bf | 2017-10-06 15:30:34 -0700 | [diff] [blame] | 76 | "vm_control 0.1.0", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 77 | "x86_64 0.1.0", |
| 78 | ] |
| 79 | |
| 80 | [[package]] |
Zach Reizner | de01b8b | 2018-01-16 17:44:54 -0800 | [diff] [blame] | 81 | name = "crosvm_plugin" |
Dmitry Torokhov | bb65801 | 2018-05-16 11:03:52 -0700 | [diff] [blame] | 82 | version = "0.14.0" |
Zach Reizner | de01b8b | 2018-01-16 17:44:54 -0800 | [diff] [blame] | 83 | dependencies = [ |
| 84 | "kvm 0.1.0", |
| 85 | "kvm_sys 0.1.0", |
Chirantan Ekbote | 8608eb0 | 2018-04-04 18:18:54 -0700 | [diff] [blame] | 86 | "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Dmitry Torokhov | bb65801 | 2018-05-16 11:03:52 -0700 | [diff] [blame] | 87 | "plugin_proto 0.14.0", |
Zach Reizner | de01b8b | 2018-01-16 17:44:54 -0800 | [diff] [blame] | 88 | "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 89 | "sys_util 0.1.0", |
| 90 | ] |
| 91 | |
| 92 | [[package]] |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 93 | name = "data_model" |
| 94 | version = "0.1.0" |
| 95 | |
| 96 | [[package]] |
Sonny Rao | 8836bb5 | 2018-02-12 19:38:35 -0800 | [diff] [blame] | 97 | name = "device_manager" |
| 98 | version = "0.1.0" |
| 99 | dependencies = [ |
| 100 | "devices 0.1.0", |
| 101 | "io_jail 0.1.0", |
| 102 | "kernel_cmdline 0.1.0", |
| 103 | "kvm 0.1.0", |
Chirantan Ekbote | 8608eb0 | 2018-04-04 18:18:54 -0700 | [diff] [blame] | 104 | "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Sonny Rao | 8836bb5 | 2018-02-12 19:38:35 -0800 | [diff] [blame] | 105 | "sys_util 0.1.0", |
| 106 | ] |
| 107 | |
| 108 | [[package]] |
Dylan Reid | d169a8d | 2017-10-06 15:26:46 -0700 | [diff] [blame] | 109 | name = "devices" |
| 110 | version = "0.1.0" |
| 111 | dependencies = [ |
| 112 | "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 113 | "data_model 0.1.0", |
Dylan Reid | b3bfbde | 2017-10-13 13:18:00 -0700 | [diff] [blame] | 114 | "io_jail 0.1.0", |
Chirantan Ekbote | 8608eb0 | 2018-04-04 18:18:54 -0700 | [diff] [blame] | 115 | "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Dylan Reid | d169a8d | 2017-10-06 15:26:46 -0700 | [diff] [blame] | 116 | "net_sys 0.1.0", |
| 117 | "net_util 0.1.0", |
| 118 | "sys_util 0.1.0", |
| 119 | "vhost 0.1.0", |
| 120 | "virtio_sys 0.1.0", |
| 121 | "vm_control 0.1.0", |
| 122 | ] |
| 123 | |
| 124 | [[package]] |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 125 | name = "fuchsia-zircon" |
| 126 | version = "0.3.3" |
| 127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 128 | dependencies = [ |
| 129 | "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 130 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 131 | ] |
| 132 | |
| 133 | [[package]] |
| 134 | name = "fuchsia-zircon-sys" |
| 135 | version = "0.3.3" |
| 136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 137 | |
| 138 | [[package]] |
Zach Reizner | 6f68543 | 2018-04-25 17:49:56 -0700 | [diff] [blame] | 139 | name = "gpu_buffer" |
| 140 | version = "0.1.0" |
| 141 | dependencies = [ |
| 142 | "data_model 0.1.0", |
David Reveman | 52ba4e5 | 2018-04-22 21:42:09 -0400 | [diff] [blame] | 143 | "sys_util 0.1.0", |
Zach Reizner | 6f68543 | 2018-04-25 17:49:56 -0700 | [diff] [blame] | 144 | ] |
| 145 | |
| 146 | [[package]] |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 147 | name = "io_jail" |
| 148 | version = "0.1.0" |
| 149 | dependencies = [ |
Chirantan Ekbote | 8608eb0 | 2018-04-04 18:18:54 -0700 | [diff] [blame] | 150 | "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 151 | ] |
| 152 | |
| 153 | [[package]] |
Sonny Rao | 6cc352f | 2018-02-01 17:49:01 -0800 | [diff] [blame] | 154 | name = "kernel_cmdline" |
| 155 | version = "0.1.0" |
| 156 | dependencies = [ |
Chirantan Ekbote | 8608eb0 | 2018-04-04 18:18:54 -0700 | [diff] [blame] | 157 | "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Sonny Rao | 6cc352f | 2018-02-01 17:49:01 -0800 | [diff] [blame] | 158 | ] |
| 159 | |
| 160 | [[package]] |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 161 | name = "kernel_loader" |
| 162 | version = "0.1.0" |
| 163 | dependencies = [ |
Chirantan Ekbote | 8608eb0 | 2018-04-04 18:18:54 -0700 | [diff] [blame] | 164 | "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 165 | "sys_util 0.1.0", |
| 166 | ] |
| 167 | |
| 168 | [[package]] |
| 169 | name = "kvm" |
| 170 | version = "0.1.0" |
| 171 | dependencies = [ |
| 172 | "kvm_sys 0.1.0", |
Chirantan Ekbote | 8608eb0 | 2018-04-04 18:18:54 -0700 | [diff] [blame] | 173 | "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 174 | "sys_util 0.1.0", |
| 175 | ] |
| 176 | |
| 177 | [[package]] |
| 178 | name = "kvm_sys" |
| 179 | version = "0.1.0" |
| 180 | dependencies = [ |
Chirantan Ekbote | 8608eb0 | 2018-04-04 18:18:54 -0700 | [diff] [blame] | 181 | "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 182 | "sys_util 0.1.0", |
| 183 | ] |
| 184 | |
| 185 | [[package]] |
| 186 | name = "libc" |
Chirantan Ekbote | 8608eb0 | 2018-04-04 18:18:54 -0700 | [diff] [blame] | 187 | version = "0.2.40" |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 188 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 189 | |
| 190 | [[package]] |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 191 | name = "log" |
| 192 | version = "0.4.1" |
| 193 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 194 | dependencies = [ |
| 195 | "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 196 | ] |
| 197 | |
| 198 | [[package]] |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 199 | name = "net_sys" |
| 200 | version = "0.1.0" |
| 201 | dependencies = [ |
| 202 | "sys_util 0.1.0", |
| 203 | ] |
| 204 | |
| 205 | [[package]] |
| 206 | name = "net_util" |
| 207 | version = "0.1.0" |
| 208 | dependencies = [ |
Chirantan Ekbote | 8608eb0 | 2018-04-04 18:18:54 -0700 | [diff] [blame] | 209 | "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 210 | "net_sys 0.1.0", |
| 211 | "sys_util 0.1.0", |
| 212 | ] |
| 213 | |
| 214 | [[package]] |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 215 | name = "p9" |
| 216 | version = "0.1.0" |
| 217 | dependencies = [ |
Chirantan Ekbote | b657603 | 2018-04-04 18:16:43 -0700 | [diff] [blame^] | 218 | "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 219 | "wire_format_derive 0.1.0", |
| 220 | ] |
| 221 | |
| 222 | [[package]] |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 223 | name = "plugin_proto" |
Dmitry Torokhov | bb65801 | 2018-05-16 11:03:52 -0700 | [diff] [blame] | 224 | version = "0.14.0" |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 225 | dependencies = [ |
Manoj Gupta | d8f10af | 2018-05-18 11:33:19 -0700 | [diff] [blame] | 226 | "cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", |
Dmitry Torokhov | cd6a187 | 2018-02-27 15:53:12 -0800 | [diff] [blame] | 227 | "kvm_sys 0.1.0", |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 228 | "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 229 | "protoc-rust 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 230 | ] |
| 231 | |
| 232 | [[package]] |
Zach Reizner | 25c6bc1 | 2018-02-27 22:22:35 -0800 | [diff] [blame] | 233 | name = "poll_token_derive" |
| 234 | version = "0.1.0" |
| 235 | |
| 236 | [[package]] |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 237 | name = "proc-macro2" |
| 238 | version = "0.2.3" |
| 239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 240 | dependencies = [ |
| 241 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 242 | ] |
| 243 | |
| 244 | [[package]] |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 245 | name = "protobuf" |
| 246 | version = "1.4.3" |
| 247 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 248 | |
| 249 | [[package]] |
| 250 | name = "protoc" |
| 251 | version = "1.4.3" |
| 252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 253 | dependencies = [ |
| 254 | "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 255 | ] |
| 256 | |
| 257 | [[package]] |
| 258 | name = "protoc-rust" |
| 259 | version = "1.4.3" |
| 260 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 261 | dependencies = [ |
| 262 | "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 263 | "protoc 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 264 | "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 265 | ] |
| 266 | |
| 267 | [[package]] |
Dylan Reid | 7696870 | 2017-12-13 09:09:40 -0800 | [diff] [blame] | 268 | name = "qcow" |
| 269 | version = "0.1.0" |
| 270 | dependencies = [ |
| 271 | "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Chirantan Ekbote | 8608eb0 | 2018-04-04 18:18:54 -0700 | [diff] [blame] | 272 | "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Dylan Reid | 7696870 | 2017-12-13 09:09:40 -0800 | [diff] [blame] | 273 | "sys_util 0.1.0", |
| 274 | ] |
| 275 | |
| 276 | [[package]] |
Dylan Reid | 6ecbbfd | 2018-01-18 13:39:51 -0800 | [diff] [blame] | 277 | name = "qcow_utils" |
| 278 | version = "0.1.0" |
| 279 | dependencies = [ |
Chirantan Ekbote | 8608eb0 | 2018-04-04 18:18:54 -0700 | [diff] [blame] | 280 | "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Dylan Reid | 6ecbbfd | 2018-01-18 13:39:51 -0800 | [diff] [blame] | 281 | "qcow 0.1.0", |
| 282 | ] |
| 283 | |
| 284 | [[package]] |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 285 | name = "quote" |
| 286 | version = "0.4.2" |
| 287 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 288 | dependencies = [ |
| 289 | "proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 290 | ] |
| 291 | |
| 292 | [[package]] |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 293 | name = "rand" |
| 294 | version = "0.3.20" |
| 295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 296 | dependencies = [ |
| 297 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Chirantan Ekbote | 8608eb0 | 2018-04-04 18:18:54 -0700 | [diff] [blame] | 298 | "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 299 | ] |
| 300 | |
| 301 | [[package]] |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 302 | name = "syn" |
| 303 | version = "0.12.15" |
| 304 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 305 | dependencies = [ |
| 306 | "proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 307 | "quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 308 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 309 | ] |
| 310 | |
| 311 | [[package]] |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 312 | name = "sys_util" |
| 313 | version = "0.1.0" |
| 314 | dependencies = [ |
Manoj Gupta | d8f10af | 2018-05-18 11:33:19 -0700 | [diff] [blame] | 315 | "cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 316 | "data_model 0.1.0", |
Chirantan Ekbote | 8608eb0 | 2018-04-04 18:18:54 -0700 | [diff] [blame] | 317 | "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | 25c6bc1 | 2018-02-27 22:22:35 -0800 | [diff] [blame] | 318 | "poll_token_derive 0.1.0", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 319 | "syscall_defines 0.1.0", |
| 320 | ] |
| 321 | |
| 322 | [[package]] |
| 323 | name = "syscall_defines" |
| 324 | version = "0.1.0" |
| 325 | |
| 326 | [[package]] |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 327 | name = "tempdir" |
| 328 | version = "0.3.5" |
| 329 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 330 | dependencies = [ |
| 331 | "rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)", |
| 332 | ] |
| 333 | |
| 334 | [[package]] |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 335 | name = "unicode-xid" |
| 336 | version = "0.1.0" |
| 337 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 338 | |
| 339 | [[package]] |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 340 | name = "vhost" |
| 341 | version = "0.1.0" |
| 342 | dependencies = [ |
Chirantan Ekbote | 8608eb0 | 2018-04-04 18:18:54 -0700 | [diff] [blame] | 343 | "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 344 | "net_util 0.1.0", |
| 345 | "sys_util 0.1.0", |
| 346 | "virtio_sys 0.1.0", |
| 347 | ] |
| 348 | |
| 349 | [[package]] |
| 350 | name = "virtio_sys" |
| 351 | version = "0.1.0" |
| 352 | dependencies = [ |
| 353 | "sys_util 0.1.0", |
| 354 | ] |
| 355 | |
| 356 | [[package]] |
Dylan Reid | 94bf1bf | 2017-10-06 15:30:34 -0700 | [diff] [blame] | 357 | name = "vm_control" |
| 358 | version = "0.1.0" |
| 359 | dependencies = [ |
Dylan Reid | d443204 | 2017-12-06 18:20:09 -0800 | [diff] [blame] | 360 | "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Dylan Reid | 94bf1bf | 2017-10-06 15:30:34 -0700 | [diff] [blame] | 361 | "data_model 0.1.0", |
| 362 | "kvm 0.1.0", |
Chirantan Ekbote | 8608eb0 | 2018-04-04 18:18:54 -0700 | [diff] [blame] | 363 | "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Dylan Reid | 94bf1bf | 2017-10-06 15:30:34 -0700 | [diff] [blame] | 364 | "sys_util 0.1.0", |
| 365 | ] |
| 366 | |
Dylan Reid | 6ecbbfd | 2018-01-18 13:39:51 -0800 | [diff] [blame] | 367 | [[package]] |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 368 | name = "wire_format_derive" |
| 369 | version = "0.1.0" |
| 370 | dependencies = [ |
| 371 | "proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 372 | "quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 373 | "syn 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)", |
| 374 | ] |
| 375 | |
| 376 | [[package]] |
Dylan Reid | 6ecbbfd | 2018-01-18 13:39:51 -0800 | [diff] [blame] | 377 | name = "x86_64" |
| 378 | version = "0.1.0" |
| 379 | dependencies = [ |
Sonny Rao | ed517d1 | 2018-02-13 22:09:43 -0800 | [diff] [blame] | 380 | "arch 0.1.0", |
Dylan Reid | 6ecbbfd | 2018-01-18 13:39:51 -0800 | [diff] [blame] | 381 | "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 382 | "data_model 0.1.0", |
Sonny Rao | 43724a2 | 2018-02-01 15:52:58 -0800 | [diff] [blame] | 383 | "device_manager 0.1.0", |
| 384 | "devices 0.1.0", |
| 385 | "kernel_cmdline 0.1.0", |
| 386 | "kernel_loader 0.1.0", |
Dylan Reid | 6ecbbfd | 2018-01-18 13:39:51 -0800 | [diff] [blame] | 387 | "kvm 0.1.0", |
| 388 | "kvm_sys 0.1.0", |
Chirantan Ekbote | 8608eb0 | 2018-04-04 18:18:54 -0700 | [diff] [blame] | 389 | "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
Dylan Reid | 6ecbbfd | 2018-01-18 13:39:51 -0800 | [diff] [blame] | 390 | "sys_util 0.1.0", |
| 391 | ] |
| 392 | |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 393 | [metadata] |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 394 | "checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf" |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 395 | "checksum byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff81738b726f5d099632ceaffe7fb65b90212e8dce59d518729e7e8634032d3d" |
Manoj Gupta | d8f10af | 2018-05-18 11:33:19 -0700 | [diff] [blame] | 396 | "checksum cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "0ebb87d1116151416c0cf66a0e3fb6430cccd120fd6300794b4dfaa050ac40ba" |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 397 | "checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de" |
| 398 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
| 399 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
Chirantan Ekbote | 8608eb0 | 2018-04-04 18:18:54 -0700 | [diff] [blame] | 400 | "checksum libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)" = "6fd41f331ac7c5b8ac259b8bf82c75c0fb2e469bbf37d2becbba9a6a2221965b" |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 401 | "checksum log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2" |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 402 | "checksum proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cd07deb3c6d1d9ff827999c7f9b04cdfd66b1b17ae508e14fe47b620f2282ae0" |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 403 | "checksum protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bec26e67194b7d991908145fdf21b7cae8b08423d96dcb9e860cd31f854b9506" |
| 404 | "checksum protoc 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5379c34ea2f9c69b99e6f25f6d0e6619876195ae7a3dcaf69f66bdb6c2e4dceb" |
| 405 | "checksum protoc-rust 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e211a7f56b2d020a59d483f652cfdfa6fd42e37bf544c0231e373807aa316c45" |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 406 | "checksum quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1eca14c727ad12702eb4b6bfb5a232287dcf8385cb8ca83a3eeaf6519c44c408" |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 407 | "checksum rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)" = "512870020642bb8c221bf68baa1b2573da814f6ccfe5c9699b1c303047abe9b1" |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 408 | "checksum syn 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)" = "c97c05b8ebc34ddd6b967994d5c6e9852fa92f8b82b3858c39451f97346dcce5" |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 409 | "checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6" |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 410 | "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |