blob: 6ba79a36fcf7843aae4dd3e8fc77d8495c67d236 [file] [log] [blame]
Imre Kiscd007ad2024-08-14 15:53:11 +02001# 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]
5name = "arm-sp805"
6version = "0.1.0"
7authors = [
8 "Balint Dobszay <balint.dobszay@arm.com>",
9 "Imre Kis <imre.kis@arm.com>",
10]
11description = "Arm Watchdog Module (SP805) driver"
12edition = "2021"
13license = "MIT OR Apache-2.0"
14repository = "https://git.trustedfirmware.org/rust-spmc/rust-spmc.git"
15keywords = ["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]
20bitflags = "2.6"
21volatile-register = "0.2"