hc32f460_driver_sys 0.2.2

Provide driver function binding for HDSC's HC32F460 MCU.
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 = "hc32f460_driver_sys"
version = "0.2.2"
build = "build.rs"
exclude = [
    "build",
    "driver",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provide driver function binding for HDSC's HC32F460 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 = "hc32f460_driver_sys"
path = "src/lib.rs"

[dependencies]

[lints.rust]
nonstandard_style = "allow"
unpredictable_function_pointer_comparisons = "allow"