Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 1 | [[package]] |
Sonny Rao | 2ffa0cb | 2018-02-26 17:27:40 -0800 | [diff] [blame] | 2 | name = "aarch64" |
| 3 | version = "0.1.0" |
| 4 | dependencies = [ |
| 5 | "arch 0.1.0", |
| 6 | "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 7 | "data_model 0.1.0", |
Sonny Rao | 2ffa0cb | 2018-02-26 17:27:40 -0800 | [diff] [blame] | 8 | "devices 0.1.0", |
Daniel Verkamp | 56f283b | 2018-10-05 11:40:59 -0700 | [diff] [blame] | 9 | "io_jail 0.1.0", |
Sonny Rao | 2ffa0cb | 2018-02-26 17:27:40 -0800 | [diff] [blame] | 10 | "kernel_cmdline 0.1.0", |
| 11 | "kvm 0.1.0", |
| 12 | "kvm_sys 0.1.0", |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 13 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
Dylan Reid | ef7352f | 2018-05-17 18:47:11 -0700 | [diff] [blame] | 14 | "resources 0.1.0", |
David Tolnay | 1d4d44a | 2018-12-03 23:37:46 -0800 | [diff] [blame] | 15 | "sync 0.1.0", |
Sonny Rao | 2ffa0cb | 2018-02-26 17:27:40 -0800 | [diff] [blame] | 16 | "sys_util 0.1.0", |
| 17 | ] |
| 18 | |
| 19 | [[package]] |
Sonny Rao | ed517d1 | 2018-02-13 22:09:43 -0800 | [diff] [blame] | 20 | name = "arch" |
| 21 | version = "0.1.0" |
| 22 | dependencies = [ |
Sonny Rao | ed517d1 | 2018-02-13 22:09:43 -0800 | [diff] [blame] | 23 | "devices 0.1.0", |
Dylan Reid | 059a188 | 2018-07-23 17:58:09 -0700 | [diff] [blame] | 24 | "io_jail 0.1.0", |
Sonny Rao | ed517d1 | 2018-02-13 22:09:43 -0800 | [diff] [blame] | 25 | "kernel_cmdline 0.1.0", |
| 26 | "kvm 0.1.0", |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 27 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
Dylan Reid | ef7352f | 2018-05-17 18:47:11 -0700 | [diff] [blame] | 28 | "resources 0.1.0", |
David Tolnay | 1d4d44a | 2018-12-03 23:37:46 -0800 | [diff] [blame] | 29 | "sync 0.1.0", |
Sonny Rao | ed517d1 | 2018-02-13 22:09:43 -0800 | [diff] [blame] | 30 | "sys_util 0.1.0", |
| 31 | ] |
| 32 | |
| 33 | [[package]] |
David Tolnay | 088e7f3 | 2018-12-07 11:32:09 -0800 | [diff] [blame] | 34 | name = "assertions" |
| 35 | version = "0.1.0" |
| 36 | |
| 37 | [[package]] |
Dylan Reid | b58b552 | 2018-12-06 19:47:18 +0000 | [diff] [blame] | 38 | name = "audio_streams" |
| 39 | version = "0.1.0" |
| 40 | |
| 41 | [[package]] |
Jingkui Wang | 8cad751 | 2018-05-22 11:22:13 -0700 | [diff] [blame] | 42 | name = "bit_field" |
| 43 | version = "0.1.0" |
| 44 | dependencies = [ |
| 45 | "bit_field_derive 0.1.0", |
| 46 | ] |
| 47 | |
| 48 | [[package]] |
| 49 | name = "bit_field_derive" |
| 50 | version = "0.1.0" |
| 51 | dependencies = [ |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 52 | "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)", |
David Tolnay | 1d0b445 | 2018-11-15 15:09:57 -0800 | [diff] [blame] | 53 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 54 | "syn 0.15.21 (registry+https://github.com/rust-lang/crates.io-index)", |
Jingkui Wang | 8cad751 | 2018-05-22 11:22:13 -0700 | [diff] [blame] | 55 | ] |
| 56 | |
| 57 | [[package]] |
Dylan Reid | 939d588 | 2017-11-08 17:33:46 -0800 | [diff] [blame] | 58 | name = "byteorder" |
| 59 | version = "1.1.0" |
| 60 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 61 | |
| 62 | [[package]] |
Manoj Gupta | d8f10af | 2018-05-18 11:33:19 -0700 | [diff] [blame] | 63 | name = "cc" |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 64 | version = "1.0.25" |
Manoj Gupta | d8f10af | 2018-05-18 11:33:19 -0700 | [diff] [blame] | 65 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 66 | |
| 67 | [[package]] |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 68 | name = "cfg-if" |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 69 | version = "0.1.5" |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 70 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 71 | |
| 72 | [[package]] |
paulhsia | f052cfe | 2019-01-22 15:22:25 +0800 | [diff] [blame^] | 73 | name = "cras-sys" |
| 74 | version = "0.1.0" |
| 75 | dependencies = [ |
| 76 | "data_model 0.1.0", |
| 77 | ] |
| 78 | |
| 79 | [[package]] |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 80 | name = "crosvm" |
| 81 | version = "0.1.0" |
| 82 | dependencies = [ |
Sonny Rao | 2ffa0cb | 2018-02-26 17:27:40 -0800 | [diff] [blame] | 83 | "aarch64 0.1.0", |
Sonny Rao | ed517d1 | 2018-02-13 22:09:43 -0800 | [diff] [blame] | 84 | "arch 0.1.0", |
Dylan Reid | 3082e8e | 2019-01-07 10:33:48 -0800 | [diff] [blame] | 85 | "audio_streams 0.1.0", |
Jingkui Wang | 8cad751 | 2018-05-22 11:22:13 -0700 | [diff] [blame] | 86 | "bit_field 0.1.0", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 87 | "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Dmitry Torokhov | 2c7e881 | 2019-01-17 16:20:33 -0800 | [diff] [blame] | 88 | "crosvm_plugin 0.17.0", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 89 | "data_model 0.1.0", |
Dylan Reid | d169a8d | 2017-10-06 15:26:46 -0700 | [diff] [blame] | 90 | "devices 0.1.0", |
Zach Reizner | 6f68543 | 2018-04-25 17:49:56 -0700 | [diff] [blame] | 91 | "gpu_buffer 0.1.0", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 92 | "io_jail 0.1.0", |
Sonny Rao | 6cc352f | 2018-02-01 17:49:01 -0800 | [diff] [blame] | 93 | "kernel_cmdline 0.1.0", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 94 | "kernel_loader 0.1.0", |
| 95 | "kvm 0.1.0", |
Zach Reizner | 8864cb0 | 2018-01-16 17:59:03 -0800 | [diff] [blame] | 96 | "kvm_sys 0.1.0", |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 97 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
paulhsia | f052cfe | 2019-01-22 15:22:25 +0800 | [diff] [blame^] | 98 | "libcras 0.1.0", |
Jingkui Wang | f5d565d | 2018-09-27 10:41:11 -0700 | [diff] [blame] | 99 | "msg_socket 0.1.0", |
Jason D. Clinton | 865323d | 2017-09-27 22:04:03 -0600 | [diff] [blame] | 100 | "net_util 0.1.0", |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 101 | "p9 0.1.0", |
Dmitry Torokhov | 2c7e881 | 2019-01-17 16:20:33 -0800 | [diff] [blame] | 102 | "plugin_proto 0.17.0", |
Zach Reizner | 8864cb0 | 2018-01-16 17:59:03 -0800 | [diff] [blame] | 103 | "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] | 104 | "qcow 0.1.0", |
Daniel Prilik | 2200604 | 2019-01-14 14:19:04 -0800 | [diff] [blame] | 105 | "rand_ish 0.1.0", |
Dylan Reid | dea77ce | 2018-05-23 12:59:11 -0700 | [diff] [blame] | 106 | "resources 0.1.0", |
David Tolnay | 1d4d44a | 2018-12-03 23:37:46 -0800 | [diff] [blame] | 107 | "sync 0.1.0", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 108 | "sys_util 0.1.0", |
Jingkui Wang | 33e0831 | 2018-11-02 00:27:48 -0700 | [diff] [blame] | 109 | "usb_util 0.1.0", |
Jason D. Clinton | 865323d | 2017-09-27 22:04:03 -0600 | [diff] [blame] | 110 | "vhost 0.1.0", |
Dylan Reid | 94bf1bf | 2017-10-06 15:30:34 -0700 | [diff] [blame] | 111 | "vm_control 0.1.0", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 112 | "x86_64 0.1.0", |
| 113 | ] |
| 114 | |
| 115 | [[package]] |
Zach Reizner | de01b8b | 2018-01-16 17:44:54 -0800 | [diff] [blame] | 116 | name = "crosvm_plugin" |
Dmitry Torokhov | 2c7e881 | 2019-01-17 16:20:33 -0800 | [diff] [blame] | 117 | version = "0.17.0" |
Zach Reizner | de01b8b | 2018-01-16 17:44:54 -0800 | [diff] [blame] | 118 | dependencies = [ |
| 119 | "kvm 0.1.0", |
| 120 | "kvm_sys 0.1.0", |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 121 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
Dmitry Torokhov | 2c7e881 | 2019-01-17 16:20:33 -0800 | [diff] [blame] | 122 | "plugin_proto 0.17.0", |
Zach Reizner | de01b8b | 2018-01-16 17:44:54 -0800 | [diff] [blame] | 123 | "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 124 | "sys_util 0.1.0", |
| 125 | ] |
| 126 | |
| 127 | [[package]] |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 128 | name = "data_model" |
| 129 | version = "0.1.0" |
David Tolnay | 088e7f3 | 2018-12-07 11:32:09 -0800 | [diff] [blame] | 130 | dependencies = [ |
| 131 | "assertions 0.1.0", |
| 132 | ] |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 133 | |
| 134 | [[package]] |
Dylan Reid | d169a8d | 2017-10-06 15:26:46 -0700 | [diff] [blame] | 135 | name = "devices" |
| 136 | version = "0.1.0" |
| 137 | dependencies = [ |
Dylan Reid | b58b552 | 2018-12-06 19:47:18 +0000 | [diff] [blame] | 138 | "audio_streams 0.1.0", |
Jingkui Wang | 5266726 | 2018-07-18 13:26:44 -0700 | [diff] [blame] | 139 | "bit_field 0.1.0", |
Dylan Reid | d169a8d | 2017-10-06 15:26:46 -0700 | [diff] [blame] | 140 | "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 141 | "data_model 0.1.0", |
Zach Reizner | 3a8100a | 2017-09-13 19:15:43 -0700 | [diff] [blame] | 142 | "gpu_buffer 0.1.0", |
| 143 | "gpu_display 0.1.0", |
| 144 | "gpu_renderer 0.1.0", |
Dylan Reid | b3bfbde | 2017-10-13 13:18:00 -0700 | [diff] [blame] | 145 | "io_jail 0.1.0", |
Daniel Verkamp | cf2e00e | 2018-10-05 14:51:22 -0700 | [diff] [blame] | 146 | "kvm 0.1.0", |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 147 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | aa57566 | 2018-08-15 10:46:32 -0700 | [diff] [blame] | 148 | "msg_on_socket_derive 0.1.0", |
Jingkui Wang | b23c091 | 2018-11-02 17:00:31 +0000 | [diff] [blame] | 149 | "msg_socket 0.1.0", |
Dylan Reid | d169a8d | 2017-10-06 15:26:46 -0700 | [diff] [blame] | 150 | "net_sys 0.1.0", |
| 151 | "net_util 0.1.0", |
Chirantan Ekbote | ebd5681 | 2018-04-16 19:32:04 -0700 | [diff] [blame] | 152 | "p9 0.1.0", |
Dylan Reid | 228e4a6 | 2018-06-07 15:42:41 -0700 | [diff] [blame] | 153 | "resources 0.1.0", |
David Tolnay | 1d4d44a | 2018-12-03 23:37:46 -0800 | [diff] [blame] | 154 | "sync 0.1.0", |
Dylan Reid | d169a8d | 2017-10-06 15:26:46 -0700 | [diff] [blame] | 155 | "sys_util 0.1.0", |
David Tolnay | de6b29a | 2018-12-20 11:49:46 -0800 | [diff] [blame] | 156 | "tpm2 0.1.0", |
Dylan Reid | d169a8d | 2017-10-06 15:26:46 -0700 | [diff] [blame] | 157 | "vhost 0.1.0", |
| 158 | "virtio_sys 0.1.0", |
| 159 | "vm_control 0.1.0", |
| 160 | ] |
| 161 | |
| 162 | [[package]] |
Chirantan Ekbote | a79073a | 2018-06-22 19:00:30 -0700 | [diff] [blame] | 163 | name = "getopts" |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 164 | version = "0.2.18" |
Chirantan Ekbote | a79073a | 2018-06-22 19:00:30 -0700 | [diff] [blame] | 165 | source = "registry+https://github.com/rust-lang/crates.io-index" |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 166 | dependencies = [ |
| 167 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 168 | ] |
Chirantan Ekbote | a79073a | 2018-06-22 19:00:30 -0700 | [diff] [blame] | 169 | |
| 170 | [[package]] |
Zach Reizner | 6f68543 | 2018-04-25 17:49:56 -0700 | [diff] [blame] | 171 | name = "gpu_buffer" |
| 172 | version = "0.1.0" |
| 173 | dependencies = [ |
| 174 | "data_model 0.1.0", |
David Reveman | 52ba4e5 | 2018-04-22 21:42:09 -0400 | [diff] [blame] | 175 | "sys_util 0.1.0", |
Zach Reizner | 6f68543 | 2018-04-25 17:49:56 -0700 | [diff] [blame] | 176 | ] |
| 177 | |
| 178 | [[package]] |
Zach Reizner | 20d71f8 | 2018-05-03 13:19:37 -0700 | [diff] [blame] | 179 | name = "gpu_display" |
| 180 | version = "0.1.0" |
| 181 | dependencies = [ |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 182 | "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | 20d71f8 | 2018-05-03 13:19:37 -0700 | [diff] [blame] | 183 | "data_model 0.1.0", |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 184 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | 20d71f8 | 2018-05-03 13:19:37 -0700 | [diff] [blame] | 185 | "sys_util 0.1.0", |
| 186 | ] |
| 187 | |
| 188 | [[package]] |
Zach Reizner | f40bb19 | 2018-05-03 16:58:27 -0700 | [diff] [blame] | 189 | name = "gpu_renderer" |
| 190 | version = "0.1.0" |
| 191 | dependencies = [ |
| 192 | "data_model 0.1.0", |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 193 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | f40bb19 | 2018-05-03 16:58:27 -0700 | [diff] [blame] | 194 | "sys_util 0.1.0", |
| 195 | ] |
| 196 | |
| 197 | [[package]] |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 198 | name = "io_jail" |
| 199 | version = "0.1.0" |
| 200 | dependencies = [ |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 201 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 202 | ] |
| 203 | |
| 204 | [[package]] |
Sonny Rao | 6cc352f | 2018-02-01 17:49:01 -0800 | [diff] [blame] | 205 | name = "kernel_cmdline" |
| 206 | version = "0.1.0" |
| 207 | dependencies = [ |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 208 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
Sonny Rao | 6cc352f | 2018-02-01 17:49:01 -0800 | [diff] [blame] | 209 | ] |
| 210 | |
| 211 | [[package]] |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 212 | name = "kernel_loader" |
| 213 | version = "0.1.0" |
| 214 | dependencies = [ |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 215 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 216 | "sys_util 0.1.0", |
| 217 | ] |
| 218 | |
| 219 | [[package]] |
| 220 | name = "kvm" |
| 221 | version = "0.1.0" |
| 222 | dependencies = [ |
| 223 | "kvm_sys 0.1.0", |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 224 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
Jingkui Wang | e13b180 | 2018-10-03 13:04:47 -0700 | [diff] [blame] | 225 | "msg_socket 0.1.0", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 226 | "sys_util 0.1.0", |
| 227 | ] |
| 228 | |
| 229 | [[package]] |
| 230 | name = "kvm_sys" |
| 231 | version = "0.1.0" |
| 232 | dependencies = [ |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 233 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 234 | "sys_util 0.1.0", |
| 235 | ] |
| 236 | |
| 237 | [[package]] |
| 238 | name = "libc" |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 239 | version = "0.2.44" |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 240 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 241 | |
| 242 | [[package]] |
paulhsia | f052cfe | 2019-01-22 15:22:25 +0800 | [diff] [blame^] | 243 | name = "libcras" |
| 244 | version = "0.1.0" |
| 245 | dependencies = [ |
| 246 | "audio_streams 0.1.0", |
| 247 | "cras-sys 0.1.0", |
| 248 | "data_model 0.1.0", |
| 249 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
| 250 | "sys_util 0.1.0", |
| 251 | ] |
| 252 | |
| 253 | [[package]] |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 254 | name = "log" |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 255 | version = "0.4.5" |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 256 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 257 | dependencies = [ |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 258 | "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 259 | ] |
| 260 | |
| 261 | [[package]] |
Jingkui Wang | f5d565d | 2018-09-27 10:41:11 -0700 | [diff] [blame] | 262 | name = "msg_on_socket_derive" |
| 263 | version = "0.1.0" |
| 264 | dependencies = [ |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 265 | "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)", |
David Tolnay | 1d0b445 | 2018-11-15 15:09:57 -0800 | [diff] [blame] | 266 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 267 | "syn 0.15.21 (registry+https://github.com/rust-lang/crates.io-index)", |
Jingkui Wang | f5d565d | 2018-09-27 10:41:11 -0700 | [diff] [blame] | 268 | ] |
| 269 | |
| 270 | [[package]] |
| 271 | name = "msg_socket" |
| 272 | version = "0.1.0" |
| 273 | dependencies = [ |
| 274 | "data_model 0.1.0", |
| 275 | "msg_on_socket_derive 0.1.0", |
| 276 | "sys_util 0.1.0", |
| 277 | ] |
| 278 | |
| 279 | [[package]] |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 280 | name = "net_sys" |
| 281 | version = "0.1.0" |
| 282 | dependencies = [ |
| 283 | "sys_util 0.1.0", |
| 284 | ] |
| 285 | |
| 286 | [[package]] |
| 287 | name = "net_util" |
| 288 | version = "0.1.0" |
| 289 | dependencies = [ |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 290 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 291 | "net_sys 0.1.0", |
| 292 | "sys_util 0.1.0", |
| 293 | ] |
| 294 | |
| 295 | [[package]] |
David Tolnay | de6b29a | 2018-12-20 11:49:46 -0800 | [diff] [blame] | 296 | name = "num_cpus" |
| 297 | version = "1.9.0" |
| 298 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 299 | dependencies = [ |
| 300 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
| 301 | ] |
| 302 | |
| 303 | [[package]] |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 304 | name = "p9" |
| 305 | version = "0.1.0" |
| 306 | dependencies = [ |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 307 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 308 | "wire_format_derive 0.1.0", |
| 309 | ] |
| 310 | |
| 311 | [[package]] |
Jingkui Wang | 33e0831 | 2018-11-02 00:27:48 -0700 | [diff] [blame] | 312 | name = "pkg-config" |
| 313 | version = "0.3.11" |
| 314 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 315 | |
| 316 | [[package]] |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 317 | name = "plugin_proto" |
Dmitry Torokhov | 2c7e881 | 2019-01-17 16:20:33 -0800 | [diff] [blame] | 318 | version = "0.17.0" |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 319 | dependencies = [ |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 320 | "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", |
Dmitry Torokhov | cd6a187 | 2018-02-27 15:53:12 -0800 | [diff] [blame] | 321 | "kvm_sys 0.1.0", |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 322 | "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 323 | "protoc-rust 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 324 | ] |
| 325 | |
| 326 | [[package]] |
Zach Reizner | 25c6bc1 | 2018-02-27 22:22:35 -0800 | [diff] [blame] | 327 | name = "poll_token_derive" |
| 328 | version = "0.1.0" |
David Tolnay | d4d9c26 | 2018-12-05 20:36:49 -0800 | [diff] [blame] | 329 | dependencies = [ |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 330 | "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)", |
David Tolnay | d4d9c26 | 2018-12-05 20:36:49 -0800 | [diff] [blame] | 331 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 332 | "syn 0.15.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| 333 | ] |
Zach Reizner | 25c6bc1 | 2018-02-27 22:22:35 -0800 | [diff] [blame] | 334 | |
| 335 | [[package]] |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 336 | name = "proc-macro2" |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 337 | version = "0.4.21" |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 338 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 339 | dependencies = [ |
| 340 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 341 | ] |
| 342 | |
| 343 | [[package]] |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 344 | name = "protobuf" |
| 345 | version = "1.4.3" |
| 346 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 347 | |
| 348 | [[package]] |
| 349 | name = "protoc" |
| 350 | version = "1.4.3" |
| 351 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 352 | dependencies = [ |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 353 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 354 | ] |
| 355 | |
| 356 | [[package]] |
| 357 | name = "protoc-rust" |
| 358 | version = "1.4.3" |
| 359 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 360 | dependencies = [ |
| 361 | "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 362 | "protoc 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 363 | "tempdir 0.3.7", |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 364 | ] |
| 365 | |
| 366 | [[package]] |
Dylan Reid | 7696870 | 2017-12-13 09:09:40 -0800 | [diff] [blame] | 367 | name = "qcow" |
| 368 | version = "0.1.0" |
| 369 | dependencies = [ |
| 370 | "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 371 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
Dylan Reid | 7696870 | 2017-12-13 09:09:40 -0800 | [diff] [blame] | 372 | "sys_util 0.1.0", |
| 373 | ] |
| 374 | |
| 375 | [[package]] |
Dylan Reid | 6ecbbfd | 2018-01-18 13:39:51 -0800 | [diff] [blame] | 376 | name = "qcow_utils" |
| 377 | version = "0.1.0" |
| 378 | dependencies = [ |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 379 | "getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 380 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
Dylan Reid | 6ecbbfd | 2018-01-18 13:39:51 -0800 | [diff] [blame] | 381 | "qcow 0.1.0", |
Dylan Reid | cd9f86b | 2018-09-04 17:26:37 -0700 | [diff] [blame] | 382 | "sys_util 0.1.0", |
Dylan Reid | 6ecbbfd | 2018-01-18 13:39:51 -0800 | [diff] [blame] | 383 | ] |
| 384 | |
| 385 | [[package]] |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 386 | name = "quote" |
David Tolnay | 1d0b445 | 2018-11-15 15:09:57 -0800 | [diff] [blame] | 387 | version = "0.6.10" |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 388 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 389 | dependencies = [ |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 390 | "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)", |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 391 | ] |
| 392 | |
| 393 | [[package]] |
Daniel Prilik | 2200604 | 2019-01-14 14:19:04 -0800 | [diff] [blame] | 394 | name = "rand_ish" |
| 395 | version = "0.1.0" |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 396 | |
| 397 | [[package]] |
Dylan Reid | dea77ce | 2018-05-23 12:59:11 -0700 | [diff] [blame] | 398 | name = "resources" |
| 399 | version = "0.1.0" |
| 400 | dependencies = [ |
Dylan Reid | 228e4a6 | 2018-06-07 15:42:41 -0700 | [diff] [blame] | 401 | "gpu_buffer 0.1.0", |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 402 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
Jingkui Wang | e13b180 | 2018-10-03 13:04:47 -0700 | [diff] [blame] | 403 | "msg_socket 0.1.0", |
Dylan Reid | 473ae27 | 2018-05-30 18:09:59 -0700 | [diff] [blame] | 404 | "sys_util 0.1.0", |
Dylan Reid | dea77ce | 2018-05-23 12:59:11 -0700 | [diff] [blame] | 405 | ] |
| 406 | |
| 407 | [[package]] |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 408 | name = "syn" |
David Tolnay | 1d0b445 | 2018-11-15 15:09:57 -0800 | [diff] [blame] | 409 | version = "0.15.21" |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 410 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 411 | dependencies = [ |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 412 | "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)", |
David Tolnay | 1d0b445 | 2018-11-15 15:09:57 -0800 | [diff] [blame] | 413 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 414 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 415 | ] |
| 416 | |
| 417 | [[package]] |
David Tolnay | 1d4d44a | 2018-12-03 23:37:46 -0800 | [diff] [blame] | 418 | name = "sync" |
| 419 | version = "0.1.0" |
| 420 | |
| 421 | [[package]] |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 422 | name = "sys_util" |
| 423 | version = "0.1.0" |
| 424 | dependencies = [ |
| 425 | "data_model 0.1.0", |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 426 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | 25c6bc1 | 2018-02-27 22:22:35 -0800 | [diff] [blame] | 427 | "poll_token_derive 0.1.0", |
David Tolnay | 1d4d44a | 2018-12-03 23:37:46 -0800 | [diff] [blame] | 428 | "sync 0.1.0", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 429 | "syscall_defines 0.1.0", |
| 430 | ] |
| 431 | |
| 432 | [[package]] |
| 433 | name = "syscall_defines" |
| 434 | version = "0.1.0" |
| 435 | |
| 436 | [[package]] |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 437 | name = "tempdir" |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 438 | version = "0.3.7" |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 439 | dependencies = [ |
Daniel Prilik | 2200604 | 2019-01-14 14:19:04 -0800 | [diff] [blame] | 440 | "rand_ish 0.1.0", |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 441 | ] |
| 442 | |
| 443 | [[package]] |
David Tolnay | de6b29a | 2018-12-20 11:49:46 -0800 | [diff] [blame] | 444 | name = "tpm2" |
| 445 | version = "0.1.0" |
| 446 | dependencies = [ |
| 447 | "tpm2-sys 0.1.0", |
| 448 | ] |
| 449 | |
| 450 | [[package]] |
| 451 | name = "tpm2-sys" |
| 452 | version = "0.1.0" |
| 453 | dependencies = [ |
| 454 | "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 455 | "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 456 | ] |
| 457 | |
| 458 | [[package]] |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 459 | name = "unicode-width" |
| 460 | version = "0.1.5" |
| 461 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 462 | |
| 463 | [[package]] |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 464 | name = "unicode-xid" |
| 465 | version = "0.1.0" |
| 466 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 467 | |
| 468 | [[package]] |
Jingkui Wang | 33e0831 | 2018-11-02 00:27:48 -0700 | [diff] [blame] | 469 | name = "usb_util" |
| 470 | version = "0.1.0" |
| 471 | dependencies = [ |
David Tolnay | 088e7f3 | 2018-12-07 11:32:09 -0800 | [diff] [blame] | 472 | "assertions 0.1.0", |
Jingkui Wang | 33e0831 | 2018-11-02 00:27:48 -0700 | [diff] [blame] | 473 | "data_model 0.1.0", |
| 474 | "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", |
David Tolnay | 1d4d44a | 2018-12-03 23:37:46 -0800 | [diff] [blame] | 475 | "sync 0.1.0", |
Jingkui Wang | 33e0831 | 2018-11-02 00:27:48 -0700 | [diff] [blame] | 476 | ] |
| 477 | |
| 478 | [[package]] |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 479 | name = "vhost" |
| 480 | version = "0.1.0" |
| 481 | dependencies = [ |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 482 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 483 | "net_util 0.1.0", |
| 484 | "sys_util 0.1.0", |
| 485 | "virtio_sys 0.1.0", |
| 486 | ] |
| 487 | |
| 488 | [[package]] |
| 489 | name = "virtio_sys" |
| 490 | version = "0.1.0" |
| 491 | dependencies = [ |
| 492 | "sys_util 0.1.0", |
| 493 | ] |
| 494 | |
| 495 | [[package]] |
Dylan Reid | 94bf1bf | 2017-10-06 15:30:34 -0700 | [diff] [blame] | 496 | name = "vm_control" |
| 497 | version = "0.1.0" |
| 498 | dependencies = [ |
Dylan Reid | d443204 | 2017-12-06 18:20:09 -0800 | [diff] [blame] | 499 | "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] | 500 | "data_model 0.1.0", |
| 501 | "kvm 0.1.0", |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 502 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
Jingkui Wang | e13b180 | 2018-10-03 13:04:47 -0700 | [diff] [blame] | 503 | "msg_socket 0.1.0", |
Dylan Reid | ef7352f | 2018-05-17 18:47:11 -0700 | [diff] [blame] | 504 | "resources 0.1.0", |
Dylan Reid | 94bf1bf | 2017-10-06 15:30:34 -0700 | [diff] [blame] | 505 | "sys_util 0.1.0", |
| 506 | ] |
| 507 | |
Dylan Reid | 6ecbbfd | 2018-01-18 13:39:51 -0800 | [diff] [blame] | 508 | [[package]] |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 509 | name = "wire_format_derive" |
| 510 | version = "0.1.0" |
| 511 | dependencies = [ |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 512 | "proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)", |
David Tolnay | 1d0b445 | 2018-11-15 15:09:57 -0800 | [diff] [blame] | 513 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 514 | "syn 0.15.21 (registry+https://github.com/rust-lang/crates.io-index)", |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 515 | ] |
| 516 | |
| 517 | [[package]] |
Dylan Reid | 6ecbbfd | 2018-01-18 13:39:51 -0800 | [diff] [blame] | 518 | name = "x86_64" |
| 519 | version = "0.1.0" |
| 520 | dependencies = [ |
Sonny Rao | ed517d1 | 2018-02-13 22:09:43 -0800 | [diff] [blame] | 521 | "arch 0.1.0", |
Dylan Reid | 6ecbbfd | 2018-01-18 13:39:51 -0800 | [diff] [blame] | 522 | "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 523 | "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", |
Dylan Reid | 6ecbbfd | 2018-01-18 13:39:51 -0800 | [diff] [blame] | 524 | "data_model 0.1.0", |
Sonny Rao | 43724a2 | 2018-02-01 15:52:58 -0800 | [diff] [blame] | 525 | "devices 0.1.0", |
Daniel Verkamp | 56f283b | 2018-10-05 11:40:59 -0700 | [diff] [blame] | 526 | "io_jail 0.1.0", |
Sonny Rao | 43724a2 | 2018-02-01 15:52:58 -0800 | [diff] [blame] | 527 | "kernel_cmdline 0.1.0", |
| 528 | "kernel_loader 0.1.0", |
Dylan Reid | 6ecbbfd | 2018-01-18 13:39:51 -0800 | [diff] [blame] | 529 | "kvm 0.1.0", |
| 530 | "kvm_sys 0.1.0", |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 531 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
Dylan Reid | ef7352f | 2018-05-17 18:47:11 -0700 | [diff] [blame] | 532 | "resources 0.1.0", |
David Tolnay | 1d4d44a | 2018-12-03 23:37:46 -0800 | [diff] [blame] | 533 | "sync 0.1.0", |
Dylan Reid | 6ecbbfd | 2018-01-18 13:39:51 -0800 | [diff] [blame] | 534 | "sys_util 0.1.0", |
| 535 | ] |
| 536 | |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 537 | [metadata] |
| 538 | "checksum byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff81738b726f5d099632ceaffe7fb65b90212e8dce59d518729e7e8634032d3d" |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 539 | "checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16" |
| 540 | "checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3" |
| 541 | "checksum getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "0a7292d30132fb5424b354f5dc02512a86e4c516fe544bb7a25e7f266951b797" |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 542 | "checksum libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)" = "10923947f84a519a45c8fefb7dd1b3e8c08747993381adee176d7a82b4195311" |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 543 | "checksum log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fcce5fa49cc693c312001daf1d13411c4a5283796bac1084299ea3e567113f" |
David Tolnay | de6b29a | 2018-12-20 11:49:46 -0800 | [diff] [blame] | 544 | "checksum num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a69d464bdc213aaaff628444e99578ede64e9c854025aa43b9796530afa9238" |
Jingkui Wang | 33e0831 | 2018-11-02 00:27:48 -0700 | [diff] [blame] | 545 | "checksum pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "110d5ee3593dbb73f56294327fe5668bcc997897097cbc76b51e7aed3f52452f" |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 546 | "checksum proc-macro2 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)" = "ab2fc21ba78ac73e4ff6b3818ece00be4e175ffbef4d0a717d978b48b24150c4" |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 547 | "checksum protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bec26e67194b7d991908145fdf21b7cae8b08423d96dcb9e860cd31f854b9506" |
| 548 | "checksum protoc 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5379c34ea2f9c69b99e6f25f6d0e6619876195ae7a3dcaf69f66bdb6c2e4dceb" |
| 549 | "checksum protoc-rust 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e211a7f56b2d020a59d483f652cfdfa6fd42e37bf544c0231e373807aa316c45" |
David Tolnay | 1d0b445 | 2018-11-15 15:09:57 -0800 | [diff] [blame] | 550 | "checksum quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c" |
David Tolnay | 1d0b445 | 2018-11-15 15:09:57 -0800 | [diff] [blame] | 551 | "checksum syn 0.15.21 (registry+https://github.com/rust-lang/crates.io-index)" = "816b7af21405b011a23554ea2dc3f6576dc86ca557047c34098c1d741f10f823" |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 552 | "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 553 | "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |