mpfs-pac 0.4.0

Peripheral Access Crate for PolarFire SoC
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"
name = "mpfs-pac"
version = "0.4.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Peripheral Access Crate for PolarFire SoC"
readme = "README.md"
keywords = [
    "mpfs",
    "polarfire",
    "pac",
]
categories = [
    "embedded",
    "hardware-support",
    "no-std",
    "no-std::no-alloc",
]
license = "MIT"
repository = "https://github.com/AlexCharlton/mpfs-hal"
resolver = "2"

[package.metadata.docs.rs]
default-target = "riscv64gc-unknown-none-elf"
features = []

[features]
beaglev-fire = ["upper-memory-layout"]
default = ["beaglev-fire"]
upper-memory-layout = []

[lib]
name = "mpfs_pac"
path = "src/lib.rs"
test = false
bench = false

[dependencies.riscv]
version = "0.12"

[build-dependencies.bindgen]
version = "0.72"

[build-dependencies.cc]
version = "1.0"

[build-dependencies.walkdir]
version = "2.4"