[package]
edition = "2024"
name = "hc32f448_driver_sys"
version = "0.4.1"
build = "build.rs"
exclude = [
"build",
"driver",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provide driver function binding for HDSC's HC32F448 MCU."
readme = "README.md"
keywords = [
"HC32",
"bindgen",
"no_std",
"bare-metal",
]
categories = [
"embedded",
"hardware-support",
"no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/823984418/hc32_driver_sys"
[lib]
name = "hc32f448_driver_sys"
path = "src/lib.rs"
[dependencies]
[lints.rust]
nonstandard_style = "allow"
unpredictable_function_pointer_comparisons = "allow"
unused = "allow"