rlua 0.16.3

High level bindings to Lua 5.3
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "rlua"
version = "0.16.3"
authors = ["kyren <kerriganw@gmail.com>"]
description = "High level bindings to Lua 5.3"
documentation = "https://docs.rs/rlua"
readme = "README.md"
keywords = ["lua"]
license = "MIT"
repository = "https://github.com/kyren/rlua"

[[bench]]
name = "benchmark"
harness = false
[dependencies.bitflags]
version = "1.0.4"

[dependencies.libc]
version = "0.2"

[dependencies.num-traits]
version = "0.2.6"
[dev-dependencies.compiletest_rs]
version = "0.3"
features = ["stable"]

[dev-dependencies.criterion]
version = "0.2.0"

[dev-dependencies.rustyline]
version = "3.0.0"
[build-dependencies.cc]
version = "1.0"
optional = true

[build-dependencies.pkg-config]
version = "0.3.11"
optional = true

[features]
builtin-lua = ["cc"]
default = ["builtin-lua"]
system-lua = ["pkg-config"]
[badges.circle-ci]
branch = "master"
repository = "kyren/rlua"