# 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-sys" version = "0.2.0" authors = ["Yanis Guaye "] build = "build/main.rs" links = "lua" description = "Raw Lua 5.3 bindings for Rust, used by Pollua" readme = "README.md" keywords = ["lua"] categories = ["api-bindings", "external-ffi-bindings", "development-tools::ffi", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/MisterPeModder/Pollua" [dependencies.cfg-if] version = "^0.1.10" [dependencies.libc] version = "^0.2.65" [dependencies.va_list] version = "^0.1.3" optional = true [build-dependencies.cc] version = "~1.0.46" optional = true [build-dependencies.libc] version = "^0.2.65" [build-dependencies.pkg-config] version = "^0.3.16" optional = true [build-dependencies.rustc_version] version = "^0.2.3" [features] default = ["embedded-lua", "va-list", "std"] embedded-lua = ["cc"] lua-compat = [] std = [] system-lua = ["pkg-config", "vcpkg"] va-list = ["va_list"] [target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg] version = "^0.2.7" optional = true