Cargo Features
[dependencies]
serde-ndim = { version = "2.0.2", default-features = false, features = ["std", "docs_rs", "test"] }
- default = std
-
The
std
feature is set by default wheneverserde-ndim
is added without
somewhere in the dependency tree.default-features = false - std default
- docs_rs = arrayvec, nalgebra, ndarray
- test = nalgebra, ndarray
-
serde:
Provide derive(Serialize, Deserialize) macros.
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.