Cargo Features

Lzip has no features set by default.

[dependencies]
lzip = { version = "0.1.1", features = ["tokio", "static"] }
tokio = futures, tokio-io
static

Enables static of lzip-sys

lzip-sys:

Enable this feature if you want to have a statically linked lzip

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

futures tokio?
tokio-io tokio?