blob: 1419f48d38cb164bdefa22bdf197a207b6ab375e [file] [log] [blame]
Imre Kis9c084c02024-08-14 15:53:45 +02001# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
Imre Kis070bdcc2025-02-13 14:48:04 +01003version = 4
Imre Kis9c084c02024-08-14 15:53:45 +02004
5[[package]]
6name = "arm-fvp-base-pac"
7version = "0.1.0"
8dependencies = [
9 "arm-gic",
Balint Dobszay4292ed42025-01-09 13:52:32 +010010 "arm-pl011-uart",
Imre Kis9c084c02024-08-14 15:53:45 +020011 "arm-sp805",
Andrew Walbran8fb815a2025-02-24 16:19:14 +000012 "safe-mmio",
Imre Kis9c084c02024-08-14 15:53:45 +020013 "spin",
14]
15
16[[package]]
17name = "arm-gic"
18version = "0.1.0"
Imre Kis070bdcc2025-02-13 14:48:04 +010019source = "git+https://git.trustedfirmware.org/rust-spmc/arm-gic.git#9eeb9c9e7cbc0b986c3c8666e0b7dca6a6871add"
Imre Kis9c084c02024-08-14 15:53:45 +020020dependencies = [
21 "bitflags",
22]
23
24[[package]]
Balint Dobszay4292ed42025-01-09 13:52:32 +010025name = "arm-pl011-uart"
Imre Kis9c084c02024-08-14 15:53:45 +020026version = "0.1.0"
Imre Kis070bdcc2025-02-13 14:48:04 +010027source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "75398557e07e3722f22649f7a18d0566d0affa3b82e3b9efac910b0564728256"
Imre Kis9c084c02024-08-14 15:53:45 +020029dependencies = [
30 "bitflags",
31 "embedded-hal-nb",
32 "embedded-io",
Imre Kis070bdcc2025-02-13 14:48:04 +010033 "thiserror",
34 "zerocopy",
Imre Kis9c084c02024-08-14 15:53:45 +020035]
36
37[[package]]
38name = "arm-sp805"
39version = "0.1.0"
Imre Kis070bdcc2025-02-13 14:48:04 +010040source = "git+https://git.trustedfirmware.org/rust-spmc/arm-sp805.git#ae5c740a85de29a9672cc6da28c2f0d4305afad6"
Imre Kis9c084c02024-08-14 15:53:45 +020041dependencies = [
42 "bitflags",
43]
44
45[[package]]
46name = "bitflags"
Imre Kis070bdcc2025-02-13 14:48:04 +010047version = "2.8.0"
Imre Kis9c084c02024-08-14 15:53:45 +020048source = "registry+https://github.com/rust-lang/crates.io-index"
Imre Kis070bdcc2025-02-13 14:48:04 +010049checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
Imre Kis9c084c02024-08-14 15:53:45 +020050
51[[package]]
52name = "embedded-hal"
53version = "1.0.0"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "361a90feb7004eca4019fb28352a9465666b24f840f5c3cddf0ff13920590b89"
56
57[[package]]
58name = "embedded-hal-nb"
59version = "1.0.0"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61checksum = "fba4268c14288c828995299e59b12babdbe170f6c6d73731af1b4648142e8605"
62dependencies = [
63 "embedded-hal",
64 "nb",
65]
66
67[[package]]
68name = "embedded-io"
69version = "0.6.1"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
72
73[[package]]
74name = "nb"
75version = "1.1.0"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "8d5439c4ad607c3c23abf66de8c8bf57ba8adcd1f129e699851a6e43935d339d"
78
79[[package]]
Imre Kis070bdcc2025-02-13 14:48:04 +010080name = "proc-macro2"
81version = "1.0.93"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
84dependencies = [
85 "unicode-ident",
86]
87
88[[package]]
89name = "quote"
90version = "1.0.38"
91source = "registry+https://github.com/rust-lang/crates.io-index"
92checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
93dependencies = [
94 "proc-macro2",
95]
96
97[[package]]
Andrew Walbran8fb815a2025-02-24 16:19:14 +000098name = "safe-mmio"
99version = "0.1.0"
100source = "registry+https://github.com/rust-lang/crates.io-index"
101checksum = "30075950f15d2083592cdb9b5b175d48d332dacdc481c17546910e0c1e9cc4b1"
102
103[[package]]
Imre Kis9c084c02024-08-14 15:53:45 +0200104name = "spin"
105version = "0.9.8"
106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
Imre Kis070bdcc2025-02-13 14:48:04 +0100108
109[[package]]
110name = "syn"
111version = "2.0.98"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1"
114dependencies = [
115 "proc-macro2",
116 "quote",
117 "unicode-ident",
118]
119
120[[package]]
121name = "thiserror"
122version = "2.0.11"
123source = "registry+https://github.com/rust-lang/crates.io-index"
124checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
125dependencies = [
126 "thiserror-impl",
127]
128
129[[package]]
130name = "thiserror-impl"
131version = "2.0.11"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
134dependencies = [
135 "proc-macro2",
136 "quote",
137 "syn",
138]
139
140[[package]]
141name = "unicode-ident"
142version = "1.0.16"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034"
145
146[[package]]
147name = "zerocopy"
148version = "0.8.17"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "aa91407dacce3a68c56de03abe2760159582b846c6a4acd2f456618087f12713"
151dependencies = [
152 "zerocopy-derive",
153]
154
155[[package]]
156name = "zerocopy-derive"
157version = "0.8.17"
158source = "registry+https://github.com/rust-lang/crates.io-index"
159checksum = "06718a168365cad3d5ff0bb133aad346959a2074bd4a85c121255a11304a8626"
160dependencies = [
161 "proc-macro2",
162 "quote",
163 "syn",
164]