# 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 = "lua-latest-sys" version = "0.0.2" build = "build.rs" links = "lua5.4" description = "Unsafe bindings to latest Lua's C API (5.4.4)" readme = ".github/readme.md" keywords = [ "bindings", "lua", ] categories = ["external-ffi-bindings"] license = "MIT" repository = "https://github.com/jakobzs/lua-latest-sys" [build-dependencies.cc] version = "1.0"