# 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] name = "stm32l4x6-hal" version = "0.1.0" authors = ["Douman "] description = "HAL for the STM32L4x6 family of microcontrollers" readme = "README.md" keywords = ["arm", "cortex-m", "stm32", "hal", "embedded-hal"] license = "Apache-2.0" repository = "https://github.com/DoumanAsh/stm32l4x6_hal" [package.metadata.docs.rs] features = ["STM32L476VG", "rt"] [dependencies.cast] version = "0.2" default-features = false [dependencies.cortex-m] version = "0.5" [dependencies.embedded-hal] version = "0.2" features = ["unproven"] [dependencies.nb] version = "0.1" [dependencies.stm32l4x6] version = "0.5" [dependencies.void] version = "1" default-features = false [features] STM32L476VG = [] STM32L496AG = [] rt = ["stm32l4x6/rt"]