[package] name = "naked-function-macro" description = "Proc macro for the naked-function crate" license = "MIT OR Apache-2.0" repository = "https://github.com/Amanieu/naked-function" keywords = ["naked", "asm"] categories = ["embedded", "no-std"] version = "0.1.5" edition = "2021" authors = ["Amanieu d'Antras "] rust-version = "1.59.0" [lib] proc-macro = true [dependencies] proc-macro2 = "1.0.56" quote = "1.0.26" syn = { version = "2.0.13", features = ["full"] }