# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nucleo-l011k4-bsp" version = "0.2.0" authors = ["Brandon Matthews "] description = "Board support crate for the ST L011K4-NUCLEO" keywords = ["embedded-hal", "stm32l011k4", "nucleo", "stm32l0x1", "stm32"] categories = ["embedded", "hardware-support", "no-std"] license = "0BSD" repository = "https://github.com/thenewwazoo/nucleo-l011k4-bsp/" [profile.dev] opt-level = "s" lto = false codegen-units = 1 debug = true incremental = false [dependencies.cortex-m] version = "0.6.3" [dependencies.cortex-m-rt] version = "0.6.12" [dependencies.embedded-hal] version = "1.0.0-alpha.1" [dependencies.flash-embedded-hal] version = "0" [dependencies.nb] version = "1.0" [dependencies.panic-halt] version = "0.2.0" [dependencies.stm32l0] version = "0.11.0" features = ["stm32l0x1", "rt"] [dependencies.stm32l0x1-hal] version = "0.9" features = ["STM32L011x4", "rt"]