# 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 = "stm32l1xx-hal" version = "0.1.0" authors = ["Vitaly Domnikov "] description = "Peripheral access API for STM32L1 series microcontrollers" documentation = "https://docs.rs/stm32l1xx-hal" readme = "README.md" keywords = ["arm", "cortex-m", "stm32l1xx", "hal"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT/Apache-2.0" repository = "https://github.com/stm32-rs/stm32l1xx-hal" [profile.dev] codegen-units = 1 incremental = false [profile.release] lto = true codegen-units = 1 debug = true [dependencies.bare-metal] version = "0.2.4" features = ["const-fn"] [dependencies.cast] version = "0.2.2" default-features = false [dependencies.cortex-m] version = "0.5.8" [dependencies.embedded-hal] version = "0.2.3" features = ["unproven"] [dependencies.nb] version = "0.1.1" [dependencies.stm32l1] version = "0.5.0" [dependencies.void] version = "1.0.2" default-features = false [dev-dependencies.cortex-m-rt] version = "0.6.7" [dev-dependencies.cortex-m-rtfm] version = "0.4.2" [dev-dependencies.cortex-m-semihosting] version = "0.3.2" [dev-dependencies.panic-semihosting] version = "0.5.1" [features] default = ["rt", "stm32l162"] rt = ["stm32l1/rt"] stm32l100 = ["stm32l1/stm32l100"] stm32l151 = ["stm32l1/stm32l151"] stm32l152 = ["stm32l1/stm32l151"] stm32l162 = ["stm32l1/stm32l162"]