[package] name = "function-frame" version = "0.1.1" authors = ["snOm3ad "] edition = "2018" license = "MIT" description = "Procedural macro to wrap any function outputs within a text frame." repository = "https://github.com/snOm3ad/function-frame" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] proc-macro2 = { version = "1.0", features = ["span-locations"] } syn = { version = "1.0", features = ["full", "parsing", "extra-traits"] } quote = "1.0"