Cargo Features

[dependencies]
sqlite-hello = { version = "0.1.0-alpha.62", default-features = false, features = ["download-libs", "hello", "hola"] }
default = hello, hola

These default features are set whenever sqlite-hello is added without default-features = false somewhere in the dependency tree.

download-libs = flate2, tar, ureq, zip
hello default
hola default

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.

ureq build download-libs?
flate2 build download-libs?
tar build download-libs?
zip build download-libs?

Enables zip ^0.6.6