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", |
| 13 | "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)", |
| 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", |
| 25 | "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)", |
| 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]] |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 40 | name = "cfg-if" |
| 41 | version = "0.1.2" |
| 42 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 43 | |
| 44 | [[package]] |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 45 | name = "crosvm" |
| 46 | version = "0.1.0" |
| 47 | dependencies = [ |
Sonny Rao | 2ffa0cb | 2018-02-26 17:27:40 -0800 | [diff] [blame^] | 48 | "aarch64 0.1.0", |
Sonny Rao | ed517d1 | 2018-02-13 22:09:43 -0800 | [diff] [blame] | 49 | "arch 0.1.0", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 50 | "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Dmitry Torokhov | 3e40b51 | 2018-03-26 17:14:19 -0700 | [diff] [blame] | 51 | "crosvm_plugin 0.13.0", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 52 | "data_model 0.1.0", |
Sonny Rao | 8836bb5 | 2018-02-12 19:38:35 -0800 | [diff] [blame] | 53 | "device_manager 0.1.0", |
Dylan Reid | d169a8d | 2017-10-06 15:26:46 -0700 | [diff] [blame] | 54 | "devices 0.1.0", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 55 | "io_jail 0.1.0", |
Sonny Rao | 6cc352f | 2018-02-01 17:49:01 -0800 | [diff] [blame] | 56 | "kernel_cmdline 0.1.0", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 57 | "kernel_loader 0.1.0", |
| 58 | "kvm 0.1.0", |
Zach Reizner | 8864cb0 | 2018-01-16 17:59:03 -0800 | [diff] [blame] | 59 | "kvm_sys 0.1.0", |
Zach Reizner | d42e493 | 2018-01-03 15:21:04 -0800 | [diff] [blame] | 60 | "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)", |
Jason D. Clinton | 865323d | 2017-09-27 22:04:03 -0600 | [diff] [blame] | 61 | "net_util 0.1.0", |
Dmitry Torokhov | 3e40b51 | 2018-03-26 17:14:19 -0700 | [diff] [blame] | 62 | "plugin_proto 0.13.0", |
Zach Reizner | 8864cb0 | 2018-01-16 17:59:03 -0800 | [diff] [blame] | 63 | "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] | 64 | "qcow 0.1.0", |
Dylan Reid | 6ecbbfd | 2018-01-18 13:39:51 -0800 | [diff] [blame] | 65 | "qcow_utils 0.1.0", |
Zach Reizner | 8864cb0 | 2018-01-16 17:59:03 -0800 | [diff] [blame] | 66 | "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] | 67 | "sys_util 0.1.0", |
Jason D. Clinton | 865323d | 2017-09-27 22:04:03 -0600 | [diff] [blame] | 68 | "vhost 0.1.0", |
Dylan Reid | 94bf1bf | 2017-10-06 15:30:34 -0700 | [diff] [blame] | 69 | "vm_control 0.1.0", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 70 | "x86_64 0.1.0", |
| 71 | ] |
| 72 | |
| 73 | [[package]] |
Zach Reizner | de01b8b | 2018-01-16 17:44:54 -0800 | [diff] [blame] | 74 | name = "crosvm_plugin" |
Dmitry Torokhov | 3e40b51 | 2018-03-26 17:14:19 -0700 | [diff] [blame] | 75 | version = "0.13.0" |
Zach Reizner | de01b8b | 2018-01-16 17:44:54 -0800 | [diff] [blame] | 76 | dependencies = [ |
| 77 | "kvm 0.1.0", |
| 78 | "kvm_sys 0.1.0", |
| 79 | "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)", |
Dmitry Torokhov | 3e40b51 | 2018-03-26 17:14:19 -0700 | [diff] [blame] | 80 | "plugin_proto 0.13.0", |
Zach Reizner | de01b8b | 2018-01-16 17:44:54 -0800 | [diff] [blame] | 81 | "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 82 | "sys_util 0.1.0", |
| 83 | ] |
| 84 | |
| 85 | [[package]] |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 86 | name = "data_model" |
| 87 | version = "0.1.0" |
| 88 | |
| 89 | [[package]] |
Sonny Rao | 8836bb5 | 2018-02-12 19:38:35 -0800 | [diff] [blame] | 90 | name = "device_manager" |
| 91 | version = "0.1.0" |
| 92 | dependencies = [ |
| 93 | "devices 0.1.0", |
| 94 | "io_jail 0.1.0", |
| 95 | "kernel_cmdline 0.1.0", |
| 96 | "kvm 0.1.0", |
| 97 | "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)", |
| 98 | "sys_util 0.1.0", |
| 99 | ] |
| 100 | |
| 101 | [[package]] |
Dylan Reid | d169a8d | 2017-10-06 15:26:46 -0700 | [diff] [blame] | 102 | name = "devices" |
| 103 | version = "0.1.0" |
| 104 | dependencies = [ |
| 105 | "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 106 | "data_model 0.1.0", |
Dylan Reid | b3bfbde | 2017-10-13 13:18:00 -0700 | [diff] [blame] | 107 | "io_jail 0.1.0", |
Zach Reizner | d42e493 | 2018-01-03 15:21:04 -0800 | [diff] [blame] | 108 | "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)", |
Dylan Reid | d169a8d | 2017-10-06 15:26:46 -0700 | [diff] [blame] | 109 | "net_sys 0.1.0", |
| 110 | "net_util 0.1.0", |
| 111 | "sys_util 0.1.0", |
| 112 | "vhost 0.1.0", |
| 113 | "virtio_sys 0.1.0", |
| 114 | "vm_control 0.1.0", |
| 115 | ] |
| 116 | |
| 117 | [[package]] |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 118 | name = "fuchsia-zircon" |
| 119 | version = "0.3.3" |
| 120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 121 | dependencies = [ |
| 122 | "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 123 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 124 | ] |
| 125 | |
| 126 | [[package]] |
| 127 | name = "fuchsia-zircon-sys" |
| 128 | version = "0.3.3" |
| 129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 130 | |
| 131 | [[package]] |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 132 | name = "gcc" |
| 133 | version = "0.3.54" |
| 134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 135 | |
| 136 | [[package]] |
| 137 | name = "io_jail" |
| 138 | version = "0.1.0" |
| 139 | dependencies = [ |
Zach Reizner | d42e493 | 2018-01-03 15:21:04 -0800 | [diff] [blame] | 140 | "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 141 | ] |
| 142 | |
| 143 | [[package]] |
Sonny Rao | 6cc352f | 2018-02-01 17:49:01 -0800 | [diff] [blame] | 144 | name = "kernel_cmdline" |
| 145 | version = "0.1.0" |
| 146 | dependencies = [ |
| 147 | "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)", |
| 148 | ] |
| 149 | |
| 150 | [[package]] |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 151 | name = "kernel_loader" |
| 152 | version = "0.1.0" |
| 153 | dependencies = [ |
Zach Reizner | d42e493 | 2018-01-03 15:21:04 -0800 | [diff] [blame] | 154 | "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 155 | "sys_util 0.1.0", |
| 156 | ] |
| 157 | |
| 158 | [[package]] |
| 159 | name = "kvm" |
| 160 | version = "0.1.0" |
| 161 | dependencies = [ |
| 162 | "kvm_sys 0.1.0", |
Zach Reizner | d42e493 | 2018-01-03 15:21:04 -0800 | [diff] [blame] | 163 | "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 164 | "sys_util 0.1.0", |
| 165 | ] |
| 166 | |
| 167 | [[package]] |
| 168 | name = "kvm_sys" |
| 169 | version = "0.1.0" |
| 170 | dependencies = [ |
Zach Reizner | d42e493 | 2018-01-03 15:21:04 -0800 | [diff] [blame] | 171 | "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 172 | "sys_util 0.1.0", |
| 173 | ] |
| 174 | |
| 175 | [[package]] |
| 176 | name = "libc" |
Zach Reizner | d42e493 | 2018-01-03 15:21:04 -0800 | [diff] [blame] | 177 | version = "0.2.34" |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 179 | |
| 180 | [[package]] |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 181 | name = "log" |
| 182 | version = "0.4.1" |
| 183 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 184 | dependencies = [ |
| 185 | "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 186 | ] |
| 187 | |
| 188 | [[package]] |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 189 | name = "net_sys" |
| 190 | version = "0.1.0" |
| 191 | dependencies = [ |
| 192 | "sys_util 0.1.0", |
| 193 | ] |
| 194 | |
| 195 | [[package]] |
| 196 | name = "net_util" |
| 197 | version = "0.1.0" |
| 198 | dependencies = [ |
Zach Reizner | d42e493 | 2018-01-03 15:21:04 -0800 | [diff] [blame] | 199 | "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 200 | "net_sys 0.1.0", |
| 201 | "sys_util 0.1.0", |
| 202 | ] |
| 203 | |
| 204 | [[package]] |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 205 | name = "plugin_proto" |
Dmitry Torokhov | 3e40b51 | 2018-03-26 17:14:19 -0700 | [diff] [blame] | 206 | version = "0.13.0" |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 207 | dependencies = [ |
| 208 | "gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)", |
Dmitry Torokhov | cd6a187 | 2018-02-27 15:53:12 -0800 | [diff] [blame] | 209 | "kvm_sys 0.1.0", |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 210 | "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 211 | "protoc-rust 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 212 | ] |
| 213 | |
| 214 | [[package]] |
Zach Reizner | 25c6bc1 | 2018-02-27 22:22:35 -0800 | [diff] [blame] | 215 | name = "poll_token_derive" |
| 216 | version = "0.1.0" |
| 217 | |
| 218 | [[package]] |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 219 | name = "protobuf" |
| 220 | version = "1.4.3" |
| 221 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 222 | |
| 223 | [[package]] |
| 224 | name = "protoc" |
| 225 | version = "1.4.3" |
| 226 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 227 | dependencies = [ |
| 228 | "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 229 | ] |
| 230 | |
| 231 | [[package]] |
| 232 | name = "protoc-rust" |
| 233 | version = "1.4.3" |
| 234 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 235 | dependencies = [ |
| 236 | "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 237 | "protoc 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 238 | "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 239 | ] |
| 240 | |
| 241 | [[package]] |
Dylan Reid | 7696870 | 2017-12-13 09:09:40 -0800 | [diff] [blame] | 242 | name = "qcow" |
| 243 | version = "0.1.0" |
| 244 | dependencies = [ |
| 245 | "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Dylan Reid | 7696870 | 2017-12-13 09:09:40 -0800 | [diff] [blame] | 246 | "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)", |
| 247 | "sys_util 0.1.0", |
| 248 | ] |
| 249 | |
| 250 | [[package]] |
Dylan Reid | 6ecbbfd | 2018-01-18 13:39:51 -0800 | [diff] [blame] | 251 | name = "qcow_utils" |
| 252 | version = "0.1.0" |
| 253 | dependencies = [ |
| 254 | "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)", |
| 255 | "qcow 0.1.0", |
| 256 | ] |
| 257 | |
| 258 | [[package]] |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 259 | name = "rand" |
| 260 | version = "0.3.20" |
| 261 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 262 | dependencies = [ |
| 263 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 264 | "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)", |
| 265 | ] |
| 266 | |
| 267 | [[package]] |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 268 | name = "sys_util" |
| 269 | version = "0.1.0" |
| 270 | dependencies = [ |
| 271 | "data_model 0.1.0", |
| 272 | "gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | d42e493 | 2018-01-03 15:21:04 -0800 | [diff] [blame] | 273 | "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | 25c6bc1 | 2018-02-27 22:22:35 -0800 | [diff] [blame] | 274 | "poll_token_derive 0.1.0", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 275 | "syscall_defines 0.1.0", |
| 276 | ] |
| 277 | |
| 278 | [[package]] |
| 279 | name = "syscall_defines" |
| 280 | version = "0.1.0" |
| 281 | |
| 282 | [[package]] |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 283 | name = "tempdir" |
| 284 | version = "0.3.5" |
| 285 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 286 | dependencies = [ |
| 287 | "rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)", |
| 288 | ] |
| 289 | |
| 290 | [[package]] |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 291 | name = "vhost" |
| 292 | version = "0.1.0" |
| 293 | dependencies = [ |
Zach Reizner | d42e493 | 2018-01-03 15:21:04 -0800 | [diff] [blame] | 294 | "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 295 | "net_util 0.1.0", |
| 296 | "sys_util 0.1.0", |
| 297 | "virtio_sys 0.1.0", |
| 298 | ] |
| 299 | |
| 300 | [[package]] |
| 301 | name = "virtio_sys" |
| 302 | version = "0.1.0" |
| 303 | dependencies = [ |
| 304 | "sys_util 0.1.0", |
| 305 | ] |
| 306 | |
| 307 | [[package]] |
Dylan Reid | 94bf1bf | 2017-10-06 15:30:34 -0700 | [diff] [blame] | 308 | name = "vm_control" |
| 309 | version = "0.1.0" |
| 310 | dependencies = [ |
Dylan Reid | d443204 | 2017-12-06 18:20:09 -0800 | [diff] [blame] | 311 | "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] | 312 | "data_model 0.1.0", |
| 313 | "kvm 0.1.0", |
Zach Reizner | d42e493 | 2018-01-03 15:21:04 -0800 | [diff] [blame] | 314 | "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)", |
Dylan Reid | 94bf1bf | 2017-10-06 15:30:34 -0700 | [diff] [blame] | 315 | "sys_util 0.1.0", |
| 316 | ] |
| 317 | |
Dylan Reid | 6ecbbfd | 2018-01-18 13:39:51 -0800 | [diff] [blame] | 318 | [[package]] |
| 319 | name = "x86_64" |
| 320 | version = "0.1.0" |
| 321 | dependencies = [ |
Sonny Rao | ed517d1 | 2018-02-13 22:09:43 -0800 | [diff] [blame] | 322 | "arch 0.1.0", |
Dylan Reid | 6ecbbfd | 2018-01-18 13:39:51 -0800 | [diff] [blame] | 323 | "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 324 | "data_model 0.1.0", |
Sonny Rao | 43724a2 | 2018-02-01 15:52:58 -0800 | [diff] [blame] | 325 | "device_manager 0.1.0", |
| 326 | "devices 0.1.0", |
| 327 | "kernel_cmdline 0.1.0", |
| 328 | "kernel_loader 0.1.0", |
Dylan Reid | 6ecbbfd | 2018-01-18 13:39:51 -0800 | [diff] [blame] | 329 | "kvm 0.1.0", |
| 330 | "kvm_sys 0.1.0", |
| 331 | "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)", |
| 332 | "sys_util 0.1.0", |
| 333 | ] |
| 334 | |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 335 | [metadata] |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 336 | "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] | 337 | "checksum byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff81738b726f5d099632ceaffe7fb65b90212e8dce59d518729e7e8634032d3d" |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 338 | "checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de" |
| 339 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
| 340 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 341 | "checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb" |
Zach Reizner | d42e493 | 2018-01-03 15:21:04 -0800 | [diff] [blame] | 342 | "checksum libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)" = "36fbc8a8929c632868295d0178dd8f63fc423fd7537ad0738372bd010b3ac9b0" |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 343 | "checksum log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2" |
| 344 | "checksum protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bec26e67194b7d991908145fdf21b7cae8b08423d96dcb9e860cd31f854b9506" |
| 345 | "checksum protoc 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5379c34ea2f9c69b99e6f25f6d0e6619876195ae7a3dcaf69f66bdb6c2e4dceb" |
| 346 | "checksum protoc-rust 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e211a7f56b2d020a59d483f652cfdfa6fd42e37bf544c0231e373807aa316c45" |
| 347 | "checksum rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)" = "512870020642bb8c221bf68baa1b2573da814f6ccfe5c9699b1c303047abe9b1" |
| 348 | "checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6" |