Cargo Features

[dependencies]
lua-astra = { version = "0.18.1", default-features = false, features = ["luajit", "luajit52", "luau", "lua51", "lua52", "lua53", "lua54"] }
default = luajit

The luajit feature is set by default whenever lua-astra is added without default-features = false somewhere in the dependency tree.

luajit default

Enables luajit of mlua

luajit52

Enables luajit52 of mlua

luau

Enables luau of mlua

lua51

Enables lua51 of mlua

lua52

Enables lua52 of mlua

lua53

Enables lua53 of mlua

lua54

Enables lua54 of mlua

lua-astra has 8 features without comments.