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