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