Cargo Features

[dependencies]
lux-lib = { version = "0.3.7", default-features = false, features = ["clap", "lua", "lua51", "lua52", "lua53", "lua54", "luajit"] }
default = luajit

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

clap

Enables clap

lua
lua51

Enables lua51 of mlua

lua52

Enables lua52 of mlua

lua53

Enables lua53 of mlua

lua54

Enables lua54 of mlua

luajit default

Enables luajit of mlua

lux-lib has 8 features without comments.