[package]
edition = "2021"
rust-version = "1.85"
name = "nucleus-db"
version = "0.1.0"
authors = ["Harsh Verma"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "STM32 constraint database: pin/AF/peripheral lookup tables for the Nucleus toolchain"
readme = "README.md"
keywords = [
"stm32",
"embedded",
"gpio",
"pinmux",
"arm",
]
categories = [
"embedded",
"hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/harshverma27/nucleus"
[lib]
name = "nucleus_db"
path = "src/lib.rs"
[dependencies.roxmltree]
version = "0.21"
[build-dependencies.roxmltree]
version = "0.21"
[lints.clippy]
all = "warn"
[lints.rust]
unsafe_code = "forbid"