-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.lock
209 lines (187 loc) · 9.36 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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "cc"
version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "paste"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"paste-impl 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro-hack 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "paste-impl"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro-hack 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.15.43 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "proc-macro-hack"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.15.43 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "proc-macro2"
version = "0.4.30"
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.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "ruspiro-allocator"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cc 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)",
"ruspiro-allocator-oom 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "ruspiro-allocator-oom"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ruspiro-boot"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cc 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "ruspiro-console"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"ruspiro-allocator 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"ruspiro-singleton 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "ruspiro-gpio"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"ruspiro-register 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"ruspiro-singleton 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "ruspiro-interrupt"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"ruspiro-interrupt-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ruspiro-register 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"ruspiro-singleton 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "ruspiro-interrupt-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.15.43 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "ruspiro-kernel"
version = "0.2.0"
dependencies = [
"ruspiro-boot 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ruspiro-console 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"ruspiro-gpio 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ruspiro-interrupt 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ruspiro-mailbox 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ruspiro-register 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"ruspiro-timer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ruspiro-uart 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "ruspiro-lock"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ruspiro-mailbox"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"paste 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"ruspiro-register 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"ruspiro-singleton 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "ruspiro-register"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ruspiro-singleton"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"ruspiro-lock 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "ruspiro-timer"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"ruspiro-register 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "ruspiro-uart"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"ruspiro-console 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"ruspiro-gpio 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ruspiro-register 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "syn"
version = "0.15.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 0.6.13 (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 = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[metadata]
"checksum cc 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)" = "ce400c638d48ee0e9ab75aef7997609ec57367ccfe1463f21bf53c3eca67bf46"
"checksum paste 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1f4a4a1c555c6505821f9d58b8779d0f630a6b7e4e1be24ba718610acf01fa79"
"checksum paste-impl 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "26e796e623b8b257215f27e6c80a5478856cae305f5b59810ff9acdaa34570e6"
"checksum proc-macro-hack 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)" = "982a35d1194084ba319d65c4a68d24ca28f5fdb5b8bc20899e4eef8641ea5178"
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
"checksum ruspiro-allocator 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fe02b6cd1c0e72d6d1df65f426f04f1e0ec0f5402523ba10bc8471baf79bd379"
"checksum ruspiro-allocator-oom 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2add31033e43ac7912c3c03a2737722b02fbc7d9e8469bede558ba4bdd668b5b"
"checksum ruspiro-boot 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7590b52cf957f60db4a39a39adb8a7d3a539d8121cd6d04da720738ab50bd9f7"
"checksum ruspiro-console 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4a7d50dde486f8fd3f91f5d468c0ab8e01bc5eecbd7b5bf2696bb2acfa5c5b26"
"checksum ruspiro-gpio 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "00c194a647e75715f420138441f0a553e21f092a111a1a593652341428b39ec4"
"checksum ruspiro-interrupt 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "942e793ea01d318538380ded62427b328b31ccf359b7f94d9443e1d72a95bf60"
"checksum ruspiro-interrupt-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e3bde4a089a0e60bcc3622d9315ee28f130d08a47c60a252f11ccabd42342180"
"checksum ruspiro-lock 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5655fe05fe4b90dc84698371cf0d7db487c6826933017ae199d908cb2a96e9bc"
"checksum ruspiro-mailbox 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cb89e19a5dd5e9d28e17753583b3ac5bcd696d52620bd6dd5f56a86200223fbe"
"checksum ruspiro-register 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b980f28994eba9f2f2a7e539acdc2daf7903cd38dd173c24153d4a2a69f23414"
"checksum ruspiro-singleton 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "03fbde4c1f1bc3a4cc88ad0e8f33e20ff7397a87a11b9856edea412e4bef863d"
"checksum ruspiro-timer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "abf2c5cd31f3b5a83e08271fa73cd0ad2ec19f23693a0590a648f66ccf3e1d39"
"checksum ruspiro-uart 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d42f58ecca488d28059e2a7ab031690f012635bb0c08a728edec93bc13dc3c15"
"checksum syn 0.15.43 (registry+https://github.com/rust-lang/crates.io-index)" = "ee06ea4b620ab59a2267c6b48be16244a3389f8bfa0986bdd15c35b890b00af3"
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"