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