# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" rust-version = "1.75" name = "rlua" version = "0.20.1" authors = ["kyren "] description = "High level bindings to Lua 5.x" documentation = "https://docs.rs/rlua" readme = "README.md" keywords = ["lua"] categories = [ "api-bindings", "development-tools::ffi", ] license = "MIT" repository = "https://github.com/mlua-rs/rlua" [dependencies.mlua] version = "0.9.5" features = ["macros"] [dev-dependencies.bstr] version = "1.9.0" [dev-dependencies.rustyline] version = "13.0" [features] builtin-lua51 = [ "mlua/lua51", "mlua/vendored", ] builtin-lua53 = [ "mlua/lua53", "mlua/vendored", ] builtin-lua54 = [ "mlua/lua54", "mlua/vendored", ] default = ["builtin-lua54"] system-lua51 = ["mlua/lua51"] system-lua53 = ["mlua/lua53"] system-lua54 = ["mlua/lua54"] system-luajit = ["mlua/luajit"] [badges.circle-ci] branch = "master" repository = "mlua-rs/rlua" [badges.maintenance] status = "deprecated"