# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "translator" version = "0.3.1" authors = ["Jeremy Mill "] 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"