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