Imre Kis | 87cee5b | 2025-01-15 18:52:35 +0100 | [diff] [blame^] | 1 | # SPDX-FileCopyrightText: Copyright 2023-2025 Arm Limited and/or its affiliates <open-source-office@arm.com> |
| 2 | # SPDX-License-Identifier: MIT OR Apache-2.0 |
| 3 | |
| 4 | [package] |
| 5 | name = "arm-xlat" |
| 6 | version = "0.1.0" |
| 7 | authors = [ |
| 8 | "Balint Dobszay <balint.dobszay@arm.com>", |
| 9 | "Imre Kis <imre.kis@arm.com>", |
| 10 | ] |
| 11 | description = "AArch64 Virtual Memory Translation Table handler library" |
| 12 | edition = "2021" |
| 13 | license = "MIT OR Apache-2.0" |
| 14 | repository = "https://git.trustedfirmware.org/rust-spmc/arm-xlat.git" |
| 15 | keywords = ["arm", "aarch64", "mmu", "virtual memory"] |
| 16 | categories = ["hardware-support", "embedded", "no-std", "no-std::no-alloc"] |
| 17 | readme = "README.md" |
| 18 | rust-version = "1.82" |
| 19 | |
| 20 | [dependencies] |