mlua 0.2.2

High level bindings to Lua 5.1/5.2/5.3 (including LuaJIT) with support of writing native lua modules in Rust.
Documentation
[[bench]]
harness = false
name = "benchmark"

[badges]
[build-dependencies.cc]
version = "1.0"

[build-dependencies.lua-src]
optional = true
version = "535.0.1"

[build-dependencies.luajit-src]
optional = true
version = "210.0.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 = []
lua52 = []
lua53 = []
luajit = []
vendored = ["lua-src", "luajit-src"]

[package]
authors = ["Aleksandr Orlenko <zxteam@pm.me>", "kyren <catherine@chucklefish.org>"]
build = "build/main.rs"
categories = ["api-bindings"]
description = "High level bindings to Lua 5.1/5.2/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"
links = "lua"
name = "mlua"
readme = "README.md"
repository = "https://github.com/khvzak/mlua"
version = "0.2.2"