# 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 = "mm32f5" version = "0.1.0" authors = ["Andelf "] description = "Peripheral access API for MM32F5270 and MM32F5280 microcontrollers" homepage = "https://github.com/andelf/mm32f5" documentation = "https://docs.rs/mm32f5" readme = "README.md" keywords = [ "mm32f5", "svd2rust", "no_std", "embedded", ] categories = [ "embedded", "no-std", ] license = "MIT/Apache-2.0" repository = "https://github.com/andelf/mm32f5/" [lib] path = "lib.rs" [dependencies.cortex-m] version = "0.7.7" [dependencies.cortex-m-rt] version = "0.7.2" optional = true [dependencies.critical-section] version = "1.1.1" optional = true [dependencies.vcell] version = "0.1" [features] default = ["critical-section"] rt = ["cortex-m-rt/device"]