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 | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 30 | version = "0.3.0" |
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 | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 32 | checksum = "bed01fb1be86080a2e9d93ae75e485837712a497f6e729e8ea329151a982e032" |
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" |
| 44 | version = "0.1.0" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 45 | source = "git+https://git.trustedfirmware.org/rust-spmc/arm-sp805.git#826b861f78f36fd3e51a199b1d6969b5e5d48a5b" |
Imre Kis | 9c084c0 | 2024-08-14 15:53:45 +0200 | [diff] [blame] | 46 | dependencies = [ |
| 47 | "bitflags", |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 48 | "safe-mmio", |
| 49 | "zerocopy", |
Imre Kis | 9c084c0 | 2024-08-14 15:53:45 +0200 | [diff] [blame] | 50 | ] |
| 51 | |
| 52 | [[package]] |
| 53 | name = "bitflags" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 54 | version = "2.9.0" |
Imre Kis | 9c084c0 | 2024-08-14 15:53:45 +0200 | [diff] [blame] | 55 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 56 | checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" |
Imre Kis | 9c084c0 | 2024-08-14 15:53:45 +0200 | [diff] [blame] | 57 | |
| 58 | [[package]] |
| 59 | name = "embedded-hal" |
| 60 | version = "1.0.0" |
| 61 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 62 | checksum = "361a90feb7004eca4019fb28352a9465666b24f840f5c3cddf0ff13920590b89" |
| 63 | |
| 64 | [[package]] |
| 65 | name = "embedded-hal-nb" |
| 66 | version = "1.0.0" |
| 67 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 68 | checksum = "fba4268c14288c828995299e59b12babdbe170f6c6d73731af1b4648142e8605" |
| 69 | dependencies = [ |
| 70 | "embedded-hal", |
| 71 | "nb", |
| 72 | ] |
| 73 | |
| 74 | [[package]] |
| 75 | name = "embedded-io" |
| 76 | version = "0.6.1" |
| 77 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 78 | checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" |
| 79 | |
| 80 | [[package]] |
| 81 | name = "nb" |
| 82 | version = "1.1.0" |
| 83 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 84 | checksum = "8d5439c4ad607c3c23abf66de8c8bf57ba8adcd1f129e699851a6e43935d339d" |
| 85 | |
| 86 | [[package]] |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 87 | name = "proc-macro2" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 88 | version = "1.0.94" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 89 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 90 | checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 91 | dependencies = [ |
| 92 | "unicode-ident", |
| 93 | ] |
| 94 | |
| 95 | [[package]] |
| 96 | name = "quote" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 97 | version = "1.0.40" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 98 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 99 | checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 100 | dependencies = [ |
| 101 | "proc-macro2", |
| 102 | ] |
| 103 | |
| 104 | [[package]] |
Andrew Walbran | 8fb815a | 2025-02-24 16:19:14 +0000 | [diff] [blame] | 105 | name = "safe-mmio" |
Tomás González | 52cb4a6 | 2025-03-19 18:41:00 +0000 | [diff] [blame^] | 106 | version = "0.2.2" |
Andrew Walbran | 8fb815a | 2025-02-24 16:19:14 +0000 | [diff] [blame] | 107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Tomás González | 52cb4a6 | 2025-03-19 18:41:00 +0000 | [diff] [blame^] | 108 | checksum = "f96d86dc25e8f742cf117e00b58db99e0c3505208babc33f124f0067f6c22024" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 109 | dependencies = [ |
| 110 | "zerocopy", |
| 111 | ] |
Andrew Walbran | 8fb815a | 2025-02-24 16:19:14 +0000 | [diff] [blame] | 112 | |
| 113 | [[package]] |
Imre Kis | 9c084c0 | 2024-08-14 15:53:45 +0200 | [diff] [blame] | 114 | name = "spin" |
| 115 | version = "0.9.8" |
| 116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 117 | checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 118 | |
| 119 | [[package]] |
| 120 | name = "syn" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 121 | version = "2.0.100" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 122 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 123 | checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 124 | dependencies = [ |
| 125 | "proc-macro2", |
| 126 | "quote", |
| 127 | "unicode-ident", |
| 128 | ] |
| 129 | |
| 130 | [[package]] |
| 131 | name = "thiserror" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 132 | version = "2.0.12" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 133 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 134 | checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 135 | dependencies = [ |
| 136 | "thiserror-impl", |
| 137 | ] |
| 138 | |
| 139 | [[package]] |
| 140 | name = "thiserror-impl" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 141 | version = "2.0.12" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 142 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 143 | checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 144 | dependencies = [ |
| 145 | "proc-macro2", |
| 146 | "quote", |
| 147 | "syn", |
| 148 | ] |
| 149 | |
| 150 | [[package]] |
| 151 | name = "unicode-ident" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 152 | version = "1.0.18" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Imre Kis | 5566163 | 2025-03-14 15:25:40 +0100 | [diff] [blame] | 154 | checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 155 | |
| 156 | [[package]] |
| 157 | name = "zerocopy" |
Tomás González | 52cb4a6 | 2025-03-19 18:41:00 +0000 | [diff] [blame^] | 158 | version = "0.8.24" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 159 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Tomás González | 52cb4a6 | 2025-03-19 18:41:00 +0000 | [diff] [blame^] | 160 | checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 161 | dependencies = [ |
| 162 | "zerocopy-derive", |
| 163 | ] |
| 164 | |
| 165 | [[package]] |
| 166 | name = "zerocopy-derive" |
Tomás González | 52cb4a6 | 2025-03-19 18:41:00 +0000 | [diff] [blame^] | 167 | version = "0.8.24" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 168 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Tomás González | 52cb4a6 | 2025-03-19 18:41:00 +0000 | [diff] [blame^] | 169 | checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 170 | dependencies = [ |
| 171 | "proc-macro2", |
| 172 | "quote", |
| 173 | "syn", |
| 174 | ] |