[package] name = "trans-schema-derive" version = "0.3.0-alpha.1" authors = ["kuviman "] description = "Generating trans code from Rust into other languages (derive macros)" license = "MIT" homepage = "https://github.com/kuviman/trans-gen" edition = "2018" [dependencies] syn = { version = "1", features = ["full"] } quote = "1" proc-macro2 = "1" [lib] proc-macro = true