# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "nucleo-h743zi" version = "0.2.1" authors = ["Andrew Straw "] description = "Example programs for nucleo-H743zi and nucleo-H743zi2 boards" readme = "README.md" keywords = [ "arm", "cortex-m", "stm32h7xx", "hal", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "0BSD" repository = "https://github.com/astraw/nucleo-h743zi" [profile.dev] debug = true [profile.release] opt-level = "s" lto = true debug = true [dependencies.cortex-m] version = "0.7.7" features = ["critical-section-single-core"] [dependencies.cortex-m-rt] version = "0.7.1" [dependencies.cortex-m-rtic] version = "1.0.0" [dependencies.defmt] version = "0.3.1" [dependencies.defmt-rtt] version = "0.4.0" [dependencies.embedded-hal] version = "0.2.6" [dependencies.nb] version = "1.0.0" [dependencies.panic-probe] version = "0.3.0" features = ["print-defmt"] [dependencies.stm32h7xx-hal] version = "0.13.1" features = ["stm32h743v"]