[package] name = "lazylink-macro" description = "Convert extern fn to libdl call." version = "0.1.2" authors = ["yskszk63 "] edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/yskszk63/lazylink" [lib] proc-macro = true [dependencies] syn = { version = "1.0", features = ["full", "extra-traits"] } quote = "1.0" proc-macro2 = "1.0"