Cargo Features

[dependencies]
tvm-sys = { version = "0.1.1-alpha", default-features = false, features = ["static-linking", "dynamic-linking"] }
default = dynamic-linking

The dynamic-linking feature is set by default whenever tvm-sys is added without default-features = false somewhere in the dependency tree.

static-linking
dynamic-linking default

tvm-sys has 3 features without comments.