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