[package] name = "nifpga-dll-type-macro" version = "0.3.0" authors = ["David Taylor ", "Connor Worley ", "Mattia Donato "] edition = "2018" description = "Unofficial binding for NiFpga.dll" license = "MIT" repository = "https://github.com/VicidominiLab/nifpga-dll-rs" readme = "../README.md" [dependencies] proc-macro2 = "1.0.17" syn = {version = "1.0.27", features = ["full"]} quote = "1.0.6" [lib] proc-macro = true