[dependencies.tock-registers]
default-features = false
version = "0.9.0"
[lib]
name = "aarch64_cpu"
path = "src/lib.rs"
[package]
authors = ["Andre Richter <andre.o.richter@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["embedded", "hardware-support", "no-std"]
description = "Low level access to processors using the AArch64 execution state"
edition = "2018"
exclude = [".github", ".gitignore", ".rustfmt.toml", ".vscode", ".editorconfig", "Makefile"]
homepage = "https://github.com/rust-embedded/aarch64-cpu"
keywords = ["arm", "aarch64", "cpu", "register"]
license = "MIT/Apache-2.0"
name = "aarch64-cpu"
readme = "README.md"
repository = "https://github.com/rust-embedded/aarch64-cpu"
version = "10.0.0"