mlua 0.1.0

High level bindings to Lua 5.1/5.3 (including LuaJIT) with support of writing native lua modules in Rust.
Documentation
[[bench]]
harness = false
name = "benchmark"
[badges.travis-ci]
branch = "master"
repository = "khvzak/mlua"
[build-dependencies.cc]
version = "1.0"

[build-dependencies.pkg-config]
version = "0.3.11"
[dependencies.bstr]
default_features = false
features = ["std"]
version = "0.2"

[dependencies.num-traits]
version = "0.2.6"
[dev-dependencies.criterion]
version = "0.2.0"

[dev-dependencies.rustyline]
version = "5.0"

[dev-dependencies.trybuild]
version = "1.0"

[features]
default = ["lua53"]
lua51 = []
lua53 = []
luajit = []

[package]
authors = ["Aleksandr Orlenko <zxteam@pm.me>", "kyren <catherine@chucklefish.org>"]
categories = ["api-bindings"]
description = "High level bindings to Lua 5.1/5.3 (including LuaJIT)\nwith support of writing native lua modules in Rust.\n"
documentation = "https://docs.rs/mlua"
edition = "2018"
keywords = ["lua", "luajit"]
license = "MIT"
name = "mlua"
readme = "README.md"
repository = "https://github.com/khvzak/mlua"
version = "0.1.0"