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