# 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 = "stm32f3-discovery" version = "0.7.2" authors = ["Christopher J. McClellan "] exclude = [".vscode/*"] description = "Board support package for the STM32F3DISCOVERY board" documentation = "https://docs.rs/crate/stm32f3-discovery" readme = "README.md" keywords = ["discovery", "stm32f3", "bsp", "arm"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/rubberduck203/stm32f3-discovery" [package.metadata.docs.rs] default-target = "thumbv7em-none-eabihf" targets = [] [profile.release] lto = true codegen-units = 1 debug = true [dependencies.accelerometer] version = "0.12.0" [dependencies.cortex-m] version = "0.7.2" [dependencies.cortex-m-rt] version = "0.6.14" [dependencies.lsm303dlhc] version = "0.2.0" [dependencies.stm32f3xx-hal] version = "0.7.0" features = ["stm32f303xc", "rt"] [dependencies.switch-hal] version = "0.4.0" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.panic-itm] version = "0.4.2" [badges.maintenance] status = "actively-developed"