# 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 = "stm32f303cct6-robotdyn-bsp" version = "0.1.1" authors = ["Todd Stellanova "] description = "Board support crate for the robotdyn m4 mini stm32f303CCT6 development board" license = "BSD-3-Clause" repository = "https://github.com/tstellanova/stm32f303ccT6-robotdyn-bsp" [dependencies.cortex-m] version = "^0.6.0" [dependencies.embedded-hal] version = "0.2.3" [dependencies.stm32f3] version = "0.10.0" features = ["stm32f303"] [dependencies.stm32f3xx-hal] version = "0.4.3" features = ["stm32f303", "rt"]