peakrdl-rust 0.2.1

Generate Rust register definitions from SystemRDL sources
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 = "peakrdl-rust"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate Rust register definitions from SystemRDL sources"
readme = "README.md"
keywords = [
    "embedded",
    "PAC",
    "peakrdl",
    "registers",
    "systemrdl",
]
categories = [
    "embedded",
    "hardware-support",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/darsor/PeakRDL-rust"

[features]
default = []
fixedpoint = [
    "dep:heapless",
    "num-traits/libm",
]

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

[dependencies.heapless]
version = "0.9.1"
optional = true

[dependencies.num-traits]
version = "0.2.19"
default-features = false

[lints.clippy]
doc_markdown = "allow"
pedantic = "warn"