# 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 = "multi-mission-library-rs" version = "0.1.2" description = "This crate is designed to hold composable, reusable driver code / wrappers for various sensors and hardware output devices. Currently it does not support differing STM32 models and only supports the STM32F4, however moving into the future that will be the plan." readme = "README.md" license = "MIT" [profile.dev] opt-level = 0 lto = false [profile.release] opt-level = "z" lto = true [lib] name = "multi_mission_library" path = "src/lib.rs" [dependencies.cortex-m] version = "^0.7.3" [dependencies.cortex-m-rt] version = "^0.7.3" [dependencies.embedded-hal] version = "0.2.4" [dependencies.heapless] version = "0.8.0" features = ["defmt-03"] [dependencies.panic-halt] version = "^0.2.0" [dependencies.stm32f4xx-hal] version = "0.20.0" features = ["stm32f411"]