# 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 = "nucleo-l031k6-bsp" version = "0.3.0" authors = ["Brandon Matthews "] description = "Board support crate for the ST L031K6-NUCLEO" readme = "README.md" keywords = [ "embedded-hal", "stm32l031k6", "nucleo", "stm32l0x1", "stm32", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "0BSD" repository = "https://github.com/thenewwazoo/nucleo-l031k6-bsp/" [profile.dev] opt-level = 2 lto = true codegen-units = 1 debug = true incremental = false [dependencies.cortex-m] version = "0.7.2" [dependencies.cortex-m-rt] version = "0.7.2" [dependencies.embedded-hal] version = "0.2.7" [dependencies.panic-halt] version = "0.2.0" [dependencies.stm32l0] version = "0.15.1" features = [ "stm32l0x1", "rt", ] [dependencies.stm32l0x1-hal] version = "0.11" features = [ "STM32L031x6", "rt", ]