blob: 7daf4e04a125596e314d8c1acda2e9a19602d487 [file] [log] [blame]
# SPDX-FileCopyrightText: Copyright 2024 Arm Limited and/or its affiliates <open-source-office@arm.com>
# SPDX-License-Identifier: MIT OR Apache-2.0
[package]
name = "arm-sp805"
version = "0.1.1"
authors = [
"Balint Dobszay <balint.dobszay@arm.com>",
"Imre Kis <imre.kis@arm.com>",
]
categories = ["hardware-support", "embedded", "no-std", "no-std::no-alloc"]
description = "Arm Watchdog Module (SP805) driver"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://git.trustedfirmware.org/rust-spmc/arm-sp805.git"
keywords = ["arm", "sp805", "watchdog", "timer", "driver"]
readme = "README.md"
rust-version = "1.82"
[dependencies]
bitflags = "2.9"
safe-mmio = "0.2"
zerocopy = "0.8"