Cargo Features

bevy_mod_scripting_core has no features set by default.

[dependencies]
bevy_mod_scripting_core = { version = "0.9.0-alpha.4", features = ["doc_always", "mlua_impls"] }
doc_always

if enabled enables documentation updating in optimized builds

mlua_impls = mlua

if enabled enables some common mlua trait implementations

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.

mlua mlua_impls?