# 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 = "nucleo-f411re" version = "0.1.0" authors = ["Zisis Adamos "] description = "Board support crate for the STM32 Nucleo-F411RE microcontroller board" categories = ["embedded", "no-std"] license = "0BSD" repository = "https://github.com/zisisadamos/nucleo-f411re" [profile.dev] debug = true [profile.release] opt-level = "s" lto = true debug = true [dependencies.bare-metal] version = "0.2.5" [dependencies.cortex-m] version = "0.6.2" [dependencies.cortex-m-rt] version = "0.6.12" [dependencies.nb] version = "0.1.2" [dependencies.stm32f4xx-hal] version = "0.7.0" features = ["stm32f411", "rt"] [dev-dependencies.numtoa] version = "0.2.3" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.vcell] version = "0.1.2" [dev-dependencies.volatile-register] version = "0.2.0" [features] default = ["rt"] rt = []