[package] name = "teensy-lc-macros" description = "Procedural macros for teensy-lc crate" version = "0.1.1" authors = ["Maciej Pasternacki "] edition = "2018" license = "MIT OR Apache-2.0" homepage = "https://gitlab.com/teensy-rs/teensy-lc/" repository = "https://gitlab.com/teensy-rs/teensy-lc/" documentation = "https://docs.rs/teensy-lc-macros/0.1.1/" keywords = ["arm", "embedded", "teensy", "cortex-m"] categories = ["embedded", "hardware-support", "no-std"] [badges] gitlab = { repository = "teensy-rs/teensy-lc" } maintenance = { status = "experimental" } [lib] proc-macro = true [dependencies] proc-macro2 = "1" quote = "1" syn = "1"