# 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 = "2021" name = "nucleo-f446re" version = "0.1.0" authors = ["Steve Heindel "] description = "Board Support Package crate for the Nucleo-F446RE board" readme = "README.md" keywords = [ "arm", "bsp", "cortex-m", "nucleo", "stm32", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/schteve/nucleo-f446re" resolver = "2" [profile.release] lto = true codegen-units = 1 debug = true [dependencies.cortex-m] version = "0.7.5" [dependencies.embedded-hal] version = "0.2.7" [dependencies.stm32f4xx-hal] version = "0.13.2" features = ["stm32f446"] [dependencies.switch-hal] version = "0.4.0" [dev-dependencies.cortex-m-rt] version = "0.7.1" [dev-dependencies.panic-probe] version = "0.3.0" features = ["print-rtt"]