Cargo Features

[dependencies]
mop-scripting = { version = "0.0.2", default-features = false, features = ["lua-lang", "parallelization", "serialization"] }
default = lua-lang

The lua-lang feature is set by default whenever mop-scripting is added without default-features = false somewhere in the dependency tree.

lua-lang default = rlua

Affects mop-scripting::lua

parallelization

Enables parallelization of mop ^0.0.2

serialization = serde, serde_derive

Enables serialization of mop ^0.0.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 lua-lang

Enables rlua ^0.14.2

serde serialization?
serde_derive serialization?