Cargo Features

[dependencies]
arrayfire = { version = "3.8.0", default-features = false, features = ["data", "ml", "statistics", "vision", "afserde"] }
default = algorithm, arithmetic, blas, data, graphics, image, indexing, lapack, macros, ml, random, signal, sparse, statistics, vision

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

algorithm arithmetic blas data default
indexing graphics image lapack ml default
macros random signal sparse statistics default
vision default
afserde = serde

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.

serde afserde?