Cargo Features

[dependencies]
tinguely = { version = "0.1.1", default-features = false, features = ["native", "blaslapack", "openblas", "netlib", "accelerate", "intel-mkl"] }
default = native

The native feature is set by default whenever tinguely is added without default-features = false somewhere in the dependency tree.

native default

Enables native of mathru ^0.7.3

blaslapack
openblas

Enables openblas of mathru ^0.7.3

netlib

Enables netlib of mathru ^0.7.3

accelerate

Enables accelerate of mathru ^0.7.3

intel-mkl

Enables intel-mkl of mathru ^0.7.3

Tinguely has 7 features without comments.