]> patrickod personal git archive - keywing-rs.git/blob - keywing/Cargo.lock
Add nix & direnv rust environment configuration
[keywing-rs.git] / keywing / Cargo.lock
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.1"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 dependencies = [
8  "as-slice 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
9 ]
10
11 [[package]]
12 name = "as-slice"
13 version = "0.1.0"
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  "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
18 ]
19
20 [[package]]
21 name = "bare-metal"
22 version = "0.2.5"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
24 dependencies = [
25  "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
26 ]
27
28 [[package]]
29 name = "bbq10kbd"
30 version = "0.1.0"
31 dependencies = [
32  "embedded-hal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
33 ]
34
35 [[package]]
36 name = "byteorder"
37 version = "1.3.2"
38 source = "registry+https://github.com/rust-lang/crates.io-index"
39
40 [[package]]
41 name = "cast"
42 version = "0.2.3"
43 source = "registry+https://github.com/rust-lang/crates.io-index"
44 dependencies = [
45  "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
46 ]
47
48 [[package]]
49 name = "cortex-m"
50 version = "0.6.2"
51 source = "registry+https://github.com/rust-lang/crates.io-index"
52 dependencies = [
53  "aligned 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
54  "bare-metal 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
55  "volatile-register 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
56 ]
57
58 [[package]]
59 name = "cortex-m-rt"
60 version = "0.6.10"
61 source = "registry+https://github.com/rust-lang/crates.io-index"
62 dependencies = [
63  "cortex-m-rt-macros 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
64  "r0 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
65 ]
66
67 [[package]]
68 name = "cortex-m-rt-macros"
69 version = "0.1.6"
70 source = "registry+https://github.com/rust-lang/crates.io-index"
71 dependencies = [
72  "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
73  "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
74  "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
75  "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
76 ]
77
78 [[package]]
79 name = "embedded-graphics"
80 version = "0.6.2"
81 source = "registry+https://github.com/rust-lang/crates.io-index"
82 dependencies = [
83  "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
84 ]
85
86 [[package]]
87 name = "embedded-hal"
88 version = "0.2.3"
89 source = "registry+https://github.com/rust-lang/crates.io-index"
90 dependencies = [
91  "nb 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
92  "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
93 ]
94
95 [[package]]
96 name = "fpa"
97 version = "0.1.0"
98 source = "registry+https://github.com/rust-lang/crates.io-index"
99 dependencies = [
100  "cast 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
101  "typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
102 ]
103
104 [[package]]
105 name = "generic-array"
106 version = "0.12.3"
107 source = "registry+https://github.com/rust-lang/crates.io-index"
108 dependencies = [
109  "typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
110 ]
111
112 [[package]]
113 name = "generic-array"
114 version = "0.13.2"
115 source = "registry+https://github.com/rust-lang/crates.io-index"
116 dependencies = [
117  "typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
118 ]
119
120 [[package]]
121 name = "hash32"
122 version = "0.1.1"
123 source = "registry+https://github.com/rust-lang/crates.io-index"
124 dependencies = [
125  "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
126 ]
127
128 [[package]]
129 name = "heapless"
130 version = "0.5.1"
131 source = "registry+https://github.com/rust-lang/crates.io-index"
132 dependencies = [
133  "as-slice 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
134  "generic-array 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
135  "hash32 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
136 ]
137
138 [[package]]
139 name = "ili9341"
140 version = "0.3.0"
141 dependencies = [
142  "embedded-graphics 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
143  "embedded-hal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
144 ]
145
146 [[package]]
147 name = "nb"
148 version = "0.1.2"
149 source = "registry+https://github.com/rust-lang/crates.io-index"
150
151 [[package]]
152 name = "nrf-hal-common"
153 version = "0.10.0"
154 dependencies = [
155  "cast 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
156  "cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
157  "embedded-hal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
158  "fpa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
159  "nb 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
160  "nrf52840-pac 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
161  "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
162  "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
163 ]
164
165 [[package]]
166 name = "nrf52840-hal"
167 version = "0.10.0"
168 source = "registry+https://github.com/rust-lang/crates.io-index"
169 dependencies = [
170  "cast 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
171  "cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
172  "embedded-hal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
173  "nb 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
174  "nrf-hal-common 0.10.0",
175  "nrf52840-pac 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
176  "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
177 ]
178
179 [[package]]
180 name = "nrf52840-pac"
181 version = "0.9.0"
182 source = "registry+https://github.com/rust-lang/crates.io-index"
183 dependencies = [
184  "bare-metal 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
185  "cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
186  "cortex-m-rt 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
187  "vcell 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
188 ]
189
190 [[package]]
191 name = "panic-persist"
192 version = "0.2.1"
193 source = "registry+https://github.com/rust-lang/crates.io-index"
194 dependencies = [
195  "cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
196 ]
197
198 [[package]]
199 name = "proc-macro2"
200 version = "1.0.6"
201 source = "registry+https://github.com/rust-lang/crates.io-index"
202 dependencies = [
203  "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
204 ]
205
206 [[package]]
207 name = "quote"
208 version = "1.0.2"
209 source = "registry+https://github.com/rust-lang/crates.io-index"
210 dependencies = [
211  "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
212 ]
213
214 [[package]]
215 name = "r0"
216 version = "0.2.2"
217 source = "registry+https://github.com/rust-lang/crates.io-index"
218
219 [[package]]
220 name = "rand"
221 version = "0.5.6"
222 source = "registry+https://github.com/rust-lang/crates.io-index"
223 dependencies = [
224  "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
225 ]
226
227 [[package]]
228 name = "rand_core"
229 version = "0.3.1"
230 source = "registry+https://github.com/rust-lang/crates.io-index"
231 dependencies = [
232  "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
233 ]
234
235 [[package]]
236 name = "rand_core"
237 version = "0.4.2"
238 source = "registry+https://github.com/rust-lang/crates.io-index"
239
240 [[package]]
241 name = "rand_core"
242 version = "0.5.1"
243 source = "registry+https://github.com/rust-lang/crates.io-index"
244
245 [[package]]
246 name = "rtt-target"
247 version = "0.2.0"
248 source = "registry+https://github.com/rust-lang/crates.io-index"
249 dependencies = [
250  "cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
251  "ufmt-write 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
252  "vcell 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
253 ]
254
255 [[package]]
256 name = "rustc_version"
257 version = "0.2.3"
258 source = "registry+https://github.com/rust-lang/crates.io-index"
259 dependencies = [
260  "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
261 ]
262
263 [[package]]
264 name = "semver"
265 version = "0.9.0"
266 source = "registry+https://github.com/rust-lang/crates.io-index"
267 dependencies = [
268  "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
269 ]
270
271 [[package]]
272 name = "semver-parser"
273 version = "0.7.0"
274 source = "registry+https://github.com/rust-lang/crates.io-index"
275
276 [[package]]
277 name = "stable_deref_trait"
278 version = "1.1.1"
279 source = "registry+https://github.com/rust-lang/crates.io-index"
280
281 [[package]]
282 name = "syn"
283 version = "1.0.8"
284 source = "registry+https://github.com/rust-lang/crates.io-index"
285 dependencies = [
286  "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
287  "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
288  "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
289 ]
290
291 [[package]]
292 name = "tiny-nrf52"
293 version = "0.1.0"
294 dependencies = [
295  "bbq10kbd 0.1.0",
296  "cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
297  "cortex-m-rt 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
298  "embedded-graphics 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
299  "embedded-hal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
300  "heapless 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
301  "ili9341 0.3.0",
302  "nb 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
303  "nrf52840-hal 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
304  "panic-persist 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
305  "rtt-target 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
306 ]
307
308 [[package]]
309 name = "typenum"
310 version = "1.11.2"
311 source = "registry+https://github.com/rust-lang/crates.io-index"
312
313 [[package]]
314 name = "ufmt-write"
315 version = "0.1.0"
316 source = "registry+https://github.com/rust-lang/crates.io-index"
317
318 [[package]]
319 name = "unicode-xid"
320 version = "0.2.0"
321 source = "registry+https://github.com/rust-lang/crates.io-index"
322
323 [[package]]
324 name = "vcell"
325 version = "0.1.2"
326 source = "registry+https://github.com/rust-lang/crates.io-index"
327
328 [[package]]
329 name = "void"
330 version = "1.0.2"
331 source = "registry+https://github.com/rust-lang/crates.io-index"
332
333 [[package]]
334 name = "volatile-register"
335 version = "0.2.0"
336 source = "registry+https://github.com/rust-lang/crates.io-index"
337 dependencies = [
338  "vcell 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
339 ]
340
341 [metadata]
342 "checksum aligned 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d3a316c7ea8e1e9ece54862c992def5a7ac14de9f5832b69d71760680efeeefa"
343 "checksum as-slice 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "293dac66b274fab06f95e7efb05ec439a6b70136081ea522d270bc351ae5bb27"
344 "checksum bare-metal 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "5deb64efa5bd81e31fcd1938615a6d98c82eafcbcd787162b6f63b91d6bac5b3"
345 "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
346 "checksum cast 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0"
347 "checksum cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2954942fbbdd49996704e6f048ce57567c3e1a4e2dc59b41ae9fde06a01fc763"
348 "checksum cortex-m-rt 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "17805910e3ecf029bdbfcc42b7384d9e3d9e5626153fa810002c1ef9839338ac"
349 "checksum cortex-m-rt-macros 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2a6dc359ebb215c4924bffacfe46a8f02ef80fe2071bba1635a2ded42b40f936"
350 "checksum embedded-graphics 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "40a69991ceb896bd4810a0cf2bcc46fc94b7860573c71f965d8e5b3d66942fed"
351 "checksum embedded-hal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ee4908a155094da7723c2d60d617b820061e3b4efcc3d9e293d206a5a76c170b"
352 "checksum fpa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f074479d683e5a8fd0bf1251d0a5d91b0d9178b867b44962191ed0eaaf8d4009"
353 "checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
354 "checksum generic-array 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0ed1e761351b56f54eb9dcd0cfaca9fd0daecf93918e1cfc01c8a3d26ee7adcd"
355 "checksum hash32 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d4041af86e63ac4298ce40e5cca669066e75b6f1aa3390fe2561ffa5e1d9f4cc"
356 "checksum heapless 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f339aa7d51777fc0af6aa7cbeb277dfc6e6c029cbdeda48d0fbb92c2337f0e69"
357 "checksum nb 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b1411551beb3c11dedfb0a90a0fa256b47d28b9ec2cdff34c25a2fa59e45dbdc"
358 "checksum nrf52840-hal 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6aab4c41abc02fcefbdbedfa773d213302bc00c57a0b2237c6b5bf0456da10d3"
359 "checksum nrf52840-pac 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e1b780a5afd2621774652f28c82837f6aa6d19cf0ad71c734fc1fe53298a2d73"
360 "checksum panic-persist 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dd2e692a5954e3eb0c16f5dbaa75c4332a78d85851521f138c04ad95d6f5ee42"
361 "checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27"
362 "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
363 "checksum r0 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2a38df5b15c8d5c7e8654189744d8e396bddc18ad48041a500ce52d6948941f"
364 "checksum rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9"
365 "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
366 "checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
367 "checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
368 "checksum rtt-target 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "58b1f36984bbcf227044b3b7af1de14a6ebe51b9d21cd856a3d5ba41c70ec191"
369 "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
370 "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
371 "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
372 "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
373 "checksum syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "661641ea2aa15845cddeb97dad000d22070bb5c1fb456b96c1cba883ec691e92"
374 "checksum typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9"
375 "checksum ufmt-write 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e87a2ed6b42ec5e28cc3b94c09982969e9227600b2e3dcbc1db927a84c06bd69"
376 "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
377 "checksum vcell 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "876e32dcadfe563a4289e994f7cb391197f362b6315dc45e8ba4aa6f564a4b3c"
378 "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
379 "checksum volatile-register 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0d67cb4616d99b940db1d6bd28844ff97108b498a6ca850e5b6191a532063286"