Cargo Features

[dependencies]
rlua = { version = "0.20.0", default-features = false, features = ["builtin-lua54", "builtin-lua53", "builtin-lua51", "system-lua54", "system-lua53", "system-lua51", "system-luajit"] }
default = builtin-lua54

The builtin-lua54 feature is set by default whenever rlua is added without default-features = false somewhere in the dependency tree.

builtin-lua54 default

Enables lua54 and vendored of mlua

builtin-lua53

Enables lua53 and vendored of mlua

builtin-lua51

Enables lua51 and vendored of mlua

system-lua54

Enables lua54 of mlua

system-lua53

Enables lua53 of mlua

system-lua51

Enables lua51 of mlua

system-luajit

Enables luajit of mlua

rlua has 8 features without comments.