# 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 = "2018" name = "alt-stm32f30x-hal" version = "0.44.0" authors = [ "Roma Sokolov", "Alexander Zhuravlev", "Jorge Aparicio ", ] description = "Alternative HAL impl for the STM32F30x family of microcontrollers" readme = "README.md" keywords = [ "arm", "cortex-m", "stm32", "hal", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/copterust/alt-stm32f30x-hal" [package.metadata.docs.rs] features = [ "stm32f303", "rt", ] [dependencies.bitrate] version = "0.1.1" [dependencies.bobbin-bits] version = "0.1.1" [dependencies.cast] version = "0.3.0" default-features = false [dependencies.cortex-m] version = "0.7.6" [dependencies.hal] version = "0.2.7" features = ["unproven"] package = "embedded-hal" [dependencies.nb] version = "1.0.0" [dependencies.stm32f3] version = "0.15.1" package = "stm32f3" [dependencies.void] version = "1.0.2" default-features = false [features] default = [] device-selected = [] rt = ["stm32f3/rt"] stm32f302 = [ "stm32f3/stm32f302", "device-selected", ] stm32f303 = [ "stm32f3/stm32f303", "device-selected", ]