arm-sysregs 0.2.8

Armv8-A system register helper crate
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 = "2024"
rust-version = "1.88"
name = "arm-sysregs"
version = "0.2.8"
authors = ["Andrew Walbran <qwandor@google.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Armv8-A system register helper crate"
readme = "README.md"
keywords = [
    "arm",
    "aarch64",
    "sysregs",
    "system",
    "registers",
]
categories = [
    "hardware-support",
    "embedded",
    "no-std",
    "no-std::no-alloc",
]
license = "MIT OR Apache-2.0"
repository = "https://git.trustedfirmware.org/arm-firmware-crates/arm-sysregs.git"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
el1 = []
el2 = ["el1"]
el3 = ["el2"]
fakes = []

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

[[example]]
name = "log_all"
path = "examples/log_all.rs"

[dependencies.bitflags]
version = "2.11.0"

[dependencies.num_enum]
version = "0.7.5"
default-features = false

[dependencies.paste]
version = "1.0.14"

[dev-dependencies.log]
version = "0.4.29"

[target.'cfg(all(target_arch = "aarch64", target_os = "none"))'.dev-dependencies.aarch64-rt]
version = "0.4.2"
default-features = false

[lints.clippy]
missing_safety_doc = "deny"
undocumented_unsafe_blocks = "deny"
unreadable_literal = "deny"

[lints.rust]
missing_docs = "deny"
unsafe_op_in_unsafe_fn = "deny"