blob: 297377e27fdef17ffd527fb24a64a37d13ca9025 [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"
Imre Kisae5c7402025-01-10 17:57:58 +010015keywords = ["arm", "sp805", "watchdog", "timer", "driver"]
16rust-version = "1.82"
Imre Kiscd007ad2024-08-14 15:53:11 +020017
18# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
19
20[dependencies]
21bitflags = "2.6"