-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathCargo.lock
490 lines (434 loc) · 21.4 KB
/
Cargo.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
[[package]]
name = "aho-corasick"
version = "0.6.8"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"memchr 2.1.0 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"winapi 0.3.6 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "atty"
version = "0.2.11"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"libc 0.2.43 (registry+https://github.com./rust-lang/crates.io-index)",
"termion 1.5.1 (registry+https://github.com./rust-lang/crates.io-index)",
"winapi 0.3.6 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "backtrace"
version = "0.3.9"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"backtrace-sys 0.1.24 (registry+https://github.com./rust-lang/crates.io-index)",
"cfg-if 0.1.5 (registry+https://github.com./rust-lang/crates.io-index)",
"libc 0.2.43 (registry+https://github.com./rust-lang/crates.io-index)",
"rustc-demangle 0.1.9 (registry+https://github.com./rust-lang/crates.io-index)",
"winapi 0.3.6 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "backtrace-sys"
version = "0.1.24"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"cc 1.0.25 (registry+https://github.com./rust-lang/crates.io-index)",
"libc 0.2.43 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "bitflags"
version = "1.0.4"
source = "registry+https://github.com./rust-lang/crates.io-index"
[[package]]
name = "byteorder"
version = "1.2.6"
source = "registry+https://github.com./rust-lang/crates.io-index"
[[package]]
name = "bytes"
version = "0.4.10"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"byteorder 1.2.6 (registry+https://github.com./rust-lang/crates.io-index)",
"iovec 0.1.2 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "cc"
version = "1.0.25"
source = "registry+https://github.com./rust-lang/crates.io-index"
[[package]]
name = "cfg-if"
version = "0.1.5"
source = "registry+https://github.com./rust-lang/crates.io-index"
[[package]]
name = "clap"
version = "2.32.0"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"ansi_term 0.11.0 (registry+https://github.com./rust-lang/crates.io-index)",
"atty 0.2.11 (registry+https://github.com./rust-lang/crates.io-index)",
"bitflags 1.0.4 (registry+https://github.com./rust-lang/crates.io-index)",
"strsim 0.7.0 (registry+https://github.com./rust-lang/crates.io-index)",
"textwrap 0.10.0 (registry+https://github.com./rust-lang/crates.io-index)",
"unicode-width 0.1.5 (registry+https://github.com./rust-lang/crates.io-index)",
"vec_map 0.8.1 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "env_logger"
version = "0.5.13"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"atty 0.2.11 (registry+https://github.com./rust-lang/crates.io-index)",
"humantime 1.1.1 (registry+https://github.com./rust-lang/crates.io-index)",
"log 0.4.5 (registry+https://github.com./rust-lang/crates.io-index)",
"regex 1.0.5 (registry+https://github.com./rust-lang/crates.io-index)",
"termcolor 1.0.4 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "error-chain"
version = "0.12.0"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"backtrace 0.3.9 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "gcc"
version = "0.3.55"
source = "registry+https://github.com./rust-lang/crates.io-index"
[[package]]
name = "glob"
version = "0.2.11"
source = "registry+https://github.com./rust-lang/crates.io-index"
[[package]]
name = "gpio-utils"
version = "0.2.0"
dependencies = [
"clap 2.32.0 (registry+https://github.com./rust-lang/crates.io-index)",
"env_logger 0.5.13 (registry+https://github.com./rust-lang/crates.io-index)",
"error-chain 0.12.0 (registry+https://github.com./rust-lang/crates.io-index)",
"glob 0.2.11 (registry+https://github.com./rust-lang/crates.io-index)",
"lazy_static 1.1.0 (registry+https://github.com./rust-lang/crates.io-index)",
"log 0.4.5 (registry+https://github.com./rust-lang/crates.io-index)",
"nix 0.11.0 (registry+https://github.com./rust-lang/crates.io-index)",
"serde 1.0.80 (registry+https://github.com./rust-lang/crates.io-index)",
"serde_derive 1.0.80 (registry+https://github.com./rust-lang/crates.io-index)",
"sysfs_gpio 0.5.3 (registry+https://github.com./rust-lang/crates.io-index)",
"toml 0.4.8 (registry+https://github.com./rust-lang/crates.io-index)",
"users 0.8.0 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "humantime"
version = "1.1.1"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"quick-error 1.2.2 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "iovec"
version = "0.1.2"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"libc 0.2.43 (registry+https://github.com./rust-lang/crates.io-index)",
"winapi 0.2.8 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "lazy_static"
version = "1.1.0"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"version_check 0.1.5 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "libc"
version = "0.2.43"
source = "registry+https://github.com./rust-lang/crates.io-index"
[[package]]
name = "log"
version = "0.4.5"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"cfg-if 0.1.5 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "memchr"
version = "2.1.0"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"cfg-if 0.1.5 (registry+https://github.com./rust-lang/crates.io-index)",
"libc 0.2.43 (registry+https://github.com./rust-lang/crates.io-index)",
"version_check 0.1.5 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "nix"
version = "0.10.0"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"bitflags 1.0.4 (registry+https://github.com./rust-lang/crates.io-index)",
"bytes 0.4.10 (registry+https://github.com./rust-lang/crates.io-index)",
"cfg-if 0.1.5 (registry+https://github.com./rust-lang/crates.io-index)",
"gcc 0.3.55 (registry+https://github.com./rust-lang/crates.io-index)",
"libc 0.2.43 (registry+https://github.com./rust-lang/crates.io-index)",
"void 1.0.2 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "nix"
version = "0.11.0"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"bitflags 1.0.4 (registry+https://github.com./rust-lang/crates.io-index)",
"cc 1.0.25 (registry+https://github.com./rust-lang/crates.io-index)",
"cfg-if 0.1.5 (registry+https://github.com./rust-lang/crates.io-index)",
"libc 0.2.43 (registry+https://github.com./rust-lang/crates.io-index)",
"void 1.0.2 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "proc-macro2"
version = "0.4.20"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"unicode-xid 0.1.0 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "quick-error"
version = "1.2.2"
source = "registry+https://github.com./rust-lang/crates.io-index"
[[package]]
name = "quote"
version = "0.6.8"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"proc-macro2 0.4.20 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "redox_syscall"
version = "0.1.40"
source = "registry+https://github.com./rust-lang/crates.io-index"
[[package]]
name = "redox_termios"
version = "0.1.1"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"redox_syscall 0.1.40 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "regex"
version = "1.0.5"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"aho-corasick 0.6.8 (registry+https://github.com./rust-lang/crates.io-index)",
"memchr 2.1.0 (registry+https://github.com./rust-lang/crates.io-index)",
"regex-syntax 0.6.2 (registry+https://github.com./rust-lang/crates.io-index)",
"thread_local 0.3.6 (registry+https://github.com./rust-lang/crates.io-index)",
"utf8-ranges 1.0.1 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "regex-syntax"
version = "0.6.2"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"ucd-util 0.1.1 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "rustc-demangle"
version = "0.1.9"
source = "registry+https://github.com./rust-lang/crates.io-index"
[[package]]
name = "serde"
version = "1.0.80"
source = "registry+https://github.com./rust-lang/crates.io-index"
[[package]]
name = "serde_derive"
version = "1.0.80"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"proc-macro2 0.4.20 (registry+https://github.com./rust-lang/crates.io-index)",
"quote 0.6.8 (registry+https://github.com./rust-lang/crates.io-index)",
"syn 0.15.12 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "strsim"
version = "0.7.0"
source = "registry+https://github.com./rust-lang/crates.io-index"
[[package]]
name = "syn"
version = "0.15.12"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"proc-macro2 0.4.20 (registry+https://github.com./rust-lang/crates.io-index)",
"quote 0.6.8 (registry+https://github.com./rust-lang/crates.io-index)",
"unicode-xid 0.1.0 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "sysfs_gpio"
version = "0.5.3"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"nix 0.10.0 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "termcolor"
version = "1.0.4"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"wincolor 1.0.1 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "termion"
version = "1.5.1"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"libc 0.2.43 (registry+https://github.com./rust-lang/crates.io-index)",
"redox_syscall 0.1.40 (registry+https://github.com./rust-lang/crates.io-index)",
"redox_termios 0.1.1 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "textwrap"
version = "0.10.0"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"unicode-width 0.1.5 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "thread_local"
version = "0.3.6"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"lazy_static 1.1.0 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "toml"
version = "0.4.8"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"serde 1.0.80 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "ucd-util"
version = "0.1.1"
source = "registry+https://github.com./rust-lang/crates.io-index"
[[package]]
name = "unicode-width"
version = "0.1.5"
source = "registry+https://github.com./rust-lang/crates.io-index"
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com./rust-lang/crates.io-index"
[[package]]
name = "users"
version = "0.8.0"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"libc 0.2.43 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "utf8-ranges"
version = "1.0.1"
source = "registry+https://github.com./rust-lang/crates.io-index"
[[package]]
name = "vec_map"
version = "0.8.1"
source = "registry+https://github.com./rust-lang/crates.io-index"
[[package]]
name = "version_check"
version = "0.1.5"
source = "registry+https://github.com./rust-lang/crates.io-index"
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com./rust-lang/crates.io-index"
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com./rust-lang/crates.io-index"
[[package]]
name = "winapi"
version = "0.3.6"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com./rust-lang/crates.io-index)",
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com./rust-lang/crates.io-index"
[[package]]
name = "winapi-util"
version = "0.1.1"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"winapi 0.3.6 (registry+https://github.com./rust-lang/crates.io-index)",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com./rust-lang/crates.io-index"
[[package]]
name = "wincolor"
version = "1.0.1"
source = "registry+https://github.com./rust-lang/crates.io-index"
dependencies = [
"winapi 0.3.6 (registry+https://github.com./rust-lang/crates.io-index)",
"winapi-util 0.1.1 (registry+https://github.com./rust-lang/crates.io-index)",
]
[metadata]
"checksum aho-corasick 0.6.8 (registry+https://github.com./rust-lang/crates.io-index)" = "68f56c7353e5a9547cbd76ed90f7bb5ffc3ba09d4ea9bd1d8c06c8b1142eeb5a"
"checksum ansi_term 0.11.0 (registry+https://github.com./rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
"checksum atty 0.2.11 (registry+https://github.com./rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
"checksum backtrace 0.3.9 (registry+https://github.com./rust-lang/crates.io-index)" = "89a47830402e9981c5c41223151efcced65a0510c13097c769cede7efb34782a"
"checksum backtrace-sys 0.1.24 (registry+https://github.com./rust-lang/crates.io-index)" = "c66d56ac8dabd07f6aacdaf633f4b8262f5b3601a810a0dcddffd5c22c69daa0"
"checksum bitflags 1.0.4 (registry+https://github.com./rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
"checksum byteorder 1.2.6 (registry+https://github.com./rust-lang/crates.io-index)" = "90492c5858dd7d2e78691cfb89f90d273a2800fc11d98f60786e5d87e2f83781"
"checksum bytes 0.4.10 (registry+https://github.com./rust-lang/crates.io-index)" = "0ce55bd354b095246fc34caf4e9e242f5297a7fd938b090cadfea6eee614aa62"
"checksum cc 1.0.25 (registry+https://github.com./rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16"
"checksum cfg-if 0.1.5 (registry+https://github.com./rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3"
"checksum clap 2.32.0 (registry+https://github.com./rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
"checksum env_logger 0.5.13 (registry+https://github.com./rust-lang/crates.io-index)" = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38"
"checksum error-chain 0.12.0 (registry+https://github.com./rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02"
"checksum gcc 0.3.55 (registry+https://github.com./rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
"checksum glob 0.2.11 (registry+https://github.com./rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
"checksum humantime 1.1.1 (registry+https://github.com./rust-lang/crates.io-index)" = "0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e"
"checksum iovec 0.1.2 (registry+https://github.com./rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
"checksum lazy_static 1.1.0 (registry+https://github.com./rust-lang/crates.io-index)" = "ca488b89a5657b0a2ecd45b95609b3e848cf1755da332a0da46e2b2b1cb371a7"
"checksum libc 0.2.43 (registry+https://github.com./rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d"
"checksum log 0.4.5 (registry+https://github.com./rust-lang/crates.io-index)" = "d4fcce5fa49cc693c312001daf1d13411c4a5283796bac1084299ea3e567113f"
"checksum memchr 2.1.0 (registry+https://github.com./rust-lang/crates.io-index)" = "4b3629fe9fdbff6daa6c33b90f7c08355c1aca05a3d01fa8063b822fcf185f3b"
"checksum nix 0.10.0 (registry+https://github.com./rust-lang/crates.io-index)" = "b7fd5681d13fda646462cfbd4e5f2051279a89a544d50eb98c365b507246839f"
"checksum nix 0.11.0 (registry+https://github.com./rust-lang/crates.io-index)" = "d37e713a259ff641624b6cb20e3b12b2952313ba36b6823c0f16e6cfd9e5de17"
"checksum proc-macro2 0.4.20 (registry+https://github.com./rust-lang/crates.io-index)" = "3d7b7eaaa90b4a90a932a9ea6666c95a389e424eff347f0f793979289429feee"
"checksum quick-error 1.2.2 (registry+https://github.com./rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
"checksum quote 0.6.8 (registry+https://github.com./rust-lang/crates.io-index)" = "dd636425967c33af890042c483632d33fa7a18f19ad1d7ea72e8998c6ef8dea5"
"checksum redox_syscall 0.1.40 (registry+https://github.com./rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1"
"checksum redox_termios 0.1.1 (registry+https://github.com./rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
"checksum regex 1.0.5 (registry+https://github.com./rust-lang/crates.io-index)" = "2069749032ea3ec200ca51e4a31df41759190a88edca0d2d86ee8bedf7073341"
"checksum regex-syntax 0.6.2 (registry+https://github.com./rust-lang/crates.io-index)" = "747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d"
"checksum rustc-demangle 0.1.9 (registry+https://github.com./rust-lang/crates.io-index)" = "bcfe5b13211b4d78e5c2cadfebd7769197d95c639c35a50057eb4c05de811395"
"checksum serde 1.0.80 (registry+https://github.com./rust-lang/crates.io-index)" = "15c141fc7027dd265a47c090bf864cf62b42c4d228bbcf4e51a0c9e2b0d3f7ef"
"checksum serde_derive 1.0.80 (registry+https://github.com./rust-lang/crates.io-index)" = "225de307c6302bec3898c51ca302fc94a7a1697ef0845fcee6448f33c032249c"
"checksum strsim 0.7.0 (registry+https://github.com./rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
"checksum syn 0.15.12 (registry+https://github.com./rust-lang/crates.io-index)" = "34ab9797e47d24cb76b8dc4d24ff36807018c7cc549c4cba050b068be0c586b0"
"checksum sysfs_gpio 0.5.3 (registry+https://github.com./rust-lang/crates.io-index)" = "3d68f2cae3c7d39f54ce8a858cc31ffb01974744ee65e5b4999b6037cd691e3f"
"checksum termcolor 1.0.4 (registry+https://github.com./rust-lang/crates.io-index)" = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f"
"checksum termion 1.5.1 (registry+https://github.com./rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
"checksum textwrap 0.10.0 (registry+https://github.com./rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6"
"checksum thread_local 0.3.6 (registry+https://github.com./rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
"checksum toml 0.4.8 (registry+https://github.com./rust-lang/crates.io-index)" = "4a2ecc31b0351ea18b3fe11274b8db6e4d82bce861bbb22e6dbed40417902c65"
"checksum ucd-util 0.1.1 (registry+https://github.com./rust-lang/crates.io-index)" = "fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d"
"checksum unicode-width 0.1.5 (registry+https://github.com./rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
"checksum unicode-xid 0.1.0 (registry+https://github.com./rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
"checksum users 0.8.0 (registry+https://github.com./rust-lang/crates.io-index)" = "bb3c80625ae5e77e1b402f8a0fa89afbd50622a6cae65128844720bd4e26b657"
"checksum utf8-ranges 1.0.1 (registry+https://github.com./rust-lang/crates.io-index)" = "fd70f467df6810094968e2fce0ee1bd0e87157aceb026a8c083bcf5e25b9efe4"
"checksum vec_map 0.8.1 (registry+https://github.com./rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
"checksum version_check 0.1.5 (registry+https://github.com./rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
"checksum void 1.0.2 (registry+https://github.com./rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
"checksum winapi 0.2.8 (registry+https://github.com./rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
"checksum winapi 0.3.6 (registry+https://github.com./rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0"
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com./rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
"checksum winapi-util 0.1.1 (registry+https://github.com./rust-lang/crates.io-index)" = "afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab"
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com./rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
"checksum wincolor 1.0.1 (registry+https://github.com./rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba"