Cargo Features

[dependencies]
mkl-rs-sys = { version = "0.3.1", default-features = false, features = ["dynamic-ilp64-iomp", "dynamic-lp64-gomp", "dynamic-lp64-seq", "static-ilp64-iomp", "static-lp64-gomp", "static-lp64-seq", "sdl", "no-link"] }
default = sdl

The sdl feature is set by default whenever mkl-rs-sys is added without default-features = false somewhere in the dependency tree.

dynamic-ilp64-gomp dynamic-ilp64-iomp
dynamic-ilp64-seq dynamic-lp64-gomp
dynamic-lp64-iomp dynamic-lp64-seq
static-ilp64-gomp static-ilp64-iomp
static-ilp64-seq static-lp64-gomp
static-lp64-iomp static-lp64-seq
sdl default

mkl-rs-sys has 9 features without comments.