# 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 = "rustuino" version = "0.1.0" authors = ["SebastianBraun01 ", "Aaron Erhardt"] description = "A library to for programming the stm32f446re" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/SebastianBraun01/rustuino" resolver = "2" [lib] name = "rustuino" test = false bench = false [dependencies.cortex-m] version = "0.7.4" [dependencies.cortex-m-rt] version = "0.7.1" [dependencies.heapless] version = "0.7.7" [dependencies.libm] version = "0.2.1" [dependencies.paste] version = "1.0.5" [dependencies.rtt-target] version = "0.3.1" features = ["cortex-m"] [dependencies.stm32f4] version = "0.14.0" features = ["stm32f446", "rt"]