Cargo Features
[dependencies]
libmem-sys = { version = "5.0.2", default-features = false, features = ["static", "fetch"] }
- default = fetch
-
The
fetch
feature is set by default wheneverlibmem-sys
is added without
somewhere in the dependency tree.default-features = false - static fetch
- fetch build default = static
-
Currently, this feature will not do dynamic linking
Enables flate2, reqwest ^0.11, and tar