aarch64_sysreg 0.3.2

Address translation of system registers
Documentation
# 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 = "aarch64_sysreg"
version = "0.3.2"
authors = ["Debin <luodeb@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Address translation of system registers"
readme = "README.md"
keywords = [
    "arceos",
    "arm",
    "aarch64",
    "registers",
]
categories = [
    "embedded",
    "no-std",
    "hardware-support",
    "os",
]
license = "Apache-2.0"
repository = "https://github.com/rcore-os/tgoskits"
resolver = "3"

[package.metadata.docs.rs]
targets = ["aarch64-unknown-none-softfloat"]

[lib]
name = "aarch64_sysreg"
path = "src/lib.rs"

[[test]]
name = "operation_type_tests"
path = "tests/operation_type_tests.rs"

[[test]]
name = "registers_type_tests"
path = "tests/registers_type_tests.rs"

[[test]]
name = "system_reg_type_tests"
path = "tests/system_reg_type_tests.rs"

[dependencies]