# 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 = "stm32f429i-disc" version = "0.3.0" authors = ["Daniel Egger "] description = "Board support crate for the STM32F429I DISCOVERY microcontroller board" documentation = "https://docs.rs/crate/stm32f429i-disc" readme = "README.md" keywords = ["arm", "cortex-m", "template", "bsp"] categories = ["embedded", "no-std"] license = "0BSD" repository = "https://github.com/stm32-rs/stm32f429i-disc" [profile.dev] debug = true [profile.release] opt-level = "s" lto = true debug = true [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.stm32f4xx-hal] version = "0.5.0" features = ["rt", "stm32f429"] default-features = false [dev-dependencies.l3gd20] version = "0.2.0" [dev-dependencies.nb] version = "0.1.2" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.ssd1306] version = "0.2.4"