Cargo Features

[dependencies]
arpack-ng = { version = "0.2.2", default-features = false, features = ["static", "system", "nalgebra", "ndarray"] }
default = ndarray, static

These default features are set whenever arpack-ng is added without default-features = false somewhere in the dependency tree.

static default

Enables static of arpack-ng-sys

system

Enables system of arpack-ng-sys

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.

nalgebra implicit feature
ndarray default