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 whenevertvm-sys
is added without
somewhere in the dependency tree.default-features = false - static-linking
- dynamic-linking default
tvm-sys has 3 features without comments.