# 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 = "msp430" version = "0.4.1" authors = [ "Vadzim Dambrouski ", "Jorge Aparicio ", "William D. Jones ", ] description = "Low level access to MSP430 microcontrollers" documentation = "https://docs.rs/msp430" readme = "README.md" keywords = [ "msp430", "interrupt", "register", "peripheral", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-embedded/msp430" [dependencies.critical-section] version = "1.0.0" [features] critical-section-single-core = ["critical-section/restore-state-u16"] outline-cs = [ "outline-cs-acq", "outline-cs-rel", ] outline-cs-acq = [] outline-cs-rel = []