lua-0.0.1 has been yanked.
Visit the last successful build:
lua-0.0.10
rust-lua53 
Aims to be complete Rust bindings for Lua 5.3.
Requires gcc
and a copy of Lua 5.3 to build. To get started:
export LUA_INCLUDE=/path/to/lua53/headers
./prebuild.sh
cargo build
License
Licensed under the MIT License, which is the same license Lua is distributed
under. Refer to LICENSE.md
for more information.