# 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 = "stm32f072b-disco" version = "0.2.1" authors = ["Daniel Egger "] description = "Board support crate for the STM32F072 discovery kit" documentation = "https://docs.rs/stm32f072b-disco" keywords = ["arm", "cortex-m", "template"] categories = ["embedded", "no-std"] license = "0BSD" repository = "https://github.com/stm32-rs/stm32f072b-disco" [profile.dev] debug = true [profile.release] opt-level = "s" lto = true debug = true [dependencies.bare-metal] version = "0.2.4" [dependencies.cortex-m] version = "0.6.0" [dependencies.cortex-m-rt] version = "0.6.8" [dependencies.embedded-hal] version = "0.2.2" features = ["unproven"] [dependencies.stm32f0xx-hal] version = "0.14.0" features = ["stm32f072", "rt"] [dev-dependencies.nb] version = "0.1.2" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.panic-ramdump] version = "0.1.1" [features] default = ["rt"] rt = []