blob: 3a87c0e6461089c31eb2e2f79e641d358daf31e7 [file] [log] [blame]
Imre Kisdb5d9562025-08-01 16:36:01 +02001# SPDX-FileCopyrightText: Copyright The arm-generic-timer Contributors.
2# SPDX-License-Identifier: MIT OR Apache-2.0
3
4[package]
5name = "arm-generic-timer"
Imre Kis72ed94e2026-03-27 16:15:35 +01006version = "0.2.0"
Imre Kisdb5d9562025-08-01 16:36:01 +02007authors = [
8 "Balint Dobszay <balint.dobszay@arm.com>",
9 "Imre Kis <imre.kis@arm.com>",
10]
11description = "Arm Generic Timer driver"
12edition = "2021"
13license = "MIT OR Apache-2.0"
Imre Kisbaec74c2025-08-14 18:02:07 +020014repository = "https://git.trustedfirmware.org/arm-firmware-crates/arm-generic-timer.git"
Imre Kisdb5d9562025-08-01 16:36:01 +020015keywords = ["arm", "timer", "counter", "driver"]
16categories = ["hardware-support", "embedded", "no-std", "no-std::no-alloc"]
17readme = "README.md"
18rust-version = "1.82"
19
20[dependencies]
Imre Kis72ed94e2026-03-27 16:15:35 +010021bitflags = "2.11.0"
22safe-mmio = "0.3.0"
Imre Kisdb5d9562025-08-01 16:36:01 +020023zerocopy = "0.8"