# 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 = "2021" name = "py32csdk-hal-sys" version = "0.4.0" build = "build.rs" exclude = [ "PY32F0_Drivers/CMSIS/DSP_Lib", "PY32F0_Drivers/Examples", "PY32F0_Drivers/PY32F0xx_LL_Driver", "PY32F0_Drivers/PY32F002B_LL_Driver", "PY32F0_Drivers/PY32F002B_HAL_Driver", "PY32F0_Drivers/LDScripts", "PY32F0_Drivers/BSP", ] autobins = false autoexamples = false autotests = false autobenches = false description = "PY32 HAL bindings" homepage = "https://github.com/decaday/py32csdk-hal-sys" readme = "README.md" keywords = [ "embedded-hal", "no-std", "py32", "mcu", ] categories = ["no-std"] license-file = "LICENSE" repository = "https://github.com/decaday/py32csdk-hal-sys" [lib] name = "py32csdk_hal_sys" path = "src/lib.rs" [dependencies.cortex-m] version = "0.7" [dependencies.cortex-m-rt] version = "0.7" optional = true [build-dependencies.bindgen] version = "0.69" features = ["experimental"] optional = true [build-dependencies.cc] version = "1.0" optional = true [features] default = [ "py32f030", "py32xxx6", "rt", ] py32f030 = [] py32xxx6 = [] py32xxx8 = [] recompile = [ "regenerate-bindings", "cc", ] regenerate-bindings = ["bindgen"] rt = ["cortex-m-rt/device"]