Cargo Features

[dependencies]
friedrich = { version = "0.5.0", default-features = false, features = ["friedrich_ndarray", "friedrich_serde"] }
default = friedrich_serde

The friedrich_serde feature is set by default whenever friedrich is added without default-features = false somewhere in the dependency tree.

friedrich_ndarray = ndarray
friedrich_serde default = serde

Enables serde-serialize of nalgebra ^0.30.1

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.

ndarray friedrich_ndarray?
serde friedrich_serde