Cargo Features
[dependencies]
hyper_lua_actor = { version = "0.3.2", default-features = false, features = ["runtime", "for_rlua", "lua54", "lua53", "lua52", "lua51", "luajit", "vendored"] }
- default = lua54
-
The
lua54
feature is set by default wheneverhyper_lua_actor
is added without
somewhere in the dependency tree.default-features = false - runtime = tokio
- for_rlua = lua_actor, rlua
-
Affects
hyper_lua_actor::rlua_bind
… - lua54 default
-
Enables lua54 of mlua ^0.6.2 and mlua_actor
- lua53
-
Enables lua53 of mlua ^0.6.2 and mlua_actor
- lua52
-
Enables lua52 of mlua ^0.6.2 and mlua_actor
- lua51
-
Enables lua51 of mlua ^0.6.2 and mlua_actor
- luajit
-
Enables luajit of mlua ^0.6.2 and mlua_actor
- vendored
-
Enables vendored of mlua ^0.6.2
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.