# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "msp432p401r-hal" version = "0.2.0" authors = ["Caio Tavares ", "José Cláudio S. Jr. "] description = "MSP432P401R Hardware Abstraction Layer" keywords = ["msp432p401r", "arm", "hal", "cortex-m4"] license-file = "LICENSE" repository = "https://github.com/msp432-rust/msp432p401r-hal" [dependencies.cortex-m] version = "0.7.1" [dependencies.cortex-m-rt] version = "0.6.11" [dependencies.cortex-m-semihosting] version = "0.3.3" [dependencies.embedded-hal] version = "1.0.0-alpha.4" [dependencies.msp432p401r-pac] version = "0.1.0" [dependencies.nb] version = "1.0.0" [dev-dependencies.panic-halt] version = "0.2.0" [features] rt = ["msp432p401r-pac/rt"]