# 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 = "stm32f030-hal" version = "0.7.1" authors = ["David Sawatzke "] description = "Peripheral access API for STM32F030 microcontrollers" documentation = "https://docs.rs/stm32f030-hal" readme = "README.md" keywords = ["arm", "cortex-m", "stm32f030", "hal"] categories = ["embedded", "hardware-support", "no-std"] license = "0BSD" repository = "https://github.com/david-sawatzke/stm32f030-hal" [profile.dev] debug = true [profile.release] opt-level = "s" lto = true debug = true [dependencies.bare-metal] version = "0.2.4" [dependencies.cast] version = "0.2.2" default-features = false [dependencies.cortex-m] version = "0.5.8" [dependencies.cortex-m-rt] version = "0.6.5" [dependencies.embedded-hal] version = "0.2.2" features = ["unproven"] [dependencies.nb] version = "0.1.1" [dependencies.stm32f0] version = "0.4.0" features = ["stm32f0x0", "rt"] [dependencies.void] version = "1.0.2" default-features = false [dev-dependencies.ina260] version = "0.2.3" [dev-dependencies.numtoa] version = "0.2.3" [dev-dependencies.panic-halt] version = "0.2.0" [features] default = ["rt", "stm32f030rc"] rt = [] stm32f030c6 = [] stm32f030c8 = [] stm32f030cc = [] stm32f030f4 = [] stm32f030k6 = [] stm32f030r8 = [] stm32f030rc = []