# 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 = "stm32f401ccu6-bsp" version = "0.1.1" authors = ["Todd Stellanova "] description = "Board support crate for the STM32F401CCU6 development board" license = "BSD-3-Clause" repository = "https://github.com/tstellanova/stm32f401ccu6-bsp" [dependencies.cortex-m] version = "^0.6.0" [dependencies.embedded-hal] version = "0.2.3" [dependencies.stm32f4] version = "0.10.0" features = ["stm32f401"] [dependencies.stm32f4xx-hal] version = "0.8.2" features = ["stm32f401", "rt"] [dev-dependencies.cortex-m-rt] version = "0.6.12" [dev-dependencies.embedded-graphics] version = "0.6.2" [dev-dependencies.panic-rtt-core] version = "0.1.1" [dev-dependencies.ssd1306] version = "0.3.1"