# 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 = "stm32l5xx-hal" version = "0.0.0" authors = ["Vitaly Domnikov "] description = "Peripheral access API for STM32L5 series microcontrollers" documentation = "https://docs.rs/stm32l5xx-hal" readme = "README.md" keywords = ["arm", "cortex-m", "stm32l5xx", "hal"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT/Apache-2.0" repository = "https://github.com/stm32-rs/stm32l5xx-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.2" features = ["unproven"] [dependencies.nb] version = "0.1.1"