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
somewhere in the dependency tree.default-features = false - 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
-
Enables nalgebra ^0.32
- ndarray default
-
Enables ndarray ^0.15