Imre Kis | 9c084c0 | 2024-08-14 15:53:45 +0200 | [diff] [blame] | 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 3 | version = 4 |
Imre Kis | 9c084c0 | 2024-08-14 15:53:45 +0200 | [diff] [blame] | 4 | |
| 5 | [[package]] |
| 6 | name = "arm-fvp-base-pac" |
| 7 | version = "0.1.0" |
| 8 | dependencies = [ |
| 9 | "arm-gic", |
Balint Dobszay | 4292ed4 | 2025-01-09 13:52:32 +0100 | [diff] [blame] | 10 | "arm-pl011-uart", |
Imre Kis | 9c084c0 | 2024-08-14 15:53:45 +0200 | [diff] [blame] | 11 | "arm-sp805", |
Tomás González | 52cb4a6 | 2025-03-19 18:41:00 +0000 | [diff] [blame] | 12 | "bitflags", |
Andrew Walbran | 8fb815a | 2025-02-24 16:19:14 +0000 | [diff] [blame] | 13 | "safe-mmio", |
Imre Kis | 9c084c0 | 2024-08-14 15:53:45 +0200 | [diff] [blame] | 14 | "spin", |
Tomás González | 52cb4a6 | 2025-03-19 18:41:00 +0000 | [diff] [blame] | 15 | "zerocopy", |
Imre Kis | 9c084c0 | 2024-08-14 15:53:45 +0200 | [diff] [blame] | 16 | ] |
| 17 | |
| 18 | [[package]] |
| 19 | name = "arm-gic" |
| 20 | version = "0.1.0" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 21 | source = "git+https://git.trustedfirmware.org/rust-spmc/arm-gic.git#3e1263014caabe1ba6189b7693ac4f0466d6e19f" |
Imre Kis | 9c084c0 | 2024-08-14 15:53:45 +0200 | [diff] [blame] | 22 | dependencies = [ |
| 23 | "bitflags", |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 24 | "safe-mmio", |
| 25 | "zerocopy", |
Imre Kis | 9c084c0 | 2024-08-14 15:53:45 +0200 | [diff] [blame] | 26 | ] |
| 27 | |
| 28 | [[package]] |
Balint Dobszay | 4292ed4 | 2025-01-09 13:52:32 +0100 | [diff] [blame] | 29 | name = "arm-pl011-uart" |
Imre Kis | 7992136 | 2025-03-24 17:24:58 +0100 | [diff] [blame] | 30 | version = "0.3.1" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 31 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Imre Kis | 7992136 | 2025-03-24 17:24:58 +0100 | [diff] [blame] | 32 | checksum = "ff5b0f1e39ec186e409c6fd80bbb83aa00622ca71c9c0561b5571df3b5f5391f" |
Imre Kis | 9c084c0 | 2024-08-14 15:53:45 +0200 | [diff] [blame] | 33 | dependencies = [ |
| 34 | "bitflags", |
| 35 | "embedded-hal-nb", |
| 36 | "embedded-io", |
Andrew Walbran | 77b29ce | 2025-02-25 14:16:59 +0000 | [diff] [blame] | 37 | "safe-mmio", |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 38 | "thiserror", |
| 39 | "zerocopy", |
Imre Kis | 9c084c0 | 2024-08-14 15:53:45 +0200 | [diff] [blame] | 40 | ] |
| 41 | |
| 42 | [[package]] |
| 43 | name = "arm-sp805" |
Imre Kis | 7992136 | 2025-03-24 17:24:58 +0100 | [diff] [blame] | 44 | version = "0.1.1" |
| 45 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 46 | checksum = "b51f04b17c58f653b74ade8f0f7bfdb01ae32cc1ffdface0802d01760b20f56d" |
Imre Kis | 9c084c0 | 2024-08-14 15:53:45 +0200 | [diff] [blame] | 47 | dependencies = [ |
| 48 | "bitflags", |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 49 | "safe-mmio", |
| 50 | "zerocopy", |
Imre Kis | 9c084c0 | 2024-08-14 15:53:45 +0200 | [diff] [blame] | 51 | ] |
| 52 | |
| 53 | [[package]] |
| 54 | name = "bitflags" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 55 | version = "2.9.0" |
Imre Kis | 9c084c0 | 2024-08-14 15:53:45 +0200 | [diff] [blame] | 56 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 57 | checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" |
Imre Kis | 9c084c0 | 2024-08-14 15:53:45 +0200 | [diff] [blame] | 58 | |
| 59 | [[package]] |
| 60 | name = "embedded-hal" |
| 61 | version = "1.0.0" |
| 62 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 63 | checksum = "361a90feb7004eca4019fb28352a9465666b24f840f5c3cddf0ff13920590b89" |
| 64 | |
| 65 | [[package]] |
| 66 | name = "embedded-hal-nb" |
| 67 | version = "1.0.0" |
| 68 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 69 | checksum = "fba4268c14288c828995299e59b12babdbe170f6c6d73731af1b4648142e8605" |
| 70 | dependencies = [ |
| 71 | "embedded-hal", |
| 72 | "nb", |
| 73 | ] |
| 74 | |
| 75 | [[package]] |
| 76 | name = "embedded-io" |
| 77 | version = "0.6.1" |
| 78 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 79 | checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" |
| 80 | |
| 81 | [[package]] |
| 82 | name = "nb" |
| 83 | version = "1.1.0" |
| 84 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 85 | checksum = "8d5439c4ad607c3c23abf66de8c8bf57ba8adcd1f129e699851a6e43935d339d" |
| 86 | |
| 87 | [[package]] |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 88 | name = "proc-macro2" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 89 | version = "1.0.94" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 90 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 91 | checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 92 | dependencies = [ |
| 93 | "unicode-ident", |
| 94 | ] |
| 95 | |
| 96 | [[package]] |
| 97 | name = "quote" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 98 | version = "1.0.40" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 99 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 100 | checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 101 | dependencies = [ |
| 102 | "proc-macro2", |
| 103 | ] |
| 104 | |
| 105 | [[package]] |
Andrew Walbran | 8fb815a | 2025-02-24 16:19:14 +0000 | [diff] [blame] | 106 | name = "safe-mmio" |
Tomás González | 52cb4a6 | 2025-03-19 18:41:00 +0000 | [diff] [blame] | 107 | version = "0.2.2" |
Andrew Walbran | 8fb815a | 2025-02-24 16:19:14 +0000 | [diff] [blame] | 108 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Tomás González | 52cb4a6 | 2025-03-19 18:41:00 +0000 | [diff] [blame] | 109 | checksum = "f96d86dc25e8f742cf117e00b58db99e0c3505208babc33f124f0067f6c22024" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 110 | dependencies = [ |
| 111 | "zerocopy", |
| 112 | ] |
Andrew Walbran | 8fb815a | 2025-02-24 16:19:14 +0000 | [diff] [blame] | 113 | |
| 114 | [[package]] |
Imre Kis | 9c084c0 | 2024-08-14 15:53:45 +0200 | [diff] [blame] | 115 | name = "spin" |
| 116 | version = "0.9.8" |
| 117 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 118 | checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 119 | |
| 120 | [[package]] |
| 121 | name = "syn" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 122 | version = "2.0.100" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 123 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 124 | checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 125 | dependencies = [ |
| 126 | "proc-macro2", |
| 127 | "quote", |
| 128 | "unicode-ident", |
| 129 | ] |
| 130 | |
| 131 | [[package]] |
| 132 | name = "thiserror" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 133 | version = "2.0.12" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 135 | checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 136 | dependencies = [ |
| 137 | "thiserror-impl", |
| 138 | ] |
| 139 | |
| 140 | [[package]] |
| 141 | name = "thiserror-impl" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 142 | version = "2.0.12" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 143 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 144 | checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 145 | dependencies = [ |
| 146 | "proc-macro2", |
| 147 | "quote", |
| 148 | "syn", |
| 149 | ] |
| 150 | |
| 151 | [[package]] |
| 152 | name = "unicode-ident" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 153 | version = "1.0.18" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 154 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 155 | checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 156 | |
| 157 | [[package]] |
| 158 | name = "zerocopy" |
Tomás González | 52cb4a6 | 2025-03-19 18:41:00 +0000 | [diff] [blame] | 159 | version = "0.8.24" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Tomás González | 52cb4a6 | 2025-03-19 18:41:00 +0000 | [diff] [blame] | 161 | checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 162 | dependencies = [ |
| 163 | "zerocopy-derive", |
| 164 | ] |
| 165 | |
| 166 | [[package]] |
| 167 | name = "zerocopy-derive" |
Tomás González | 52cb4a6 | 2025-03-19 18:41:00 +0000 | [diff] [blame] | 168 | version = "0.8.24" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 169 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Tomás González | 52cb4a6 | 2025-03-19 18:41:00 +0000 | [diff] [blame] | 170 | checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 171 | dependencies = [ |
| 172 | "proc-macro2", |
| 173 | "quote", |
| 174 | "syn", |
| 175 | ] |