[package]
name = "translator"
version = "0.3.0"
authors = ["Jeremy Mill <jeremymill@gmail.com>"]
description = "A procedural macro which translates your repr-C structs into C++, Python and C# at compile time for helping write FFI libraries"
readme = "../README.md"
keywords = ["FFI", "struct", "translator", "translate"]
license = "MIT"
repository = "https://github.com/LivingInSyn/Translator"
[lib]
proc-macro = true
[dependencies.lazy_static]
version = "1.0"
[dependencies.proc-macro2]
version = "0.2.2"
[dependencies.quote]
version = "0.3.15"
[dependencies.syn]
version = "0.12.12"