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", |
Andrew Walbran | 8fb815a | 2025-02-24 16:19:14 +0000 | [diff] [blame] | 12 | "safe-mmio", |
Imre Kis | 9c084c0 | 2024-08-14 15:53:45 +0200 | [diff] [blame] | 13 | "spin", |
| 14 | ] |
| 15 | |
| 16 | [[package]] |
| 17 | name = "arm-gic" |
| 18 | version = "0.1.0" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 19 | source = "git+https://git.trustedfirmware.org/rust-spmc/arm-gic.git#9eeb9c9e7cbc0b986c3c8666e0b7dca6a6871add" |
Imre Kis | 9c084c0 | 2024-08-14 15:53:45 +0200 | [diff] [blame] | 20 | dependencies = [ |
| 21 | "bitflags", |
| 22 | ] |
| 23 | |
| 24 | [[package]] |
Balint Dobszay | 4292ed4 | 2025-01-09 13:52:32 +0100 | [diff] [blame] | 25 | name = "arm-pl011-uart" |
Andrew Walbran | 77b29ce | 2025-02-25 14:16:59 +0000 | [diff] [blame^] | 26 | version = "0.2.0" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 27 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Andrew Walbran | 77b29ce | 2025-02-25 14:16:59 +0000 | [diff] [blame^] | 28 | checksum = "4fc2d83c175765fcbec10238b309ebe937247e938d3a9efcb32a96e69502a04e" |
Imre Kis | 9c084c0 | 2024-08-14 15:53:45 +0200 | [diff] [blame] | 29 | dependencies = [ |
| 30 | "bitflags", |
| 31 | "embedded-hal-nb", |
| 32 | "embedded-io", |
Andrew Walbran | 77b29ce | 2025-02-25 14:16:59 +0000 | [diff] [blame^] | 33 | "safe-mmio", |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 34 | "thiserror", |
| 35 | "zerocopy", |
Imre Kis | 9c084c0 | 2024-08-14 15:53:45 +0200 | [diff] [blame] | 36 | ] |
| 37 | |
| 38 | [[package]] |
| 39 | name = "arm-sp805" |
| 40 | version = "0.1.0" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 41 | source = "git+https://git.trustedfirmware.org/rust-spmc/arm-sp805.git#ae5c740a85de29a9672cc6da28c2f0d4305afad6" |
Imre Kis | 9c084c0 | 2024-08-14 15:53:45 +0200 | [diff] [blame] | 42 | dependencies = [ |
| 43 | "bitflags", |
| 44 | ] |
| 45 | |
| 46 | [[package]] |
| 47 | name = "bitflags" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 48 | version = "2.8.0" |
Imre Kis | 9c084c0 | 2024-08-14 15:53:45 +0200 | [diff] [blame] | 49 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 50 | checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" |
Imre Kis | 9c084c0 | 2024-08-14 15:53:45 +0200 | [diff] [blame] | 51 | |
| 52 | [[package]] |
| 53 | name = "embedded-hal" |
| 54 | version = "1.0.0" |
| 55 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 56 | checksum = "361a90feb7004eca4019fb28352a9465666b24f840f5c3cddf0ff13920590b89" |
| 57 | |
| 58 | [[package]] |
| 59 | name = "embedded-hal-nb" |
| 60 | version = "1.0.0" |
| 61 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 62 | checksum = "fba4268c14288c828995299e59b12babdbe170f6c6d73731af1b4648142e8605" |
| 63 | dependencies = [ |
| 64 | "embedded-hal", |
| 65 | "nb", |
| 66 | ] |
| 67 | |
| 68 | [[package]] |
| 69 | name = "embedded-io" |
| 70 | version = "0.6.1" |
| 71 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 72 | checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" |
| 73 | |
| 74 | [[package]] |
| 75 | name = "nb" |
| 76 | version = "1.1.0" |
| 77 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 78 | checksum = "8d5439c4ad607c3c23abf66de8c8bf57ba8adcd1f129e699851a6e43935d339d" |
| 79 | |
| 80 | [[package]] |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 81 | name = "proc-macro2" |
| 82 | version = "1.0.93" |
| 83 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 84 | checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" |
| 85 | dependencies = [ |
| 86 | "unicode-ident", |
| 87 | ] |
| 88 | |
| 89 | [[package]] |
| 90 | name = "quote" |
| 91 | version = "1.0.38" |
| 92 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 93 | checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" |
| 94 | dependencies = [ |
| 95 | "proc-macro2", |
| 96 | ] |
| 97 | |
| 98 | [[package]] |
Andrew Walbran | 8fb815a | 2025-02-24 16:19:14 +0000 | [diff] [blame] | 99 | name = "safe-mmio" |
| 100 | version = "0.1.0" |
| 101 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 102 | checksum = "30075950f15d2083592cdb9b5b175d48d332dacdc481c17546910e0c1e9cc4b1" |
| 103 | |
| 104 | [[package]] |
Imre Kis | 9c084c0 | 2024-08-14 15:53:45 +0200 | [diff] [blame] | 105 | name = "spin" |
| 106 | version = "0.9.8" |
| 107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 108 | checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
Imre Kis | 070bdcc | 2025-02-13 14:48:04 +0100 | [diff] [blame] | 109 | |
| 110 | [[package]] |
| 111 | name = "syn" |
| 112 | version = "2.0.98" |
| 113 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 114 | checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1" |
| 115 | dependencies = [ |
| 116 | "proc-macro2", |
| 117 | "quote", |
| 118 | "unicode-ident", |
| 119 | ] |
| 120 | |
| 121 | [[package]] |
| 122 | name = "thiserror" |
| 123 | version = "2.0.11" |
| 124 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 125 | checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" |
| 126 | dependencies = [ |
| 127 | "thiserror-impl", |
| 128 | ] |
| 129 | |
| 130 | [[package]] |
| 131 | name = "thiserror-impl" |
| 132 | version = "2.0.11" |
| 133 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 134 | checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" |
| 135 | dependencies = [ |
| 136 | "proc-macro2", |
| 137 | "quote", |
| 138 | "syn", |
| 139 | ] |
| 140 | |
| 141 | [[package]] |
| 142 | name = "unicode-ident" |
| 143 | version = "1.0.16" |
| 144 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 145 | checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034" |
| 146 | |
| 147 | [[package]] |
| 148 | name = "zerocopy" |
| 149 | version = "0.8.17" |
| 150 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 151 | checksum = "aa91407dacce3a68c56de03abe2760159582b846c6a4acd2f456618087f12713" |
| 152 | dependencies = [ |
| 153 | "zerocopy-derive", |
| 154 | ] |
| 155 | |
| 156 | [[package]] |
| 157 | name = "zerocopy-derive" |
| 158 | version = "0.8.17" |
| 159 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 160 | checksum = "06718a168365cad3d5ff0bb133aad346959a2074bd4a85c121255a11304a8626" |
| 161 | dependencies = [ |
| 162 | "proc-macro2", |
| 163 | "quote", |
| 164 | "syn", |
| 165 | ] |