Cargo Features

[dependencies]
serde-ndim = { version = "1.1.0", default-features = false, features = ["std", "docs_rs", "test"] }
default = std

The std feature is set by default whenever serde-ndim is added without default-features = false somewhere in the dependency tree.

std default
docs_rs = arrayvec, nalgebra, ndarray
test = nalgebra, ndarray

Enables derive of serde

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.

arrayvec docs_rs?
nalgebra docs_rs? test?
ndarray docs_rs? test?