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 whenever hyper_lua_actor is added without default-features = false somewhere in the dependency tree.

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.

rlua for_rlua?

Enables rlua ^0.17.0

lua_actor for_rlua?
mlua lua51? lua52? lua53? lua54 luajit? vendored?

Enables mlua ^0.6.2

mlua_actor lua51? lua52? lua53? lua54 luajit?
tokio runtime?