Cargo Features
[dependencies]
arrayfire_fork = { version = "3.8.1", 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_fork
is added without
somewhere in the dependency tree.default-features = false - 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.