Cargo Features
[dependencies]
mop = { version = "0.5.0", default-features = false, features = ["std", "with-futures", "with-mop-solvers", "with-ndsparse", "with-serde"] }
- default = with-mop-solvers
-
The
with-mop-solvers
feature is set by default whenevermop
is added without
somewhere in the dependency tree.default-features = false - std
-
Enables std of mop-blocks, mop-facades, and mop-solvers
- with-futures
-
Enables with-futures of mop-blocks
- with-mop-solvers default = mop-solvers
- with-ndsparse
-
Enables with-ndsparse of mop-blocks
- with-serde
-
Enables with-serde of mop-blocks
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.