# 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 = "luajit-src" version = "210.5.11+97813fb" authors = ["Aleksandr Orlenko "] build = false exclude = [ "/luajit2/doc", "/luajit2/etc", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ Sources of LuaJIT 2.1 and logic to build it. """ readme = "README.md" keywords = [ "lua", "luajit", ] license = "MIT" repository = "https://github.com/khvzak/luajit-src-rs" [lib] name = "luajit_src" path = "src/lib.rs" [dependencies.cc] version = "1.0" [dependencies.which] version = "6.0"