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