Cargo Features
[dependencies]
rlua = { version = "0.20.1", 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 wheneverrlua
is added without
somewhere in the dependency tree.default-features = false - builtin-lua54 default
-
Enables lua54 and vendored of mlua ^0.9.5
- builtin-lua53
-
Enables lua53 and vendored of mlua ^0.9.5
- builtin-lua51
-
Enables lua51 and vendored of mlua ^0.9.5
- system-lua54
-
Enables lua54 of mlua ^0.9.5
- system-lua53
-
Enables lua53 of mlua ^0.9.5
- system-lua51
-
Enables lua51 of mlua ^0.9.5
- system-luajit
-
Enables luajit of mlua ^0.9.5
rlua has 8 features without comments.