[package] name = "hlua_master" version = "0.1.8" authors = [ "pierre.krieger1708@gmail.com" ] description = "Zero-cost high-level wrapper for Lua. As the hlua crate isn't up to date, this represents the master branch." repository = "https://github.com/tomaka/hlua" documentation = "http://tomaka.github.io/hlua/hlua/index.html" license = "MIT" [lib] name = "hlua" path = "src/lib.rs" [dependencies] libc = "*" [dependencies.lua52-sys] version = "*" path = "../lua52-sys"