blob: 8cd837498729da00a31e1c1f8c6908510e47053c [file] [log] [blame]
Zach Reiznere0983c72018-01-16 17:35:27 -08001[[package]]
Chirantan Ekbotea79073a2018-06-22 19:00:30 -07002name = "9s"
3version = "0.1.0"
4dependencies = [
5 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
6 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
7 "p9 0.1.0",
8 "sys_util 0.1.0",
9]
10
11[[package]]
Sonny Rao2ffa0cb2018-02-26 17:27:40 -080012name = "aarch64"
13version = "0.1.0"
14dependencies = [
15 "arch 0.1.0",
16 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
17 "data_model 0.1.0",
Sonny Rao2ffa0cb2018-02-26 17:27:40 -080018 "devices 0.1.0",
19 "kernel_cmdline 0.1.0",
20 "kvm 0.1.0",
21 "kvm_sys 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -070022 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidef7352f2018-05-17 18:47:11 -070023 "resources 0.1.0",
Sonny Rao2ffa0cb2018-02-26 17:27:40 -080024 "sys_util 0.1.0",
25]
26
27[[package]]
Sonny Raoed517d12018-02-13 22:09:43 -080028name = "arch"
29version = "0.1.0"
30dependencies = [
Sonny Raoed517d12018-02-13 22:09:43 -080031 "devices 0.1.0",
Dylan Reid059a1882018-07-23 17:58:09 -070032 "io_jail 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -080033 "kernel_cmdline 0.1.0",
34 "kvm 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -070035 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidef7352f2018-05-17 18:47:11 -070036 "resources 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -080037 "sys_util 0.1.0",
38]
39
40[[package]]
Jingkui Wang8cad7512018-05-22 11:22:13 -070041name = "bit_field"
42version = "0.1.0"
43dependencies = [
44 "bit_field_derive 0.1.0",
45]
46
47[[package]]
48name = "bit_field_derive"
49version = "0.1.0"
50dependencies = [
51 "proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
52 "quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
53 "syn 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
54]
55
56[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -080057name = "bitflags"
58version = "1.0.1"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60
Dylan Reid939d5882017-11-08 17:33:46 -080061[[package]]
62name = "byteorder"
63version = "1.1.0"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65
66[[package]]
Manoj Guptad8f10af2018-05-18 11:33:19 -070067name = "cc"
68version = "1.0.15"
69source = "registry+https://github.com/rust-lang/crates.io-index"
70
71[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -080072name = "cfg-if"
73version = "0.1.2"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75
76[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -070077name = "crosvm"
78version = "0.1.0"
79dependencies = [
Sonny Rao2ffa0cb2018-02-26 17:27:40 -080080 "aarch64 0.1.0",
Sonny Raoed517d12018-02-13 22:09:43 -080081 "arch 0.1.0",
Jingkui Wang8cad7512018-05-22 11:22:13 -070082 "bit_field 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070083 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Dmitry Torokhov65835762018-07-26 14:44:50 -070084 "crosvm_plugin 0.16.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070085 "data_model 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -070086 "devices 0.1.0",
Zach Reizner6f685432018-04-25 17:49:56 -070087 "gpu_buffer 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070088 "io_jail 0.1.0",
Sonny Rao6cc352f2018-02-01 17:49:01 -080089 "kernel_cmdline 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -070090 "kernel_loader 0.1.0",
91 "kvm 0.1.0",
Zach Reizner8864cb02018-01-16 17:59:03 -080092 "kvm_sys 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -070093 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Jason D. Clinton865323d2017-09-27 22:04:03 -060094 "net_util 0.1.0",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -070095 "p9 0.1.0",
Dmitry Torokhov65835762018-07-26 14:44:50 -070096 "plugin_proto 0.16.0",
Zach Reizner8864cb02018-01-16 17:59:03 -080097 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid76968702017-12-13 09:09:40 -080098 "qcow 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -080099 "qcow_utils 0.1.0",
Zach Reizner8864cb02018-01-16 17:59:03 -0800100 "rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reiddea77ce2018-05-23 12:59:11 -0700101 "resources 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700102 "sys_util 0.1.0",
Jason D. Clinton865323d2017-09-27 22:04:03 -0600103 "vhost 0.1.0",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700104 "vm_control 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700105 "x86_64 0.1.0",
106]
107
108[[package]]
Zach Reiznerde01b8b2018-01-16 17:44:54 -0800109name = "crosvm_plugin"
Dmitry Torokhov65835762018-07-26 14:44:50 -0700110version = "0.16.0"
Zach Reiznerde01b8b2018-01-16 17:44:54 -0800111dependencies = [
112 "kvm 0.1.0",
113 "kvm_sys 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700114 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dmitry Torokhov65835762018-07-26 14:44:50 -0700115 "plugin_proto 0.16.0",
Zach Reiznerde01b8b2018-01-16 17:44:54 -0800116 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
117 "sys_util 0.1.0",
118]
119
120[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700121name = "data_model"
122version = "0.1.0"
123
124[[package]]
Dylan Reidd169a8d2017-10-06 15:26:46 -0700125name = "devices"
126version = "0.1.0"
127dependencies = [
128 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
129 "data_model 0.1.0",
Zach Reizner3a8100a2017-09-13 19:15:43 -0700130 "gpu_buffer 0.1.0",
131 "gpu_display 0.1.0",
132 "gpu_renderer 0.1.0",
Dylan Reidb3bfbde2017-10-13 13:18:00 -0700133 "io_jail 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700134 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700135 "net_sys 0.1.0",
136 "net_util 0.1.0",
Chirantan Ekboteebd56812018-04-16 19:32:04 -0700137 "p9 0.1.0",
Dylan Reid228e4a62018-06-07 15:42:41 -0700138 "resources 0.1.0",
Dylan Reidd169a8d2017-10-06 15:26:46 -0700139 "sys_util 0.1.0",
140 "vhost 0.1.0",
141 "virtio_sys 0.1.0",
142 "vm_control 0.1.0",
143]
144
145[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800146name = "fuchsia-zircon"
147version = "0.3.3"
148source = "registry+https://github.com/rust-lang/crates.io-index"
149dependencies = [
150 "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
151 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
152]
153
154[[package]]
155name = "fuchsia-zircon-sys"
156version = "0.3.3"
157source = "registry+https://github.com/rust-lang/crates.io-index"
158
159[[package]]
Chirantan Ekbotea79073a2018-06-22 19:00:30 -0700160name = "getopts"
161version = "0.2.17"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163
164[[package]]
Zach Reizner6f685432018-04-25 17:49:56 -0700165name = "gpu_buffer"
166version = "0.1.0"
167dependencies = [
168 "data_model 0.1.0",
David Reveman52ba4e52018-04-22 21:42:09 -0400169 "sys_util 0.1.0",
Zach Reizner6f685432018-04-25 17:49:56 -0700170]
171
172[[package]]
Zach Reizner20d71f82018-05-03 13:19:37 -0700173name = "gpu_display"
174version = "0.1.0"
175dependencies = [
176 "cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
177 "data_model 0.1.0",
178 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
179 "sys_util 0.1.0",
180]
181
182[[package]]
Zach Reiznerf40bb192018-05-03 16:58:27 -0700183name = "gpu_renderer"
184version = "0.1.0"
185dependencies = [
186 "data_model 0.1.0",
187 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
188 "sys_util 0.1.0",
189]
190
191[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700192name = "io_jail"
193version = "0.1.0"
194dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700195 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700196]
197
198[[package]]
Sonny Rao6cc352f2018-02-01 17:49:01 -0800199name = "kernel_cmdline"
200version = "0.1.0"
201dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700202 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Sonny Rao6cc352f2018-02-01 17:49:01 -0800203]
204
205[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700206name = "kernel_loader"
207version = "0.1.0"
208dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700209 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700210 "sys_util 0.1.0",
211]
212
213[[package]]
214name = "kvm"
215version = "0.1.0"
216dependencies = [
217 "kvm_sys 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700218 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700219 "sys_util 0.1.0",
220]
221
222[[package]]
223name = "kvm_sys"
224version = "0.1.0"
225dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700226 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700227 "sys_util 0.1.0",
228]
229
230[[package]]
231name = "libc"
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700232version = "0.2.40"
Zach Reiznerab839e22017-09-19 17:48:41 -0700233source = "registry+https://github.com/rust-lang/crates.io-index"
234
235[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800236name = "log"
237version = "0.4.1"
238source = "registry+https://github.com/rust-lang/crates.io-index"
239dependencies = [
240 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
241]
242
243[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700244name = "net_sys"
245version = "0.1.0"
246dependencies = [
247 "sys_util 0.1.0",
248]
249
250[[package]]
251name = "net_util"
252version = "0.1.0"
253dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700254 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700255 "net_sys 0.1.0",
256 "sys_util 0.1.0",
257]
258
259[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700260name = "p9"
261version = "0.1.0"
262dependencies = [
Chirantan Ekboteb6576032018-04-04 18:16:43 -0700263 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700264 "wire_format_derive 0.1.0",
265]
266
267[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800268name = "plugin_proto"
Dmitry Torokhov65835762018-07-26 14:44:50 -0700269version = "0.16.0"
Zach Reiznere0983c72018-01-16 17:35:27 -0800270dependencies = [
Manoj Guptad8f10af2018-05-18 11:33:19 -0700271 "cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
Dmitry Torokhovcd6a1872018-02-27 15:53:12 -0800272 "kvm_sys 0.1.0",
Zach Reiznere0983c72018-01-16 17:35:27 -0800273 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
274 "protoc-rust 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
275]
276
277[[package]]
Zach Reizner25c6bc12018-02-27 22:22:35 -0800278name = "poll_token_derive"
279version = "0.1.0"
280
281[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700282name = "proc-macro2"
283version = "0.2.3"
284source = "registry+https://github.com/rust-lang/crates.io-index"
285dependencies = [
286 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
287]
288
289[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800290name = "protobuf"
291version = "1.4.3"
292source = "registry+https://github.com/rust-lang/crates.io-index"
293
294[[package]]
295name = "protoc"
296version = "1.4.3"
297source = "registry+https://github.com/rust-lang/crates.io-index"
298dependencies = [
299 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
300]
301
302[[package]]
303name = "protoc-rust"
304version = "1.4.3"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306dependencies = [
307 "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
308 "protoc 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
309 "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
310]
311
312[[package]]
Dylan Reid76968702017-12-13 09:09:40 -0800313name = "qcow"
314version = "0.1.0"
315dependencies = [
316 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700317 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid76968702017-12-13 09:09:40 -0800318 "sys_util 0.1.0",
319]
320
321[[package]]
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800322name = "qcow_utils"
323version = "0.1.0"
324dependencies = [
Dylan Reidcd9f86b2018-09-04 17:26:37 -0700325 "getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700326 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800327 "qcow 0.1.0",
Dylan Reidcd9f86b2018-09-04 17:26:37 -0700328 "sys_util 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800329]
330
331[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700332name = "quote"
333version = "0.4.2"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335dependencies = [
336 "proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
337]
338
339[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800340name = "rand"
341version = "0.3.20"
342source = "registry+https://github.com/rust-lang/crates.io-index"
343dependencies = [
344 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700345 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznere0983c72018-01-16 17:35:27 -0800346]
347
348[[package]]
Dylan Reiddea77ce2018-05-23 12:59:11 -0700349name = "resources"
350version = "0.1.0"
351dependencies = [
352 "data_model 0.1.0",
Dylan Reid228e4a62018-06-07 15:42:41 -0700353 "gpu_buffer 0.1.0",
354 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid473ae272018-05-30 18:09:59 -0700355 "sys_util 0.1.0",
Dylan Reiddea77ce2018-05-23 12:59:11 -0700356]
357
358[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700359name = "syn"
360version = "0.12.15"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362dependencies = [
363 "proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
364 "quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
365 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
366]
367
368[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700369name = "sys_util"
370version = "0.1.0"
371dependencies = [
372 "data_model 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700373 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reizner25c6bc12018-02-27 22:22:35 -0800374 "poll_token_derive 0.1.0",
Zach Reiznerab839e22017-09-19 17:48:41 -0700375 "syscall_defines 0.1.0",
376]
377
378[[package]]
379name = "syscall_defines"
380version = "0.1.0"
381
382[[package]]
Zach Reiznere0983c72018-01-16 17:35:27 -0800383name = "tempdir"
384version = "0.3.5"
385source = "registry+https://github.com/rust-lang/crates.io-index"
386dependencies = [
387 "rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
388]
389
390[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700391name = "unicode-xid"
392version = "0.1.0"
393source = "registry+https://github.com/rust-lang/crates.io-index"
394
395[[package]]
Zach Reiznerab839e22017-09-19 17:48:41 -0700396name = "vhost"
397version = "0.1.0"
398dependencies = [
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700399 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Zach Reiznerab839e22017-09-19 17:48:41 -0700400 "net_util 0.1.0",
401 "sys_util 0.1.0",
402 "virtio_sys 0.1.0",
403]
404
405[[package]]
406name = "virtio_sys"
407version = "0.1.0"
408dependencies = [
409 "sys_util 0.1.0",
410]
411
412[[package]]
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700413name = "vm_control"
414version = "0.1.0"
415dependencies = [
Dylan Reidd4432042017-12-06 18:20:09 -0800416 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700417 "data_model 0.1.0",
418 "kvm 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700419 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidef7352f2018-05-17 18:47:11 -0700420 "resources 0.1.0",
Dylan Reid94bf1bf2017-10-06 15:30:34 -0700421 "sys_util 0.1.0",
422]
423
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800424[[package]]
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700425name = "wire_format_derive"
426version = "0.1.0"
427dependencies = [
428 "proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
429 "quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
430 "syn 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
431]
432
433[[package]]
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800434name = "x86_64"
435version = "0.1.0"
436dependencies = [
Sonny Raoed517d12018-02-13 22:09:43 -0800437 "arch 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800438 "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Slava Malyuginac5a8db2018-07-03 21:01:03 -0700439 "cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800440 "data_model 0.1.0",
Sonny Rao43724a22018-02-01 15:52:58 -0800441 "devices 0.1.0",
442 "kernel_cmdline 0.1.0",
443 "kernel_loader 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800444 "kvm 0.1.0",
445 "kvm_sys 0.1.0",
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700446 "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
Dylan Reidef7352f2018-05-17 18:47:11 -0700447 "resources 0.1.0",
Dylan Reid6ecbbfd2018-01-18 13:39:51 -0800448 "sys_util 0.1.0",
449]
450
Zach Reiznerab839e22017-09-19 17:48:41 -0700451[metadata]
Zach Reiznere0983c72018-01-16 17:35:27 -0800452"checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf"
Zach Reiznerab839e22017-09-19 17:48:41 -0700453"checksum byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff81738b726f5d099632ceaffe7fb65b90212e8dce59d518729e7e8634032d3d"
Manoj Guptad8f10af2018-05-18 11:33:19 -0700454"checksum cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "0ebb87d1116151416c0cf66a0e3fb6430cccd120fd6300794b4dfaa050ac40ba"
Zach Reiznere0983c72018-01-16 17:35:27 -0800455"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
456"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
457"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
Chirantan Ekbotea79073a2018-06-22 19:00:30 -0700458"checksum getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "b900c08c1939860ce8b54dc6a89e26e00c04c380fd0e09796799bd7f12861e05"
Chirantan Ekbote8608eb02018-04-04 18:18:54 -0700459"checksum libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)" = "6fd41f331ac7c5b8ac259b8bf82c75c0fb2e469bbf37d2becbba9a6a2221965b"
Zach Reiznere0983c72018-01-16 17:35:27 -0800460"checksum log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700461"checksum proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cd07deb3c6d1d9ff827999c7f9b04cdfd66b1b17ae508e14fe47b620f2282ae0"
Zach Reiznere0983c72018-01-16 17:35:27 -0800462"checksum protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bec26e67194b7d991908145fdf21b7cae8b08423d96dcb9e860cd31f854b9506"
463"checksum protoc 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5379c34ea2f9c69b99e6f25f6d0e6619876195ae7a3dcaf69f66bdb6c2e4dceb"
464"checksum protoc-rust 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e211a7f56b2d020a59d483f652cfdfa6fd42e37bf544c0231e373807aa316c45"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700465"checksum quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1eca14c727ad12702eb4b6bfb5a232287dcf8385cb8ca83a3eeaf6519c44c408"
Zach Reiznere0983c72018-01-16 17:35:27 -0800466"checksum rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)" = "512870020642bb8c221bf68baa1b2573da814f6ccfe5c9699b1c303047abe9b1"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700467"checksum syn 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)" = "c97c05b8ebc34ddd6b967994d5c6e9852fa92f8b82b3858c39451f97346dcce5"
Zach Reiznere0983c72018-01-16 17:35:27 -0800468"checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6"
Chirantan Ekbote800fcb02018-03-19 16:49:53 -0700469"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"