blob: 7a9a5c4c1a19db512b3cb26d34a1144e61a8c212 [file] [log] [blame]
Daniel Verkampc01a8f32019-04-16 10:05:03 -07001# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
Zach Reiznere0983c72018-01-16 17:35:27 -08003[[package]]
Sonny Rao2ffa0cb2018-02-26 17:27:40 -08004name = "aarch64"
5version = "0.1.0"
6dependencies = [
7 "arch 0.1.0",
Sonny Rao2ffa0cb2018-02-26 17:27:40 -08008 "data_model 0.1.0",
Sonny Rao2ffa0cb2018-02-26 17:27:40 -08009 "devices 0.1.0",
Daniel Verkamp56f283b2018-10-05 11:40:59 -070010 "io_jail 0.1.0",
Sonny Rao2ffa0cb2018-02-26 17:27:40 -080011 "kernel_cmdline 0.1.0",
12 "kvm 0.1.0",
13 "kvm_sys 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -080014 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid72ccaef2020-01-13 01:59:25 -080015 "remain 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidef7352f2018-05-17 18:47:11 -070016 "resources 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -080017 "sync 0.1.0",
Sonny Rao2ffa0cb2018-02-26 17:27:40 -080018 "sys_util 0.1.0",
Zhuocheng Dingf2e90bf2019-12-02 15:50:20 +080019 "vm_control 0.1.0",
Sonny Rao2ffa0cb2018-02-26 17:27:40 -080020]
21
22[[package]]
Chuanxiao Dong91e84032019-11-01 15:18:13 +080023name = "acpi_tables"
24version = "0.1.0"
25dependencies = [
26 "data_model 0.1.0",
27]
28
29[[package]]
Sonny Raoed517d12018-02-13 22:09:43 -080030name = "arch"
31version = "0.1.0"
32dependencies = [
Tomasz Jeznach42644642020-05-20 23:27:59 -070033 "acpi_tables 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -080034 "devices 0.1.0",
Dylan Reid059a1882018-07-23 17:58:09 -070035 "io_jail 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -080036 "kernel_cmdline 0.1.0",
37 "kvm 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -080038 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidef7352f2018-05-17 18:47:11 -070039 "resources 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -080040 "sync 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -080041 "sys_util 0.1.0",
Zhuocheng Dingf2e90bf2019-12-02 15:50:20 +080042 "vm_control 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -080043]
44
45[[package]]
David Tolnay088e7f32018-12-07 11:32:09 -080046name = "assertions"
47version = "0.1.0"
48
49[[package]]
Dylan Reidb58b5522018-12-06 19:47:18 +000050name = "audio_streams"
51version = "0.1.0"
Daniel Verkampc7d1d162020-02-10 10:56:13 -080052dependencies = [
53 "sync 0.1.0",
54 "sys_util 0.1.0",
55]
Dylan Reidb58b5522018-12-06 19:47:18 +000056
57[[package]]
Jingkui Wang8cad7512018-05-22 11:22:13 -070058name = "bit_field"
59version = "0.1.0"
60dependencies = [
61 "bit_field_derive 0.1.0",
62]
63
64[[package]]
65name = "bit_field_derive"
66version = "0.1.0"
67dependencies = [
Dylan Reid672559f2020-01-28 12:31:15 -080068 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
69 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
70 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wang8cad7512018-05-22 11:22:13 -070071]
72
73[[package]]
Chirantan Ekbote99e6a6f2019-07-17 10:48:02 +090074name = "bitflags"
75version = "1.1.0"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77
78[[package]]
Manoj Guptad8f10af2018-05-18 11:33:19 -070079name = "cc"
paulhsiab6d842f2019-01-18 20:00:36 +080080version = "1.0.25"
Manoj Guptad8f10af2018-05-18 11:33:19 -070081source = "registry+https://github.com/rust-lang/crates.io-index"
82
83[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -080084name = "cfg-if"
paulhsiab6d842f2019-01-18 20:00:36 +080085version = "0.1.5"
Zach Reiznere0983c72018-01-16 17:35:27 -080086source = "registry+https://github.com/rust-lang/crates.io-index"
87
88[[package]]
paulhsiaf052cfe2019-01-22 15:22:25 +080089name = "cras-sys"
90version = "0.1.0"
91dependencies = [
Daniel Verkampc7d1d162020-02-10 10:56:13 -080092 "audio_streams 0.1.0",
paulhsiaf052cfe2019-01-22 15:22:25 +080093 "data_model 0.1.0",
94]
95
96[[package]]
Dylan Reid72ccaef2020-01-13 01:59:25 -080097name = "cros_async"
98version = "0.1.0"
99dependencies = [
100 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
101 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
102 "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
103 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
104 "sys_util 0.1.0",
105 "syscall_defines 0.1.0",
106]
107
108[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700109name = "crosvm"
110version = "0.1.0"
111dependencies = [
Sonny Rao2ffa0cb2018-02-26 17:27:40 -0800112 "aarch64 0.1.0",
Chuanxiao Dong91e84032019-11-01 15:18:13 +0800113 "acpi_tables 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -0800114 "arch 0.1.0",
David Tolnay4b292af2019-04-12 16:57:48 -0700115 "assertions 0.1.0",
Dylan Reid3082e8e2019-01-07 10:33:48 -0800116 "audio_streams 0.1.0",
Jingkui Wang8cad7512018-05-22 11:22:13 -0700117 "bit_field 0.1.0",
Dmitry Torokhov2c7e8812019-01-17 16:20:33 -0800118 "crosvm_plugin 0.17.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700119 "data_model 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700120 "devices 0.1.0",
Cody Schuffelen7d533e52019-07-02 16:54:05 -0700121 "disk 0.1.0",
Miriam Zimmerman16f659f2019-01-15 16:23:48 -0800122 "enumn 0.1.0",
Zach Reizner6f685432018-04-25 17:49:56 -0700123 "gpu_buffer 0.1.0",
Gurchetan Singh144c2792019-09-09 14:40:11 -0700124 "gpu_renderer 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700125 "io_jail 0.1.0",
Sonny Rao6cc352f2018-02-01 17:49:01 -0800126 "kernel_cmdline 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700127 "kernel_loader 0.1.0",
128 "kvm 0.1.0",
Zach Reizner8864cb02018-01-16 17:59:03 -0800129 "kvm_sys 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800130 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
paulhsiaf052cfe2019-01-22 15:22:25 +0800131 "libcras 0.1.0",
Daniel Verkamp2dae5672020-02-18 10:31:20 -0800132 "minijail-sys 0.0.11",
Jingkui Wangf5d565d2018-09-27 10:41:11 -0700133 "msg_socket 0.1.0",
Jason D. Clinton865323d2017-09-27 22:04:03 -0600134 "net_util 0.1.0",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700135 "p9 0.1.0",
Daniel Verkamp187fd022019-10-18 14:18:59 -0700136 "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay65928af2019-04-05 20:34:50 -0700137 "protos 0.1.0",
Daniel Prilik22006042019-01-14 14:19:04 -0800138 "rand_ish 0.1.0",
Dylan Reid72ccaef2020-01-13 01:59:25 -0800139 "remain 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reiddea77ce2018-05-23 12:59:11 -0700140 "resources 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -0800141 "sync 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700142 "sys_util 0.1.0",
Jason D. Clinton865323d2017-09-27 22:04:03 -0600143 "vhost 0.1.0",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700144 "vm_control 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700145 "x86_64 0.1.0",
146]
147
148[[package]]
Zach Reiznerde01b8b2018-01-16 17:44:54 -0800149name = "crosvm_plugin"
Dmitry Torokhov2c7e8812019-01-17 16:20:33 -0800150version = "0.17.0"
Zach Reiznerde01b8b2018-01-16 17:44:54 -0800151dependencies = [
152 "kvm 0.1.0",
153 "kvm_sys 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800154 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Daniel Verkamp187fd022019-10-18 14:18:59 -0700155 "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay65928af2019-04-05 20:34:50 -0700156 "protos 0.1.0",
Zach Reiznerde01b8b2018-01-16 17:44:54 -0800157 "sys_util 0.1.0",
158]
159
160[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700161name = "data_model"
162version = "0.1.0"
David Tolnay088e7f32018-12-07 11:32:09 -0800163dependencies = [
164 "assertions 0.1.0",
Chirantan Ekbotee7d12212020-05-15 20:06:58 +0900165 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay088e7f32018-12-07 11:32:09 -0800166]
Zach Reiznerab839e22017-09-19 17:48:41 -0700167
168[[package]]
Dylan Reidd169a8d2017-10-06 15:26:46 -0700169name = "devices"
170version = "0.1.0"
171dependencies = [
Chuanxiao Dong6db9f9f2020-04-27 16:32:13 +0800172 "acpi_tables 0.1.0",
Dylan Reidb58b5522018-12-06 19:47:18 +0000173 "audio_streams 0.1.0",
Jingkui Wang52667262018-07-18 13:26:44 -0700174 "bit_field 0.1.0",
Chirantan Ekbote99e6a6f2019-07-17 10:48:02 +0900175 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700176 "data_model 0.1.0",
Cody Schuffelen7d533e52019-07-02 16:54:05 -0700177 "disk 0.1.0",
Miriam Zimmerman16f659f2019-01-15 16:23:48 -0800178 "enumn 0.1.0",
Zach Reizner3a8100a2017-09-13 19:15:43 -0700179 "gpu_buffer 0.1.0",
180 "gpu_display 0.1.0",
181 "gpu_renderer 0.1.0",
Colin Downs-Razouk43b1bc82020-04-30 15:48:47 -0700182 "hypervisor 0.1.0",
Dylan Reidb3bfbde2017-10-13 13:18:00 -0700183 "io_jail 0.1.0",
Daniel Verkampcf2e00e2018-10-05 14:51:22 -0700184 "kvm 0.1.0",
Xiong Zhang9628f612019-04-23 17:14:43 +0800185 "kvm_sys 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800186 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Judy Hsiaod5c1e962020-02-04 12:30:01 +0800187 "libcras 0.1.0",
Keiichi Watanabe57df6a02019-12-06 22:24:40 +0900188 "libvda 0.1.0",
Noah Gold7898b802019-12-17 10:07:11 -0800189 "linux_input_sys 0.1.0",
Zach Reizneraa575662018-08-15 10:46:32 -0700190 "msg_on_socket_derive 0.1.0",
Jingkui Wangb23c0912018-11-02 17:00:31 +0000191 "msg_socket 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700192 "net_sys 0.1.0",
193 "net_util 0.1.0",
Chirantan Ekboteebd56812018-04-16 19:32:04 -0700194 "p9 0.1.0",
David Tolnay1aca8b72019-04-05 11:56:44 -0700195 "protos 0.1.0",
Dylan Reid72ccaef2020-01-13 01:59:25 -0800196 "remain 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid228e4a62018-06-07 15:42:41 -0700197 "resources 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -0800198 "sync 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700199 "sys_util 0.1.0",
Chirantan Ekbote0399e182019-08-16 16:15:13 +0900200 "syscall_defines 0.1.0",
David Tolnaye33b55c2019-04-17 21:09:41 -0700201 "tempfile 3.0.7",
David Tolnayde6b29a2018-12-20 11:49:46 -0800202 "tpm2 0.1.0",
Jingkui Wangbbd77ff2019-03-08 00:17:58 -0800203 "usb_util 0.1.0",
Xiong Zhang9628f612019-04-23 17:14:43 +0800204 "vfio_sys 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700205 "vhost 0.1.0",
206 "virtio_sys 0.1.0",
207 "vm_control 0.1.0",
208]
209
210[[package]]
Cody Schuffelen7d533e52019-07-02 16:54:05 -0700211name = "disk"
212version = "0.1.0"
213dependencies = [
Cody Schuffelenf9b035d2019-07-08 16:14:24 -0700214 "data_model 0.1.0",
Cody Schuffelen7d533e52019-07-02 16:54:05 -0700215 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Daniel Verkamp187fd022019-10-18 14:18:59 -0700216 "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
Cody Schuffelenf9b035d2019-07-08 16:14:24 -0700217 "protos 0.1.0",
Dylan Reid72ccaef2020-01-13 01:59:25 -0800218 "remain 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Cody Schuffelen7d533e52019-07-02 16:54:05 -0700219 "sys_util 0.1.0",
220]
221
222[[package]]
Miriam Zimmerman16f659f2019-01-15 16:23:48 -0800223name = "enumn"
224version = "0.1.0"
225dependencies = [
Dylan Reid672559f2020-01-28 12:31:15 -0800226 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
227 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
228 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
Miriam Zimmerman16f659f2019-01-15 16:23:48 -0800229]
230
231[[package]]
Dylan Reid72ccaef2020-01-13 01:59:25 -0800232name = "futures"
233version = "0.3.1"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235dependencies = [
236 "futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
237 "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
238 "futures-executor 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
239 "futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
240 "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
241 "futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
242 "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
243]
244
245[[package]]
246name = "futures-channel"
247version = "0.3.1"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249dependencies = [
250 "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
251 "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
252]
253
254[[package]]
255name = "futures-core"
256version = "0.3.1"
257source = "registry+https://github.com/rust-lang/crates.io-index"
258
259[[package]]
260name = "futures-executor"
261version = "0.3.1"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263dependencies = [
264 "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
265 "futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
266 "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
267]
268
269[[package]]
270name = "futures-io"
271version = "0.3.1"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273
274[[package]]
275name = "futures-macro"
276version = "0.3.1"
277source = "registry+https://github.com/rust-lang/crates.io-index"
278dependencies = [
279 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
280 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
281 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
282 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
283]
284
285[[package]]
286name = "futures-sink"
287version = "0.3.1"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289
290[[package]]
291name = "futures-task"
292version = "0.3.1"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294
295[[package]]
296name = "futures-util"
297version = "0.3.1"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299dependencies = [
300 "futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
301 "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
302 "futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
303 "futures-macro 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
304 "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
305 "futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
306 "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
307 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
308 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
309 "proc-macro-nested 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
310 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
311]
312
313[[package]]
Chirantan Ekbotea79073a2018-06-22 19:00:30 -0700314name = "getopts"
paulhsiab6d842f2019-01-18 20:00:36 +0800315version = "0.2.18"
Chirantan Ekbotea79073a2018-06-22 19:00:30 -0700316source = "registry+https://github.com/rust-lang/crates.io-index"
paulhsiab6d842f2019-01-18 20:00:36 +0800317dependencies = [
318 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
319]
Chirantan Ekbotea79073a2018-06-22 19:00:30 -0700320
321[[package]]
Zach Reizner6f685432018-04-25 17:49:56 -0700322name = "gpu_buffer"
323version = "0.1.0"
324dependencies = [
325 "data_model 0.1.0",
David Reveman52ba4e52018-04-22 21:42:09 -0400326 "sys_util 0.1.0",
Zach Reizner6f685432018-04-25 17:49:56 -0700327]
328
329[[package]]
Zach Reizner20d71f82018-05-03 13:19:37 -0700330name = "gpu_display"
331version = "0.1.0"
332dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800333 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reizner20d71f82018-05-03 13:19:37 -0700334 "data_model 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800335 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Noah Gold7898b802019-12-17 10:07:11 -0800336 "linux_input_sys 0.1.0",
Zach Reizner20d71f82018-05-03 13:19:37 -0700337 "sys_util 0.1.0",
338]
339
340[[package]]
Zach Reiznerf40bb192018-05-03 16:58:27 -0700341name = "gpu_renderer"
342version = "0.1.0"
343dependencies = [
344 "data_model 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800345 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerf40bb192018-05-03 16:58:27 -0700346 "sys_util 0.1.0",
347]
348
349[[package]]
Colin Downs-Razouk43b1bc82020-04-30 15:48:47 -0700350name = "hypervisor"
351version = "0.1.0"
352dependencies = [
Colin Downs-Razoukc31a7b92020-05-04 10:45:55 -0700353 "bit_field 0.1.0",
354 "enumn 0.1.0",
Daniel Verkamp56520c22020-05-19 11:23:22 -0700355 "kvm 0.1.0",
Colin Downs-Razouk43b1bc82020-04-30 15:48:47 -0700356 "kvm_sys 0.1.0",
357 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Daniel Verkampa81bb0b2020-05-21 15:19:49 -0700358 "sync 0.1.0",
Colin Downs-Razouk43b1bc82020-04-30 15:48:47 -0700359 "sys_util 0.1.0",
360]
361
362[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700363name = "io_jail"
364version = "0.1.0"
365dependencies = [
Stephen Barber8ee09732018-11-26 18:03:14 -0800366 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Daniel Verkamp2dae5672020-02-18 10:31:20 -0800367 "minijail-sys 0.0.11",
Zach Reiznerab839e22017-09-19 17:48:41 -0700368]
369
370[[package]]
Sonny Rao6cc352f2018-02-01 17:49:01 -0800371name = "kernel_cmdline"
372version = "0.1.0"
373dependencies = [
Stephen Barber8ee09732018-11-26 18:03:14 -0800374 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Sonny Rao6cc352f2018-02-01 17:49:01 -0800375]
376
377[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700378name = "kernel_loader"
379version = "0.1.0"
380dependencies = [
Stephen Barber8ee09732018-11-26 18:03:14 -0800381 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700382 "sys_util 0.1.0",
383]
384
385[[package]]
386name = "kvm"
387version = "0.1.0"
388dependencies = [
Gurchetan Singhbf433ea2018-10-31 17:31:46 -0700389 "data_model 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700390 "kvm_sys 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800391 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wange13b1802018-10-03 13:04:47 -0700392 "msg_socket 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700393 "sys_util 0.1.0",
394]
395
396[[package]]
397name = "kvm_sys"
398version = "0.1.0"
399dependencies = [
Stephen Barber8ee09732018-11-26 18:03:14 -0800400 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700401 "sys_util 0.1.0",
402]
403
404[[package]]
405name = "libc"
Stephen Barber8ee09732018-11-26 18:03:14 -0800406version = "0.2.44"
Zach Reiznerab839e22017-09-19 17:48:41 -0700407source = "registry+https://github.com/rust-lang/crates.io-index"
408
409[[package]]
paulhsiaf052cfe2019-01-22 15:22:25 +0800410name = "libcras"
411version = "0.1.0"
412dependencies = [
413 "audio_streams 0.1.0",
414 "cras-sys 0.1.0",
415 "data_model 0.1.0",
416 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
417 "sys_util 0.1.0",
418]
419
420[[package]]
Keiichi Watanabe57df6a02019-12-06 22:24:40 +0900421name = "libvda"
422version = "0.1.0"
423dependencies = [
424 "enumn 0.1.0",
425 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
426 "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
427]
428
429[[package]]
Noah Gold7898b802019-12-17 10:07:11 -0800430name = "linux_input_sys"
431version = "0.1.0"
432dependencies = [
433 "data_model 0.1.0",
434 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
435 "sys_util 0.1.0",
436]
437
438[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800439name = "log"
paulhsiab6d842f2019-01-18 20:00:36 +0800440version = "0.4.5"
Zach Reiznere0983c72018-01-16 17:35:27 -0800441source = "registry+https://github.com/rust-lang/crates.io-index"
442dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800443 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznere0983c72018-01-16 17:35:27 -0800444]
445
446[[package]]
Dylan Reid72ccaef2020-01-13 01:59:25 -0800447name = "memchr"
448version = "2.3.0"
449source = "registry+https://github.com/rust-lang/crates.io-index"
450
451[[package]]
Daniel Verkamp2dae5672020-02-18 10:31:20 -0800452name = "minijail-sys"
453version = "0.0.11"
454dependencies = [
455 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
456 "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
457]
458
459[[package]]
Jingkui Wangf5d565d2018-09-27 10:41:11 -0700460name = "msg_on_socket_derive"
461version = "0.1.0"
462dependencies = [
Dylan Reid672559f2020-01-28 12:31:15 -0800463 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
464 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
465 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wangf5d565d2018-09-27 10:41:11 -0700466]
467
468[[package]]
469name = "msg_socket"
470version = "0.1.0"
471dependencies = [
Dylan Reid72ccaef2020-01-13 01:59:25 -0800472 "cros_async 0.1.0",
Jingkui Wangf5d565d2018-09-27 10:41:11 -0700473 "data_model 0.1.0",
Dylan Reid72ccaef2020-01-13 01:59:25 -0800474 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
475 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wangf5d565d2018-09-27 10:41:11 -0700476 "msg_on_socket_derive 0.1.0",
Zach Reizner8b3ee412020-03-25 01:16:38 -0700477 "sync 0.1.0",
Jingkui Wangf5d565d2018-09-27 10:41:11 -0700478 "sys_util 0.1.0",
479]
480
481[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700482name = "net_sys"
483version = "0.1.0"
484dependencies = [
485 "sys_util 0.1.0",
486]
487
488[[package]]
489name = "net_util"
490version = "0.1.0"
491dependencies = [
Stephen Barber6cb2a932019-10-25 13:13:18 +0200492 "data_model 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800493 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700494 "net_sys 0.1.0",
495 "sys_util 0.1.0",
496]
497
498[[package]]
David Tolnayde6b29a2018-12-20 11:49:46 -0800499name = "num_cpus"
500version = "1.9.0"
501source = "registry+https://github.com/rust-lang/crates.io-index"
502dependencies = [
503 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
504]
505
506[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700507name = "p9"
508version = "0.1.0"
509dependencies = [
Stephen Barber8ee09732018-11-26 18:03:14 -0800510 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700511 "wire_format_derive 0.1.0",
512]
513
514[[package]]
Dylan Reid72ccaef2020-01-13 01:59:25 -0800515name = "paste"
516version = "0.1.6"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518dependencies = [
519 "paste-impl 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
520 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
521]
522
523[[package]]
524name = "paste-impl"
525version = "0.1.6"
526source = "registry+https://github.com/rust-lang/crates.io-index"
527dependencies = [
528 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
529 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
530 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
531 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
532]
533
534[[package]]
535name = "pin-utils"
536version = "0.1.0-alpha.4"
537source = "registry+https://github.com/rust-lang/crates.io-index"
538
539[[package]]
Jingkui Wang33e08312018-11-02 00:27:48 -0700540name = "pkg-config"
541version = "0.3.11"
542source = "registry+https://github.com/rust-lang/crates.io-index"
543
544[[package]]
Zach Reizner25c6bc12018-02-27 22:22:35 -0800545name = "poll_token_derive"
546version = "0.1.0"
David Tolnayd4d9c262018-12-05 20:36:49 -0800547dependencies = [
Dylan Reid672559f2020-01-28 12:31:15 -0800548 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
549 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
550 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnayd4d9c262018-12-05 20:36:49 -0800551]
Zach Reizner25c6bc12018-02-27 22:22:35 -0800552
553[[package]]
Dylan Reid72ccaef2020-01-13 01:59:25 -0800554name = "proc-macro-hack"
555version = "0.5.11"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700556source = "registry+https://github.com/rust-lang/crates.io-index"
557dependencies = [
Dylan Reid72ccaef2020-01-13 01:59:25 -0800558 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
559 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
560 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700561]
562
563[[package]]
Dylan Reid72ccaef2020-01-13 01:59:25 -0800564name = "proc-macro-nested"
565version = "0.1.3"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567
568[[package]]
Dylan Reid672559f2020-01-28 12:31:15 -0800569name = "proc-macro2"
570version = "1.0.8"
571source = "registry+https://github.com/rust-lang/crates.io-index"
572dependencies = [
573 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
574]
575
576[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800577name = "protobuf"
Daniel Verkamp187fd022019-10-18 14:18:59 -0700578version = "2.8.1"
Zach Reiznere0983c72018-01-16 17:35:27 -0800579source = "registry+https://github.com/rust-lang/crates.io-index"
580
581[[package]]
David Tolnayfd67ec52019-04-10 17:59:15 -0700582name = "protobuf-codegen"
Daniel Verkamp187fd022019-10-18 14:18:59 -0700583version = "2.8.1"
David Tolnayfd67ec52019-04-10 17:59:15 -0700584source = "registry+https://github.com/rust-lang/crates.io-index"
585dependencies = [
Daniel Verkamp187fd022019-10-18 14:18:59 -0700586 "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnayfd67ec52019-04-10 17:59:15 -0700587]
588
589[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800590name = "protoc"
Daniel Verkamp187fd022019-10-18 14:18:59 -0700591version = "2.8.1"
Zach Reiznere0983c72018-01-16 17:35:27 -0800592source = "registry+https://github.com/rust-lang/crates.io-index"
593dependencies = [
paulhsiab6d842f2019-01-18 20:00:36 +0800594 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznere0983c72018-01-16 17:35:27 -0800595]
596
597[[package]]
598name = "protoc-rust"
Daniel Verkamp187fd022019-10-18 14:18:59 -0700599version = "2.8.1"
Zach Reiznere0983c72018-01-16 17:35:27 -0800600source = "registry+https://github.com/rust-lang/crates.io-index"
601dependencies = [
Daniel Verkamp187fd022019-10-18 14:18:59 -0700602 "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
603 "protobuf-codegen 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
604 "protoc 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnayfd67ec52019-04-10 17:59:15 -0700605 "tempfile 3.0.7",
Zach Reiznere0983c72018-01-16 17:35:27 -0800606]
607
608[[package]]
David Tolnay1aca8b72019-04-05 11:56:44 -0700609name = "protos"
610version = "0.1.0"
611dependencies = [
David Tolnay65928af2019-04-05 20:34:50 -0700612 "kvm_sys 0.1.0",
Daniel Verkamp187fd022019-10-18 14:18:59 -0700613 "protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
614 "protoc-rust 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay1aca8b72019-04-05 11:56:44 -0700615]
616
617[[package]]
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800618name = "qcow_utils"
619version = "0.1.0"
620dependencies = [
Cody Schuffelen7d533e52019-07-02 16:54:05 -0700621 "disk 0.1.0",
paulhsiab6d842f2019-01-18 20:00:36 +0800622 "getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
Stephen Barber8ee09732018-11-26 18:03:14 -0800623 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidcd9f86b2018-09-04 17:26:37 -0700624 "sys_util 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800625]
626
627[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700628name = "quote"
Dylan Reid672559f2020-01-28 12:31:15 -0800629version = "1.0.2"
630source = "registry+https://github.com/rust-lang/crates.io-index"
631dependencies = [
632 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
633]
634
635[[package]]
Daniel Prilik22006042019-01-14 14:19:04 -0800636name = "rand_ish"
637version = "0.1.0"
Zach Reiznere0983c72018-01-16 17:35:27 -0800638
639[[package]]
David Tolnay3df35522019-03-11 12:36:30 -0700640name = "remain"
Dylan Reid72ccaef2020-01-13 01:59:25 -0800641version = "0.2.1"
David Tolnay3df35522019-03-11 12:36:30 -0700642source = "registry+https://github.com/rust-lang/crates.io-index"
643dependencies = [
Dylan Reid72ccaef2020-01-13 01:59:25 -0800644 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
645 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
646 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
David Tolnay3df35522019-03-11 12:36:30 -0700647]
648
649[[package]]
Dylan Reiddea77ce2018-05-23 12:59:11 -0700650name = "resources"
651version = "0.1.0"
652dependencies = [
Dylan Reid228e4a62018-06-07 15:42:41 -0700653 "gpu_buffer 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800654 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wange13b1802018-10-03 13:04:47 -0700655 "msg_socket 0.1.0",
Dylan Reid473ae272018-05-30 18:09:59 -0700656 "sys_util 0.1.0",
Dylan Reiddea77ce2018-05-23 12:59:11 -0700657]
658
659[[package]]
Dylan Reid72ccaef2020-01-13 01:59:25 -0800660name = "slab"
661version = "0.4.2"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700662source = "registry+https://github.com/rust-lang/crates.io-index"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700663
664[[package]]
Dylan Reid672559f2020-01-28 12:31:15 -0800665name = "syn"
666version = "1.0.14"
667source = "registry+https://github.com/rust-lang/crates.io-index"
668dependencies = [
669 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
670 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
671 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
672]
673
674[[package]]
David Tolnay1d4d44a2018-12-03 23:37:46 -0800675name = "sync"
676version = "0.1.0"
677
678[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700679name = "sys_util"
680version = "0.1.0"
681dependencies = [
682 "data_model 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800683 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reizner25c6bc12018-02-27 22:22:35 -0800684 "poll_token_derive 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -0800685 "sync 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700686 "syscall_defines 0.1.0",
David Tolnaye33b55c2019-04-17 21:09:41 -0700687 "tempfile 3.0.7",
Zach Reiznerab839e22017-09-19 17:48:41 -0700688]
689
690[[package]]
691name = "syscall_defines"
692version = "0.1.0"
693
694[[package]]
David Tolnayfd67ec52019-04-10 17:59:15 -0700695name = "tempfile"
696version = "3.0.7"
Zach Reiznere0983c72018-01-16 17:35:27 -0800697dependencies = [
Daniel Verkampda524682019-06-13 19:36:08 -0700698 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznere0983c72018-01-16 17:35:27 -0800699]
700
701[[package]]
David Tolnayde6b29a2018-12-20 11:49:46 -0800702name = "tpm2"
703version = "0.1.0"
704dependencies = [
705 "tpm2-sys 0.1.0",
706]
707
708[[package]]
709name = "tpm2-sys"
710version = "0.1.0"
711dependencies = [
712 "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
713 "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
714]
715
716[[package]]
paulhsiab6d842f2019-01-18 20:00:36 +0800717name = "unicode-width"
718version = "0.1.5"
719source = "registry+https://github.com/rust-lang/crates.io-index"
720
721[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700722name = "unicode-xid"
Dylan Reid672559f2020-01-28 12:31:15 -0800723version = "0.2.0"
724source = "registry+https://github.com/rust-lang/crates.io-index"
725
726[[package]]
Daniel Verkamp64941172019-07-09 17:21:54 -0700727name = "usb_sys"
728version = "0.1.0"
729dependencies = [
730 "sys_util 0.1.0",
731]
732
733[[package]]
Jingkui Wang33e08312018-11-02 00:27:48 -0700734name = "usb_util"
735version = "0.1.0"
736dependencies = [
David Tolnay088e7f32018-12-07 11:32:09 -0800737 "assertions 0.1.0",
Jingkui Wang33e08312018-11-02 00:27:48 -0700738 "data_model 0.1.0",
Daniel Verkamp64941172019-07-09 17:21:54 -0700739 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid72ccaef2020-01-13 01:59:25 -0800740 "remain 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Daniel Verkamp64941172019-07-09 17:21:54 -0700741 "sys_util 0.1.0",
742 "usb_sys 0.1.0",
Jingkui Wang33e08312018-11-02 00:27:48 -0700743]
744
745[[package]]
Xiong Zhang9628f612019-04-23 17:14:43 +0800746name = "vfio_sys"
747version = "0.1.0"
748dependencies = [
749 "sys_util 0.1.0",
750]
751
752[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700753name = "vhost"
754version = "0.1.0"
755dependencies = [
David Tolnay4b292af2019-04-12 16:57:48 -0700756 "assertions 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800757 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700758 "net_util 0.1.0",
759 "sys_util 0.1.0",
760 "virtio_sys 0.1.0",
761]
762
763[[package]]
764name = "virtio_sys"
765version = "0.1.0"
766dependencies = [
767 "sys_util 0.1.0",
768]
769
770[[package]]
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700771name = "vm_control"
772version = "0.1.0"
773dependencies = [
774 "data_model 0.1.0",
775 "kvm 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800776 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Jingkui Wange13b1802018-10-03 13:04:47 -0700777 "msg_socket 0.1.0",
Dylan Reidef7352f2018-05-17 18:47:11 -0700778 "resources 0.1.0",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700779 "sys_util 0.1.0",
780]
781
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800782[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700783name = "wire_format_derive"
784version = "0.1.0"
785dependencies = [
Dylan Reid672559f2020-01-28 12:31:15 -0800786 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
787 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
788 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700789]
790
791[[package]]
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800792name = "x86_64"
793version = "0.1.0"
794dependencies = [
Chuanxiao Dong020fbf02020-02-27 13:58:26 +0800795 "acpi_tables 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -0800796 "arch 0.1.0",
David Tolnay4b292af2019-04-12 16:57:48 -0700797 "assertions 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800798 "data_model 0.1.0",
Sonny Rao43724a22018-02-01 15:52:58 -0800799 "devices 0.1.0",
Daniel Verkamp56f283b2018-10-05 11:40:59 -0700800 "io_jail 0.1.0",
Sonny Rao43724a22018-02-01 15:52:58 -0800801 "kernel_cmdline 0.1.0",
802 "kernel_loader 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800803 "kvm 0.1.0",
804 "kvm_sys 0.1.0",
Stephen Barber8ee09732018-11-26 18:03:14 -0800805 "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid72ccaef2020-01-13 01:59:25 -0800806 "remain 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidef7352f2018-05-17 18:47:11 -0700807 "resources 0.1.0",
David Tolnay1d4d44a2018-12-03 23:37:46 -0800808 "sync 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800809 "sys_util 0.1.0",
Zhuocheng Dingf2e90bf2019-12-02 15:50:20 +0800810 "vm_control 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800811]
812
Zach Reiznerab839e22017-09-19 17:48:41 -0700813[metadata]
Chirantan Ekbote99e6a6f2019-07-17 10:48:02 +0900814"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
paulhsiab6d842f2019-01-18 20:00:36 +0800815"checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16"
816"checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3"
Dylan Reid72ccaef2020-01-13 01:59:25 -0800817"checksum futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b6f16056ecbb57525ff698bb955162d0cd03bee84e6241c27ff75c08d8ca5987"
818"checksum futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fcae98ca17d102fd8a3603727b9259fcf7fa4239b603d2142926189bc8999b86"
819"checksum futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "79564c427afefab1dfb3298535b21eda083ef7935b4f0ecbfcb121f0aec10866"
820"checksum futures-executor 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1e274736563f686a837a0568b478bdabfeaec2dca794b5649b04e2fe1627c231"
821"checksum futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e676577d229e70952ab25f3945795ba5b16d63ca794ca9d2c860e5595d20b5ff"
822"checksum futures-macro 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "52e7c56c15537adb4f76d0b7a76ad131cb4d2f4f32d3b0bcabcbe1c7c5e87764"
823"checksum futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "171be33efae63c2d59e6dbba34186fe0d6394fb378069a76dfd80fdcffd43c16"
824"checksum futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0bae52d6b29cf440e298856fec3965ee6fa71b06aa7495178615953fd669e5f9"
825"checksum futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c0d66274fb76985d3c62c886d1da7ac4c0903a8c9f754e8fe0f35a6a6cc39e76"
paulhsiab6d842f2019-01-18 20:00:36 +0800826"checksum getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "0a7292d30132fb5424b354f5dc02512a86e4c516fe544bb7a25e7f266951b797"
Stephen Barber8ee09732018-11-26 18:03:14 -0800827"checksum libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)" = "10923947f84a519a45c8fefb7dd1b3e8c08747993381adee176d7a82b4195311"
paulhsiab6d842f2019-01-18 20:00:36 +0800828"checksum log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fcce5fa49cc693c312001daf1d13411c4a5283796bac1084299ea3e567113f"
Dylan Reid72ccaef2020-01-13 01:59:25 -0800829"checksum memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3197e20c7edb283f87c071ddfc7a2cca8f8e0b888c242959846a6fce03c72223"
David Tolnayde6b29a2018-12-20 11:49:46 -0800830"checksum num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a69d464bdc213aaaff628444e99578ede64e9c854025aa43b9796530afa9238"
Dylan Reid72ccaef2020-01-13 01:59:25 -0800831"checksum paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "423a519e1c6e828f1e73b720f9d9ed2fa643dce8a7737fb43235ce0b41eeaa49"
832"checksum paste-impl 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4214c9e912ef61bf42b81ba9a47e8aad1b2ffaf739ab162bf96d1e011f54e6c5"
833"checksum pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587"
Jingkui Wang33e08312018-11-02 00:27:48 -0700834"checksum pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "110d5ee3593dbb73f56294327fe5668bcc997897097cbc76b51e7aed3f52452f"
Dylan Reid72ccaef2020-01-13 01:59:25 -0800835"checksum proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5"
836"checksum proc-macro-nested 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "369a6ed065f249a159e06c45752c780bda2fb53c995718f9e484d08daa9eb42e"
Dylan Reid672559f2020-01-28 12:31:15 -0800837"checksum proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3acb317c6ff86a4e579dfa00fc5e6cca91ecbb4e7eb2df0468805b674eb88548"
Daniel Verkamp187fd022019-10-18 14:18:59 -0700838"checksum protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40361836defdd5871ff7e84096c6f6444af7fc157f8ef1789f54f147687caa20"
839"checksum protobuf-codegen 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "12c6abd78435445fc86898ebbd0521a68438063d4a73e23527b7134e6bf58b4a"
840"checksum protoc 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3998c4bc0af8ccbd3cc68245ee9f72663c5ae2fb78bc48ff7719aef11562edea"
841"checksum protoc-rust 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "234c97039c32bb58a883d0deafa57db37e59428ce536f3bdfe1c46cffec04113"
Dylan Reid672559f2020-01-28 12:31:15 -0800842"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
Dylan Reid72ccaef2020-01-13 01:59:25 -0800843"checksum remain 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "99c861227fc40c8da6fdaa3d58144ac84c0537080a43eb1d7d45c28f88dcb888"
844"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
Dylan Reid672559f2020-01-28 12:31:15 -0800845"checksum syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "af6f3550d8dff9ef7dc34d384ac6f107e5d31c8f57d9f28e0081503f547ac8f5"
paulhsiab6d842f2019-01-18 20:00:36 +0800846"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
Dylan Reid672559f2020-01-28 12:31:15 -0800847"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"