ruspiro-arch-aarch64 0.1.5

This crate provides access to Aarch64 system registers as well as specific usefull aarch64 assembly instructions
Documentation
[package]
name = "ruspiro-arch-aarch64"
authors = ["André Borrmann <pspwizard@gmx.de>"]
version = "0.1.5" # remember to update html_root_url in lib.rs
description = """
This crate provides access to Aarch64 system registers as well as specific usefull aarch64 assembly instructions
"""
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/RusPiRo/ruspiro-arch-aarch64/tree/v0.1.5"
documentation = "https://docs.rs/ruspiro-arch-aarch64/0.1.5"
categories = ["no-std", "embedded"]
keywords = ["ruspiro", "aarch64", "register"]
edition = "2018"
exclude = ["Makefile.toml", ".cargo/config.toml"]

[badges]
maintenance = { status = "actively-developed" }

[lib]

[build-dependencies]
# uncomment this if a build.rs script should be run as part of the build process
# cc = "1.0"

[dependencies]
ruspiro-register = "0.5"

[features]
ruspiro_pi3 = [ ]

[patch.crates-io]
ruspiro-register = { git = "https://github.com/RusPiRo/ruspiro-register.git", branch = "development" }