aarch32-cpu 0.3.0

CPU support for AArch32 Arm Processors
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"
rust-version = "1.83"
name = "aarch32-cpu"
version = "0.3.0"
authors = [
    "Jonathan Pallant <jonathan.pallant@ferrous-systems.com>",
    "The Embedded Devices Working Group Arm Team <arm@teams.rust-embedded.org>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CPU support for AArch32 Arm Processors"
homepage = "https://github.com/rust-embedded/aarch32"
readme = "README.md"
keywords = [
    "arm",
    "cortex-a",
    "cortex-r",
    "embedded",
    "no-std",
]
categories = [
    "embedded",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-embedded/aarch32.git"

[package.metadata.docs.rs]
targets = [
    "armebv7r-none-eabi",
    "armebv7r-none-eabihf",
    "armv4t-none-eabi",
    "armv5te-none-eabi",
    "armv6-none-eabi",
    "armv6-none-eabihf",
    "armv7a-none-eabi",
    "armv7a-none-eabihf",
    "armv7r-none-eabi",
    "armv7r-none-eabihf",
    "armv8r-none-eabihf",
    "thumbv4t-none-eabi",
    "thumbv5te-none-eabi",
    "thumbv6-none-eabi",
    "thumbv7a-none-eabi",
    "thumbv7a-none-eabihf",
    "thumbv7r-none-eabi",
    "thumbv7r-none-eabihf",
    "thumbv8r-none-eabihf",
]
cargo-args = [
    "-Z",
    "build-std",
]

[features]
check-asm = []
critical-section-multi-core = ["critical-section"]
critical-section-single-core = ["critical-section"]
defmt = [
    "dep:defmt",
    "arbitrary-int/defmt",
]
serde = [
    "dep:serde",
    "arbitrary-int/serde",
]

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

[dependencies.arbitrary-int]
version = "2"

[dependencies.bitbybit]
version = "2"

[dependencies.critical-section]
version = "1.2.0"
features = ["restore-state-u8"]
optional = true

[dependencies.defmt]
version = "1"
optional = true

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

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true
default-features = false

[dependencies.thiserror]
version = "2"
default-features = false

[build-dependencies.arm-targets]
version = "0.4.0"