# 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-macros" version = "0.4.0" authors = ["Jorge Aparicio "] description = "Attributes re-exported in `msp430-rt`" documentation = "https://docs.rs/msp430-rt" keywords = [ "msp430", "runtime", "startup", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-embedded/msp430-rt" resolver = "1" [lib] proc-macro = true [[test]] name = "compiletest" required-features = ["device"] [dependencies.proc-macro2] version = "1.0.36" [dependencies.quote] version = "1.0.14" [dependencies.rand] version = "0.8.4" default-features = false [dependencies.rand_xoshiro] version = "0.6.0" [dependencies.syn] version = "1.0.85" features = [ "extra-traits", "full", ] [dev-dependencies.msp430] version = "0.4.0" [features] device = [] [target."cfg(not(target_os = \"none\"))".dev-dependencies.trybuild] version = "1"