Cargo Features

[dependencies]
libsvm = { version = "0.4.0", default-features = false, features = ["link", "codegen"] }
default = link

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

Enables link of libsvm-sys2

codegen

Enables codegen of libsvm-sys2

LIBSVM has 3 features without comments.