blob: 7daf4e04a125596e314d8c1acda2e9a19602d487 [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"
Imre Kisaa1e7ef2025-04-01 14:48:21 +02006version = "0.1.1"
Imre Kiscd007ad2024-08-14 15:53:11 +02007authors = [
8 "Balint Dobszay <balint.dobszay@arm.com>",
9 "Imre Kis <imre.kis@arm.com>",
10]
Imre Kis25115ca2025-03-25 14:05:09 +010011categories = ["hardware-support", "embedded", "no-std", "no-std::no-alloc"]
Imre Kiscd007ad2024-08-14 15:53:11 +020012description = "Arm Watchdog Module (SP805) driver"
13edition = "2021"
14license = "MIT OR Apache-2.0"
Imre Kis25115ca2025-03-25 14:05:09 +010015repository = "https://git.trustedfirmware.org/rust-spmc/arm-sp805.git"
Imre Kisae5c7402025-01-10 17:57:58 +010016keywords = ["arm", "sp805", "watchdog", "timer", "driver"]
Imre Kis25115ca2025-03-25 14:05:09 +010017readme = "README.md"
Imre Kisae5c7402025-01-10 17:57:58 +010018rust-version = "1.82"
Imre Kiscd007ad2024-08-14 15:53:11 +020019
Imre Kiscd007ad2024-08-14 15:53:11 +020020[dependencies]
Imre Kis826b8612025-03-12 13:07:15 +010021bitflags = "2.9"
22safe-mmio = "0.2"
Imre Kis25115ca2025-03-25 14:05:09 +010023zerocopy = "0.8"