Cargo Features
[dependencies]
distant-lua = { version = "0.15.1", default-features = false, features = ["lua54", "lua53", "lua52", "lua51", "luajit", "vendored"] }
- default = lua51, vendored
-
These default features are set whenever
distant-lua
is added without
somewhere in the dependency tree.default-features = false - lua54
-
Enables lua54 of mlua ^0.6.6
- lua53
-
Enables lua53 of mlua ^0.6.6
- lua52
-
Enables lua52 of mlua ^0.6.6
- lua51 default
-
Enables lua51 of mlua ^0.6.6
- luajit
-
Enables luajit of mlua ^0.6.6
- vendored default
-
Enables vendored of mlua ^0.6.6
distant-lua has 7 features without comments.