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