|
|
@@ -0,0 +1,451 @@
|
|
|
1
|
+# This file is automatically @generated by Cargo.
|
|
|
2
|
+# It is not intended for manual editing.
|
|
|
3
|
+[[package]]
|
|
|
4
|
+name = "aligned"
|
|
|
5
|
+version = "0.3.2"
|
|
|
6
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
7
|
+dependencies = [
|
|
|
8
|
+ "as-slice 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
9
|
+]
|
|
|
10
|
+
|
|
|
11
|
+[[package]]
|
|
|
12
|
+name = "as-slice"
|
|
|
13
|
+version = "0.1.3"
|
|
|
14
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
15
|
+dependencies = [
|
|
|
16
|
+ "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
17
|
+ "generic-array 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
18
|
+ "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
19
|
+]
|
|
|
20
|
+
|
|
|
21
|
+[[package]]
|
|
|
22
|
+name = "autocfg"
|
|
|
23
|
+version = "1.0.0"
|
|
|
24
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
25
|
+
|
|
|
26
|
+[[package]]
|
|
|
27
|
+name = "bare-metal"
|
|
|
28
|
+version = "0.2.5"
|
|
|
29
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
30
|
+dependencies = [
|
|
|
31
|
+ "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
32
|
+]
|
|
|
33
|
+
|
|
|
34
|
+[[package]]
|
|
|
35
|
+name = "base-station-firmware"
|
|
|
36
|
+version = "0.0.1"
|
|
|
37
|
+dependencies = [
|
|
|
38
|
+ "bme280 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
39
|
+ "cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
40
|
+ "cortex-m-rt 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
41
|
+ "cortex-m-rtfm 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
42
|
+ "cortex-m-semihosting 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
43
|
+ "embedded-epd 0.1.0 (git+https://github.com/mgottschlag/rust-embedded-epd)",
|
|
|
44
|
+ "embedded-hal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
45
|
+ "epd-assets 0.1.0 (git+https://github.com/mgottschlag/rust-epd-assets)",
|
|
|
46
|
+ "mkl25z4 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
47
|
+ "mkl25z4-hal 0.1.0 (git+https://github.com/mgottschlag/mkl25z4-hal)",
|
|
|
48
|
+ "nb 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
49
|
+ "panic-semihosting 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
50
|
+ "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
51
|
+]
|
|
|
52
|
+
|
|
|
53
|
+[[package]]
|
|
|
54
|
+name = "bitflags"
|
|
|
55
|
+version = "1.2.1"
|
|
|
56
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
57
|
+
|
|
|
58
|
+[[package]]
|
|
|
59
|
+name = "bme280"
|
|
|
60
|
+version = "0.2.1"
|
|
|
61
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
62
|
+dependencies = [
|
|
|
63
|
+ "embedded-hal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
64
|
+]
|
|
|
65
|
+
|
|
|
66
|
+[[package]]
|
|
|
67
|
+name = "byteorder"
|
|
|
68
|
+version = "1.3.4"
|
|
|
69
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
70
|
+
|
|
|
71
|
+[[package]]
|
|
|
72
|
+name = "cc"
|
|
|
73
|
+version = "1.0.50"
|
|
|
74
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
75
|
+
|
|
|
76
|
+[[package]]
|
|
|
77
|
+name = "cortex-m"
|
|
|
78
|
+version = "0.6.2"
|
|
|
79
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
80
|
+dependencies = [
|
|
|
81
|
+ "aligned 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
82
|
+ "bare-metal 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
83
|
+ "volatile-register 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
84
|
+]
|
|
|
85
|
+
|
|
|
86
|
+[[package]]
|
|
|
87
|
+name = "cortex-m-rt"
|
|
|
88
|
+version = "0.6.12"
|
|
|
89
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
90
|
+dependencies = [
|
|
|
91
|
+ "cortex-m-rt-macros 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
92
|
+ "r0 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
93
|
+]
|
|
|
94
|
+
|
|
|
95
|
+[[package]]
|
|
|
96
|
+name = "cortex-m-rt-macros"
|
|
|
97
|
+version = "0.1.8"
|
|
|
98
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
99
|
+dependencies = [
|
|
|
100
|
+ "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
101
|
+ "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
102
|
+ "syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
103
|
+]
|
|
|
104
|
+
|
|
|
105
|
+[[package]]
|
|
|
106
|
+name = "cortex-m-rtfm"
|
|
|
107
|
+version = "0.5.1"
|
|
|
108
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
109
|
+dependencies = [
|
|
|
110
|
+ "cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
111
|
+ "cortex-m-rt 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
112
|
+ "cortex-m-rtfm-macros 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
113
|
+ "heapless 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
114
|
+ "rtfm-core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
115
|
+]
|
|
|
116
|
+
|
|
|
117
|
+[[package]]
|
|
|
118
|
+name = "cortex-m-rtfm-macros"
|
|
|
119
|
+version = "0.5.0"
|
|
|
120
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
121
|
+dependencies = [
|
|
|
122
|
+ "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
123
|
+ "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
124
|
+ "rtfm-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
125
|
+ "syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
126
|
+]
|
|
|
127
|
+
|
|
|
128
|
+[[package]]
|
|
|
129
|
+name = "cortex-m-semihosting"
|
|
|
130
|
+version = "0.3.5"
|
|
|
131
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
132
|
+dependencies = [
|
|
|
133
|
+ "cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
134
|
+]
|
|
|
135
|
+
|
|
|
136
|
+[[package]]
|
|
|
137
|
+name = "embedded-epd"
|
|
|
138
|
+version = "0.1.0"
|
|
|
139
|
+source = "git+https://github.com/mgottschlag/rust-embedded-epd#5ce5a2fd7b84a86938680adab393132d68d01e77"
|
|
|
140
|
+dependencies = [
|
|
|
141
|
+ "embedded-hal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
142
|
+ "nb 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
143
|
+]
|
|
|
144
|
+
|
|
|
145
|
+[[package]]
|
|
|
146
|
+name = "embedded-hal"
|
|
|
147
|
+version = "0.2.3"
|
|
|
148
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
149
|
+dependencies = [
|
|
|
150
|
+ "nb 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
151
|
+ "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
152
|
+]
|
|
|
153
|
+
|
|
|
154
|
+[[package]]
|
|
|
155
|
+name = "epd-assets"
|
|
|
156
|
+version = "0.1.0"
|
|
|
157
|
+source = "git+https://github.com/mgottschlag/rust-epd-assets#3feee66fa2b6885525cb829045102f2dae1b8521"
|
|
|
158
|
+dependencies = [
|
|
|
159
|
+ "freetype-rs 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
160
|
+ "lodepng 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
161
|
+]
|
|
|
162
|
+
|
|
|
163
|
+[[package]]
|
|
|
164
|
+name = "freetype-rs"
|
|
|
165
|
+version = "0.19.1"
|
|
|
166
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
167
|
+dependencies = [
|
|
|
168
|
+ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
169
|
+ "freetype-sys 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
170
|
+ "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
171
|
+]
|
|
|
172
|
+
|
|
|
173
|
+[[package]]
|
|
|
174
|
+name = "freetype-sys"
|
|
|
175
|
+version = "0.7.1"
|
|
|
176
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
177
|
+dependencies = [
|
|
|
178
|
+ "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
179
|
+ "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
180
|
+ "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
181
|
+]
|
|
|
182
|
+
|
|
|
183
|
+[[package]]
|
|
|
184
|
+name = "generic-array"
|
|
|
185
|
+version = "0.12.3"
|
|
|
186
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
187
|
+dependencies = [
|
|
|
188
|
+ "typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
189
|
+]
|
|
|
190
|
+
|
|
|
191
|
+[[package]]
|
|
|
192
|
+name = "generic-array"
|
|
|
193
|
+version = "0.13.2"
|
|
|
194
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
195
|
+dependencies = [
|
|
|
196
|
+ "typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
197
|
+]
|
|
|
198
|
+
|
|
|
199
|
+[[package]]
|
|
|
200
|
+name = "hash32"
|
|
|
201
|
+version = "0.1.1"
|
|
|
202
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
203
|
+dependencies = [
|
|
|
204
|
+ "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
205
|
+]
|
|
|
206
|
+
|
|
|
207
|
+[[package]]
|
|
|
208
|
+name = "heapless"
|
|
|
209
|
+version = "0.5.3"
|
|
|
210
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
211
|
+dependencies = [
|
|
|
212
|
+ "as-slice 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
213
|
+ "generic-array 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
214
|
+ "hash32 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
215
|
+]
|
|
|
216
|
+
|
|
|
217
|
+[[package]]
|
|
|
218
|
+name = "indexmap"
|
|
|
219
|
+version = "1.3.2"
|
|
|
220
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
221
|
+dependencies = [
|
|
|
222
|
+ "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
223
|
+]
|
|
|
224
|
+
|
|
|
225
|
+[[package]]
|
|
|
226
|
+name = "libc"
|
|
|
227
|
+version = "0.2.68"
|
|
|
228
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
229
|
+
|
|
|
230
|
+[[package]]
|
|
|
231
|
+name = "libz-sys"
|
|
|
232
|
+version = "1.0.25"
|
|
|
233
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
234
|
+dependencies = [
|
|
|
235
|
+ "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
236
|
+ "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
237
|
+ "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
238
|
+ "vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
239
|
+]
|
|
|
240
|
+
|
|
|
241
|
+[[package]]
|
|
|
242
|
+name = "lodepng"
|
|
|
243
|
+version = "2.5.0"
|
|
|
244
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
245
|
+dependencies = [
|
|
|
246
|
+ "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
247
|
+ "rgb 0.8.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
248
|
+]
|
|
|
249
|
+
|
|
|
250
|
+[[package]]
|
|
|
251
|
+name = "mkl25z4"
|
|
|
252
|
+version = "0.0.3"
|
|
|
253
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
254
|
+dependencies = [
|
|
|
255
|
+ "bare-metal 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
256
|
+ "cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
257
|
+ "cortex-m-rt 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
258
|
+ "vcell 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
259
|
+]
|
|
|
260
|
+
|
|
|
261
|
+[[package]]
|
|
|
262
|
+name = "mkl25z4-hal"
|
|
|
263
|
+version = "0.1.0"
|
|
|
264
|
+source = "git+https://github.com/mgottschlag/mkl25z4-hal#69f41e663e7e124adb0813793bf26d8232875ef1"
|
|
|
265
|
+dependencies = [
|
|
|
266
|
+ "cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
267
|
+ "embedded-hal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
268
|
+ "mkl25z4 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
269
|
+ "nb 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
270
|
+ "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
271
|
+]
|
|
|
272
|
+
|
|
|
273
|
+[[package]]
|
|
|
274
|
+name = "nb"
|
|
|
275
|
+version = "0.1.2"
|
|
|
276
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
277
|
+
|
|
|
278
|
+[[package]]
|
|
|
279
|
+name = "panic-semihosting"
|
|
|
280
|
+version = "0.5.3"
|
|
|
281
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
282
|
+dependencies = [
|
|
|
283
|
+ "cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
284
|
+ "cortex-m-semihosting 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
285
|
+]
|
|
|
286
|
+
|
|
|
287
|
+[[package]]
|
|
|
288
|
+name = "pkg-config"
|
|
|
289
|
+version = "0.3.17"
|
|
|
290
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
291
|
+
|
|
|
292
|
+[[package]]
|
|
|
293
|
+name = "proc-macro2"
|
|
|
294
|
+version = "1.0.9"
|
|
|
295
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
296
|
+dependencies = [
|
|
|
297
|
+ "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
298
|
+]
|
|
|
299
|
+
|
|
|
300
|
+[[package]]
|
|
|
301
|
+name = "quote"
|
|
|
302
|
+version = "1.0.3"
|
|
|
303
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
304
|
+dependencies = [
|
|
|
305
|
+ "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
306
|
+]
|
|
|
307
|
+
|
|
|
308
|
+[[package]]
|
|
|
309
|
+name = "r0"
|
|
|
310
|
+version = "0.2.2"
|
|
|
311
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
312
|
+
|
|
|
313
|
+[[package]]
|
|
|
314
|
+name = "rgb"
|
|
|
315
|
+version = "0.8.16"
|
|
|
316
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
317
|
+
|
|
|
318
|
+[[package]]
|
|
|
319
|
+name = "rtfm-core"
|
|
|
320
|
+version = "0.3.0"
|
|
|
321
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
322
|
+
|
|
|
323
|
+[[package]]
|
|
|
324
|
+name = "rtfm-syntax"
|
|
|
325
|
+version = "0.4.0"
|
|
|
326
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
327
|
+dependencies = [
|
|
|
328
|
+ "indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
329
|
+ "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
330
|
+ "syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
331
|
+]
|
|
|
332
|
+
|
|
|
333
|
+[[package]]
|
|
|
334
|
+name = "rustc_version"
|
|
|
335
|
+version = "0.2.3"
|
|
|
336
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
337
|
+dependencies = [
|
|
|
338
|
+ "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
339
|
+]
|
|
|
340
|
+
|
|
|
341
|
+[[package]]
|
|
|
342
|
+name = "semver"
|
|
|
343
|
+version = "0.9.0"
|
|
|
344
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
345
|
+dependencies = [
|
|
|
346
|
+ "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
347
|
+]
|
|
|
348
|
+
|
|
|
349
|
+[[package]]
|
|
|
350
|
+name = "semver-parser"
|
|
|
351
|
+version = "0.7.0"
|
|
|
352
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
353
|
+
|
|
|
354
|
+[[package]]
|
|
|
355
|
+name = "stable_deref_trait"
|
|
|
356
|
+version = "1.1.1"
|
|
|
357
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
358
|
+
|
|
|
359
|
+[[package]]
|
|
|
360
|
+name = "syn"
|
|
|
361
|
+version = "1.0.17"
|
|
|
362
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
363
|
+dependencies = [
|
|
|
364
|
+ "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
365
|
+ "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
366
|
+ "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
367
|
+]
|
|
|
368
|
+
|
|
|
369
|
+[[package]]
|
|
|
370
|
+name = "typenum"
|
|
|
371
|
+version = "1.11.2"
|
|
|
372
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
373
|
+
|
|
|
374
|
+[[package]]
|
|
|
375
|
+name = "unicode-xid"
|
|
|
376
|
+version = "0.2.0"
|
|
|
377
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
378
|
+
|
|
|
379
|
+[[package]]
|
|
|
380
|
+name = "vcell"
|
|
|
381
|
+version = "0.1.2"
|
|
|
382
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
383
|
+
|
|
|
384
|
+[[package]]
|
|
|
385
|
+name = "vcpkg"
|
|
|
386
|
+version = "0.2.8"
|
|
|
387
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
388
|
+
|
|
|
389
|
+[[package]]
|
|
|
390
|
+name = "void"
|
|
|
391
|
+version = "1.0.2"
|
|
|
392
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
393
|
+
|
|
|
394
|
+[[package]]
|
|
|
395
|
+name = "volatile-register"
|
|
|
396
|
+version = "0.2.0"
|
|
|
397
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
398
|
+dependencies = [
|
|
|
399
|
+ "vcell 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
400
|
+]
|
|
|
401
|
+
|
|
|
402
|
+[metadata]
|
|
|
403
|
+"checksum aligned 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eb1ce8b3382016136ab1d31a1b5ce807144f8b7eb2d5f16b2108f0f07edceb94"
|
|
|
404
|
+"checksum as-slice 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "37dfb65bc03b2bc85ee827004f14a6817e04160e3b1a28931986a666a9290e70"
|
|
|
405
|
+"checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
|
|
|
406
|
+"checksum bare-metal 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "5deb64efa5bd81e31fcd1938615a6d98c82eafcbcd787162b6f63b91d6bac5b3"
|
|
|
407
|
+"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
|
408
|
+"checksum bme280 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bc93357f2a5603736e2c1f1ba8e18e9ec80efa7fdade5d6a37c11362b76363f4"
|
|
|
409
|
+"checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
|
|
410
|
+"checksum cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)" = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
|
|
|
411
|
+"checksum cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2954942fbbdd49996704e6f048ce57567c3e1a4e2dc59b41ae9fde06a01fc763"
|
|
|
412
|
+"checksum cortex-m-rt 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "00d518da72bba39496024b62607c1d8e37bcece44b2536664f1132a73a499a28"
|
|
|
413
|
+"checksum cortex-m-rt-macros 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "4717562afbba06e760d34451919f5c3bf3ac15c7bb897e8b04862a7428378647"
|
|
|
414
|
+"checksum cortex-m-rtfm 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eaf0b9fd3f042cb3793d15daf3cea201b2f25c99b0b5b936a551bb6909c3ae5b"
|
|
|
415
|
+"checksum cortex-m-rtfm-macros 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c62092f6ff344e9b0adb748f0302ed69889ba2fae1fce446e3788d4726ea73bb"
|
|
|
416
|
+"checksum cortex-m-semihosting 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "113ef0ecffee2b62b58f9380f4469099b30e9f9cbee2804771b4203ba1762cfa"
|
|
|
417
|
+"checksum embedded-epd 0.1.0 (git+https://github.com/mgottschlag/rust-embedded-epd)" = "<none>"
|
|
|
418
|
+"checksum embedded-hal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ee4908a155094da7723c2d60d617b820061e3b4efcc3d9e293d206a5a76c170b"
|
|
|
419
|
+"checksum epd-assets 0.1.0 (git+https://github.com/mgottschlag/rust-epd-assets)" = "<none>"
|
|
|
420
|
+"checksum freetype-rs 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)" = "28cc92a7040ee7b631e4279e263f9a83aedc1eb6085c68d8ca4d072b5644e705"
|
|
|
421
|
+"checksum freetype-sys 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9c8666cce7cf6e51a290623647febfbab92480b4c3e0f495cb9d4d312b5d38"
|
|
|
422
|
+"checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
|
|
|
423
|
+"checksum generic-array 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0ed1e761351b56f54eb9dcd0cfaca9fd0daecf93918e1cfc01c8a3d26ee7adcd"
|
|
|
424
|
+"checksum hash32 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d4041af86e63ac4298ce40e5cca669066e75b6f1aa3390fe2561ffa5e1d9f4cc"
|
|
|
425
|
+"checksum heapless 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "10b591a0032f114b7a77d4fbfab452660c553055515b7d7ece355db080d19087"
|
|
|
426
|
+"checksum indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292"
|
|
|
427
|
+"checksum libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)" = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0"
|
|
|
428
|
+"checksum libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
|
|
|
429
|
+"checksum lodepng 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "40ed9859b15e009b494528f32ad054c5baf67afabf3c05d27973ea151563d430"
|
|
|
430
|
+"checksum mkl25z4 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "91f9b185f1346b1fdc8337481e2fdf5f282d0e884e2c59e4ddea5328105017d7"
|
|
|
431
|
+"checksum mkl25z4-hal 0.1.0 (git+https://github.com/mgottschlag/mkl25z4-hal)" = "<none>"
|
|
|
432
|
+"checksum nb 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b1411551beb3c11dedfb0a90a0fa256b47d28b9ec2cdff34c25a2fa59e45dbdc"
|
|
|
433
|
+"checksum panic-semihosting 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c03864ac862876c16a308f5286f4aa217f1a69ac45df87ad3cd2847f818a642c"
|
|
|
434
|
+"checksum pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
|
|
|
435
|
+"checksum proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6c09721c6781493a2a492a96b5a5bf19b65917fe6728884e7c44dd0c60ca3435"
|
|
|
436
|
+"checksum quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f"
|
|
|
437
|
+"checksum r0 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2a38df5b15c8d5c7e8654189744d8e396bddc18ad48041a500ce52d6948941f"
|
|
|
438
|
+"checksum rgb 0.8.16 (registry+https://github.com/rust-lang/crates.io-index)" = "5ec4ab2cf0b27e111e266e161cf7f9efd20125a161190da1c0945c4a4408fef3"
|
|
|
439
|
+"checksum rtfm-core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9ec893edb2aa5b70320b94896ffea22a7ebb1cf3f942bb67cd5b60a865a63493"
|
|
|
440
|
+"checksum rtfm-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4455e23c34df3d66454e7e218a4d76a7f83321d04a806be614463341cec4116e"
|
|
|
441
|
+"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
442
|
+"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
443
|
+"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
444
|
+"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
|
|
|
445
|
+"checksum syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "0df0eb663f387145cab623dea85b09c2c5b4b0aef44e945d928e682fce71bb03"
|
|
|
446
|
+"checksum typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9"
|
|
|
447
|
+"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
|
|
448
|
+"checksum vcell 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "876e32dcadfe563a4289e994f7cb391197f362b6315dc45e8ba4aa6f564a4b3c"
|
|
|
449
|
+"checksum vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168"
|
|
|
450
|
+"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|
|
451
|
+"checksum volatile-register 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0d67cb4616d99b940db1d6bd28844ff97108b498a6ca850e5b6191a532063286"
|