blob: bec41bd7187d01636aab7b97fa316690edcc669a [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-gic"
version = "0.1.0"
authors = [
"Balint Dobszay <balint.dobszay@arm.com>",
"Imre Kis <imre.kis@arm.com>",
]
description = "Arm Generic Interrupt Controller driver"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://git.trustedfirmware.org/rust-spmc/rust-spmc.git"
keywords = ["arm", "gic", "interrupt", "driver"]
rust-version = "1.82"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bitflags = "2.9"
safe-mmio = "0.2"
zerocopy = "0.8"