# 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] name = "lua-jit-sys" version = "2.0.50" authors = ["Felix Schütt "] build = "build.rs" description = "System bindings for LuaJIT 2.0.5" homepage = "https://github.com/fschutt/lua-jit-sys" readme = "README.md" license = "MIT" repository = "https://github.com/fschutt/lua-jit-sys" [dependencies] [build-dependencies.bindgen] version = "0.31.3" [build-dependencies.gcc] version = "0.3" [features] arch_arm = [] arch_mips = [] arch_mipsel = [] arch_powerpc = [] arch_powerpc_spe = [] arch_x64 = [] arch_x86 = [] cellos_lv2 = [] default = ["arch_x64"] disable_jit = [] enable_lua52_compat = [] extra_warnings = [] force_32_bit = [] nummode_1 = [] nummode_2 = [] optimize_size = [] ps3 = ["use_sysmalloc", "cellos_lv2"] sse = [] sse2 = [] strip = [] use_apicheck = [] use_assert = [] use_gdb_jit = [] use_sysmalloc = [] use_valgrind = []