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