# 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 = "2021" name = "factorio-mlua-sys" version = "0.1.2" authors = [ "Aleksandr Orlenko ", "JohnTheCoolingFan ", ] build = "build/main.rs" links = "lua" autobins = false autoexamples = false autotests = false autobenches = false description = """ Low level (FFI) bindings to Lua 5.4/5.3/5.2/5.1 (including LuaJIT), Factorio Lua and Roblox Luau """ documentation = "https://docs.rs/factorio-mlua-sys" readme = "README.md" categories = ["external-ffi-bindings"] license = "MIT" repository = "https://github.com/JohnTheCoolingFan/factorio-mlua" [package.metadata.docs.rs] features = [ "lua-factorio", "vendored", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "factorio_mlua_sys" path = "src/lib.rs" [dependencies.link-cplusplus] version = "1.0" optional = true [build-dependencies.cc] version = "1.0" [build-dependencies.cfg-if] version = "1.0" [build-dependencies.factorio-lua-src] version = ">= 544.0.0, < 550.0.0" optional = true [build-dependencies.luajit-src] version = ">= 210.4.0, < 220.0.0" optional = true [build-dependencies.luau0-src] version = "0.5.6" optional = true [build-dependencies.pkg-config] version = "0.3.17" [features] lua-factorio = [ "vendored", "link-cplusplus", ] lua51 = [] lua52 = [] lua53 = [] lua54 = [] luajit = [] luajit52 = ["luajit"] luau = ["luau0-src"] module = [] vendored = [ "factorio-lua-src", "luajit-src", ]