luajit-src 210.7.0+fbb36bb

Sources of LuaJIT 2.1 and logic to build it.
Documentation
# 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 = "2024"
name = "luajit-src"
version = "210.7.0+fbb36bb"
authors = ["Aleksandr Orlenko <zxteam@protonmail.com>"]
build = false
exclude = [
    "/luajit2/doc",
    "/luajit2/etc",
]
autolib = false
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/mlua-rs/luajit-src-rs"

[lib]
name = "luajit_src"
path = "src/lib.rs"

[dependencies.cc]
version = "1.2"

[dependencies.which]
version = "8.0"