Cargo Features

[dependencies]
libmem-sys = { version = "5.0.1", default-features = false, features = ["static", "fetch"] }
default = fetch

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

static fetch
fetch build default = static

Currently, this feature will not do dynamic linking

Enables flate2, reqwest ^0.11, and tar