# 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 = "msp430fr2x5x-hal" version = "0.3.3" authors = ["YuhanLiin "] description = "Implementation of embedded-hal for microcontrollers MSP430FR2355, MSP430FR2353, MSP430FR2153 and MSP430FR2155" documentation = "https://docs.rs/msp430fr2x5x-hal" keywords = [ "no-std", "msp430", "ti", "launchpad", "embedded-hal", ] license = "MIT OR Apache-2.0" repository = "https://github.com/YuhanLiin/msp430fr2x5x-hal" [profile.dev] opt-level = "s" codegen-units = 1 debug = true [profile.dev.package."*"] opt-level = "z" [profile.release] opt-level = "z" lto = "fat" codegen-units = 1 [dependencies.embedded-hal] version = "0.2.7" features = ["unproven"] [dependencies.msp430] version = "0.4.0" [dependencies.msp430fr2355] version = "0.5.2" features = [ "rt", "critical-section", ] [dependencies.nb] version = "0.1.3" [dependencies.void] version = "1.0.2" default-features = false [dev-dependencies.critical-section] version = "1.0.0" [dev-dependencies.msp430] version = "0.4.0" features = ["critical-section-single-core"] [dev-dependencies.msp430-rt] version = "0.4.0" [dev-dependencies.panic-msp430] version = "0.4.0" [dev-dependencies.panic-never] version = "0.1.0"