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

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.

mop-solvers std? with-mop-solvers