# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "arm-gic-driver" version = "0.3.1" authors = ["周睿 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A driver for the Arm Generic Interrupt Controller version 1-4." readme = "README.md" keywords = [ "arm", "aarch64", "driver", "gic", "interrupt-controller", ] categories = [ "embedded", "no-std", "hardware-support", ] license = "MIT" repository = "https://gitee.com/zr233/arm-gic-driver" [lib] name = "arm_gic_driver" path = "src/lib.rs" doctest = false [dependencies.aarch64-cpu] version = "10.0" [dependencies.bitflags] version = "2.6.0" [dependencies.enum_dispatch] version = "0.3" [dependencies.log] version = "0.4" [dependencies.tock-registers] version = "0.9"