# 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 = "stm32hal" version = "0.1.3" authors = ["OCTronics "] include = ["/templates/**/*", "/devices/*", "/src/api/*.rs", "/src/lib.rs", "/Cargo.toml", "/build.rs", "/README.md"] description = "A HAL for all stm32 devices" homepage = "https://github.com/octronics/stm32hal" readme = "README.md" keywords = ["stm32", "embedded", "embedded-hal"] categories = ["embedded"] license = "MIT/Apache-2.0" repository = "https://github.com/octronics/stm32hal" [dependencies.embedded-hal] version = "0.2.2" features = ["unproven"] [dependencies.stm32ral] version = "0.1.1" [build-dependencies.stm32builder] version = "0.1.0" [features] default = ["rt", "memory_script"] memory_script = [] rt = ["stm32ral/rt"] stm32f051C4T6 = ["stm32ral/stm32f0x1"] stm32f051C4U6 = ["stm32ral/stm32f0x1"] stm32f051C6T6 = ["stm32ral/stm32f0x1"] stm32f051C6T7 = ["stm32ral/stm32f0x1"] stm32f051C6U6 = ["stm32ral/stm32f0x1"] stm32f051C8T6 = ["stm32ral/stm32f0x1"] stm32f051C8T7 = ["stm32ral/stm32f0x1"] stm32f051C8U6 = ["stm32ral/stm32f0x1"] stm32f051C8U7 = ["stm32ral/stm32f0x1"] stm32f051K4T6 = ["stm32ral/stm32f0x1"] stm32f051K6T6 = ["stm32ral/stm32f0x1"] stm32f051K6T7 = ["stm32ral/stm32f0x1"] stm32f051K8H7 = ["stm32ral/stm32f0x1"] stm32f051K8T6 = ["stm32ral/stm32f0x1"] stm32f051K8T7 = ["stm32ral/stm32f0x1"] stm32f051R4T6 = ["stm32ral/stm32f0x1"] stm32f051R6T6 = ["stm32ral/stm32f0x1"] stm32f051R6T7 = ["stm32ral/stm32f0x1"] stm32f051R8H7 = ["stm32ral/stm32f0x1"] stm32f051R8T6 = ["stm32ral/stm32f0x1"] stm32f051R8T7 = ["stm32ral/stm32f0x1"] stm32f051T8Y6 = ["stm32ral/stm32f0x1"]