# 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-src" version = "547.0.0" authors = ["Aleksandr Orlenko "] description = """ Sources of Lua 5.1/5.2/5.3/5.4 and logic to build them. """ readme = "README.md" keywords = [ "lua", "lua51", "lua52", "lua53", "lua54", ] license = "MIT" repository = "https://github.com/khvzak/lua-src-rs" [dependencies.cc] version = "1.0.54" [features] ucid = []