# 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 = "hclua" version = "0.1.6" authors = ["hpnlic "] description = "hclua" readme = "README.md" keywords = [ "hclua", "lua54", "lua51", "luajit", ] license = "Apache-2.0" repository = "https://github.com/hcengine/hclua" [dependencies.ffi] version = "0.1.1" package = "hclua-src" [dependencies.hclua_macro] version = "0.1.6" package = "hclua-macro" [dependencies.lazy_static] version = "1.5.0" [dependencies.libc] version = "0.2.162" [dependencies.log] version = "0.4.22" [features] lua51 = ["ffi/lua51"] lua52 = ["ffi/lua52"] lua53 = ["ffi/lua53"] lua54 = ["ffi/lua54"] luajit = ["ffi/luajit"] luajit52 = [ "luajit", "ffi/luajit52", ]