Balint Dobszay | 5bf492f | 2024-07-29 17:21:32 +0200 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: Copyright 2023 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-ffa" |
| 6 | version = "0.1.0" |
| 7 | authors = [ |
| 8 | "Balint Dobszay <balint.dobszay@arm.com>", |
| 9 | "Imre Kis <imre.kis@arm.com>", |
| 10 | ] |
| 11 | description = "Arm Firmware Framework for Arm A-profile support library" |
| 12 | edition = "2021" |
| 13 | license = "MIT OR Apache-2.0" |
| 14 | repository = "https://git.trustedfirmware.org/rust-spmc/rust-spmc.git" |
| 15 | keywords = ["arm", "aarch64", "spmc", "ff-a", "firmware"] |
| 16 | |
| 17 | [dependencies] |
| 18 | num_enum = { version = "0.7", default-features = false } |
Andrew Walbran | 44029a0 | 2024-11-25 15:34:31 +0000 | [diff] [blame] | 19 | thiserror = { version = "2.0.3", default-features = false } |
Balint Dobszay | 5bf492f | 2024-07-29 17:21:32 +0200 | [diff] [blame] | 20 | uuid = { version = "1.10", default-features = false } |