[package] name = "awf-codegen" version = "0.1.2" authors = ["gotham "] edition = "2018" license = "MIT" description = "Actix web flask proc macros" repository = "https://github.com/gothame/rflask" homepage = "https://github.com/gothame/rflask" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] quote = "1.0" proc-macro2 = "1.0" syn = {version = "1.0",features=["full"]}