Daniel Verkamp | c01a8f3 | 2019-04-16 10:05:03 -0700 | [diff] [blame] | 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 3 | [[package]] |
Sonny Rao | 2ffa0cb | 2018-02-26 17:27:40 -0800 | [diff] [blame] | 4 | name = "aarch64" |
| 5 | version = "0.1.0" |
| 6 | dependencies = [ |
| 7 | "arch 0.1.0", |
Sonny Rao | 2ffa0cb | 2018-02-26 17:27:40 -0800 | [diff] [blame] | 8 | "data_model 0.1.0", |
Sonny Rao | 2ffa0cb | 2018-02-26 17:27:40 -0800 | [diff] [blame] | 9 | "devices 0.1.0", |
Daniel Verkamp | 56f283b | 2018-10-05 11:40:59 -0700 | [diff] [blame] | 10 | "io_jail 0.1.0", |
Sonny Rao | 2ffa0cb | 2018-02-26 17:27:40 -0800 | [diff] [blame] | 11 | "kernel_cmdline 0.1.0", |
| 12 | "kvm 0.1.0", |
| 13 | "kvm_sys 0.1.0", |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 14 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
Dylan Reid | 72ccaef | 2020-01-13 01:59:25 -0800 | [diff] [blame] | 15 | "remain 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Dylan Reid | ef7352f | 2018-05-17 18:47:11 -0700 | [diff] [blame] | 16 | "resources 0.1.0", |
David Tolnay | 1d4d44a | 2018-12-03 23:37:46 -0800 | [diff] [blame] | 17 | "sync 0.1.0", |
Sonny Rao | 2ffa0cb | 2018-02-26 17:27:40 -0800 | [diff] [blame] | 18 | "sys_util 0.1.0", |
Zhuocheng Ding | f2e90bf | 2019-12-02 15:50:20 +0800 | [diff] [blame] | 19 | "vm_control 0.1.0", |
Sonny Rao | 2ffa0cb | 2018-02-26 17:27:40 -0800 | [diff] [blame] | 20 | ] |
| 21 | |
| 22 | [[package]] |
Chuanxiao Dong | 91e8403 | 2019-11-01 15:18:13 +0800 | [diff] [blame] | 23 | name = "acpi_tables" |
| 24 | version = "0.1.0" |
| 25 | dependencies = [ |
| 26 | "data_model 0.1.0", |
| 27 | ] |
| 28 | |
| 29 | [[package]] |
Sonny Rao | ed517d1 | 2018-02-13 22:09:43 -0800 | [diff] [blame] | 30 | name = "arch" |
| 31 | version = "0.1.0" |
| 32 | dependencies = [ |
Sonny Rao | ed517d1 | 2018-02-13 22:09:43 -0800 | [diff] [blame] | 33 | "devices 0.1.0", |
Dylan Reid | 059a188 | 2018-07-23 17:58:09 -0700 | [diff] [blame] | 34 | "io_jail 0.1.0", |
Sonny Rao | ed517d1 | 2018-02-13 22:09:43 -0800 | [diff] [blame] | 35 | "kernel_cmdline 0.1.0", |
| 36 | "kvm 0.1.0", |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 37 | "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] | 38 | "resources 0.1.0", |
David Tolnay | 1d4d44a | 2018-12-03 23:37:46 -0800 | [diff] [blame] | 39 | "sync 0.1.0", |
Sonny Rao | ed517d1 | 2018-02-13 22:09:43 -0800 | [diff] [blame] | 40 | "sys_util 0.1.0", |
Zhuocheng Ding | f2e90bf | 2019-12-02 15:50:20 +0800 | [diff] [blame] | 41 | "vm_control 0.1.0", |
Sonny Rao | ed517d1 | 2018-02-13 22:09:43 -0800 | [diff] [blame] | 42 | ] |
| 43 | |
| 44 | [[package]] |
David Tolnay | 088e7f3 | 2018-12-07 11:32:09 -0800 | [diff] [blame] | 45 | name = "assertions" |
| 46 | version = "0.1.0" |
| 47 | |
| 48 | [[package]] |
Dylan Reid | b58b552 | 2018-12-06 19:47:18 +0000 | [diff] [blame] | 49 | name = "audio_streams" |
| 50 | version = "0.1.0" |
Daniel Verkamp | c7d1d16 | 2020-02-10 10:56:13 -0800 | [diff] [blame] | 51 | dependencies = [ |
| 52 | "sync 0.1.0", |
| 53 | "sys_util 0.1.0", |
| 54 | ] |
Dylan Reid | b58b552 | 2018-12-06 19:47:18 +0000 | [diff] [blame] | 55 | |
| 56 | [[package]] |
Jingkui Wang | 8cad751 | 2018-05-22 11:22:13 -0700 | [diff] [blame] | 57 | name = "bit_field" |
| 58 | version = "0.1.0" |
| 59 | dependencies = [ |
| 60 | "bit_field_derive 0.1.0", |
| 61 | ] |
| 62 | |
| 63 | [[package]] |
| 64 | name = "bit_field_derive" |
| 65 | version = "0.1.0" |
| 66 | dependencies = [ |
Dylan Reid | 672559f | 2020-01-28 12:31:15 -0800 | [diff] [blame] | 67 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 68 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 69 | "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |
Jingkui Wang | 8cad751 | 2018-05-22 11:22:13 -0700 | [diff] [blame] | 70 | ] |
| 71 | |
| 72 | [[package]] |
Chirantan Ekbote | 99e6a6f | 2019-07-17 10:48:02 +0900 | [diff] [blame] | 73 | name = "bitflags" |
| 74 | version = "1.1.0" |
| 75 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 76 | |
| 77 | [[package]] |
Manoj Gupta | d8f10af | 2018-05-18 11:33:19 -0700 | [diff] [blame] | 78 | name = "cc" |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 79 | version = "1.0.25" |
Manoj Gupta | d8f10af | 2018-05-18 11:33:19 -0700 | [diff] [blame] | 80 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 81 | |
| 82 | [[package]] |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 83 | name = "cfg-if" |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 84 | version = "0.1.5" |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 85 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 86 | |
| 87 | [[package]] |
paulhsia | f052cfe | 2019-01-22 15:22:25 +0800 | [diff] [blame] | 88 | name = "cras-sys" |
| 89 | version = "0.1.0" |
| 90 | dependencies = [ |
Daniel Verkamp | c7d1d16 | 2020-02-10 10:56:13 -0800 | [diff] [blame] | 91 | "audio_streams 0.1.0", |
paulhsia | f052cfe | 2019-01-22 15:22:25 +0800 | [diff] [blame] | 92 | "data_model 0.1.0", |
| 93 | ] |
| 94 | |
| 95 | [[package]] |
Dylan Reid | 72ccaef | 2020-01-13 01:59:25 -0800 | [diff] [blame] | 96 | name = "cros_async" |
| 97 | version = "0.1.0" |
| 98 | dependencies = [ |
| 99 | "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 100 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
| 101 | "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 102 | "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 103 | "sys_util 0.1.0", |
| 104 | "syscall_defines 0.1.0", |
| 105 | ] |
| 106 | |
| 107 | [[package]] |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 108 | name = "crosvm" |
| 109 | version = "0.1.0" |
| 110 | dependencies = [ |
Sonny Rao | 2ffa0cb | 2018-02-26 17:27:40 -0800 | [diff] [blame] | 111 | "aarch64 0.1.0", |
Chuanxiao Dong | 91e8403 | 2019-11-01 15:18:13 +0800 | [diff] [blame] | 112 | "acpi_tables 0.1.0", |
Sonny Rao | ed517d1 | 2018-02-13 22:09:43 -0800 | [diff] [blame] | 113 | "arch 0.1.0", |
David Tolnay | 4b292af | 2019-04-12 16:57:48 -0700 | [diff] [blame] | 114 | "assertions 0.1.0", |
Dylan Reid | 3082e8e | 2019-01-07 10:33:48 -0800 | [diff] [blame] | 115 | "audio_streams 0.1.0", |
Jingkui Wang | 8cad751 | 2018-05-22 11:22:13 -0700 | [diff] [blame] | 116 | "bit_field 0.1.0", |
Dmitry Torokhov | 2c7e881 | 2019-01-17 16:20:33 -0800 | [diff] [blame] | 117 | "crosvm_plugin 0.17.0", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 118 | "data_model 0.1.0", |
Dylan Reid | d169a8d | 2017-10-06 15:26:46 -0700 | [diff] [blame] | 119 | "devices 0.1.0", |
Cody Schuffelen | 7d533e5 | 2019-07-02 16:54:05 -0700 | [diff] [blame] | 120 | "disk 0.1.0", |
Miriam Zimmerman | 16f659f | 2019-01-15 16:23:48 -0800 | [diff] [blame] | 121 | "enumn 0.1.0", |
Zach Reizner | 6f68543 | 2018-04-25 17:49:56 -0700 | [diff] [blame] | 122 | "gpu_buffer 0.1.0", |
Gurchetan Singh | 144c279 | 2019-09-09 14:40:11 -0700 | [diff] [blame] | 123 | "gpu_renderer 0.1.0", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 124 | "io_jail 0.1.0", |
Sonny Rao | 6cc352f | 2018-02-01 17:49:01 -0800 | [diff] [blame] | 125 | "kernel_cmdline 0.1.0", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 126 | "kernel_loader 0.1.0", |
| 127 | "kvm 0.1.0", |
Zach Reizner | 8864cb0 | 2018-01-16 17:59:03 -0800 | [diff] [blame] | 128 | "kvm_sys 0.1.0", |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 129 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
paulhsia | f052cfe | 2019-01-22 15:22:25 +0800 | [diff] [blame] | 130 | "libcras 0.1.0", |
Daniel Verkamp | 2dae567 | 2020-02-18 10:31:20 -0800 | [diff] [blame] | 131 | "minijail-sys 0.0.11", |
Jingkui Wang | f5d565d | 2018-09-27 10:41:11 -0700 | [diff] [blame] | 132 | "msg_socket 0.1.0", |
Jason D. Clinton | 865323d | 2017-09-27 22:04:03 -0600 | [diff] [blame] | 133 | "net_util 0.1.0", |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 134 | "p9 0.1.0", |
Daniel Verkamp | 187fd02 | 2019-10-18 14:18:59 -0700 | [diff] [blame] | 135 | "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
David Tolnay | 65928af | 2019-04-05 20:34:50 -0700 | [diff] [blame] | 136 | "protos 0.1.0", |
Daniel Prilik | 2200604 | 2019-01-14 14:19:04 -0800 | [diff] [blame] | 137 | "rand_ish 0.1.0", |
Dylan Reid | 72ccaef | 2020-01-13 01:59:25 -0800 | [diff] [blame] | 138 | "remain 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Dylan Reid | dea77ce | 2018-05-23 12:59:11 -0700 | [diff] [blame] | 139 | "resources 0.1.0", |
David Tolnay | 1d4d44a | 2018-12-03 23:37:46 -0800 | [diff] [blame] | 140 | "sync 0.1.0", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 141 | "sys_util 0.1.0", |
Jason D. Clinton | 865323d | 2017-09-27 22:04:03 -0600 | [diff] [blame] | 142 | "vhost 0.1.0", |
Dylan Reid | 94bf1bf | 2017-10-06 15:30:34 -0700 | [diff] [blame] | 143 | "vm_control 0.1.0", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 144 | "x86_64 0.1.0", |
| 145 | ] |
| 146 | |
| 147 | [[package]] |
Zach Reizner | de01b8b | 2018-01-16 17:44:54 -0800 | [diff] [blame] | 148 | name = "crosvm_plugin" |
Dmitry Torokhov | 2c7e881 | 2019-01-17 16:20:33 -0800 | [diff] [blame] | 149 | version = "0.17.0" |
Zach Reizner | de01b8b | 2018-01-16 17:44:54 -0800 | [diff] [blame] | 150 | dependencies = [ |
| 151 | "kvm 0.1.0", |
| 152 | "kvm_sys 0.1.0", |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 153 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
Daniel Verkamp | 187fd02 | 2019-10-18 14:18:59 -0700 | [diff] [blame] | 154 | "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
David Tolnay | 65928af | 2019-04-05 20:34:50 -0700 | [diff] [blame] | 155 | "protos 0.1.0", |
Zach Reizner | de01b8b | 2018-01-16 17:44:54 -0800 | [diff] [blame] | 156 | "sys_util 0.1.0", |
| 157 | ] |
| 158 | |
| 159 | [[package]] |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 160 | name = "data_model" |
| 161 | version = "0.1.0" |
David Tolnay | 088e7f3 | 2018-12-07 11:32:09 -0800 | [diff] [blame] | 162 | dependencies = [ |
| 163 | "assertions 0.1.0", |
| 164 | ] |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 165 | |
| 166 | [[package]] |
Dylan Reid | d169a8d | 2017-10-06 15:26:46 -0700 | [diff] [blame] | 167 | name = "devices" |
| 168 | version = "0.1.0" |
| 169 | dependencies = [ |
Chuanxiao Dong | 6db9f9f | 2020-04-27 16:32:13 +0800 | [diff] [blame] | 170 | "acpi_tables 0.1.0", |
Dylan Reid | b58b552 | 2018-12-06 19:47:18 +0000 | [diff] [blame] | 171 | "audio_streams 0.1.0", |
Jingkui Wang | 5266726 | 2018-07-18 13:26:44 -0700 | [diff] [blame] | 172 | "bit_field 0.1.0", |
Chirantan Ekbote | 99e6a6f | 2019-07-17 10:48:02 +0900 | [diff] [blame] | 173 | "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Dylan Reid | d169a8d | 2017-10-06 15:26:46 -0700 | [diff] [blame] | 174 | "data_model 0.1.0", |
Cody Schuffelen | 7d533e5 | 2019-07-02 16:54:05 -0700 | [diff] [blame] | 175 | "disk 0.1.0", |
Miriam Zimmerman | 16f659f | 2019-01-15 16:23:48 -0800 | [diff] [blame] | 176 | "enumn 0.1.0", |
Zach Reizner | 3a8100a | 2017-09-13 19:15:43 -0700 | [diff] [blame] | 177 | "gpu_buffer 0.1.0", |
| 178 | "gpu_display 0.1.0", |
| 179 | "gpu_renderer 0.1.0", |
Colin Downs-Razouk | 43b1bc8 | 2020-04-30 15:48:47 -0700 | [diff] [blame] | 180 | "hypervisor 0.1.0", |
Dylan Reid | b3bfbde | 2017-10-13 13:18:00 -0700 | [diff] [blame] | 181 | "io_jail 0.1.0", |
Daniel Verkamp | cf2e00e | 2018-10-05 14:51:22 -0700 | [diff] [blame] | 182 | "kvm 0.1.0", |
Xiong Zhang | 9628f61 | 2019-04-23 17:14:43 +0800 | [diff] [blame] | 183 | "kvm_sys 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)", |
Judy Hsiao | d5c1e96 | 2020-02-04 12:30:01 +0800 | [diff] [blame] | 185 | "libcras 0.1.0", |
Noah Gold | 7898b80 | 2019-12-17 10:07:11 -0800 | [diff] [blame] | 186 | "linux_input_sys 0.1.0", |
Zach Reizner | aa57566 | 2018-08-15 10:46:32 -0700 | [diff] [blame] | 187 | "msg_on_socket_derive 0.1.0", |
Jingkui Wang | b23c091 | 2018-11-02 17:00:31 +0000 | [diff] [blame] | 188 | "msg_socket 0.1.0", |
Dylan Reid | d169a8d | 2017-10-06 15:26:46 -0700 | [diff] [blame] | 189 | "net_sys 0.1.0", |
| 190 | "net_util 0.1.0", |
Chirantan Ekbote | ebd5681 | 2018-04-16 19:32:04 -0700 | [diff] [blame] | 191 | "p9 0.1.0", |
David Tolnay | 1aca8b7 | 2019-04-05 11:56:44 -0700 | [diff] [blame] | 192 | "protos 0.1.0", |
Dylan Reid | 72ccaef | 2020-01-13 01:59:25 -0800 | [diff] [blame] | 193 | "remain 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Dylan Reid | 228e4a6 | 2018-06-07 15:42:41 -0700 | [diff] [blame] | 194 | "resources 0.1.0", |
David Tolnay | 1d4d44a | 2018-12-03 23:37:46 -0800 | [diff] [blame] | 195 | "sync 0.1.0", |
Dylan Reid | d169a8d | 2017-10-06 15:26:46 -0700 | [diff] [blame] | 196 | "sys_util 0.1.0", |
Chirantan Ekbote | 0399e18 | 2019-08-16 16:15:13 +0900 | [diff] [blame] | 197 | "syscall_defines 0.1.0", |
David Tolnay | e33b55c | 2019-04-17 21:09:41 -0700 | [diff] [blame] | 198 | "tempfile 3.0.7", |
David Tolnay | de6b29a | 2018-12-20 11:49:46 -0800 | [diff] [blame] | 199 | "tpm2 0.1.0", |
Jingkui Wang | bbd77ff | 2019-03-08 00:17:58 -0800 | [diff] [blame] | 200 | "usb_util 0.1.0", |
Xiong Zhang | 9628f61 | 2019-04-23 17:14:43 +0800 | [diff] [blame] | 201 | "vfio_sys 0.1.0", |
Dylan Reid | d169a8d | 2017-10-06 15:26:46 -0700 | [diff] [blame] | 202 | "vhost 0.1.0", |
| 203 | "virtio_sys 0.1.0", |
| 204 | "vm_control 0.1.0", |
| 205 | ] |
| 206 | |
| 207 | [[package]] |
Cody Schuffelen | 7d533e5 | 2019-07-02 16:54:05 -0700 | [diff] [blame] | 208 | name = "disk" |
| 209 | version = "0.1.0" |
| 210 | dependencies = [ |
Cody Schuffelen | f9b035d | 2019-07-08 16:14:24 -0700 | [diff] [blame] | 211 | "data_model 0.1.0", |
Cody Schuffelen | 7d533e5 | 2019-07-02 16:54:05 -0700 | [diff] [blame] | 212 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
Daniel Verkamp | 187fd02 | 2019-10-18 14:18:59 -0700 | [diff] [blame] | 213 | "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Cody Schuffelen | f9b035d | 2019-07-08 16:14:24 -0700 | [diff] [blame] | 214 | "protos 0.1.0", |
Dylan Reid | 72ccaef | 2020-01-13 01:59:25 -0800 | [diff] [blame] | 215 | "remain 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Cody Schuffelen | 7d533e5 | 2019-07-02 16:54:05 -0700 | [diff] [blame] | 216 | "sys_util 0.1.0", |
| 217 | ] |
| 218 | |
| 219 | [[package]] |
Miriam Zimmerman | 16f659f | 2019-01-15 16:23:48 -0800 | [diff] [blame] | 220 | name = "enumn" |
| 221 | version = "0.1.0" |
| 222 | dependencies = [ |
Dylan Reid | 672559f | 2020-01-28 12:31:15 -0800 | [diff] [blame] | 223 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 224 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 225 | "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |
Miriam Zimmerman | 16f659f | 2019-01-15 16:23:48 -0800 | [diff] [blame] | 226 | ] |
| 227 | |
| 228 | [[package]] |
Dylan Reid | 72ccaef | 2020-01-13 01:59:25 -0800 | [diff] [blame] | 229 | name = "futures" |
| 230 | version = "0.3.1" |
| 231 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 232 | dependencies = [ |
| 233 | "futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 234 | "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 235 | "futures-executor 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 236 | "futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 237 | "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 238 | "futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 239 | "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 240 | ] |
| 241 | |
| 242 | [[package]] |
| 243 | name = "futures-channel" |
| 244 | version = "0.3.1" |
| 245 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 246 | dependencies = [ |
| 247 | "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 248 | "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 249 | ] |
| 250 | |
| 251 | [[package]] |
| 252 | name = "futures-core" |
| 253 | version = "0.3.1" |
| 254 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 255 | |
| 256 | [[package]] |
| 257 | name = "futures-executor" |
| 258 | version = "0.3.1" |
| 259 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 260 | dependencies = [ |
| 261 | "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 262 | "futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 263 | "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 264 | ] |
| 265 | |
| 266 | [[package]] |
| 267 | name = "futures-io" |
| 268 | version = "0.3.1" |
| 269 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 270 | |
| 271 | [[package]] |
| 272 | name = "futures-macro" |
| 273 | version = "0.3.1" |
| 274 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 275 | dependencies = [ |
| 276 | "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 277 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 278 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 279 | "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |
| 280 | ] |
| 281 | |
| 282 | [[package]] |
| 283 | name = "futures-sink" |
| 284 | version = "0.3.1" |
| 285 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 286 | |
| 287 | [[package]] |
| 288 | name = "futures-task" |
| 289 | version = "0.3.1" |
| 290 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 291 | |
| 292 | [[package]] |
| 293 | name = "futures-util" |
| 294 | version = "0.3.1" |
| 295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 296 | dependencies = [ |
| 297 | "futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 298 | "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 299 | "futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 300 | "futures-macro 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 301 | "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 302 | "futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 303 | "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 304 | "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 305 | "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 306 | "proc-macro-nested 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 307 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 308 | ] |
| 309 | |
| 310 | [[package]] |
Chirantan Ekbote | a79073a | 2018-06-22 19:00:30 -0700 | [diff] [blame] | 311 | name = "getopts" |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 312 | version = "0.2.18" |
Chirantan Ekbote | a79073a | 2018-06-22 19:00:30 -0700 | [diff] [blame] | 313 | source = "registry+https://github.com/rust-lang/crates.io-index" |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 314 | dependencies = [ |
| 315 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 316 | ] |
Chirantan Ekbote | a79073a | 2018-06-22 19:00:30 -0700 | [diff] [blame] | 317 | |
| 318 | [[package]] |
Zach Reizner | 6f68543 | 2018-04-25 17:49:56 -0700 | [diff] [blame] | 319 | name = "gpu_buffer" |
| 320 | version = "0.1.0" |
| 321 | dependencies = [ |
| 322 | "data_model 0.1.0", |
David Reveman | 52ba4e5 | 2018-04-22 21:42:09 -0400 | [diff] [blame] | 323 | "sys_util 0.1.0", |
Zach Reizner | 6f68543 | 2018-04-25 17:49:56 -0700 | [diff] [blame] | 324 | ] |
| 325 | |
| 326 | [[package]] |
Zach Reizner | 20d71f8 | 2018-05-03 13:19:37 -0700 | [diff] [blame] | 327 | name = "gpu_display" |
| 328 | version = "0.1.0" |
| 329 | dependencies = [ |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 330 | "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] | 331 | "data_model 0.1.0", |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 332 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
Noah Gold | 7898b80 | 2019-12-17 10:07:11 -0800 | [diff] [blame] | 333 | "linux_input_sys 0.1.0", |
Zach Reizner | 20d71f8 | 2018-05-03 13:19:37 -0700 | [diff] [blame] | 334 | "sys_util 0.1.0", |
| 335 | ] |
| 336 | |
| 337 | [[package]] |
Zach Reizner | f40bb19 | 2018-05-03 16:58:27 -0700 | [diff] [blame] | 338 | name = "gpu_renderer" |
| 339 | version = "0.1.0" |
| 340 | dependencies = [ |
| 341 | "data_model 0.1.0", |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 342 | "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] | 343 | "sys_util 0.1.0", |
| 344 | ] |
| 345 | |
| 346 | [[package]] |
Colin Downs-Razouk | 43b1bc8 | 2020-04-30 15:48:47 -0700 | [diff] [blame] | 347 | name = "hypervisor" |
| 348 | version = "0.1.0" |
| 349 | dependencies = [ |
Daniel Verkamp | 56520c2 | 2020-05-19 11:23:22 -0700 | [diff] [blame^] | 350 | "kvm 0.1.0", |
Colin Downs-Razouk | 43b1bc8 | 2020-04-30 15:48:47 -0700 | [diff] [blame] | 351 | "kvm_sys 0.1.0", |
| 352 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
| 353 | "sys_util 0.1.0", |
| 354 | ] |
| 355 | |
| 356 | [[package]] |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 357 | name = "io_jail" |
| 358 | version = "0.1.0" |
| 359 | dependencies = [ |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 360 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
Daniel Verkamp | 2dae567 | 2020-02-18 10:31:20 -0800 | [diff] [blame] | 361 | "minijail-sys 0.0.11", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 362 | ] |
| 363 | |
| 364 | [[package]] |
Sonny Rao | 6cc352f | 2018-02-01 17:49:01 -0800 | [diff] [blame] | 365 | name = "kernel_cmdline" |
| 366 | version = "0.1.0" |
| 367 | dependencies = [ |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 368 | "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] | 369 | ] |
| 370 | |
| 371 | [[package]] |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 372 | name = "kernel_loader" |
| 373 | version = "0.1.0" |
| 374 | dependencies = [ |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 375 | "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] | 376 | "sys_util 0.1.0", |
| 377 | ] |
| 378 | |
| 379 | [[package]] |
| 380 | name = "kvm" |
| 381 | version = "0.1.0" |
| 382 | dependencies = [ |
Gurchetan Singh | bf433ea | 2018-10-31 17:31:46 -0700 | [diff] [blame] | 383 | "data_model 0.1.0", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 384 | "kvm_sys 0.1.0", |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 385 | "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] | 386 | "msg_socket 0.1.0", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 387 | "sys_util 0.1.0", |
| 388 | ] |
| 389 | |
| 390 | [[package]] |
| 391 | name = "kvm_sys" |
| 392 | version = "0.1.0" |
| 393 | dependencies = [ |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 394 | "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] | 395 | "sys_util 0.1.0", |
| 396 | ] |
| 397 | |
| 398 | [[package]] |
| 399 | name = "libc" |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 400 | version = "0.2.44" |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 401 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 402 | |
| 403 | [[package]] |
paulhsia | f052cfe | 2019-01-22 15:22:25 +0800 | [diff] [blame] | 404 | name = "libcras" |
| 405 | version = "0.1.0" |
| 406 | dependencies = [ |
| 407 | "audio_streams 0.1.0", |
| 408 | "cras-sys 0.1.0", |
| 409 | "data_model 0.1.0", |
| 410 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
| 411 | "sys_util 0.1.0", |
| 412 | ] |
| 413 | |
| 414 | [[package]] |
Noah Gold | 7898b80 | 2019-12-17 10:07:11 -0800 | [diff] [blame] | 415 | name = "linux_input_sys" |
| 416 | version = "0.1.0" |
| 417 | dependencies = [ |
| 418 | "data_model 0.1.0", |
| 419 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
| 420 | "sys_util 0.1.0", |
| 421 | ] |
| 422 | |
| 423 | [[package]] |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 424 | name = "log" |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 425 | version = "0.4.5" |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 426 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 427 | dependencies = [ |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 428 | "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] | 429 | ] |
| 430 | |
| 431 | [[package]] |
Dylan Reid | 72ccaef | 2020-01-13 01:59:25 -0800 | [diff] [blame] | 432 | name = "memchr" |
| 433 | version = "2.3.0" |
| 434 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 435 | |
| 436 | [[package]] |
Daniel Verkamp | 2dae567 | 2020-02-18 10:31:20 -0800 | [diff] [blame] | 437 | name = "minijail-sys" |
| 438 | version = "0.0.11" |
| 439 | dependencies = [ |
| 440 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
| 441 | "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 442 | ] |
| 443 | |
| 444 | [[package]] |
Jingkui Wang | f5d565d | 2018-09-27 10:41:11 -0700 | [diff] [blame] | 445 | name = "msg_on_socket_derive" |
| 446 | version = "0.1.0" |
| 447 | dependencies = [ |
Dylan Reid | 672559f | 2020-01-28 12:31:15 -0800 | [diff] [blame] | 448 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 449 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 450 | "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |
Jingkui Wang | f5d565d | 2018-09-27 10:41:11 -0700 | [diff] [blame] | 451 | ] |
| 452 | |
| 453 | [[package]] |
| 454 | name = "msg_socket" |
| 455 | version = "0.1.0" |
| 456 | dependencies = [ |
Dylan Reid | 72ccaef | 2020-01-13 01:59:25 -0800 | [diff] [blame] | 457 | "cros_async 0.1.0", |
Jingkui Wang | f5d565d | 2018-09-27 10:41:11 -0700 | [diff] [blame] | 458 | "data_model 0.1.0", |
Dylan Reid | 72ccaef | 2020-01-13 01:59:25 -0800 | [diff] [blame] | 459 | "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 460 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
Jingkui Wang | f5d565d | 2018-09-27 10:41:11 -0700 | [diff] [blame] | 461 | "msg_on_socket_derive 0.1.0", |
Zach Reizner | 8b3ee41 | 2020-03-25 01:16:38 -0700 | [diff] [blame] | 462 | "sync 0.1.0", |
Jingkui Wang | f5d565d | 2018-09-27 10:41:11 -0700 | [diff] [blame] | 463 | "sys_util 0.1.0", |
| 464 | ] |
| 465 | |
| 466 | [[package]] |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 467 | name = "net_sys" |
| 468 | version = "0.1.0" |
| 469 | dependencies = [ |
| 470 | "sys_util 0.1.0", |
| 471 | ] |
| 472 | |
| 473 | [[package]] |
| 474 | name = "net_util" |
| 475 | version = "0.1.0" |
| 476 | dependencies = [ |
Stephen Barber | 6cb2a93 | 2019-10-25 13:13:18 +0200 | [diff] [blame] | 477 | "data_model 0.1.0", |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 478 | "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] | 479 | "net_sys 0.1.0", |
| 480 | "sys_util 0.1.0", |
| 481 | ] |
| 482 | |
| 483 | [[package]] |
David Tolnay | de6b29a | 2018-12-20 11:49:46 -0800 | [diff] [blame] | 484 | name = "num_cpus" |
| 485 | version = "1.9.0" |
| 486 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 487 | dependencies = [ |
| 488 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
| 489 | ] |
| 490 | |
| 491 | [[package]] |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 492 | name = "p9" |
| 493 | version = "0.1.0" |
| 494 | dependencies = [ |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 495 | "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] | 496 | "wire_format_derive 0.1.0", |
| 497 | ] |
| 498 | |
| 499 | [[package]] |
Dylan Reid | 72ccaef | 2020-01-13 01:59:25 -0800 | [diff] [blame] | 500 | name = "paste" |
| 501 | version = "0.1.6" |
| 502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 503 | dependencies = [ |
| 504 | "paste-impl 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 505 | "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 506 | ] |
| 507 | |
| 508 | [[package]] |
| 509 | name = "paste-impl" |
| 510 | version = "0.1.6" |
| 511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 512 | dependencies = [ |
| 513 | "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 514 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 515 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 516 | "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |
| 517 | ] |
| 518 | |
| 519 | [[package]] |
| 520 | name = "pin-utils" |
| 521 | version = "0.1.0-alpha.4" |
| 522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 523 | |
| 524 | [[package]] |
Jingkui Wang | 33e0831 | 2018-11-02 00:27:48 -0700 | [diff] [blame] | 525 | name = "pkg-config" |
| 526 | version = "0.3.11" |
| 527 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 528 | |
| 529 | [[package]] |
Zach Reizner | 25c6bc1 | 2018-02-27 22:22:35 -0800 | [diff] [blame] | 530 | name = "poll_token_derive" |
| 531 | version = "0.1.0" |
David Tolnay | d4d9c26 | 2018-12-05 20:36:49 -0800 | [diff] [blame] | 532 | dependencies = [ |
Dylan Reid | 672559f | 2020-01-28 12:31:15 -0800 | [diff] [blame] | 533 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 534 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 535 | "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |
David Tolnay | d4d9c26 | 2018-12-05 20:36:49 -0800 | [diff] [blame] | 536 | ] |
Zach Reizner | 25c6bc1 | 2018-02-27 22:22:35 -0800 | [diff] [blame] | 537 | |
| 538 | [[package]] |
Dylan Reid | 72ccaef | 2020-01-13 01:59:25 -0800 | [diff] [blame] | 539 | name = "proc-macro-hack" |
| 540 | version = "0.5.11" |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 541 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 542 | dependencies = [ |
Dylan Reid | 72ccaef | 2020-01-13 01:59:25 -0800 | [diff] [blame] | 543 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 544 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 545 | "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 546 | ] |
| 547 | |
| 548 | [[package]] |
Dylan Reid | 72ccaef | 2020-01-13 01:59:25 -0800 | [diff] [blame] | 549 | name = "proc-macro-nested" |
| 550 | version = "0.1.3" |
| 551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 552 | |
| 553 | [[package]] |
Dylan Reid | 672559f | 2020-01-28 12:31:15 -0800 | [diff] [blame] | 554 | name = "proc-macro2" |
| 555 | version = "1.0.8" |
| 556 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 557 | dependencies = [ |
| 558 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 559 | ] |
| 560 | |
| 561 | [[package]] |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 562 | name = "protobuf" |
Daniel Verkamp | 187fd02 | 2019-10-18 14:18:59 -0700 | [diff] [blame] | 563 | version = "2.8.1" |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 564 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 565 | |
| 566 | [[package]] |
David Tolnay | fd67ec5 | 2019-04-10 17:59:15 -0700 | [diff] [blame] | 567 | name = "protobuf-codegen" |
Daniel Verkamp | 187fd02 | 2019-10-18 14:18:59 -0700 | [diff] [blame] | 568 | version = "2.8.1" |
David Tolnay | fd67ec5 | 2019-04-10 17:59:15 -0700 | [diff] [blame] | 569 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 570 | dependencies = [ |
Daniel Verkamp | 187fd02 | 2019-10-18 14:18:59 -0700 | [diff] [blame] | 571 | "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
David Tolnay | fd67ec5 | 2019-04-10 17:59:15 -0700 | [diff] [blame] | 572 | ] |
| 573 | |
| 574 | [[package]] |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 575 | name = "protoc" |
Daniel Verkamp | 187fd02 | 2019-10-18 14:18:59 -0700 | [diff] [blame] | 576 | version = "2.8.1" |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 577 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 578 | dependencies = [ |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 579 | "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] | 580 | ] |
| 581 | |
| 582 | [[package]] |
| 583 | name = "protoc-rust" |
Daniel Verkamp | 187fd02 | 2019-10-18 14:18:59 -0700 | [diff] [blame] | 584 | version = "2.8.1" |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 585 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 586 | dependencies = [ |
Daniel Verkamp | 187fd02 | 2019-10-18 14:18:59 -0700 | [diff] [blame] | 587 | "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 588 | "protobuf-codegen 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 589 | "protoc 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
David Tolnay | fd67ec5 | 2019-04-10 17:59:15 -0700 | [diff] [blame] | 590 | "tempfile 3.0.7", |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 591 | ] |
| 592 | |
| 593 | [[package]] |
David Tolnay | 1aca8b7 | 2019-04-05 11:56:44 -0700 | [diff] [blame] | 594 | name = "protos" |
| 595 | version = "0.1.0" |
| 596 | dependencies = [ |
David Tolnay | 65928af | 2019-04-05 20:34:50 -0700 | [diff] [blame] | 597 | "kvm_sys 0.1.0", |
Daniel Verkamp | 187fd02 | 2019-10-18 14:18:59 -0700 | [diff] [blame] | 598 | "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 599 | "protoc-rust 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
David Tolnay | 1aca8b7 | 2019-04-05 11:56:44 -0700 | [diff] [blame] | 600 | ] |
| 601 | |
| 602 | [[package]] |
Dylan Reid | 6ecbbfd | 2018-01-18 13:39:51 -0800 | [diff] [blame] | 603 | name = "qcow_utils" |
| 604 | version = "0.1.0" |
| 605 | dependencies = [ |
Cody Schuffelen | 7d533e5 | 2019-07-02 16:54:05 -0700 | [diff] [blame] | 606 | "disk 0.1.0", |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 607 | "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] | 608 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
Dylan Reid | cd9f86b | 2018-09-04 17:26:37 -0700 | [diff] [blame] | 609 | "sys_util 0.1.0", |
Dylan Reid | 6ecbbfd | 2018-01-18 13:39:51 -0800 | [diff] [blame] | 610 | ] |
| 611 | |
| 612 | [[package]] |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 613 | name = "quote" |
Dylan Reid | 672559f | 2020-01-28 12:31:15 -0800 | [diff] [blame] | 614 | version = "1.0.2" |
| 615 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 616 | dependencies = [ |
| 617 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 618 | ] |
| 619 | |
| 620 | [[package]] |
Daniel Prilik | 2200604 | 2019-01-14 14:19:04 -0800 | [diff] [blame] | 621 | name = "rand_ish" |
| 622 | version = "0.1.0" |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 623 | |
| 624 | [[package]] |
David Tolnay | 3df3552 | 2019-03-11 12:36:30 -0700 | [diff] [blame] | 625 | name = "remain" |
Dylan Reid | 72ccaef | 2020-01-13 01:59:25 -0800 | [diff] [blame] | 626 | version = "0.2.1" |
David Tolnay | 3df3552 | 2019-03-11 12:36:30 -0700 | [diff] [blame] | 627 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 628 | dependencies = [ |
Dylan Reid | 72ccaef | 2020-01-13 01:59:25 -0800 | [diff] [blame] | 629 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 630 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 631 | "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |
David Tolnay | 3df3552 | 2019-03-11 12:36:30 -0700 | [diff] [blame] | 632 | ] |
| 633 | |
| 634 | [[package]] |
Dylan Reid | dea77ce | 2018-05-23 12:59:11 -0700 | [diff] [blame] | 635 | name = "resources" |
| 636 | version = "0.1.0" |
| 637 | dependencies = [ |
Dylan Reid | 228e4a6 | 2018-06-07 15:42:41 -0700 | [diff] [blame] | 638 | "gpu_buffer 0.1.0", |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 639 | "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] | 640 | "msg_socket 0.1.0", |
Dylan Reid | 473ae27 | 2018-05-30 18:09:59 -0700 | [diff] [blame] | 641 | "sys_util 0.1.0", |
Dylan Reid | dea77ce | 2018-05-23 12:59:11 -0700 | [diff] [blame] | 642 | ] |
| 643 | |
| 644 | [[package]] |
Dylan Reid | 72ccaef | 2020-01-13 01:59:25 -0800 | [diff] [blame] | 645 | name = "slab" |
| 646 | version = "0.4.2" |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 647 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 648 | |
| 649 | [[package]] |
Dylan Reid | 672559f | 2020-01-28 12:31:15 -0800 | [diff] [blame] | 650 | name = "syn" |
| 651 | version = "1.0.14" |
| 652 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 653 | dependencies = [ |
| 654 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 655 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 656 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 657 | ] |
| 658 | |
| 659 | [[package]] |
David Tolnay | 1d4d44a | 2018-12-03 23:37:46 -0800 | [diff] [blame] | 660 | name = "sync" |
| 661 | version = "0.1.0" |
| 662 | |
| 663 | [[package]] |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 664 | name = "sys_util" |
| 665 | version = "0.1.0" |
| 666 | dependencies = [ |
| 667 | "data_model 0.1.0", |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 668 | "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] | 669 | "poll_token_derive 0.1.0", |
David Tolnay | 1d4d44a | 2018-12-03 23:37:46 -0800 | [diff] [blame] | 670 | "sync 0.1.0", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 671 | "syscall_defines 0.1.0", |
David Tolnay | e33b55c | 2019-04-17 21:09:41 -0700 | [diff] [blame] | 672 | "tempfile 3.0.7", |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 673 | ] |
| 674 | |
| 675 | [[package]] |
| 676 | name = "syscall_defines" |
| 677 | version = "0.1.0" |
| 678 | |
| 679 | [[package]] |
David Tolnay | fd67ec5 | 2019-04-10 17:59:15 -0700 | [diff] [blame] | 680 | name = "tempfile" |
| 681 | version = "3.0.7" |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 682 | dependencies = [ |
Daniel Verkamp | da52468 | 2019-06-13 19:36:08 -0700 | [diff] [blame] | 683 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
Zach Reizner | e0983c7 | 2018-01-16 17:35:27 -0800 | [diff] [blame] | 684 | ] |
| 685 | |
| 686 | [[package]] |
David Tolnay | de6b29a | 2018-12-20 11:49:46 -0800 | [diff] [blame] | 687 | name = "tpm2" |
| 688 | version = "0.1.0" |
| 689 | dependencies = [ |
| 690 | "tpm2-sys 0.1.0", |
| 691 | ] |
| 692 | |
| 693 | [[package]] |
| 694 | name = "tpm2-sys" |
| 695 | version = "0.1.0" |
| 696 | dependencies = [ |
| 697 | "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 698 | "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| 699 | ] |
| 700 | |
| 701 | [[package]] |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 702 | name = "unicode-width" |
| 703 | version = "0.1.5" |
| 704 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 705 | |
| 706 | [[package]] |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 707 | name = "unicode-xid" |
Dylan Reid | 672559f | 2020-01-28 12:31:15 -0800 | [diff] [blame] | 708 | version = "0.2.0" |
| 709 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 710 | |
| 711 | [[package]] |
Daniel Verkamp | 6494117 | 2019-07-09 17:21:54 -0700 | [diff] [blame] | 712 | name = "usb_sys" |
| 713 | version = "0.1.0" |
| 714 | dependencies = [ |
| 715 | "sys_util 0.1.0", |
| 716 | ] |
| 717 | |
| 718 | [[package]] |
Jingkui Wang | 33e0831 | 2018-11-02 00:27:48 -0700 | [diff] [blame] | 719 | name = "usb_util" |
| 720 | version = "0.1.0" |
| 721 | dependencies = [ |
David Tolnay | 088e7f3 | 2018-12-07 11:32:09 -0800 | [diff] [blame] | 722 | "assertions 0.1.0", |
Jingkui Wang | 33e0831 | 2018-11-02 00:27:48 -0700 | [diff] [blame] | 723 | "data_model 0.1.0", |
Daniel Verkamp | 6494117 | 2019-07-09 17:21:54 -0700 | [diff] [blame] | 724 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
Dylan Reid | 72ccaef | 2020-01-13 01:59:25 -0800 | [diff] [blame] | 725 | "remain 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Daniel Verkamp | 6494117 | 2019-07-09 17:21:54 -0700 | [diff] [blame] | 726 | "sys_util 0.1.0", |
| 727 | "usb_sys 0.1.0", |
Jingkui Wang | 33e0831 | 2018-11-02 00:27:48 -0700 | [diff] [blame] | 728 | ] |
| 729 | |
| 730 | [[package]] |
Xiong Zhang | 9628f61 | 2019-04-23 17:14:43 +0800 | [diff] [blame] | 731 | name = "vfio_sys" |
| 732 | version = "0.1.0" |
| 733 | dependencies = [ |
| 734 | "sys_util 0.1.0", |
| 735 | ] |
| 736 | |
| 737 | [[package]] |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 738 | name = "vhost" |
| 739 | version = "0.1.0" |
| 740 | dependencies = [ |
David Tolnay | 4b292af | 2019-04-12 16:57:48 -0700 | [diff] [blame] | 741 | "assertions 0.1.0", |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 742 | "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] | 743 | "net_util 0.1.0", |
| 744 | "sys_util 0.1.0", |
| 745 | "virtio_sys 0.1.0", |
| 746 | ] |
| 747 | |
| 748 | [[package]] |
| 749 | name = "virtio_sys" |
| 750 | version = "0.1.0" |
| 751 | dependencies = [ |
| 752 | "sys_util 0.1.0", |
| 753 | ] |
| 754 | |
| 755 | [[package]] |
Dylan Reid | 94bf1bf | 2017-10-06 15:30:34 -0700 | [diff] [blame] | 756 | name = "vm_control" |
| 757 | version = "0.1.0" |
| 758 | dependencies = [ |
| 759 | "data_model 0.1.0", |
| 760 | "kvm 0.1.0", |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 761 | "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] | 762 | "msg_socket 0.1.0", |
Dylan Reid | ef7352f | 2018-05-17 18:47:11 -0700 | [diff] [blame] | 763 | "resources 0.1.0", |
Dylan Reid | 94bf1bf | 2017-10-06 15:30:34 -0700 | [diff] [blame] | 764 | "sys_util 0.1.0", |
| 765 | ] |
| 766 | |
Dylan Reid | 6ecbbfd | 2018-01-18 13:39:51 -0800 | [diff] [blame] | 767 | [[package]] |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 768 | name = "wire_format_derive" |
| 769 | version = "0.1.0" |
| 770 | dependencies = [ |
Dylan Reid | 672559f | 2020-01-28 12:31:15 -0800 | [diff] [blame] | 771 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 772 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 773 | "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |
Chirantan Ekbote | 800fcb0 | 2018-03-19 16:49:53 -0700 | [diff] [blame] | 774 | ] |
| 775 | |
| 776 | [[package]] |
Dylan Reid | 6ecbbfd | 2018-01-18 13:39:51 -0800 | [diff] [blame] | 777 | name = "x86_64" |
| 778 | version = "0.1.0" |
| 779 | dependencies = [ |
Chuanxiao Dong | 020fbf0 | 2020-02-27 13:58:26 +0800 | [diff] [blame] | 780 | "acpi_tables 0.1.0", |
Sonny Rao | ed517d1 | 2018-02-13 22:09:43 -0800 | [diff] [blame] | 781 | "arch 0.1.0", |
David Tolnay | 4b292af | 2019-04-12 16:57:48 -0700 | [diff] [blame] | 782 | "assertions 0.1.0", |
Dylan Reid | 6ecbbfd | 2018-01-18 13:39:51 -0800 | [diff] [blame] | 783 | "data_model 0.1.0", |
Sonny Rao | 43724a2 | 2018-02-01 15:52:58 -0800 | [diff] [blame] | 784 | "devices 0.1.0", |
Daniel Verkamp | 56f283b | 2018-10-05 11:40:59 -0700 | [diff] [blame] | 785 | "io_jail 0.1.0", |
Sonny Rao | 43724a2 | 2018-02-01 15:52:58 -0800 | [diff] [blame] | 786 | "kernel_cmdline 0.1.0", |
| 787 | "kernel_loader 0.1.0", |
Dylan Reid | 6ecbbfd | 2018-01-18 13:39:51 -0800 | [diff] [blame] | 788 | "kvm 0.1.0", |
| 789 | "kvm_sys 0.1.0", |
Stephen Barber | 8ee0973 | 2018-11-26 18:03:14 -0800 | [diff] [blame] | 790 | "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", |
Dylan Reid | 72ccaef | 2020-01-13 01:59:25 -0800 | [diff] [blame] | 791 | "remain 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
Dylan Reid | ef7352f | 2018-05-17 18:47:11 -0700 | [diff] [blame] | 792 | "resources 0.1.0", |
David Tolnay | 1d4d44a | 2018-12-03 23:37:46 -0800 | [diff] [blame] | 793 | "sync 0.1.0", |
Dylan Reid | 6ecbbfd | 2018-01-18 13:39:51 -0800 | [diff] [blame] | 794 | "sys_util 0.1.0", |
Zhuocheng Ding | f2e90bf | 2019-12-02 15:50:20 +0800 | [diff] [blame] | 795 | "vm_control 0.1.0", |
Dylan Reid | 6ecbbfd | 2018-01-18 13:39:51 -0800 | [diff] [blame] | 796 | ] |
| 797 | |
Zach Reizner | ab839e2 | 2017-09-19 17:48:41 -0700 | [diff] [blame] | 798 | [metadata] |
Chirantan Ekbote | 99e6a6f | 2019-07-17 10:48:02 +0900 | [diff] [blame] | 799 | "checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd" |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 800 | "checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16" |
| 801 | "checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3" |
Dylan Reid | 72ccaef | 2020-01-13 01:59:25 -0800 | [diff] [blame] | 802 | "checksum futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b6f16056ecbb57525ff698bb955162d0cd03bee84e6241c27ff75c08d8ca5987" |
| 803 | "checksum futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fcae98ca17d102fd8a3603727b9259fcf7fa4239b603d2142926189bc8999b86" |
| 804 | "checksum futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "79564c427afefab1dfb3298535b21eda083ef7935b4f0ecbfcb121f0aec10866" |
| 805 | "checksum futures-executor 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1e274736563f686a837a0568b478bdabfeaec2dca794b5649b04e2fe1627c231" |
| 806 | "checksum futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e676577d229e70952ab25f3945795ba5b16d63ca794ca9d2c860e5595d20b5ff" |
| 807 | "checksum futures-macro 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "52e7c56c15537adb4f76d0b7a76ad131cb4d2f4f32d3b0bcabcbe1c7c5e87764" |
| 808 | "checksum futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "171be33efae63c2d59e6dbba34186fe0d6394fb378069a76dfd80fdcffd43c16" |
| 809 | "checksum futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0bae52d6b29cf440e298856fec3965ee6fa71b06aa7495178615953fd669e5f9" |
| 810 | "checksum futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c0d66274fb76985d3c62c886d1da7ac4c0903a8c9f754e8fe0f35a6a6cc39e76" |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 811 | "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] | 812 | "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] | 813 | "checksum log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fcce5fa49cc693c312001daf1d13411c4a5283796bac1084299ea3e567113f" |
Dylan Reid | 72ccaef | 2020-01-13 01:59:25 -0800 | [diff] [blame] | 814 | "checksum memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3197e20c7edb283f87c071ddfc7a2cca8f8e0b888c242959846a6fce03c72223" |
David Tolnay | de6b29a | 2018-12-20 11:49:46 -0800 | [diff] [blame] | 815 | "checksum num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a69d464bdc213aaaff628444e99578ede64e9c854025aa43b9796530afa9238" |
Dylan Reid | 72ccaef | 2020-01-13 01:59:25 -0800 | [diff] [blame] | 816 | "checksum paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "423a519e1c6e828f1e73b720f9d9ed2fa643dce8a7737fb43235ce0b41eeaa49" |
| 817 | "checksum paste-impl 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4214c9e912ef61bf42b81ba9a47e8aad1b2ffaf739ab162bf96d1e011f54e6c5" |
| 818 | "checksum pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587" |
Jingkui Wang | 33e0831 | 2018-11-02 00:27:48 -0700 | [diff] [blame] | 819 | "checksum pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "110d5ee3593dbb73f56294327fe5668bcc997897097cbc76b51e7aed3f52452f" |
Dylan Reid | 72ccaef | 2020-01-13 01:59:25 -0800 | [diff] [blame] | 820 | "checksum proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5" |
| 821 | "checksum proc-macro-nested 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "369a6ed065f249a159e06c45752c780bda2fb53c995718f9e484d08daa9eb42e" |
Dylan Reid | 672559f | 2020-01-28 12:31:15 -0800 | [diff] [blame] | 822 | "checksum proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3acb317c6ff86a4e579dfa00fc5e6cca91ecbb4e7eb2df0468805b674eb88548" |
Daniel Verkamp | 187fd02 | 2019-10-18 14:18:59 -0700 | [diff] [blame] | 823 | "checksum protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40361836defdd5871ff7e84096c6f6444af7fc157f8ef1789f54f147687caa20" |
| 824 | "checksum protobuf-codegen 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "12c6abd78435445fc86898ebbd0521a68438063d4a73e23527b7134e6bf58b4a" |
| 825 | "checksum protoc 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3998c4bc0af8ccbd3cc68245ee9f72663c5ae2fb78bc48ff7719aef11562edea" |
| 826 | "checksum protoc-rust 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "234c97039c32bb58a883d0deafa57db37e59428ce536f3bdfe1c46cffec04113" |
Dylan Reid | 672559f | 2020-01-28 12:31:15 -0800 | [diff] [blame] | 827 | "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" |
Dylan Reid | 72ccaef | 2020-01-13 01:59:25 -0800 | [diff] [blame] | 828 | "checksum remain 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "99c861227fc40c8da6fdaa3d58144ac84c0537080a43eb1d7d45c28f88dcb888" |
| 829 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
Dylan Reid | 672559f | 2020-01-28 12:31:15 -0800 | [diff] [blame] | 830 | "checksum syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "af6f3550d8dff9ef7dc34d384ac6f107e5d31c8f57d9f28e0081503f547ac8f5" |
paulhsia | b6d842f | 2019-01-18 20:00:36 +0800 | [diff] [blame] | 831 | "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" |
Dylan Reid | 672559f | 2020-01-28 12:31:15 -0800 | [diff] [blame] | 832 | "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |