# 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 = "lua-src" version = "543.0.0" authors = ["Aleksandr Orlenko "] description = "Sources of Lua 5.1/5.2/5.3/5.4 and logic to build them.\n" 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"