-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCargo.lock
283 lines (251 loc) · 12.6 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
[[package]]
name = "aligned"
version = "0.2.0"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
[[package]]
name = "bare-metal"
version = "0.2.3"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cast"
version = "0.2.2"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cortex-m"
version = "0.5.7"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
dependencies = [
"aligned 0.2.0 (registry+/~https://github.com/rust-lang/crates.io-index)",
"bare-metal 0.2.3 (registry+/~https://github.com/rust-lang/crates.io-index)",
"volatile-register 0.2.0 (registry+/~https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "cortex-m-rt"
version = "0.6.4"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
dependencies = [
"cortex-m-rt-macros 0.1.2 (registry+/~https://github.com/rust-lang/crates.io-index)",
"r0 0.2.2 (registry+/~https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "cortex-m-rt-macros"
version = "0.1.2"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 0.4.19 (registry+/~https://github.com/rust-lang/crates.io-index)",
"quote 0.6.8 (registry+/~https://github.com/rust-lang/crates.io-index)",
"rand 0.5.5 (registry+/~https://github.com/rust-lang/crates.io-index)",
"syn 0.15.8 (registry+/~https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "cortex-m-semihosting"
version = "0.3.1"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
[[package]]
name = "embedded-hal"
version = "0.2.1"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
dependencies = [
"nb 0.1.1 (registry+/~https://github.com/rust-lang/crates.io-index)",
"void 1.0.2 (registry+/~https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "embedded_types"
version = "0.3.2"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
[[package]]
name = "nb"
version = "0.1.1"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
[[package]]
name = "num"
version = "0.2.0"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
dependencies = [
"num-complex 0.2.0 (registry+/~https://github.com/rust-lang/crates.io-index)",
"num-integer 0.1.39 (registry+/~https://github.com/rust-lang/crates.io-index)",
"num-iter 0.1.37 (registry+/~https://github.com/rust-lang/crates.io-index)",
"num-rational 0.2.1 (registry+/~https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.6 (registry+/~https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "num-complex"
version = "0.2.0"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
dependencies = [
"num-traits 0.2.6 (registry+/~https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "num-integer"
version = "0.1.39"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
dependencies = [
"num-traits 0.2.6 (registry+/~https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "num-iter"
version = "0.1.37"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
dependencies = [
"num-integer 0.1.39 (registry+/~https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.6 (registry+/~https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "num-rational"
version = "0.2.1"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
dependencies = [
"num-integer 0.1.39 (registry+/~https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.6 (registry+/~https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "num-traits"
version = "0.2.6"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
[[package]]
name = "oxcc"
version = "0.1.0"
dependencies = [
"cortex-m 0.5.7 (registry+/~https://github.com/rust-lang/crates.io-index)",
"cortex-m-rt 0.6.4 (registry+/~https://github.com/rust-lang/crates.io-index)",
"cortex-m-semihosting 0.3.1 (registry+/~https://github.com/rust-lang/crates.io-index)",
"embedded-hal 0.2.1 (registry+/~https://github.com/rust-lang/crates.io-index)",
"num 0.2.0 (registry+/~https://github.com/rust-lang/crates.io-index)",
"oxcc-nucleo-f767zi 0.1.1 (registry+/~https://github.com/rust-lang/crates.io-index)",
"panic-semihosting 0.5.0 (registry+/~https://github.com/rust-lang/crates.io-index)",
"typenum 1.10.0 (registry+/~https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "oxcc-nucleo-f767zi"
version = "0.1.1"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
dependencies = [
"cast 0.2.2 (registry+/~https://github.com/rust-lang/crates.io-index)",
"embedded-hal 0.2.1 (registry+/~https://github.com/rust-lang/crates.io-index)",
"nb 0.1.1 (registry+/~https://github.com/rust-lang/crates.io-index)",
"oxcc-stm32f767-hal 0.2.0 (registry+/~https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "oxcc-stm32f767"
version = "0.1.0"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
dependencies = [
"bare-metal 0.2.3 (registry+/~https://github.com/rust-lang/crates.io-index)",
"cortex-m 0.5.7 (registry+/~https://github.com/rust-lang/crates.io-index)",
"cortex-m-rt 0.6.4 (registry+/~https://github.com/rust-lang/crates.io-index)",
"vcell 0.1.0 (registry+/~https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "oxcc-stm32f767-hal"
version = "0.2.0"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
dependencies = [
"cast 0.2.2 (registry+/~https://github.com/rust-lang/crates.io-index)",
"cortex-m 0.5.7 (registry+/~https://github.com/rust-lang/crates.io-index)",
"embedded-hal 0.2.1 (registry+/~https://github.com/rust-lang/crates.io-index)",
"embedded_types 0.3.2 (registry+/~https://github.com/rust-lang/crates.io-index)",
"nb 0.1.1 (registry+/~https://github.com/rust-lang/crates.io-index)",
"oxcc-stm32f767 0.1.0 (registry+/~https://github.com/rust-lang/crates.io-index)",
"void 1.0.2 (registry+/~https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "panic-semihosting"
version = "0.5.0"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
dependencies = [
"cortex-m 0.5.7 (registry+/~https://github.com/rust-lang/crates.io-index)",
"cortex-m-semihosting 0.3.1 (registry+/~https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "proc-macro2"
version = "0.4.19"
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 = "quote"
version = "0.6.8"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 0.4.19 (registry+/~https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "r0"
version = "0.2.2"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
[[package]]
name = "rand"
version = "0.5.5"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
dependencies = [
"rand_core 0.2.1 (registry+/~https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rand_core"
version = "0.2.1"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
[[package]]
name = "syn"
version = "0.15.8"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 0.4.19 (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 = "typenum"
version = "1.10.0"
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 = "vcell"
version = "0.1.0"
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 = "volatile-register"
version = "0.2.0"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
dependencies = [
"vcell 0.1.0 (registry+/~https://github.com/rust-lang/crates.io-index)",
]
[metadata]
"checksum aligned 0.2.0 (registry+/~https://github.com/rust-lang/crates.io-index)" = "d39da9b88ae1a81c03c9c082b8db83f1d0e93914126041962af61034ab44c4a5"
"checksum bare-metal 0.2.3 (registry+/~https://github.com/rust-lang/crates.io-index)" = "1bdcf9294ed648c7cd29b11db06ea244005aeef50ae8f605b1a3af2940bf8f92"
"checksum cast 0.2.2 (registry+/~https://github.com/rust-lang/crates.io-index)" = "926013f2860c46252efceabb19f4a6b308197505082c609025aa6706c011d427"
"checksum cortex-m 0.5.7 (registry+/~https://github.com/rust-lang/crates.io-index)" = "4573199c5b1e9b0eeae418b46f7c0af5fdf11b3057f83880810dfef68dd1dcb5"
"checksum cortex-m-rt 0.6.4 (registry+/~https://github.com/rust-lang/crates.io-index)" = "d86cfa89fa220d3cb7a41133693e2d302d18e9a632298ffb3738f175c8c12325"
"checksum cortex-m-rt-macros 0.1.2 (registry+/~https://github.com/rust-lang/crates.io-index)" = "3139fdadccaa0db6fa96637678ced9b0b97e4f10047c9ab603d125048e107d1a"
"checksum cortex-m-semihosting 0.3.1 (registry+/~https://github.com/rust-lang/crates.io-index)" = "54d46ec4730314a01de4504328ef4ed6b2c51b63815caac4847ac9e70f88c9e5"
"checksum embedded-hal 0.2.1 (registry+/~https://github.com/rust-lang/crates.io-index)" = "26944677e4934eb5fb4025501dc0d6cdbcf6bfabd6200fcfee2e7e8eef8c0362"
"checksum embedded_types 0.3.2 (registry+/~https://github.com/rust-lang/crates.io-index)" = "ea8dc5db8dae723ecf68d863ff0011500e29fbbede193fa8fb3ca032595d3f6a"
"checksum nb 0.1.1 (registry+/~https://github.com/rust-lang/crates.io-index)" = "69f380b5fe9fab8c0d7a6a99cda23e2cc0463bedb2cbc3aada0813b98496ecdc"
"checksum num 0.2.0 (registry+/~https://github.com/rust-lang/crates.io-index)" = "cf4825417e1e1406b3782a8ce92f4d53f26ec055e3622e1881ca8e9f5f9e08db"
"checksum num-complex 0.2.0 (registry+/~https://github.com/rust-lang/crates.io-index)" = "68de83578789e0fbda3fa923035be83cf8bfd3b30ccfdecd5aa89bf8601f408e"
"checksum num-integer 0.1.39 (registry+/~https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
"checksum num-iter 0.1.37 (registry+/~https://github.com/rust-lang/crates.io-index)" = "af3fdbbc3291a5464dc57b03860ec37ca6bf915ed6ee385e7c6c052c422b2124"
"checksum num-rational 0.2.1 (registry+/~https://github.com/rust-lang/crates.io-index)" = "4e96f040177bb3da242b5b1ecf3f54b5d5af3efbbfb18608977a5d2767b22f10"
"checksum num-traits 0.2.6 (registry+/~https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"
"checksum oxcc-nucleo-f767zi 0.1.1 (registry+/~https://github.com/rust-lang/crates.io-index)" = "df4fc98258001ad387aa7678c79b66133d0775c5b5a857c25c3faef47121baa8"
"checksum oxcc-stm32f767 0.1.0 (registry+/~https://github.com/rust-lang/crates.io-index)" = "a425a931fa001f275999e77eb96de9a60c0b39e6051255c0e7120bd28e1f0117"
"checksum oxcc-stm32f767-hal 0.2.0 (registry+/~https://github.com/rust-lang/crates.io-index)" = "f941d9bcc6bf04cdf1e731ecc3b49477a96298b75852a6605dcc36a2c6589d4e"
"checksum panic-semihosting 0.5.0 (registry+/~https://github.com/rust-lang/crates.io-index)" = "1017854db1621a236488ac359b89b19a56dcb1cb45127376d04f23128cea7210"
"checksum proc-macro2 0.4.19 (registry+/~https://github.com/rust-lang/crates.io-index)" = "ffe022fb8c8bd254524b0b3305906c1921fa37a84a644e29079a9e62200c3901"
"checksum quote 0.6.8 (registry+/~https://github.com/rust-lang/crates.io-index)" = "dd636425967c33af890042c483632d33fa7a18f19ad1d7ea72e8998c6ef8dea5"
"checksum r0 0.2.2 (registry+/~https://github.com/rust-lang/crates.io-index)" = "e2a38df5b15c8d5c7e8654189744d8e396bddc18ad48041a500ce52d6948941f"
"checksum rand 0.5.5 (registry+/~https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c"
"checksum rand_core 0.2.1 (registry+/~https://github.com/rust-lang/crates.io-index)" = "edecf0f94da5551fc9b492093e30b041a891657db7940ee221f9d2f66e82eef2"
"checksum syn 0.15.8 (registry+/~https://github.com/rust-lang/crates.io-index)" = "356d1c5043597c40489e9af2d2498c7fefc33e99b7d75b43be336c8a59b3e45e"
"checksum typenum 1.10.0 (registry+/~https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169"
"checksum unicode-xid 0.1.0 (registry+/~https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
"checksum vcell 0.1.0 (registry+/~https://github.com/rust-lang/crates.io-index)" = "45c297f0afb6928cd08ab1ff9d95e99392595ea25ae1b5ecf822ff8764e57a0d"
"checksum void 1.0.2 (registry+/~https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
"checksum volatile-register 0.2.0 (registry+/~https://github.com/rust-lang/crates.io-index)" = "0d67cb4616d99b940db1d6bd28844ff97108b498a6ca850e5b6191a532063286"