# 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 = "stm32f407g-disc" version = "0.4.1" authors = ["Daniel Egger "] description = "Board support crate for the STM32F407G DISCOVERY microcontroller board" documentation = "https://docs.rs/crate/stm32f407g-disc" readme = "README.md" keywords = ["arm", "cortex-m", "template"] categories = ["embedded", "no-std"] license = "0BSD" repository = "https://github.com/stm32-rs/stm32f407g-disc" [package.metadata.docs.rs] features = [] targets = ["thumbv7em-none-eabihf"] [profile.dev] debug = true [profile.release] opt-level = "s" lto = true debug = true [dependencies.accelerometer] version = "0.11.0" [dependencies.cortex-m] version = "0.7.2" [dependencies.cortex-m-rt] version = "0.6.13" [dependencies.embedded-hal] version = "0.2" features = ["unproven"] [dependencies.lis302dl] version = "0.1.0" [dependencies.panic-itm] version = "0.4.2" [dependencies.stm32f4xx-hal] version = "0.9.0" features = ["rt", "stm32f407"] default-features = false [dev-dependencies.nb] version = "1.0" [dev-dependencies.panic-halt] version = "0.2" [dev-dependencies.panic-itm] version = "0.4" [dev-dependencies.ssd1306] version = "0.5.2"