Imre Kis | cd007ad | 2024-08-14 15:53:11 +0200 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: Copyright 2024 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-sp805" |
| 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 Watchdog Module (SP805) driver" |
| 12 | edition = "2021" |
| 13 | license = "MIT OR Apache-2.0" |
| 14 | repository = "https://git.trustedfirmware.org/rust-spmc/rust-spmc.git" |
Imre Kis | ae5c740 | 2025-01-10 17:57:58 +0100 | [diff] [blame^] | 15 | keywords = ["arm", "sp805", "watchdog", "timer", "driver"] |
| 16 | rust-version = "1.82" |
Imre Kis | cd007ad | 2024-08-14 15:53:11 +0200 | [diff] [blame] | 17 | |
| 18 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 19 | |
| 20 | [dependencies] |
| 21 | bitflags = "2.6" |