[package] authors = [ "The RISC-V Team ", "Jorge Aparicio ", ] categories = ["embedded", "no-std"] description = "Attributes re-exported in `riscv-rt`" documentation = "https://docs.rs/riscv-rt" keywords = ["riscv", "runtime", "startup"] license = "MIT OR Apache-2.0" name = "riscv-rt-macros" repository = "https://github.com/rust-embedded/riscv" version = "0.2.1" [lib] proc-macro = true [dependencies] quote = "1.0" proc-macro2 = "1.0" [dependencies.syn] version = "1.0" features = ["extra-traits", "full"]