# 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-rt" version = "0.4.0" authors = [ "Jorge Aparicio ", "Vadzim Dambrouski ", "William D. Jones ", ] description = "Minimal runtime / startup for MSP430 microcontrollers" documentation = "https://docs.rs/msp430-rt" readme = "README.md" keywords = [ "msp430", "runtime", "startup", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-embedded/msp430-rt" resolver = "1" [package.metadata.docs.rs] features = ["device"] targets = ["msp430-none-elf"] cargo-args = [ "-Z", "build-std=core", ] [dependencies.msp430] version = "0.4.0" [dependencies.msp430-rt-macros] version = "=0.4.0" [features] device = ["msp430-rt-macros/device"]