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" |
| 15 | keywords = ["arm", "sp806", "watchdog", "timer", "driver"] |
| 16 | |
| 17 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 18 | |
| 19 | [dependencies] |
| 20 | bitflags = "2.6" |
| 21 | volatile-register = "0.2" |