blob: 6e4d0710b446ea009bd679482245328ce5bc6e9f [file] [log] [blame]
Imre Kis87cee5b2025-01-15 18:52:35 +01001# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "arm-xlat"
7version = "0.1.0"
Imre Kis703482d2023-11-30 15:51:26 +01008dependencies = [
9 "bitflags",
10 "log",
11 "num_enum",
12 "packed_struct",
13 "spin",
Imre Kisd20b5292024-12-04 16:05:30 +010014 "thiserror",
Imre Kis703482d2023-11-30 15:51:26 +010015]
16
17[[package]]
18name = "bitflags"
19version = "2.8.0"
20source = "registry+https://github.com/rust-lang/crates.io-index"
21checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
22
23[[package]]
24name = "bitvec"
25version = "1.0.1"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
28dependencies = [
29 "funty",
30 "radium",
31 "tap",
32 "wyz",
33]
34
35[[package]]
36name = "funty"
37version = "2.0.0"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
40
41[[package]]
42name = "log"
43version = "0.4.25"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
46
47[[package]]
48name = "num_enum"
49version = "0.7.3"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
52dependencies = [
53 "num_enum_derive",
54]
55
56[[package]]
57name = "num_enum_derive"
58version = "0.7.3"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
61dependencies = [
62 "proc-macro2",
63 "quote",
64 "syn 2.0.96",
65]
66
67[[package]]
68name = "packed_struct"
69version = "0.10.1"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "36b29691432cc9eff8b282278473b63df73bea49bc3ec5e67f31a3ae9c3ec190"
72dependencies = [
73 "bitvec",
74 "packed_struct_codegen",
75]
76
77[[package]]
78name = "packed_struct_codegen"
79version = "0.10.1"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "9cd6706dfe50d53e0f6aa09e12c034c44faacd23e966ae5a209e8bdb8f179f98"
82dependencies = [
83 "proc-macro2",
84 "quote",
85 "syn 1.0.109",
86]
87
88[[package]]
89name = "proc-macro2"
90version = "1.0.93"
91source = "registry+https://github.com/rust-lang/crates.io-index"
92checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
93dependencies = [
94 "unicode-ident",
95]
96
97[[package]]
98name = "quote"
99version = "1.0.38"
100source = "registry+https://github.com/rust-lang/crates.io-index"
101checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
102dependencies = [
103 "proc-macro2",
104]
105
106[[package]]
107name = "radium"
108version = "0.7.0"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
111
112[[package]]
113name = "spin"
114version = "0.9.8"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
117
118[[package]]
119name = "syn"
120version = "1.0.109"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
123dependencies = [
124 "proc-macro2",
125 "quote",
126 "unicode-ident",
127]
128
129[[package]]
130name = "syn"
131version = "2.0.96"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
134dependencies = [
135 "proc-macro2",
136 "quote",
137 "unicode-ident",
138]
139
140[[package]]
141name = "tap"
142version = "1.0.1"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
145
146[[package]]
Imre Kisd20b5292024-12-04 16:05:30 +0100147name = "thiserror"
148version = "2.0.11"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
151dependencies = [
152 "thiserror-impl",
153]
154
155[[package]]
156name = "thiserror-impl"
157version = "2.0.11"
158source = "registry+https://github.com/rust-lang/crates.io-index"
159checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
160dependencies = [
161 "proc-macro2",
162 "quote",
163 "syn 2.0.96",
164]
165
166[[package]]
Imre Kis703482d2023-11-30 15:51:26 +0100167name = "unicode-ident"
168version = "1.0.14"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
171
172[[package]]
173name = "wyz"
174version = "0.5.1"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
177dependencies = [
178 "tap",
179]