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