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