[package] name = "golang-type-macro" version = "0.1.0" authors = ["vkill "] edition = "2018" description = "Golang Type Macro" license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/golang-rs" homepage = "https://github.com/bk-rs/golang-rs" documentation = "https://docs.rs/golang-type-macro" keywords = [] categories = [] readme = "README.md" [lib] proc-macro = true [dependencies] golang-type-core = { version = "=0.1.0", features = ["enable-quote-to_tokens"], path = "../golang-type-core" } proc-macro2 = { version = "1.0", default-features = false } quote = { version = "1.0", default-features = false } syn = { version = "1.0", default-features = false, features = ["parsing", "proc-macro"] }