# 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-f401re" version = "0.4.1" authors = ["Johan Kristell "] description = "Board Support crate for the STM32 NUCLEO-f401RE development board" readme = "README.md" keywords = ["arm", "cortex-m", "stm32f401", "nucleo", "template"] categories = ["embedded", "no-std"] license = "0BSD" repository = "https://github.com/jkristell/nucleo-f401re" [profile.dev] debug = true [profile.release] opt-level = "s" lto = true debug = true [dependencies.cortex-m] version = "0.6" [dependencies.cortex-m-rt] version = "0.6" [dependencies.embedded-hal] version = "0.2" [dependencies.stm32f4xx-hal] version = "0.8" features = ["rt", "stm32f401"] [dev-dependencies.cortex-m-rtic] version = "0.5" [dev-dependencies.embedded-graphics] version = "0.6" [dev-dependencies.epd-waveshare] version = "0.4" features = ["graphics"] [dev-dependencies.hd44780-driver] version = "0.3.0" [dev-dependencies.nb] version = "0.1" [dev-dependencies.panic-rtt-target] version = "0.1.0" features = ["cortex-m"] [dev-dependencies.rtt-target] version = "0.2.0" features = ["cortex-m"] [dev-dependencies.segment-display] version = "0.1" [dev-dependencies.tpa2016d2] version = "0.2.0"