aarch32-rt 0.3.0

Run-time support for Arm AArch32
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-rt"
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 = "Run-time support for Arm AArch32"
readme = "README.md"
keywords = [
    "arm",
    "aarch32",
    "embedded",
    "no-std",
    "run-time",
]
categories = [
    "embedded",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-embedded/aarch32.git"

[package.metadata.docs.rs]
targets = [
    "armv7r-none-eabihf",
    "armv7r-none-eabi",
    "armv7a-none-eabihf",
    "armv7a-none-eabi",
    "armv8r-none-eabihf",
]

[features]
eabi-fpu = []
el2-mode = []
fpu-d32 = []

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

[dependencies.aarch32-cpu]
version = "0.3.0"

[dependencies.aarch32-rt-macros]
version = "=0.3.0"

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