# 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 = "stm32f1xx-lal" version = "0.1.7" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "LAL for the STM32F1xx family" readme = "README.md" keywords = [ "arm", "cortex-m", "stm32", "hal", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/VladislavZinkevich/stm32f1xx-lal" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 2 [lib] name = "stm32f1xx_lal" path = "src/lib.rs" [dependencies.cortex-m] version = "0.7.7" [dependencies.cortex-m-rt] version = "0.7.3" [dependencies.rtt-target] version = "0.5.0" [dependencies.stm32f1] version = "0.15.1" [features] rt = ["stm32f1/rt"] stm32f100 = ["stm32f1/stm32f100"] stm32f101 = ["stm32f1/stm32f101"] stm32f103 = ["stm32f1/stm32f103"] stm32f105 = ["stm32f1/stm32f107"] stm32f107 = ["stm32f1/stm32f107"]