# 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 = "2018" name = "msp432p401r-pac" version = "0.3.0" authors = ["Caio Tavares ", "José Cláudio S. Jr. "] description = "MSP432P401R Peripheral Access API (PAC)" keywords = ["msp432p401r", "arm", "pac", "cortex-m4"] license-file = "LICENSE" repository = "https://github.com/msp432-rust/msp432p401r-pac" [lib] name = "msp432p401r" path = "src/lib.rs" [dependencies.bare-metal] version = "1.0.0" [dependencies.cortex-m] version = "0.7.5" [dependencies.cortex-m-rt] version = "0.7.1" [dependencies.vcell] version = "0.1.x" [features] rt = ["cortex-m-rt/device"]